Help with SuperJump?Hi, so I was trying to write a hack, compiled fine and everything, pressed CTRL and nothing happened, any ideas as to why? Code: void SuperJump() { if(GetAsyncKeyState(VK_CONTROL)&1) { DWORD PlayerPtr = *(DWORD*)ADR_PlayerPointer; if(PlayerPtr != 0) { *(float*)(PlayerPtr+OFS_Z) = 1000; } } } is there anything I need to add to my .cpp file to actually make everything work? I'm new to this /
I did not know anything about a Hack Thread until I saw the other thread, how do I use it? Nevermind, I got it, I'll thank you for replying.
Originally Posted by thecamels8 There is no point to make hacks if you don't know c++, learn then make hacks There is no point in replying when I have already said I got it working.