Недавнее содержимое от Arviando

  1. A

    get streamed Vehicles C++

    i use this. please can u do this with readprocessmemory?
  2. A

    get streamed Vehicles C++

    bump
  3. A

    get streamed Vehicles C++

    Hello Guys, I have a problem with this c++ function here: DWORD p, p1; BYTE veh; p = *(DWORD*)0xB74494; p += 0x4; p1 = *(DWORD*)p; for (int i = 0; i < 27904; i += 0x100){ veh = *(DWORD*)p1; p1 += 0x1; if (veh >= 0 && 0x80 > veh){ DWORD carid = (veh + i); } } Can anyone write me this code...
  4. A

    [C++] Target Ped behind wall

    Hey i have a question is there a way to check if im aiming at a ped if hes behind a wall? (green triangle works trough walls) my aimbot should stop if this happens thanks.
  5. A

    [Help] how to print picture/logo on s0beit

    d3d9 overlay.
  6. A

    Vehicle Invulnerable C++

    bumpy
  7. A

    Vehicle Invulnerable C++

    no one?
  8. A

    Vehicle Invulnerable C++

    @SR_team #define VEHICLE_FLAGS_INVULNERABLE ( 4 | 8 | 16 | 128 ) why 188? :D if i set this with 188 it not works, but if i use a loop it works but the vehiclespeed get not the maximum of the current car. :( what can be the problem? i must set this in a loop :(
  9. A

    Vehicle Invulnerable C++

    bump
  10. A

    Vehicle Invulnerable C++

    Hello Guys. Im trying to set the invulnerable flags for my current vehicle. I found this code here, but this not working. (0.3z R1) void VehicleFlags(unsigned char FLAG) { unsigned int CurrentVehiclePointer = *(unsigned int*)0xBA18FC; *(unsigned char*)(CurrentVehiclePointer + 0x42) = FLAG; }...
  11. A

    mini DDOS

    why not? my autohotkey skinaimbot works too but how to connect to RakNet? would create bots :D
  12. A

    mini DDOS

    server :D
  13. A

    mini DDOS

    Hey guys, is there any way to create mini DDOS @ AHK or some similar?
  14. A

    Autoshoot adress

    NOT THE GREEN TRIANGLE ;)
  15. A

    Autoshoot adress

    i have the address to emulate key shot. whats the address to find the player under the gun? (not green triangle)