PDA

View Full Version : [Help] Need help



andy105
12-13-2007, 10:13 PM
ok i have 2 questions the first one is how do you make an off button and second how do you add hacks like super jump

Vatho
12-14-2007, 05:26 AM
ok i have 2 questions the first one is how do you make an off button and second how do you add hacks like super jump

Find the values...These can range from floats to doubles...

shocky
12-14-2007, 06:06 AM
most off buttons use the code Writelong(addy here, 0); for off but some also use timers so for timers it goes KillTimer(TIMERNAMEHERE);

thimo
12-14-2007, 06:47 AM
SuperJump use this;

WrtePointerFloat(0x"ADDRESS", 0x"OFFSET", "VALUE")

andy105
12-14-2007, 08:39 PM
SuperJump use this;

WrtePointerFloat(0x"ADDRESS", 0x"OFFSET", "VALUE")



ur the only one that helped thatnks