PDA

View Full Version : [HELP] Superjump and timer problem



spartacchio
02-22-2008, 08:09 PM
hi all,sry 1. for my BAD eng ( ='( im not eng),2. for noobish question..

I don't understand Where place SPJ,NFD in my trainer...
i did a timer and..?

Player Pointer:
1363380

NFD
Player pointer + 260 Value -2000

SuperJump
Player Pointer + 178 + value


where i put player pointer?

WritePointerLong(0x12DF500, 0x4C, 42);<--- these for Weapon

0x12DF500=address
0x4C=offset
42=value

WritePointerFloat(0xAAA,0xBBB,CCC)<---- these for SPJ,NFD?!

AAA=player pointer?

ex. WritePointerFloat(0x1363380,0x178,1500) <--- it's good? i think no!


:confused::o:confused:

PLZ HELP MEEEE

THX for attention


Ok,i do my superjump work but....when i push ON my supejump seems skystormer (i fly over the map...),how ca i jump and fall?

jammy122333
03-06-2008, 03:21 PM
It needs togo under a timer, u doing that?

ganglyman21
03-06-2008, 03:58 PM
You need it to flicker on so you should assign a hot key to it.


if (GetAsyncKeyState(VK_LCONTROL)&1<< 0xF)
SuperJump();


This will only hold the hack on for as long as u press left control. In a timer.