Superjump
Hello, My superjump is working but i have an quesiton,
i no w only have on.
I added 3 funcs that i have :
{"Off","500","1000","1500","To Hell",};
Now, how can i add it to the hack source ?
my source for it is ;
if(c_SuperJump == 1)
{
if(GetAsyncKeyState(VK_CONTROL) &1)
{
DWORD dwPlayerPtr = *(DWORD*)Adr_PlayerPointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_Z) = 500;
How can i add that i have if i put 500, it goes 500m high. 1000, 1000 high Etc.
Change the size of the z player coordinate (dwPlayerPtr+OFS_Z)? If you want him to go 500 high, set it to 500, if you want 1000 to 1000 etc.