Search results

  1. D

    ScriptCommand C++

    how can i use the ScriptCommand in C++ ?
  2. D

    building an aimbot

    hi, im building a aimbot and i got to the aiming part, i needed some offsets and i couldnt find anything it in gtamods https://gtamods.com/wiki/Memory_Addresses_(SA) is there a place i can find these addresses? getting them by cheat engine is very difficult
  3. D

    get current weapon id

    hi, im trying to get the localplayer current weapon id through offsets i found in https://gtamods.com/wiki/Memory_Addresses_(SA) but it doesnt seem to be working WORD GetCurrentWeaponID(DWORD PED) { if (!PED) return; WORD currentWEPID = *(WORD*)((uintptr_t)PED + 0x740)...
  4. D

    get camera x,y,z position

    how do i get the player camera's x,y,z position ? i tried float camX = (float)(0x76F338); float camY = (float)(0x76F33C); float camZ = (float)(0x76F340); didnt work
  5. D

    disable controls while in menu

    is there anyway to disable gta controls ? i tried using GetAsyncKeyState but wasnt enough tbh
  6. D

    C / C++ ESP Drawing Limit

    Hey i have a problem with my esp, when i draw it it works fine but the limit is only up to 300m, some esp hacks even have up to 30000m and mine just doesnt draw above 300m here is the code that im using to draw the esp: if (Bools.Visuals.BoneESP) { for (int i = 0; i < MAX_PLAYERS; i++) {...
  7. D

    Help With Simple ESP GTASA

    hi, i have some problems with my esp(its unstable and very sht), can i get a source example ?
  8. D

    [C/C++] Toggle Samp Cursor

    Can Anyone Share The ToggleSampCursor Function For C/C++ ? Thanks<3
  9. D

    Help C++ Cheat

    im trying to write an bone esp in c++ but i dont know much about c++ , can anybody help me ?
Top