(0. Open your cheat engine script)
1. CTRL+ALT+A (opens a new Auto Assembler window)
2. CTRL+C the following code:
Code: Select all
[ENABLE]
aobscanmodule(aobTimeStop,game.dll,F3 0F 5C C7 F3 41 0F 5F C7 F3 43 0F 11 84 F4 B8 88 03 00)
registersymbol(aobTimeStop)
aobTimeStop:
nop 4
[DISABLE]
unregistersymbol(aobTimeStop)
aobTimeStop:
subss xmm0,xmm7
3. CTRL+V the code inside the Auto Assembly window
4. File > Assign to currernt cheat table
5. CTRL+S to save your script
-
6. Double Click "Auto Assemble Script" under the column
Description to change the name, drag and drop the script into the place you want. Double Click "<script>" under the column
Value to edit/update the contents of the script, confirm changes by clicking
OK.