Looking for a Jump Hack

01/27/2011 17:36 willow74#1
Hello everyone,

Before Fake Perfect World created their "HackShield", I was using a jump hack to do some instances way faster. (Also a wall hack).

But since the update, I'm not able to do it again.
Could someone post here a Jump hack that works on any server (not only Fake PW) or a clue on how to find base adress of jump with Cheat Engine? :)

Thank you very much ! :handsdown:
01/28/2011 12:11 Sᴡoosh#2
Jumphack works because you overwrite client jump count. This is done by accessing jump variable in character struct.

Base + 20h + Jump offset

Every version needs a different BA and jump offset. And if they use hackshield, reading of memory will probably work, but not writing.
You can try to code one yourself, its not hard. Google readprocessmemory, Openprocess and Findwindow, if you want to use that.

Good luck.
01/30/2011 18:18 willow74#3
Thank you :)