<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>2</ID>
<Description>"Auto Assemble script"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
aobscan(AddMoreWhenMining,01 81 84 00 00 00 0F B6 45 08 85 C0 75 18) // should be unique
alloc(dernewmem,$1000)
label(code)
label(return)
dernewmem:
add [ecx+00000084],#100
jmp return
code:
add [ecx+00000084],eax
jmp return
AddMoreWhenMining:
jmp dernewmem
nop
return:
registersymbol(AddMoreWhenMining)
[DISABLE]
AddMoreWhenMining:
db 01 81 84 00 00 00
unregistersymbol(AddMoreWhenMining)
dealloc(dernewmem)
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
