|
Windslayer bypass and some hacks
The way to bypass Windslayer is too delete "Hshield" folder.
----------------------------------------------------------------------------------------------------------
For A vac.
Using CHEAT ENGINE LATEST VERSION.
address 00406e2b
put two entries of it in the table
set a hotkey to set the value to 534627800
then set the other hotkey to set the value to 534627032
these values represent an asm instruction to fadd, but auto-assembler doesnt understand fadd st(2) as an instruction, so i changed the mem directly and marked down the changed values. this effect, when on, will move all monsters to the left side of the screen, then when turned off, they stay there.. you hit them and they will fall down and still be there, but they arent essentially 'stuck'.. try it to see what i mean.
ive spent a few hours searching for these plausible hacks:
Collision nullification
Unlimited jump (like on first jump, something holds a value saying 'yes, you can jump again', or 'you can jump another x times'), then on second jump, it would say ('no, you cant jump again', or 'you can jump 0 more times')
I also found the character state address, but its dynamic, if you find it, set it to 22 and your character will appear as that little headstone statue when you die, you will be invulnerable at that time. change it back to 8 and your back to normal. this COULD possibly be used to revive or prevent death? haven't tried.. the state value was found while looking for the jump values..
also :
Swear Hack:
[enable]
00444B84:
db eb
[disable]
00444B84:
db 75
Spam Hack:
[enable]
00445D14:
db 90 90
[disable]
00445D14:
db 72 94
Yours,
owner4lyfe1
|