Saturday, January 18, 2014

Flash Game AoB hack with CE lua engine (STEP-by-STEP tutorial)

ALSO CLICK TO ENLARGE IMAGES

First off, open the lua script for the current cheat table:
Table > Show Cheat Table Lua Script (Ctrl+Alt+L)



Put the following Lua code in your cheat table:



Save this to cheat table, and press Execute script.



Now open Memory View.

Then go to Tools > Auto Assemble (Crtl+A)




An auto assemble window should pop up, Template > Cheat table framework code (Ctrl+Alt+T)


Under [ENABLE] put this:
LuaCall(Aobswap("xx xx xx xx xx xx", "yy yy yy yy yy yy"))
And under [DISABLE] put
LuaCall(AobswapR("xx xx xx xx xx xx", "yy yy yy yy yy yy"))
Hint: Copy and paste the above and type an R in between p and (
xx xx xx xx xx xx is the AoB you want to find
yy yy yy yy yy yy is the AoB you replace with what you've found



After you have got the code ready, don't press Execute!
Do File > Assign to current cheat table



You should now see a new entry with value <script>.


That's it! Now you can enable or disable your cheats in one click.

No comments:

Post a Comment