Advertisement
Guest User

v62.ct

a guest
Dec 30th, 2021
1,685
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.70 KB | None | 1 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable MugenJinFuuTableVersion="34">
  3. <CheatEntries>
  4. <CheatEntry>
  5. <ID>21</ID>
  6. <Description>"Speed Walk"</Description>
  7. <LastState/>
  8. <VariableType>Auto Assembler Script</VariableType>
  9. <AssemblerScript>[enable]
  10. 007F246D: //0F ?? ?? ?? ?? ?? FF B6 ?? ?? ?? ?? 57 E8 ou 0F 84 82 00 00 00 FF B6 4C 01 00 00 57 E8 89 3D
  11. db 90 90 90 90 90 90
  12.  
  13. [disable]
  14. 007F246D:
  15. je 007f24f5
  16. </AssemblerScript>
  17. </CheatEntry>
  18. <CheatEntry>
  19. <ID>53</ID>
  20. <Description>"Vac"</Description>
  21. <LastState/>
  22. <VariableType>Auto Assembler Script</VariableType>
  23. <AssemblerScript>[ENABLE]
  24. //Created by NoobHacker on Youtube; https://youtube.com/channel/UCSGLf2DSzgM7iseMybspYCQ
  25. //code from here to '[DISABLE]' will be used to enable the cheat
  26. {$lua}
  27. saved_left = readInteger("[MaplePlace.exe+00578138]+24")
  28. saved_right = readInteger("[MaplePlace.exe+00578138]+2C")
  29. saved_top = readInteger("[MaplePlace.exe+00578138]+28")
  30. saved_bottom = readInteger("[MaplePlace.exe+00578138]+30")
  31.  
  32. my_x = readInteger("[MaplePlace.exe+00579268]+59C")
  33. my_y = readInteger("[MaplePlace.exe+00579268]+5A0")
  34.  
  35. writeInteger("[MaplePlace.exe+00578138]+24", my_x - 15)
  36. writeInteger("[MaplePlace.exe+00578138]+2C", my_x + 15)
  37. writeInteger("[MaplePlace.exe+00578138]+28", my_y - 35)
  38. writeInteger("[MaplePlace.exe+00578138]+30", my_y - 10)
  39.  
  40. [DISABLE]
  41. //code from here till the end of the code will be used to disable the cheat
  42. {$lua}
  43. writeInteger("[MaplePlace.exe+00578138]+24", saved_left)
  44. writeInteger("[MaplePlace.exe+00578138]+2C", saved_right)
  45. writeInteger("[MaplePlace.exe+00578138]+28", saved_top)
  46. writeInteger("[MaplePlace.exe+00578138]+30", saved_bottom)
  47. </AssemblerScript>
  48. </CheatEntry>
  49. <CheatEntry>
  50. <ID>54</ID>
  51. <Description>"Vac - wide"</Description>
  52. <LastState/>
  53. <VariableType>Auto Assembler Script</VariableType>
  54. <AssemblerScript>[ENABLE]
  55. //Created by NoobHacker on Youtube; https://youtube.com/channel/UCSGLf2DSzgM7iseMybspYCQ
  56. //code from here to '[DISABLE]' will be used to enable the cheat
  57. {$lua}
  58. saved_left = readInteger("[MaplePlace.exe+00578138]+24")
  59. saved_right = readInteger("[StoryMaple.exe+00578138]+2C")
  60. saved_top = readInteger("[StoryMaple.exe+00578138]+28")
  61. saved_bottom = readInteger("[StoryMaple.exe+00578138]+30")
  62.  
  63. my_x = readInteger("[StoryMaple.exe+00579268]+59C")
  64. my_y = readInteger("[StoryMaple.exe+00579268]+5A0")
  65.  
  66. writeInteger("[StoryMaple.exe+00578138]+24", my_x - 150)
  67. writeInteger("[StoryMaple.exe+00578138]+2C", my_x + 150)
  68. writeInteger("[StoryMaple.exe+00578138]+28", my_y - 35)
  69. writeInteger("[StoryMaple.exe+00578138]+30", my_y - 10)
  70.  
  71. [DISABLE]
  72. //code from here till the end of the code will be used to disable the cheat
  73. {$lua}
  74. writeInteger("[StoryMaple.exe+00578138]+24", saved_left)
  75. writeInteger("[StoryMaple.exe+00578138]+2C", saved_right)
  76. writeInteger("[StoryMaple.exe+00578138]+28", saved_top)
  77. writeInteger("[StoryMaple.exe+00578138]+30", saved_bottom)
  78. </AssemblerScript>
  79. </CheatEntry>
  80. <CheatEntry>
  81. <ID>55</ID>
  82. <Description>"Vac - wide"</Description>
  83. <LastState/>
  84. <VariableType>Auto Assembler Script</VariableType>
  85. <AssemblerScript>[ENABLE]
  86. //Created by NoobHacker on Youtube; https://youtube.com/channel/UCSGLf2DSzgM7iseMybspYCQ
  87. //code from here to '[DISABLE]' will be used to enable the cheat
  88. {$lua}
  89. saved_left = readInteger("[MaplePlace.exe+00578138]+24")
  90. saved_right = readInteger("[StoryMaple.exe+00578138]+2C")
  91. saved_top = readInteger("[StoryMaple.exe+00578138]+28")
  92. saved_bottom = readInteger("[StoryMaple.exe+00578138]+30")
  93.  
  94. my_x = readInteger("[StoryMaple.exe+00579268]+59C")
  95. my_y = readInteger("[StoryMaple.exe+00579268]+5A0")
  96.  
  97. writeInteger("[StoryMaple.exe+00578138]+24", my_x - 300)
  98. writeInteger("[StoryMaple.exe+00578138]+2C", my_x + 300)
  99. writeInteger("[StoryMaple.exe+00578138]+28", my_y - 35)
  100. writeInteger("[StoryMaple.exe+00578138]+30", my_y - 10)
  101.  
  102. [DISABLE]
  103. //code from here till the end of the code will be used to disable the cheat
  104. {$lua}
  105. writeInteger("[StoryMaple.exe+00578138]+24", saved_left)
  106. writeInteger("[StoryMaple.exe+00578138]+2C", saved_right)
  107. writeInteger("[StoryMaple.exe+00578138]+28", saved_top)
  108. writeInteger("[StoryMaple.exe+00578138]+30", saved_bottom)
  109. </AssemblerScript>
  110. </CheatEntry>
  111. <CheatEntry>
  112. <ID>10</ID>
  113. <Description>"Fly"</Description>
  114. <LastState/>
  115. <VariableType>Auto Assembler Script</VariableType>
  116. <AssemblerScript>[enable]
  117. 007F1C0A: //0F 84 D0 00 00 00 FF B6 4C 01 00 00 8D 86 44 01
  118. ja 007f1ce0
  119.  
  120. [disable]
  121. 007F1C0A:
  122. je 007f1ce0
  123. </AssemblerScript>
  124. </CheatEntry>
  125. <CheatEntry>
  126. <ID>12</ID>
  127. <Description>"Kill Ending Ad"</Description>
  128. <LastState/>
  129. <VariableType>Auto Assembler Script</VariableType>
  130. <AssemblerScript>[ENABLE]
  131. 007C66E3: //E8 A3 7D 45 00 83 EC 10 8B 45 0C 48 0F 84 B8 00
  132. nop
  133. nop
  134. nop
  135. nop
  136. nop
  137.  
  138. [DISABLE]
  139. 007C66E3:
  140. call 0040e48b
  141. </AssemblerScript>
  142. </CheatEntry>
  143. <CheatEntry>
  144. <ID>33</ID>
  145. <Description>"Instant Speed Attack"</Description>
  146. <LastState/>
  147. <Color>0000FF</Color>
  148. <VariableType>Auto Assembler Script</VariableType>
  149. <AssemblerScript>[enable]
  150. 00442DF8: //0F 8E ?? ?? ?? ?? 83 C0 ?? 89 45 ?? 39 BE ou 83 C0 0A 89 45 C0 89 75 0C 8B 87 84 04 00 00 99
  151. db 0f 8f
  152.  
  153. [disable]
  154. 00442DF8:
  155. db 0f 8e
  156. </AssemblerScript>
  157. </CheatEntry>
  158. <CheatEntry>
  159. <ID>31</ID>
  160. <Description>"Speed Delay Activate"</Description>
  161. <LastState/>
  162. <VariableType>Auto Assembler Script</VariableType>
  163. <AssemblerScript>[ENABLE]
  164. Alloc(location,32)
  165. Alloc(speed,32)
  166. Registersymbol(location)
  167. Registersymbol(speed)
  168. Label(rtn)
  169.  
  170. location:
  171. mov eax,[speed]
  172. add eax,0a
  173. mov [ebp-40],eax
  174. jmp rtn
  175.  
  176. 00442DF8: //83 C0 0A 89 45 C0 89 75 0C 8B 87 84 04 00 00 99
  177. jmp location
  178. nop
  179. rtn:
  180.  
  181. [DISABLE]
  182. 00442DF8:
  183. db 83 c0 0a
  184. 00442DFB: //89 45 C0 89 75 0C 8B 87 84 04 00 00 99 B9 10 27
  185. db 89 45 c0
  186. </AssemblerScript>
  187. <Hotkeys>
  188. <Hotkey>
  189. <Action>Activate</Action>
  190. <Keys>
  191. <Key>122</Key>
  192. </Keys>
  193. <ID>0</ID>
  194. </Hotkey>
  195. </Hotkeys>
  196. </CheatEntry>
  197. <CheatEntry>
  198. <ID>32</ID>
  199. <Description>"Speed Delay"</Description>
  200. <LastState Value="721354756" RealAddress="02D00020"/>
  201. <VariableType>4 Bytes</VariableType>
  202. <Address>speed</Address>
  203. <Hotkeys>
  204. <Hotkey>
  205. <Action>Set Value</Action>
  206. <Keys>
  207. <Key>122</Key>
  208. </Keys>
  209. <Value>-1000</Value>
  210. <ID>0</ID>
  211. </Hotkey>
  212. <Hotkey>
  213. <Action>Set Value</Action>
  214. <Keys>
  215. <Key>123</Key>
  216. </Keys>
  217. <Value>0</Value>
  218. <ID>1</ID>
  219. </Hotkey>
  220. </Hotkeys>
  221. </CheatEntry>
  222. <CheatEntry>
  223. <ID>27</ID>
  224. <Description>"No Breath"</Description>
  225. <Color>0000FF</Color>
  226. <VariableType>4 Bytes</VariableType>
  227. <Address>00978358</Address>
  228. <Offsets>
  229. <Offset>528</Offset>
  230. </Offsets>
  231. <Hotkeys>
  232. <Hotkey>
  233. <Action>Toggle Activation</Action>
  234. <Keys>
  235. <Key>122</Key>
  236. </Keys>
  237. <ID>0</ID>
  238. </Hotkey>
  239. </Hotkeys>
  240. </CheatEntry>
  241. <CheatEntry>
  242. <ID>26</ID>
  243. <Description>"Attack Count"</Description>
  244. <VariableType>4 Bytes</VariableType>
  245. <Address>00978358</Address>
  246. <Offsets>
  247. <Offset>1F04</Offset>
  248. </Offsets>
  249. </CheatEntry>
  250. <CheatEntry>
  251. <ID>6</ID>
  252. <Description>"Blink Godmode"</Description>
  253. <LastState/>
  254. <VariableType>Auto Assembler Script</VariableType>
  255. <AssemblerScript>[ENABLE]
  256. 0078F829://00796ACF //83 EF 1E 57 8D 8B 20 17 00 00 E8 3D 06 CD FF 3B
  257. add edi,1e
  258. [DISABLE]
  259. 0078F829:
  260. sub edi,1e
  261. </AssemblerScript>
  262. </CheatEntry>
  263. <CheatEntry>
  264. <ID>17</ID>
  265. <Description>"Miss GodMode"</Description>
  266. <LastState/>
  267. <Color>0000FF</Color>
  268. <VariableType>Auto Assembler Script</VariableType>
  269. <AssemblerScript>[enable]
  270. 007AD487://0060EC65 OU 00712C73 //89 06 83 C6 04 FF 4D C0 75 E8 8B 75 18 3B F3 89
  271. db c7 06 00 00 00 00 90 90
  272.  
  273. [disable]
  274. 007AD487:
  275. db 89 06 83 c6 04 ff 4d c8
  276. </AssemblerScript>
  277. <Hotkeys>
  278. <Hotkey>
  279. <Action>Toggle Activation</Action>
  280. <Keys>
  281. <Key>122</Key>
  282. </Keys>
  283. <ID>0</ID>
  284. </Hotkey>
  285. </Hotkeys>
  286. </CheatEntry>
  287. <CheatEntry>
  288. <ID>1</ID>
  289. <Description>"Unlimited Attack"</Description>
  290. <LastState/>
  291. <Color>0000FF</Color>
  292. <VariableType>Auto Assembler Script</VariableType>
  293. <AssemblerScript>[ENABLE]
  294. //code from here to '[DISABLE]' will be used to enable the cheat
  295. 5040ACDD:
  296. dec [esi+000000CC]
  297.  
  298.  
  299. [DISABLE]
  300. 5040ACDD:
  301. inc [esi+000000CC]
  302. //code from here till the end of the code will be used to disable the cheat
  303. </AssemblerScript>
  304. <Hotkeys>
  305. <Hotkey>
  306. <Action>Toggle Activation</Action>
  307. <Keys>
  308. <Key>122</Key>
  309. </Keys>
  310. <ID>0</ID>
  311. </Hotkey>
  312. </Hotkeys>
  313. </CheatEntry>
  314. <CheatEntry>
  315. <ID>3</ID>
  316. <Description>"No Breath"</Description>
  317. <LastState/>
  318. <VariableType>Auto Assembler Script</VariableType>
  319. <AssemblerScript>[ENABLE]
  320. //code from here to '[DISABLE]' will be used to enable the cheat
  321. 0078C1C9:
  322. mov [esi+00000528],00000000
  323.  
  324. [DISABLE]
  325. //code from here till the end of the code will be used to disable the cheat
  326. 0078C1C9:
  327. mov [esi+00000528],00001388
  328. </AssemblerScript>
  329. </CheatEntry>
  330. <CheatEntry>
  331. <ID>4</ID>
  332. <Description>"Accuracy Hack"</Description>
  333. <LastState/>
  334. <VariableType>Auto Assembler Script</VariableType>
  335. <AssemblerScript>[enable]
  336. alloc(fix,8)
  337.  
  338. fix:
  339. db 66 66 66 66 66 66 E6 3F
  340. 00424D22: //DC 0D C8 F1 8E 00 DD 5D 34 74 58 FF B6 84 00 00
  341. fmul qword ptr [fix]
  342. 008ED6F8: //66 66 66 66 66 66 E6 3F 33 33 33 33 33 33 D3 3F
  343. db 00 00 00 E0 CF 12 63 41
  344. 005DE247: //0F 85 9A 00 00 00 8B 7D 08 6B F6 1C 8B 03 6B FF
  345. db 90 90 90 90 90 90
  346.  
  347.  
  348. [disable]
  349. 00424D22:
  350. fmul qword ptr [008e89c8]
  351. 008ED6F8:
  352. db 66 66 66 66 66 66 E6 3F
  353. 005DE247:
  354. jne 005de2e7
  355.  
  356. dealloc(fix)
  357. </AssemblerScript>
  358. </CheatEntry>
  359. <CheatEntry>
  360. <ID>5</ID>
  361. <Description>"Anti-Death"</Description>
  362. <LastState/>
  363. <VariableType>Auto Assembler Script</VariableType>
  364. <AssemblerScript>[ENABLE]
  365. 007A7099://74 0B 8B 45 10 83 E0 01 83 C8 12 EB 63 FF B7 F4
  366. jmp 007a70a6
  367. [DISABLE]
  368. 007A7099:
  369. je 007a70a6
  370. </AssemblerScript>
  371. </CheatEntry>
  372. <CheatEntry>
  373. <ID>7</ID>
  374. <Description>"Damage Cap"</Description>
  375. <LastState Value="3,40848740437128E65" RealAddress="008ED798"/>
  376. <VariableType>Double</VariableType>
  377. <Address>008ED798</Address>
  378. </CheatEntry>
  379. <CheatEntry>
  380. <ID>8</ID>
  381. <Description>"Damage Control"</Description>
  382. <LastState/>
  383. <VariableType>Auto Assembler Script</VariableType>
  384. <AssemblerScript>[enable]
  385. Alloc(damage,2)
  386. Registersymbol(damage)
  387. 0082F295: //E8 30 92 20 00 5F 5E 5B C9 C2 1C 00 55 8B EC 83
  388. mov eax,[damage]
  389.  
  390. [disable]
  391. 0082F295:
  392. call 004184ca
  393. Dealloc(damage,2)
  394. Unregistersymbol(damage)
  395. </AssemblerScript>
  396. </CheatEntry>
  397. <CheatEntry>
  398. <ID>9</ID>
  399. <Description>"Damage Shift Gmode"</Description>
  400. <LastState/>
  401. <VariableType>Auto Assembler Script</VariableType>
  402. <AssemblerScript>[enable]
  403. alloc(Damage,4)
  404. alloc(minDamage,4)
  405. alloc(maxDamage,4)
  406. alloc(ClientDamage,128)
  407. label(DamageReset)
  408. label(ServerDamage)
  409. label(ClientJump)
  410. label(ServerJump)
  411. registersymbol(minDamage)
  412. registersymbol(maxDamage)
  413.  
  414. ClientDamage:
  415. inc [Damage]
  416. push ebx
  417. mov ebx,[maxDamage]
  418. inc ebx
  419. cmp [Damage],ebx
  420. pop ebx
  421. jnl DamageReset
  422. sub eax, [Damage]
  423. mov ecx,edi
  424. jmp ClientJump
  425.  
  426. DamageReset:
  427. push ebx
  428. mov ebx,[minDamage]
  429. mov [Damage],ebx
  430. pop ebx
  431. sub eax, [Damage]
  432. mov ecx,edi
  433. jmp ClientJump
  434.  
  435. ServerDamage:
  436. push [Damage]
  437. lea ecx,[ebp-20]
  438. call 004133f0 //56 8B F1 6A 01 E8 14 00 00 00 8B 4E 08 8B 46 04
  439. jmp ServerJump
  440.  
  441. minDamage:
  442. db 01 00 00 00
  443. maxDamage:
  444. db 02 00 00 00
  445.  
  446. 007AE25D: //2B 45 08 8B CF 03 45 BC 03 45 EC 50 E8 0D DF FD
  447. jmp ClientDamage
  448. ClientJump:
  449.  
  450. 007AE2C0: //75 ?? 68 FE 00 00 00 8D 4D C0 E8 ou 75 31 68 FE 00 00 00 8D 4D 98 E8 31 B6 CA FF 53
  451. db 74
  452.  
  453. 007ADA9E://007A9616: //FF 8B FE 39 5D C4 0F 85 10 04 00 00 B9 F8 60 97
  454. jmp ServerDamage
  455. nop
  456. nop
  457. nop
  458. nop
  459. nop
  460. nop
  461. ServerJump:
  462.  
  463. [disable]
  464. 007AE25D:
  465. sub eax, [ebp+08]
  466. mov ecx,edi
  467.  
  468. 007AE2C0:
  469. db 75
  470.  
  471. 007ADA9E:
  472. push [ebp+08]
  473. lea ecx,[ebp-20]
  474. call 004133f0
  475.  
  476. dealloc(ClientDamage)
  477. dealloc(ServerDamage)
  478. dealloc(Damage)
  479. unregistersymbol(minDamage)
  480. unregistersymbol(maxDamage)
  481. </AssemblerScript>
  482. </CheatEntry>
  483. <CheatEntry>
  484. <ID>11</ID>
  485. <Description>"Item Vac"</Description>
  486. <LastState/>
  487. <VariableType>Auto Assembler Script</VariableType>
  488. <AssemblerScript>[enable]
  489. registersymbol(itemvac)
  490. alloc(itemvac, 1024)
  491. label(return)
  492.  
  493. 004C9419: //50 FF 75 DC 8D 45 CC 50 FF 15 3C 80 97 00 85 C0
  494. jmp itemvac
  495. nop
  496. nop
  497. return:
  498.  
  499. itemvac:
  500. pushad
  501. mov ecx, [ebp+8]
  502. mov ebx, [ebp-24]
  503. mov [ecx], ebx
  504. mov [ecx+4], eax
  505. mov ecx, eax
  506. mov eax, ebx
  507.  
  508. lea edx, [eax-19]
  509. mov [ebp-34], edx
  510. lea edx, [ecx-32]
  511. add eax, 19
  512. add ecx, A
  513. mov [ebp-30], edx
  514. mov [ebp-2C], eax
  515. mov [ebp-28], ecx
  516. popad
  517.  
  518. push eax
  519. push dword ptr ss:[ebp-24]
  520. lea eax,dword ptr ss:[ebp-34]
  521. jmp return
  522.  
  523. [disable]
  524.  
  525. 004C9419:
  526. push eax
  527. push [ebp-24]
  528. lea eax,[ebp-34]
  529. push eax
  530. dealloc(itemvac)
  531. unregistersymbol(itemvac)
  532. </AssemblerScript>
  533. </CheatEntry>
  534. <CheatEntry>
  535. <ID>13</ID>
  536. <Description>"Lag Hack"</Description>
  537. <LastState/>
  538. <VariableType>Auto Assembler Script</VariableType>
  539. <AssemblerScript>[enable]
  540. 007F157D: //74 0B 8B 06 6A 1E 8B CE FF 50 30 5E C3 33 C0 5E
  541. db 75 0b
  542. [disable]
  543. 007F157D:
  544. db 74 0b
  545.  
  546.  
  547.  
  548. </AssemblerScript>
  549. </CheatEntry>
  550. <CheatEntry>
  551. <ID>14</ID>
  552. <Description>"MP Regen Hack"</Description>
  553. <LastState/>
  554. <VariableType>Auto Assembler Script</VariableType>
  555. <AssemblerScript>[enable]
  556. 00830420: //81 FB 10 27 00 00 7C 69 56 E8 18 42 E2 FF 83 C0
  557. cmp ebx,00000001
  558.  
  559. [disable]
  560. 00830420:
  561. cmp ebx,00002710
  562. </AssemblerScript>
  563. </CheatEntry>
  564. <CheatEntry>
  565. <ID>15</ID>
  566. <Description>"Magic ATT Cap"</Description>
  567. <LastState Value="3465" RealAddress="006642A7"/>
  568. <VariableType>4 Bytes</VariableType>
  569. <Address>006642A7</Address>
  570. </CheatEntry>
  571. <CheatEntry>
  572. <ID>16</ID>
  573. <Description>"Meso Drop Cap"</Description>
  574. <LastState Value="1152909324" RealAddress="006C150B"/>
  575. <VariableType>4 Bytes</VariableType>
  576. <Address>006C150B</Address>
  577. </CheatEntry>
  578. <CheatEntry>
  579. <ID>18</ID>
  580. <Description>"Shift Max Damage"</Description>
  581. <VariableType>4 Bytes</VariableType>
  582. <Address>maxDamage</Address>
  583. </CheatEntry>
  584. <CheatEntry>
  585. <ID>19</ID>
  586. <Description>"Shift Min Damage"</Description>
  587. <VariableType>4 Bytes</VariableType>
  588. <Address>minDamage</Address>
  589. </CheatEntry>
  590. <CheatEntry>
  591. <ID>20</ID>
  592. <Description>"Spam"</Description>
  593. <LastState/>
  594. <VariableType>Auto Assembler Script</VariableType>
  595. <AssemblerScript>[enable]
  596. 00471054://74 27 83 45 08 04 83 7D 08 10 7C E5 FF 15 C4 81
  597. jmp 0047107d
  598.  
  599. 0047109E://73 1D FF 15 C4 81 97 00 53 53 53 53 51 89 46 04
  600. jmp 004710bd
  601.  
  602. 004A149F://7E 7E 33 FF 85 DB 74 08 8B 43 FC 89 45 E8 EB 04
  603. jmp 004a151f
  604.  
  605. 004A9478://7E 03 89 7D 10 8B 4D 08 85 C9 74 05 8B 41 FC EB
  606. jmp 004a947d
  607.  
  608.  
  609. [disable]
  610. 00471054://spam UPDATED1
  611. je 0047107d
  612.  
  613. 0047109E://spam UPDATED1
  614. jae 004710bd
  615.  
  616. 004A149F://Infinite Text UPDATED1
  617. jle 004a151f
  618.  
  619. 004A9478://Infinite Text UPDATED1
  620. jle 004a947d
  621. </AssemblerScript>
  622. </CheatEntry>
  623. <CheatEntry>
  624. <ID>22</ID>
  625. <Description>"Swim in Air"</Description>
  626. <LastState/>
  627. <VariableType>Auto Assembler Script</VariableType>
  628. <AssemblerScript>[ENABLE]
  629. 00614CC7: //75 04 33 C0 EB 03 6A 01 58 5F C9 C3 8B 81 90 01
  630. db 74 04
  631.  
  632. [DISABLE]
  633. 00614CC7:
  634. db 75 04
  635. </AssemblerScript>
  636. </CheatEntry>
  637. <CheatEntry>
  638. <ID>23</ID>
  639. <Description>"Take Max Damage"</Description>
  640. <LastState/>
  641. <VariableType>Auto Assembler Script</VariableType>
  642. <AssemblerScript>[enable]
  643. 0066E303: //72 08 DD D8 DD 05 78 A7 8E 00 E8 30 92 20 00 5F
  644. ja 0066e30d
  645.  
  646. [disable]
  647. 0066E303:
  648. jb 0066e30d
  649. </AssemblerScript>
  650. </CheatEntry>
  651. <CheatEntry>
  652. <ID>24</ID>
  653. <Description>"Tubi"</Description>
  654. <LastState/>
  655. <VariableType>Auto Assembler Script</VariableType>
  656. <AssemblerScript>[ENABLE] //Tubi (Fast loot)
  657. 004BECC6: //75 36 83 7C 24 0C 00 75 19 8B 86 98 20 00 00 FF
  658. nop
  659. nop
  660.  
  661. [DISABLE]
  662. 004BECC6:
  663. jne 004becfe
  664. </AssemblerScript>
  665. </CheatEntry>
  666. <CheatEntry>
  667. <ID>25</ID>
  668. <Description>"ZZ Vac"</Description>
  669. <LastState/>
  670. <VariableType>Auto Assembler Script</VariableType>
  671. <AssemblerScript>[ENABLE]
  672. 007F162B://ZZ Vac DD 45 F0 57 8B CE 51 51 DD 1C 24 E8 54 1D D0 FF
  673. nop
  674. nop
  675. nop
  676.  
  677. 007F163B://ZZ Vac DD 45 E8 8D 4E 18 51 51 DD 1C 24 89 46 10 E8 41
  678. nop
  679. nop
  680. nop
  681.  
  682. [DISABLE]
  683. 007F162B://ZZ Vac
  684. fld qword ptr [ebp-10]
  685.  
  686. 007F163B://ZZ Vac
  687. fld qword ptr [ebp-18]
  688. </AssemblerScript>
  689. </CheatEntry>
  690. <CheatEntry>
  691. <ID>28</ID>
  692. <Description>"DupeX"</Description>
  693. <LastState/>
  694. <VariableType>Auto Assembler Script</VariableType>
  695. <AssemblerScript>[enable]
  696. alloc(FindCharacterAddress, 1024)
  697. alloc(ListOffset, 4)
  698. alloc(ESIList, 1024)
  699. alloc(DupeXVac, 1024)
  700. alloc(EDIValue, 4)
  701. alloc(dupex,64)
  702. alloc(address,4)
  703. registersymbol(address)
  704. registersymbol(FindCharacterAddress)
  705. registersymbol(ListOffset)
  706. label(disablez)
  707. label(on)
  708. label(vac)
  709. label(EndSearch)
  710. label(CompareOffset)
  711. label(StoreESI)
  712. label(DoNormal)
  713.  
  714. FindCharacterAddress:
  715. mov [esi+114],edi
  716.  
  717. push eax
  718. push ebx
  719. push ecx
  720. push edx
  721.  
  722. mov eax,0
  723. mov ebx,ListOffset
  724. mov ecx,ESIList
  725. mov edx,EDIValue
  726.  
  727. CompareOffset:
  728. cmp eax,[ebx]
  729. je StoreESI
  730. cmp esi,[ecx+eax*4]
  731. je EndSearch
  732. inc eax
  733. jmp CompareOffset
  734.  
  735. StoreESI:
  736. mov [ecx+eax*4],esi
  737. inc eax
  738. mov [ebx],eax
  739. mov [edx],edi
  740.  
  741. EndSearch:
  742. pop edx
  743. pop ecx
  744. pop ebx
  745. pop eax
  746. jmp 7F4386
  747.  
  748.  
  749. DupeXVac:
  750. push eax
  751. push ebx
  752. push ecx
  753.  
  754. mov ebx,[ListOffset]
  755. dec ebx
  756. mov ecx,ESIList
  757. mov eax,[ecx+ebx*4]
  758.  
  759. cmp esi,eax
  760. je DoNormal
  761. mov edi,[EDIValue]
  762.  
  763. DoNormal:
  764. mov [esi+114],edi
  765. pop eax
  766. pop ebx
  767. pop ecx
  768. jmp 7F4386 //DupeX Addy +6
  769.  
  770. address:
  771. db 00 00 00 00
  772.  
  773. 007F4380://Dupex Addy : 89 BE 14 01 00 00 EB
  774. jmp dupex
  775. nop
  776.  
  777. dupex:
  778. cmp [address],0
  779. je disablez
  780. cmp [address],1
  781. je on
  782. cmp [address],2
  783. je vac
  784.  
  785. disablez:
  786. mov [esi+00000114],edi
  787. jmp 007F4386 //1 addy under dupex
  788.  
  789. on:
  790. jmp FindCharacterAddress
  791.  
  792. vac:
  793. jmp DupeXVac
  794.  
  795.  
  796. [disable]
  797. 007F4380:
  798. mov [esi+00000114],edi
  799. dealloc(FindCharacterAddress, 1024)
  800. dealloc(ListOffset)
  801. dealloc(ESIList)
  802. dealloc(DupeXVac)
  803. dealloc(EDIValue)
  804.  
  805. unregistersymbol(FindCharacterAddress)
  806. unregistersymbol(ListOffset)
  807.  
  808.  
  809.  
  810. </AssemblerScript>
  811. </CheatEntry>
  812. <CheatEntry>
  813. <ID>29</ID>
  814. <Description>"0 Disable 1 On 2 Vac"</Description>
  815. <VariableType>4 Bytes</VariableType>
  816. <Address>address</Address>
  817. </CheatEntry>
  818. <CheatEntry>
  819. <ID>30</ID>
  820. <Description>"ListOffset"</Description>
  821. <VariableType>4 Bytes</VariableType>
  822. <Address>ListOffset</Address>
  823. </CheatEntry>
  824. <CheatEntry>
  825. <ID>34</ID>
  826. <Description>"Sit"</Description>
  827. <LastState/>
  828. <VariableType>Auto Assembler Script</VariableType>
  829. <AssemblerScript>[ENABLE]
  830. 007A70BC: //74 0B 8B 45 10 83 E0 01 83 C8 14 EB 40 39 9F D0
  831. nop
  832. nop
  833.  
  834. [DISABLE]
  835. 007A70BC:
  836. je 007a70c9
  837. </AssemblerScript>
  838. </CheatEntry>
  839. <CheatEntry>
  840. <ID>35</ID>
  841. <Description>"Char X"</Description>
  842. <LastState Value="124" RealAddress="03398A38"/>
  843. <VariableType>4 Bytes</VariableType>
  844. <Address>03398A38</Address>
  845. </CheatEntry>
  846. <CheatEntry>
  847. <ID>36</ID>
  848. <Description>"Char Y"</Description>
  849. <LastState Value="3246459275" RealAddress="03398A3C"/>
  850. <VariableType>4 Bytes</VariableType>
  851. <Address>03398A3C</Address>
  852. </CheatEntry>
  853. <CheatEntry>
  854. <ID>37</ID>
  855. <Description>"char x"</Description>
  856. <VariableType>4 Bytes</VariableType>
  857. <Address>0BACE910</Address>
  858. </CheatEntry>
  859. <CheatEntry>
  860. <ID>38</ID>
  861. <Description>"char y"</Description>
  862. <VariableType>4 Bytes</VariableType>
  863. <Address>0BACE914</Address>
  864. </CheatEntry>
  865. <CheatEntry>
  866. <ID>39</ID>
  867. <Description>"left wall"</Description>
  868. <LastState Value="1747577910" RealAddress="03370BD0"/>
  869. <VariableType>4 Bytes</VariableType>
  870. <Address>03370BD0</Address>
  871. </CheatEntry>
  872. <CheatEntry>
  873. <ID>40</ID>
  874. <Description>"top wall"</Description>
  875. <LastState Value="3884052105" RealAddress="03370BD4"/>
  876. <VariableType>4 Bytes</VariableType>
  877. <Address>03370BD4</Address>
  878. </CheatEntry>
  879. <CheatEntry>
  880. <ID>41</ID>
  881. <Description>"right wall"</Description>
  882. <LastState Value="64" RealAddress="03370BD8"/>
  883. <VariableType>4 Bytes</VariableType>
  884. <Address>03370BD8</Address>
  885. </CheatEntry>
  886. <CheatEntry>
  887. <ID>42</ID>
  888. <Description>"down wall"</Description>
  889. <LastState Value="10012289" RealAddress="03370BDC"/>
  890. <VariableType>4 Bytes</VariableType>
  891. <Address>03370BDC</Address>
  892. </CheatEntry>
  893. <CheatEntry>
  894. <ID>43</ID>
  895. <Description>"new char X"</Description>
  896. <VariableType>4 Bytes</VariableType>
  897. <Address>0C124798</Address>
  898. </CheatEntry>
  899. <CheatEntry>
  900. <ID>44</ID>
  901. <Description>"new char Y"</Description>
  902. <VariableType>4 Bytes</VariableType>
  903. <Address>0C12479C</Address>
  904. </CheatEntry>
  905. <CheatEntry>
  906. <ID>45</ID>
  907. <Description>"left wall"</Description>
  908. <VariableType>4 Bytes</VariableType>
  909. <Address>084D1B80</Address>
  910. </CheatEntry>
  911. <CheatEntry>
  912. <ID>46</ID>
  913. <Description>"No description"</Description>
  914. <VariableType>4 Bytes</VariableType>
  915. <Address>084D1B84</Address>
  916. </CheatEntry>
  917. <CheatEntry>
  918. <ID>47</ID>
  919. <Description>"No description"</Description>
  920. <VariableType>4 Bytes</VariableType>
  921. <Address>084D1B88</Address>
  922. </CheatEntry>
  923. <CheatEntry>
  924. <ID>48</ID>
  925. <Description>"No description"</Description>
  926. <VariableType>4 Bytes</VariableType>
  927. <Address>084D1B8C</Address>
  928. </CheatEntry>
  929. <CheatEntry>
  930. <ID>49</ID>
  931. <Description>"pointerscan result"</Description>
  932. <VariableType>4 Bytes</VariableType>
  933. <Address>"MaplePlace.exe"+00578138</Address>
  934. <Offsets>
  935. <Offset>24</Offset>
  936. </Offsets>
  937. </CheatEntry>
  938. <CheatEntry>
  939. <ID>50</ID>
  940. <Description>"pointerscan result"</Description>
  941. <VariableType>4 Bytes</VariableType>
  942. <Address>"MaplePlace.exe"+00579268</Address>
  943. <Offsets>
  944. <Offset>59C</Offset>
  945. </Offsets>
  946. </CheatEntry>
  947. <CheatEntry>
  948. <ID>51</ID>
  949. <Description>"pointerscan result"</Description>
  950. <VariableType>4 Bytes</VariableType>
  951. <Address>"MaplePlace.exe"+00579268</Address>
  952. <Offsets>
  953. <Offset>5A0</Offset>
  954. </Offsets>
  955. </CheatEntry>
  956. <CheatEntry>
  957. <ID>52</ID>
  958. <Description>"------------------------"</Description>
  959. <LastState/>
  960. <VariableType>Auto Assembler Script</VariableType>
  961. <AssemblerScript>[ENABLE]
  962. //Created by NoobHacker on Youtube; https://youtube.com/channel/UCSGLf2DSzgM7iseMybspYCQ
  963. //code from here to '[DISABLE]' will be used to enable the cheat
  964. {$lua}
  965. saved_left = readInteger("[MaplePlace.exe+00578138]+24")
  966. saved_right = readInteger("[MaplePlace.exe+00578138]+2C")
  967. saved_top = readInteger("[MaplePlace.exe+00578138]+28")
  968. saved_bottom = readInteger("[MaplePlace.exe+00578138]+30")
  969.  
  970. my_x = readInteger("[00BEBF98]+116C")
  971. my_y = readInteger("[00BEBF98]+1170")
  972.  
  973. writeInteger("[MaplePlace.exe+00578138]+24", my_x - 150)
  974. writeInteger("[MaplePlace.exe+00578138]+2C", my_x + 150)
  975. writeInteger("[MaplePlace.exe+00578138]+28", my_y - 35)
  976. writeInteger("[MaplePlace.exe+00578138]+30", my_y - 10)
  977.  
  978. [DISABLE]
  979. //code from here till the end of the code will be used to disable the cheat
  980. {$lua}
  981. writeInteger("[MaplePlace.exe+00578138]+24", saved_left)
  982. writeInteger("[MaplePlace.exe+00578138]+2C", saved_right)
  983. writeInteger("[MaplePlace.exe+00578138]+28", saved_top)
  984. writeInteger("[MaplePlace.exe+00578138]+30", saved_bottom)
  985. </AssemblerScript>
  986. </CheatEntry>
  987. <CheatEntry>
  988. <ID>56</ID>
  989. <Description>"speedattack set to 3 after attack"</Description>
  990. <LastState Value="0" RealAddress="3492A1B0"/>
  991. <VariableType>4 Bytes</VariableType>
  992. <Address>3492A1B0</Address>
  993. </CheatEntry>
  994. <CheatEntry>
  995. <ID>57</ID>
  996. <Description>"speedattakscript"</Description>
  997. <LastState/>
  998. <VariableType>Auto Assembler Script</VariableType>
  999. <AssemblerScript>[ENABLE]
  1000. //code from here to '[DISABLE]' will be used to enable the cheat
  1001. 0041A765:
  1002. nop
  1003. nop
  1004. nop
  1005.  
  1006. [DISABLE]
  1007. 0041A765:
  1008. mov [eax-04],esi
  1009. </AssemblerScript>
  1010. </CheatEntry>
  1011. <CheatEntry>
  1012. <ID>58</ID>
  1013. <Description>"Char X"</Description>
  1014. <LastState Value="20" RealAddress="33D77D18"/>
  1015. <VariableType>4 Bytes</VariableType>
  1016. <Address>33D77D18</Address>
  1017. </CheatEntry>
  1018. <CheatEntry>
  1019. <ID>59</ID>
  1020. <Description>"Char Y"</Description>
  1021. <LastState Value="1354844000" RealAddress="33D77D1C"/>
  1022. <VariableType>4 Bytes</VariableType>
  1023. <Address>33D77D1C</Address>
  1024. </CheatEntry>
  1025. <CheatEntry>
  1026. <ID>60</ID>
  1027. <Description>"Left wall "</Description>
  1028. <LastState Value="0" RealAddress="2B6802C8"/>
  1029. <VariableType>4 Bytes</VariableType>
  1030. <Address>2B6802C8</Address>
  1031. </CheatEntry>
  1032. <CheatEntry>
  1033. <ID>62</ID>
  1034. <Description>"speed attack"</Description>
  1035. <LastState Value="16" RealAddress="3C44B728"/>
  1036. <VariableType>4 Bytes</VariableType>
  1037. <Address>3C44B728</Address>
  1038. </CheatEntry>
  1039. <CheatEntry>
  1040. <ID>64</ID>
  1041. <Description>"Char X"</Description>
  1042. <LastState Value="4294966455" RealAddress="3370F158"/>
  1043. <VariableType>4 Bytes</VariableType>
  1044. <Address>"z41n.wz"+007ED788</Address>
  1045. <Offsets>
  1046. <Offset>5D4</Offset>
  1047. </Offsets>
  1048. </CheatEntry>
  1049. <CheatEntry>
  1050. <ID>65</ID>
  1051. <Description>"Char Y"</Description>
  1052. <LastState Value="1245" RealAddress="3370F15C"/>
  1053. <VariableType>4 Bytes</VariableType>
  1054. <Address>"z41n.wz"+007ED788</Address>
  1055. <Offsets>
  1056. <Offset>5D8</Offset>
  1057. </Offsets>
  1058. </CheatEntry>
  1059. <CheatEntry>
  1060. <ID>67</ID>
  1061. <Description>"Left Wall"</Description>
  1062. <LastState Value="4294965556" RealAddress="2B6C02C8"/>
  1063. <VariableType>4 Bytes</VariableType>
  1064. <Address>"z41n.wz"+007EBFA0</Address>
  1065. <Offsets>
  1066. <Offset>24</Offset>
  1067. </Offsets>
  1068. </CheatEntry>
  1069. <CheatEntry>
  1070. <ID>71</ID>
  1071. <Description>"Top w"</Description>
  1072. <LastState Value="430" RealAddress="2B6C02CC"/>
  1073. <VariableType>4 Bytes</VariableType>
  1074. <Address>"z41n.wz"+007EBFA0</Address>
  1075. <Offsets>
  1076. <Offset>28</Offset>
  1077. </Offsets>
  1078. </CheatEntry>
  1079. <CheatEntry>
  1080. <ID>72</ID>
  1081. <Description>"Right w"</Description>
  1082. <LastState Value="36" RealAddress="2B6C02D0"/>
  1083. <VariableType>4 Bytes</VariableType>
  1084. <Address>"z41n.wz"+007EBFA0</Address>
  1085. <Offsets>
  1086. <Offset>2C</Offset>
  1087. </Offsets>
  1088. </CheatEntry>
  1089. <CheatEntry>
  1090. <ID>73</ID>
  1091. <Description>"Bottom w"</Description>
  1092. <LastState Value="2096" RealAddress="2B6C02D4"/>
  1093. <VariableType>4 Bytes</VariableType>
  1094. <Address>"z41n.wz"+007EBFA0</Address>
  1095. <Offsets>
  1096. <Offset>30</Offset>
  1097. </Offsets>
  1098. </CheatEntry>
  1099. <CheatEntry>
  1100. <ID>74</ID>
  1101. <Description>"No description"</Description>
  1102. <LastState Value="16" RealAddress="33D438E8"/>
  1103. <VariableType>4 Bytes</VariableType>
  1104. <Address>33D438E8</Address>
  1105. </CheatEntry>
  1106. <CheatEntry>
  1107. <ID>75</ID>
  1108. <Description>"Vac"</Description>
  1109. <LastState/>
  1110. <VariableType>Auto Assembler Script</VariableType>
  1111. <AssemblerScript>[ENABLE]
  1112. //Created by NoobHacker on Youtube; https://youtube.com/channel/UCSGLf2DSzgM7iseMybspYCQ
  1113. //code from here to '[DISABLE]' will be used to enable the cheat
  1114. {$lua}
  1115. saved_left = readInteger("[MaplePlace.exe+00578138]+24")
  1116. saved_right = readInteger("[MaplePlace.exe+00578138]+2C")
  1117. saved_top = readInteger("[MaplePlace.exe+00578138]+28")
  1118. saved_bottom = readInteger("[MaplePlace.exe+00578138]+30")
  1119.  
  1120. my_x = readInteger("[MaplePlace.exe+00579268]+59C")
  1121. my_y = readInteger("[MaplePlace.exe+00579268]+5A0")
  1122.  
  1123. writeInteger("[MaplePlace.exe+00578138]+24", my_x - 15)
  1124. writeInteger("[MaplePlace.exe+00578138]+2C", my_x + 15)
  1125. writeInteger("[MaplePlace.exe+00578138]+28", my_y - 35)
  1126. writeInteger("[MaplePlace.exe+00578138]+30", my_y - 10)
  1127.  
  1128. [DISABLE]
  1129. //code from here till the end of the code will be used to disable the cheat
  1130. {$lua}
  1131. writeInteger("[MaplePlace.exe+00578138]+24", saved_left)
  1132. writeInteger("[MaplePlace.exe+00578138]+2C", saved_right)
  1133. writeInteger("[MaplePlace.exe+00578138]+28", saved_top)
  1134. writeInteger("[MaplePlace.exe+00578138]+30", saved_bottom)
  1135. </AssemblerScript>
  1136. </CheatEntry>
  1137. <CheatEntry>
  1138. <ID>77</ID>
  1139. <Description>"Vac"</Description>
  1140. <LastState/>
  1141. <VariableType>Auto Assembler Script</VariableType>
  1142. <AssemblerScript>[ENABLE]
  1143. //Created by NoobHacker on Youtube; https://youtube.com/channel/UCSGLf2DSzgM7iseMybspYCQ
  1144. //code from here to '[DISABLE]' will be used to enable the cheat
  1145. {$lua}
  1146. saved_left = readInteger("[MaplePlace.exe+00578138]+24")
  1147. saved_right = readInteger("[MaplePlace.exe+00578138]+2C")
  1148. saved_top = readInteger("[MaplePlace.exe+00578138]+28")
  1149. saved_bottom = readInteger("[MaplePlace.exe+00578138]+30")
  1150.  
  1151. my_x = readInteger("[MaplePlace.exe+00579268]+59C")
  1152. my_y = readInteger("[MaplePlace.exe+00579268]+5A0")
  1153.  
  1154. writeInteger("[MaplePlace.exe+00578138]+24", my_x - 15)
  1155. writeInteger("[MaplePlace.exe+00578138]+2C", my_x + 15)
  1156. writeInteger("[MaplePlace.exe+00578138]+28", my_y - 35)
  1157. writeInteger("[MaplePlace.exe+00578138]+30", my_y - 10)
  1158.  
  1159. [DISABLE]
  1160. //code from here till the end of the code will be used to disable the cheat
  1161. {$lua}
  1162. writeInteger("[MaplePlace.exe+00578138]+24", saved_left)
  1163. writeInteger("[MaplePlace.exe+00578138]+2C", saved_right)
  1164. writeInteger("[MaplePlace.exe+00578138]+28", saved_top)
  1165. writeInteger("[MaplePlace.exe+00578138]+30", saved_bottom)
  1166. </AssemblerScript>
  1167. </CheatEntry>
  1168. <CheatEntry>
  1169. <ID>76</ID>
  1170. <Description>"MapleCit vac"</Description>
  1171. <LastState/>
  1172. <VariableType>Auto Assembler Script</VariableType>
  1173. <AssemblerScript>[ENABLE]
  1174. //Created by NoobHacker on Youtube; https://youtube.com/channel/UCSGLf2DSzgM7iseMybspYCQ
  1175. //code from here to '[DISABLE]' will be used to enable the cheat
  1176. {$lua}
  1177. saved_left = readInteger("[z41n.wz+007EBFA0]+24")
  1178. saved_right = readInteger("[z41n.wz+007EBFA0]+2C")
  1179. saved_top = readInteger("[z41n.wz+007EBFA0]+28")
  1180. saved_bottom = readInteger("[z41n.wz+007EBFA0]+30")
  1181.  
  1182. my_x = readInteger("[z41n.wz+007ED788]+5D4")
  1183. my_y = readInteger("[z41n.wz+007ED788]+5D8")
  1184.  
  1185. writeInteger("[z41n.wz+007EBFA0]+24", my_x - 15)
  1186. writeInteger("[z41n.wz+007EBFA0]+2C", my_x + 15)
  1187. writeInteger("[z41n.wz+007EBFA0]+28", my_y - 35)
  1188. writeInteger("[z41n.wz+007EBFA0]+30", my_y - 10)
  1189.  
  1190. [DISABLE]
  1191. //code from here till the end of the code will be used to disable the cheat
  1192. {$lua}
  1193. writeInteger("[z41n.wz+007EBFA0]+24", saved_left)
  1194. writeInteger("[z41n.wz+007EBFA0]+2C", saved_right)
  1195. writeInteger("[z41n.wz+007EBFA0]+28", saved_top)
  1196. writeInteger("[z41n.wz+007EBFA0]+30", saved_bottom)
  1197. </AssemblerScript>
  1198. </CheatEntry>
  1199. <CheatEntry>
  1200. <ID>82</ID>
  1201. <Description>"MapleCit vac - med"</Description>
  1202. <LastState/>
  1203. <VariableType>Auto Assembler Script</VariableType>
  1204. <AssemblerScript>[ENABLE]
  1205. //Created by NoobHacker on Youtube; https://youtube.com/channel/UCSGLf2DSzgM7iseMybspYCQ
  1206. //code from here to '[DISABLE]' will be used to enable the cheat
  1207. {$lua}
  1208. saved_left = readInteger("[z41n.wz+007EBFA0]+24")
  1209. saved_right = readInteger("[z41n.wz+007EBFA0]+2C")
  1210. saved_top = readInteger("[z41n.wz+007EBFA0]+28")
  1211. saved_bottom = readInteger("[z41n.wz+007EBFA0]+30")
  1212.  
  1213. my_x = readInteger("[z41n.wz+007ED788]+5D4")
  1214. my_y = readInteger("[z41n.wz+007ED788]+5D8")
  1215.  
  1216. writeInteger("[z41n.wz+007EBFA0]+24", my_x - 15)
  1217. writeInteger("[z41n.wz+007EBFA0]+2C", my_x + 15)
  1218. writeInteger("[z41n.wz+007EBFA0]+28", my_y - 35)
  1219. writeInteger("[z41n.wz+007EBFA0]+30", my_y - 10)
  1220.  
  1221. [DISABLE]
  1222. //code from here till the end of the code will be used to disable the cheat
  1223. {$lua}
  1224. writeInteger("[z41n.wz+007EBFA0]+24", saved_left)
  1225. writeInteger("[z41n.wz+007EBFA0]+2C", saved_right)
  1226. writeInteger("[z41n.wz+007EBFA0]+28", saved_top)
  1227. writeInteger("[z41n.wz+007EBFA0]+30", saved_bottom)
  1228. </AssemblerScript>
  1229. </CheatEntry>
  1230. <CheatEntry>
  1231. <ID>78</ID>
  1232. <Description>"MapleCit vac - lkong"</Description>
  1233. <LastState/>
  1234. <VariableType>Auto Assembler Script</VariableType>
  1235. <AssemblerScript>[ENABLE]
  1236. //Created by NoobHacker on Youtube; https://youtube.com/channel/UCSGLf2DSzgM7iseMybspYCQ
  1237. //code from here to '[DISABLE]' will be used to enable the cheat
  1238. {$lua}
  1239. saved_left = readInteger("[z41n.wz+007EBFA0]+24")
  1240. saved_right = readInteger("[z41n.wz+007EBFA0]+2C")
  1241. saved_top = readInteger("[z41n.wz+007EBFA0]+28")
  1242. saved_bottom = readInteger("[z41n.wz+007EBFA0]+30")
  1243.  
  1244. my_x = readInteger("[z41n.wz+007ED788]+5D4")
  1245. my_y = readInteger("[z41n.wz+007ED788]+5D8")
  1246.  
  1247. writeInteger("[z41n.wz+007EBFA0]+24", my_x - 250)
  1248. writeInteger("[z41n.wz+007EBFA0]+2C", my_x + 250)
  1249. writeInteger("[z41n.wz+007EBFA0]+28", my_y - 35)
  1250. writeInteger("[z41n.wz+007EBFA0]+30", my_y - 10)
  1251.  
  1252. [DISABLE]
  1253. //code from here till the end of the code will be used to disable the cheat
  1254. {$lua}
  1255. writeInteger("[z41n.wz+007EBFA0]+24", saved_left)
  1256. writeInteger("[z41n.wz+007EBFA0]+2C", saved_right)
  1257. writeInteger("[z41n.wz+007EBFA0]+28", saved_top)
  1258. writeInteger("[z41n.wz+007EBFA0]+30", saved_bottom)
  1259. </AssemblerScript>
  1260. </CheatEntry>
  1261. <CheatEntry>
  1262. <ID>79</ID>
  1263. <Description>"No Breath"</Description>
  1264. <VariableType>4 Bytes</VariableType>
  1265. <Address>3B9B95F0</Address>
  1266. </CheatEntry>
  1267. <CheatEntry>
  1268. <ID>80</ID>
  1269. <Description>"No Delay number"</Description>
  1270. <LastState Value="0" RealAddress="335C1630"/>
  1271. <VariableType>4 Bytes</VariableType>
  1272. <Address>335C1630</Address>
  1273. </CheatEntry>
  1274. <CheatEntry>
  1275. <ID>81</ID>
  1276. <Description>"Another no delay, from lsitener"</Description>
  1277. <LastState Activated="1"/>
  1278. <VariableType>Auto Assembler Script</VariableType>
  1279. <AssemblerScript>[ENABLE]
  1280. //code from here to '[DISABLE]' will be used to enable the cheat
  1281. 00452A94:
  1282. cmp dword ptr [eax-04],03
  1283.  
  1284.  
  1285. [DISABLE]
  1286. //code from here till the end of the code will be used to disable the cheat
  1287. 00452A94:
  1288. cmp [eax-04],esi
  1289. </AssemblerScript>
  1290. </CheatEntry>
  1291. </CheatEntries>
  1292. <CheatCodes>
  1293. <CodeEntry Color="20000000">
  1294. <Description>Change of inc [esi+000000CC]</Description>
  1295. <AddressString>GR2D_DX8.DLL+ACDD</AddressString>
  1296. <Before>
  1297. <Byte>50</Byte>
  1298. <Byte>08</Byte>
  1299. <Byte>8B</Byte>
  1300. <Byte>4D</Byte>
  1301. <Byte>DC</Byte>
  1302. </Before>
  1303. <Actual>
  1304. <Byte>FF</Byte>
  1305. <Byte>86</Byte>
  1306. <Byte>CC</Byte>
  1307. <Byte>00</Byte>
  1308. <Byte>00</Byte>
  1309. <Byte>00</Byte>
  1310. </Actual>
  1311. <After>
  1312. <Byte>8D</Byte>
  1313. <Byte>86</Byte>
  1314. <Byte>CC</Byte>
  1315. <Byte>00</Byte>
  1316. <Byte>00</Byte>
  1317. </After>
  1318. </CodeEntry>
  1319. <CodeEntry Color="80000008">
  1320. <Description>Change of inc [esi+08]</Description>
  1321. <AddressString>z41n.wz+4A2C8</AddressString>
  1322. <Before>
  1323. <Byte>23</Byte>
  1324. <Byte>D1</Byte>
  1325. <Byte>89</Byte>
  1326. <Byte>50</Byte>
  1327. <Byte>04</Byte>
  1328. </Before>
  1329. <Actual>
  1330. <Byte>FF</Byte>
  1331. <Byte>46</Byte>
  1332. <Byte>08</Byte>
  1333. </Actual>
  1334. <After>
  1335. <Byte>8D</Byte>
  1336. <Byte>48</Byte>
  1337. <Byte>10</Byte>
  1338. <Byte>F7</Byte>
  1339. <Byte>D8</Byte>
  1340. </After>
  1341. </CodeEntry>
  1342. <CodeEntry Color="80000008">
  1343. <Description>Change of dec [ecx+08]</Description>
  1344. <AddressString>z41n.wz+46AA5</AddressString>
  1345. <Before>
  1346. <Byte>23</Byte>
  1347. <Byte>C2</Byte>
  1348. <Byte>89</Byte>
  1349. <Byte>78</Byte>
  1350. <Byte>08</Byte>
  1351. </Before>
  1352. <Actual>
  1353. <Byte>FF</Byte>
  1354. <Byte>49</Byte>
  1355. <Byte>08</Byte>
  1356. </Actual>
  1357. <After>
  1358. <Byte>56</Byte>
  1359. <Byte>E8</Byte>
  1360. <Byte>80</Byte>
  1361. <Byte>C2</Byte>
  1362. <Byte>FB</Byte>
  1363. </After>
  1364. </CodeEntry>
  1365. <CodeEntry Color="80000008">
  1366. <Description>Change of mov [esi],eax</Description>
  1367. <AddressString>z41n.wz+52FCA4</AddressString>
  1368. <Before>
  1369. <Byte>45</Byte>
  1370. <Byte>14</Byte>
  1371. <Byte>FF</Byte>
  1372. <Byte>75</Byte>
  1373. <Byte>18</Byte>
  1374. </Before>
  1375. <Actual>
  1376. <Byte>89</Byte>
  1377. <Byte>06</Byte>
  1378. </Actual>
  1379. <After>
  1380. <Byte>8B</Byte>
  1381. <Byte>0D</Byte>
  1382. <Byte>D4</Byte>
  1383. <Byte>78</Byte>
  1384. <Byte>BE</Byte>
  1385. </After>
  1386. </CodeEntry>
  1387. <CodeEntry Color="80000008">
  1388. <Description>Change of mov [eax-04],esi</Description>
  1389. <AddressString>z41n.wz+1A765</AddressString>
  1390. <Before>
  1391. <Byte>03</Byte>
  1392. <Byte>85</Byte>
  1393. <Byte>C0</Byte>
  1394. <Byte>74</Byte>
  1395. <Byte>03</Byte>
  1396. </Before>
  1397. <Actual>
  1398. <Byte>89</Byte>
  1399. <Byte>70</Byte>
  1400. <Byte>FC</Byte>
  1401. </Actual>
  1402. <After>
  1403. <Byte>8B</Byte>
  1404. <Byte>03</Byte>
  1405. <Byte>5F</Byte>
  1406. <Byte>5E</Byte>
  1407. <Byte>5B</Byte>
  1408. </After>
  1409. </CodeEntry>
  1410. <CodeEntry Color="80000008">
  1411. <Description>Change of mov eax,[ebx]</Description>
  1412. <AddressString>z41n.wz+1A768</AddressString>
  1413. <Before>
  1414. <Byte>74</Byte>
  1415. <Byte>03</Byte>
  1416. <Byte>89</Byte>
  1417. <Byte>70</Byte>
  1418. <Byte>FC</Byte>
  1419. </Before>
  1420. <Actual>
  1421. <Byte>8B</Byte>
  1422. <Byte>03</Byte>
  1423. </Actual>
  1424. <After>
  1425. <Byte>5F</Byte>
  1426. <Byte>5E</Byte>
  1427. <Byte>5B</Byte>
  1428. <Byte>C9</Byte>
  1429. <Byte>C2</Byte>
  1430. </After>
  1431. </CodeEntry>
  1432. <CodeEntry Color="80000008">
  1433. <Description>Change of mov esi,[ebp+08]</Description>
  1434. <AddressString>z41n.wz+1A75C</AddressString>
  1435. <Before>
  1436. <Byte>8A</Byte>
  1437. <Byte>FE</Byte>
  1438. <Byte>FF</Byte>
  1439. <Byte>89</Byte>
  1440. <Byte>33</Byte>
  1441. </Before>
  1442. <Actual>
  1443. <Byte>8B</Byte>
  1444. <Byte>75</Byte>
  1445. <Byte>08</Byte>
  1446. </Actual>
  1447. <After>
  1448. <Byte>8B</Byte>
  1449. <Byte>03</Byte>
  1450. <Byte>85</Byte>
  1451. <Byte>C0</Byte>
  1452. <Byte>74</Byte>
  1453. </After>
  1454. </CodeEntry>
  1455. <CodeEntry Color="80000008">
  1456. <Description>Change of dec [ecx+08]</Description>
  1457. <AddressString>GR2D_DX8.DLL+C802</AddressString>
  1458. <Before>
  1459. <Byte>23</Byte>
  1460. <Byte>C2</Byte>
  1461. <Byte>89</Byte>
  1462. <Byte>78</Byte>
  1463. <Byte>08</Byte>
  1464. </Before>
  1465. <Actual>
  1466. <Byte>FF</Byte>
  1467. <Byte>49</Byte>
  1468. <Byte>08</Byte>
  1469. </Actual>
  1470. <After>
  1471. <Byte>56</Byte>
  1472. <Byte>E8</Byte>
  1473. <Byte>A2</Byte>
  1474. <Byte>88</Byte>
  1475. <Byte>FF</Byte>
  1476. </After>
  1477. </CodeEntry>
  1478. <CodeEntry Color="80000008">
  1479. <Description>Change of dec [ecx+08]</Description>
  1480. <AddressString>SHAPE2D.DLL+465D</AddressString>
  1481. <Before>
  1482. <Byte>23</Byte>
  1483. <Byte>C2</Byte>
  1484. <Byte>89</Byte>
  1485. <Byte>78</Byte>
  1486. <Byte>08</Byte>
  1487. </Before>
  1488. <Actual>
  1489. <Byte>FF</Byte>
  1490. <Byte>49</Byte>
  1491. <Byte>08</Byte>
  1492. </Actual>
  1493. <After>
  1494. <Byte>56</Byte>
  1495. <Byte>E8</Byte>
  1496. <Byte>88</Byte>
  1497. <Byte>DF</Byte>
  1498. <Byte>FF</Byte>
  1499. </After>
  1500. </CodeEntry>
  1501. <CodeEntry Color="80000008">
  1502. <Description>Change of cmp [eax-04],esi</Description>
  1503. <AddressString>z41n.wz+545CC</AddressString>
  1504. <Before>
  1505. <Byte>00</Byte>
  1506. <Byte>3B</Byte>
  1507. <Byte>C6</Byte>
  1508. <Byte>74</Byte>
  1509. <Byte>09</Byte>
  1510. </Before>
  1511. <Actual>
  1512. <Byte>39</Byte>
  1513. <Byte>70</Byte>
  1514. <Byte>FC</Byte>
  1515. </Actual>
  1516. <After>
  1517. <Byte>90</Byte>
  1518. <Byte>90</Byte>
  1519. <Byte>90</Byte>
  1520. <Byte>90</Byte>
  1521. <Byte>90</Byte>
  1522. </After>
  1523. </CodeEntry>
  1524. <CodeEntry Color="80000008">
  1525. <Description>Change of mov edi,[eax-04]</Description>
  1526. <AddressString>z41n.wz+1A68D</AddressString>
  1527. <Before>
  1528. <Byte>04</Byte>
  1529. <Byte>33</Byte>
  1530. <Byte>FF</Byte>
  1531. <Byte>EB</Byte>
  1532. <Byte>03</Byte>
  1533. </Before>
  1534. <Actual>
  1535. <Byte>8B</Byte>
  1536. <Byte>78</Byte>
  1537. <Byte>FC</Byte>
  1538. </Actual>
  1539. <After>
  1540. <Byte>8B</Byte>
  1541. <Byte>75</Byte>
  1542. <Byte>08</Byte>
  1543. <Byte>3B</Byte>
  1544. <Byte>F7</Byte>
  1545. </After>
  1546. </CodeEntry>
  1547. </CheatCodes>
  1548. <UserdefinedSymbols/>
  1549. </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement