Guest User

Untitled

a guest
Nov 19th, 2024
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable CheatEngineTableVersion="45">
  3. <CheatEntries>
  4. <CheatEntry>
  5. <ID>2</ID>
  6. <Description>"Lock Point"</Description>
  7. <VariableType>Auto Assembler Script</VariableType>
  8. <AssemblerScript>[ENABLE]
  9. //code from here to '[DISABLE]' will be used to enable the cheat
  10. alloc(newmem,2048,"GameAssembly.dll"+CE5088)
  11. label(returnhere)
  12. label(originalcode)
  13. label(exit)
  14.  
  15. newmem: //this is allocated memory, you have read,write,execute access
  16. //place your code here
  17.  
  18. originalcode:
  19. //mov [rcx+r8+20],al
  20.  
  21. exit:
  22. jmp returnhere
  23.  
  24. "GameAssembly.dll"+CE5088:
  25. jmp newmem
  26. returnhere:
  27.  
  28.  
  29.  
  30.  
  31. [DISABLE]
  32. //code from here till the end of the code will be used to disable the cheat
  33. dealloc(newmem)
  34. "GameAssembly.dll"+CE5088:
  35. db 42 88 44 01 20
  36. //mov [rcx+r8+20],al
  37. </AssemblerScript>
  38. <Hotkeys>
  39. <Hotkey>
  40. <Action>Toggle Activation</Action>
  41. <Keys>
  42. <Key>97</Key>
  43. </Keys>
  44. <ID>0</ID>
  45. <ActivateSound>Activate</ActivateSound>
  46. <DeactivateSound>Deactivate</DeactivateSound>
  47. </Hotkey>
  48. </Hotkeys>
  49. </CheatEntry>
  50. <CheatEntry>
  51. <ID>1</ID>
  52. <Description>"Umlimited Ammo"</Description>
  53. <VariableType>Auto Assembler Script</VariableType>
  54. <AssemblerScript>[ENABLE]
  55. //code from here to '[DISABLE]' will be used to enable the cheat
  56. alloc(newmem,2048,"GameAssembly.dll"+C603C0)
  57. label(returnhere)
  58. label(originalcode)
  59. label(exit)
  60.  
  61. newmem: //this is allocated memory, you have read,write,execute access
  62. //place your code here
  63. mov edx, #0
  64.  
  65. originalcode:
  66. sub [rcx+1C],edx
  67. jns GameAssembly.dll+C603CC
  68.  
  69. exit:
  70. jmp returnhere
  71.  
  72. "GameAssembly.dll"+C603C0:
  73. jmp newmem
  74. returnhere:
  75.  
  76.  
  77.  
  78.  
  79. [DISABLE]
  80. //code from here till the end of the code will be used to disable the cheat
  81. dealloc(newmem)
  82. "GameAssembly.dll"+C603C0:
  83. db 29 51 1C 79 07
  84. //sub [rcx+1C],edx
  85. //jns GameAssembly.dll+C603CC
  86. </AssemblerScript>
  87. <Hotkeys>
  88. <Hotkey>
  89. <Action>Toggle Activation</Action>
  90. <Keys>
  91. <Key>98</Key>
  92. </Keys>
  93. <ID>0</ID>
  94. <ActivateSound>Activate</ActivateSound>
  95. <DeactivateSound>Deactivate</DeactivateSound>
  96. </Hotkey>
  97. </Hotkeys>
  98. </CheatEntry>
  99. </CheatEntries>
  100. <UserdefinedSymbols/>
  101. </CheatTable>
Tags: ct
Advertisement
Add Comment
Please, Sign In to add comment