Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable CheatEngineTableVersion="26">
  3. <CheatEntries>
  4. <CheatEntry>
  5. <ID>21</ID>
  6. <Description>"Brust"</Description>
  7. <LastState Value="" RealAddress="00000000"/>
  8. <GroupHeader>1</GroupHeader>
  9. <CheatEntries>
  10. <CheatEntry>
  11. <ID>2</ID>
  12. <Description>"ammo vulcan"</Description>
  13. <LastState/>
  14. <VariableType>Auto Assembler Script</VariableType>
  15. <AssemblerScript>[ENABLE]
  16. //code from here to '[DISABLE]' will be used to enable the cheat
  17. alloc(newmem,2048)
  18. label(returnhere)
  19. label(originalcode)
  20. label(exit)
  21.  
  22. newmem: //this is allocated memory, you have read,write,execute access
  23. //place your code here
  24. mov [ecx+00001AA4],#99999
  25. originalcode:
  26. //mov [ecx+00001AA4],eax
  27.  
  28. exit:
  29. jmp returnhere
  30.  
  31. "lostsaga.exe"+C79696:
  32. jmp newmem
  33. nop
  34. returnhere:
  35.  
  36.  
  37.  
  38.  
  39. [DISABLE]
  40. //code from here till the end of the code will be used to disable the cheat
  41. dealloc(newmem)
  42. "lostsaga.exe"+C79696:
  43. mov [ecx+00001AA4],eax
  44. //Alt: db 89 81 A4 1A 00 00
  45. </AssemblerScript>
  46. </CheatEntry>
  47. <CheatEntry>
  48. <ID>10</ID>
  49. <Description>"Brust Strider"</Description>
  50. <LastState/>
  51. <VariableType>Auto Assembler Script</VariableType>
  52. <AssemblerScript>[ENABLE]
  53. //code from here to '[DISABLE]' will be used to enable the cheat
  54. alloc(newmem,2048)
  55. label(returnhere)
  56. label(originalcode)
  57. label(exit)
  58.  
  59. newmem: //this is allocated memory, you have read,write,execute access
  60. //place your code here
  61. mov [esi+00001B04],#3
  62. originalcode:
  63. //mov [esi+00001B04],00000000
  64.  
  65. exit:
  66. jmp returnhere
  67.  
  68. "lostsaga.exe"+9981BA:
  69. jmp newmem
  70. nop
  71. nop
  72. nop
  73. nop
  74. nop
  75. returnhere:
  76.  
  77.  
  78.  
  79.  
  80. [DISABLE]
  81. //code from here till the end of the code will be used to disable the cheat
  82. dealloc(newmem)
  83. "lostsaga.exe"+9981BA:
  84. mov [esi+00001B04],00000000
  85. //Alt: db C7 86 04 1B 00 00 00 00 00 00
  86. </AssemblerScript>
  87. </CheatEntry>
  88. <CheatEntry>
  89. <ID>13</ID>
  90. <Description>"ammo"</Description>
  91. <LastState/>
  92. <VariableType>Auto Assembler Script</VariableType>
  93. <AssemblerScript>[ENABLE]
  94. //code from here to '[DISABLE]' will be used to enable the cheat
  95. alloc(newmem,2048)
  96. label(returnhere)
  97. label(originalcode)
  98. label(exit)
  99.  
  100. newmem: //this is allocated memory, you have read,write,execute access
  101. //place your code here
  102. mov [ecx+00001978],#999
  103. originalcode:
  104. //mov [ecx+00001978],eax
  105.  
  106. exit:
  107. jmp returnhere
  108.  
  109. "lostsaga.exe"+25C64F:
  110. jmp newmem
  111. nop
  112. returnhere:
  113.  
  114.  
  115.  
  116.  
  117. [DISABLE]
  118. //code from here till the end of the code will be used to disable the cheat
  119. dealloc(newmem)
  120. "lostsaga.exe"+25C64F:
  121. mov [ecx+00001978],eax
  122. //Alt: db 89 81 78 19 00 00
  123. </AssemblerScript>
  124. </CheatEntry>
  125. <CheatEntry>
  126. <ID>19</ID>
  127. <Description>"brust mephisto(buat dc in orang)"</Description>
  128. <LastState/>
  129. <VariableType>Auto Assembler Script</VariableType>
  130. <AssemblerScript>[ENABLE]
  131. //code from here to '[DISABLE]' will be used to enable the cheat
  132. alloc(newmem,2048)
  133. label(returnhere)
  134. label(originalcode)
  135. label(exit)
  136.  
  137. newmem: //this is allocated memory, you have read,write,execute access
  138. //place your code here
  139. mov [esi+0000196C],#1
  140. originalcode:
  141. //mov [esi+0000196C],edi
  142.  
  143. exit:
  144. jmp returnhere
  145.  
  146. "lostsaga.exe"+76B32B:
  147. jmp newmem
  148. nop
  149. returnhere:
  150.  
  151.  
  152.  
  153.  
  154. [DISABLE]
  155. //code from here till the end of the code will be used to disable the cheat
  156. dealloc(newmem)
  157. "lostsaga.exe"+76B32B:
  158. mov [esi+0000196C],edi
  159. //Alt: db 89 BE 6C 19 00 00
  160. </AssemblerScript>
  161. </CheatEntry>
  162. <CheatEntry>
  163. <ID>4</ID>
  164. <Description>"brust vulcan"</Description>
  165. <LastState/>
  166. <VariableType>Auto Assembler Script</VariableType>
  167. <AssemblerScript>[ENABLE]
  168. //code from here to '[DISABLE]' will be used to enable the cheat
  169. alloc(newmem,2048)
  170. label(returnhere)
  171. label(originalcode)
  172. label(exit)
  173.  
  174. newmem: //this is allocated memory, you have read,write,execute access
  175. //place your code here
  176. mov [esi+00001978],#50
  177. originalcode:
  178. //mov [esi+00001978],eax
  179.  
  180. exit:
  181. jmp returnhere
  182.  
  183. "lostsaga.exe"+C7ACA0:
  184. jmp newmem
  185. nop
  186. returnhere:
  187.  
  188.  
  189.  
  190.  
  191. [DISABLE]
  192. //code from here till the end of the code will be used to disable the cheat
  193. dealloc(newmem)
  194. "lostsaga.exe"+C7ACA0:
  195. mov [esi+00001978],eax
  196. //Alt: db 89 86 78 19 00 00
  197. </AssemblerScript>
  198. </CheatEntry>
  199. </CheatEntries>
  200. </CheatEntry>
  201. </CheatEntries>
  202. <UserdefinedSymbols/>
  203. <LuaScript>[ENABLE]
  204. //code from here to '[DISABLE]' will be used to enable the cheat
  205. alloc(newmem,2048)
  206. label(returnhere)
  207. label(originalcode)
  208. label(exit)
  209.  
  210. newmem: //this is allocated memory, you have read,write,execute access
  211. //place your code here
  212. mov [ecx+00001978],#999
  213. originalcode:
  214. //mov [ecx+00001978],eax
  215.  
  216. exit:
  217. jmp returnhere
  218.  
  219. 0563000A:
  220. jmp newmem
  221. nop
  222. returnhere:
  223.  
  224.  
  225.  
  226.  
  227. [DISABLE]
  228. //code from here till the end of the code will be used to disable the cheat
  229. dealloc(newmem)
  230. 0563000A:
  231. mov [ecx+00001978],eax
  232. //Alt: db 89 81 78 19 00 00
  233. </LuaScript>
  234. </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement