Table Of Content:
•
What we will need to update Scripts.
◘ Cheat Engine
◘ MapleStory -_-!
◘ Scripts that are outdated.
•
What is an AOB?
◘ Explination of what an AOB is.
•
How to actually update a basic Scripts
◘ How to find updated address's with AOB's
◘ What needs to be changed in the Script.
◘ How to update more complicated Scripts.
What we need to update Scripts:
•
Cheat Engine
• Maplestory....
•
Outdated Script (Blitz)
•Brain
What is an AOB?:
• AOB = Array of Bytes.
◘ Array =
Block of cells.
◘ Bytes =
A byte is a unit of memory for computers.
◘ So if you will an Array is a Storage room, and Bytes are all the things you need to store.
How to actually update a Scripts:
• First lets pick a Script to update, ill go with FullGodmode(if you clicked on link above it should be there.).
◘ You will need to find the AOB inside the script, all the times its near one of the address.
◘ In the FullGodmode Script it is on the bottom next to the address 00961B6C // 0F 85 ? ? 00 00 8B 86 ? ? 00 00 83 E0 ? 83 F8 / 0F 84 ? ? 00 00 8B ? 8B
◘ Just copy from 0F to the last 8B don't copy the address or the //.
• Second you need to launch maplestory.exe; but make sure that you
DON'T PRESS the big "start game" button.
• Now launch cheat engine, and you will see that on the
TOP LEFT corner there's an icon of a Computer(the background of it will be glowing).
◘ This will open up your process window.
• Now select MapleStory.exe as a process.
• Now we need to get Memory View opened. It will be a button on the middle left side saying "Memory View".
◘ This allows you to view all the Memory(bytes) that are being used at the time.

◘ You will now see memory view as a window like so
• Now we need to make a search, So press on Search -> Find Memory.
• A new window will pop-up that will look like so, and we will need to change the settings to Array of Bytes, and from where to where to search.
◘ Make sure only Array of Bytes is selected, and that your top box is 00000000, and your bottom is 99999999.
• Now that you have change the settings place your AOB inside the bottom text box.
• Now that you have searched the first line on the bottom address section will be the newly updated Address.
◘ In our case 009FF5BC
is our updated script
• Now that you have your new address you can update the script.
◘ You need change both the on enable and on disable 00961B6C
to the new 009FF5BC
.
• There you have updated FullGodmode
------------------------------------------------------------------------------------
How to update more complicated scripts (quick tut:
• In large more complex scripts with alloc, jmp, all that complicated stuff; you still need to update the address with the AOB's provided.
• You also have to update other address in there that you might now know but they should be labeled.
◘ For example they might have "// Char Base" this means that it wants the address to Character Base.
• To update those you will need to find the AOB's of Character Base you can always go the easy way, and find someones post with updated Pointer, and offsets.
• But if those pointers, and offsets are outdated all you need to do is update those as well with they're AOB's.
• After you have replace the designated AOB's in the Script, and the designated "//Char Base, //Y Coordinate" to the new ones your complex script is good to go!