Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <CheatTable CheatEngineTableVersion="45">
- <CheatEntries>
- <CheatEntry>
- <ID>2</ID>
- <Description>"Lock Point"</Description>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>[ENABLE]
- //code from here to '[DISABLE]' will be used to enable the cheat
- alloc(newmem,2048,"GameAssembly.dll"+CE5088)
- label(returnhere)
- label(originalcode)
- label(exit)
- newmem: //this is allocated memory, you have read,write,execute access
- //place your code here
- originalcode:
- //mov [rcx+r8+20],al
- exit:
- jmp returnhere
- "GameAssembly.dll"+CE5088:
- jmp newmem
- returnhere:
- [DISABLE]
- //code from here till the end of the code will be used to disable the cheat
- dealloc(newmem)
- "GameAssembly.dll"+CE5088:
- db 42 88 44 01 20
- //mov [rcx+r8+20],al
- </AssemblerScript>
- <Hotkeys>
- <Hotkey>
- <Action>Toggle Activation</Action>
- <Keys>
- <Key>97</Key>
- </Keys>
- <ID>0</ID>
- <ActivateSound>Activate</ActivateSound>
- <DeactivateSound>Deactivate</DeactivateSound>
- </Hotkey>
- </Hotkeys>
- </CheatEntry>
- <CheatEntry>
- <ID>1</ID>
- <Description>"Umlimited Ammo"</Description>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>[ENABLE]
- //code from here to '[DISABLE]' will be used to enable the cheat
- alloc(newmem,2048,"GameAssembly.dll"+C603C0)
- label(returnhere)
- label(originalcode)
- label(exit)
- newmem: //this is allocated memory, you have read,write,execute access
- //place your code here
- mov edx, #0
- originalcode:
- sub [rcx+1C],edx
- jns GameAssembly.dll+C603CC
- exit:
- jmp returnhere
- "GameAssembly.dll"+C603C0:
- jmp newmem
- returnhere:
- [DISABLE]
- //code from here till the end of the code will be used to disable the cheat
- dealloc(newmem)
- "GameAssembly.dll"+C603C0:
- db 29 51 1C 79 07
- //sub [rcx+1C],edx
- //jns GameAssembly.dll+C603CC
- </AssemblerScript>
- <Hotkeys>
- <Hotkey>
- <Action>Toggle Activation</Action>
- <Keys>
- <Key>98</Key>
- </Keys>
- <ID>0</ID>
- <ActivateSound>Activate</ActivateSound>
- <DeactivateSound>Deactivate</DeactivateSound>
- </Hotkey>
- </Hotkeys>
- </CheatEntry>
- </CheatEntries>
- <UserdefinedSymbols/>
- </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment