Advertisement
Guest User

83.ct

a guest
Dec 30th, 2021
1,847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.51 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable MugenJinFuuTableVersion="34">
  3. <CheatEntries>
  4. <CheatEntry>
  5. <ID>81</ID>
  6. <Description>"Another no delay, from lsitener"</Description>
  7. <LastState Activated="1"/>
  8. <VariableType>Auto Assembler Script</VariableType>
  9. <AssemblerScript>[ENABLE]
  10. //code from here to '[DISABLE]' will be used to enable the cheat
  11. 00452A94:
  12. cmp dword ptr [eax-04],03
  13.  
  14.  
  15. [DISABLE]
  16. //code from here till the end of the code will be used to disable the cheat
  17. 00452A94:
  18. cmp [eax-04],esi
  19. </AssemblerScript>
  20. </CheatEntry>
  21. <CheatEntry>
  22. <ID>83</ID>
  23. <Description>"VACCING (change maplestory.exe to correct .exe name in this script)"</Description>
  24. <LastState/>
  25. <VariableType>Auto Assembler Script</VariableType>
  26. <AssemblerScript>[ENABLE]
  27. //Created by NoobHacker on Youtube; https://youtube.com/channel/UCSGLf2DSzgM7iseMybspYCQ
  28. //code from here to '[DISABLE]' will be used to enable the cheat
  29. {$lua}
  30. saved_left = readInteger("[maplestory.exe+007EBFA0]+24")
  31. saved_right = readInteger("[maplestory.exe+007EBFA0]+2C")
  32. saved_top = readInteger("[maplestory.exe+007EBFA0]+28")
  33. saved_bottom = readInteger("[maplestory.exe+007EBFA0]+30")
  34.  
  35. my_x = readInteger("[00BEBF98]+116C")
  36. my_y = readInteger("[00BEBF98]+1170")
  37.  
  38. writeInteger("[maplestory.exe+007EBFA0]+24", my_x - 5)
  39. writeInteger("[maplestory.exe+007EBFA0]+2C", my_x + 5)
  40. writeInteger("[maplestory.exe+007EBFA0]+28", my_y - 35)
  41. writeInteger("[maplestory.exe+007EBFA0]+30", my_y - 10)
  42.  
  43. [DISABLE]
  44. //code from here till the end of the code will be used to disable the cheat
  45. {$lua}
  46. writeInteger("[maplestory.exe+007EBFA0]+24", saved_left)
  47. writeInteger("[maplestory.exe+007EBFA0]+2C", saved_right)
  48. writeInteger("[maplestory.exe+007EBFA0]+28", saved_top)
  49. writeInteger("[maplestory.exe+007EBFA0]+30", saved_bottom)
  50. </AssemblerScript>
  51. <CheatEntries>
  52. <CheatEntry>
  53. <ID>99</ID>
  54. <Description>"Vac left"</Description>
  55. <LastState/>
  56. <VariableType>Auto Assembler Script</VariableType>
  57. <AssemblerScript>[ENABLE]
  58. //Created by NoobHacker on Youtube; https://youtube.com/channel/UCSGLf2DSzgM7iseMybspYCQ
  59. //code from here to '[DISABLE]' will be used to enable the cheat
  60. {$lua}
  61. saved_left = readInteger("[clms.wz+007EBFA0]+24")
  62. saved_top = readInteger("[clms.wz+007EBFA0]+28")
  63.  
  64. my_x = readInteger("[00BEBF98]+116C")
  65. my_y = readInteger("[00BEBF98]+1170")
  66.  
  67. writeInteger("[clms.wz+007EBFA0]+24", my_x - 5)
  68. writeInteger("[clms.wz+007EBFA0]+28", my_y - 35)
  69.  
  70. [DISABLE]
  71. //code from here till the end of the code will be used to disable the cheat
  72. {$lua}
  73. writeInteger("[clms.wz+007EBFA0]+24", saved_left)
  74. writeInteger("[clms.wz+007EBFA0]+28", saved_top)
  75.  
  76. </AssemblerScript>
  77. <Hotkeys>
  78. <Hotkey>
  79. <Action>Toggle Activation</Action>
  80. <Keys>
  81. <Key>189</Key>
  82. </Keys>
  83. <ID>0</ID>
  84. </Hotkey>
  85. </Hotkeys>
  86. </CheatEntry>
  87. <CheatEntry>
  88. <ID>100</ID>
  89. <Description>"Vac right"</Description>
  90. <LastState/>
  91. <VariableType>Auto Assembler Script</VariableType>
  92. <AssemblerScript>[ENABLE]
  93. //Created by NoobHacker on Youtube; https://youtube.com/channel/UCSGLf2DSzgM7iseMybspYCQ
  94. //code from here to '[DISABLE]' will be used to enable the cheat
  95. {$lua}
  96. saved_right = readInteger("[clms.wz+007EBFA0]+2C")
  97. saved_bottom = readInteger("[clms.wz+007EBFA0]+30")
  98.  
  99. my_x = readInteger("[00BEBF98]+116C")
  100. my_y = readInteger("[00BEBF98]+1170")
  101.  
  102. writeInteger("[clms.wz+007EBFA0]+2C", my_x + 5)
  103. writeInteger("[clms.wz+007EBFA0]+30", my_y - 10)
  104.  
  105. [DISABLE]
  106. //code from here till the end of the code will be used to disable the cheat
  107. {$lua}
  108. writeInteger("[clms.wz+007EBFA0]+2C", saved_right)
  109. writeInteger("[clms.wz+007EBFA0]+30", saved_bottom)
  110.  
  111. </AssemblerScript>
  112. <Hotkeys>
  113. <Hotkey>
  114. <Action>Toggle Activation</Action>
  115. <Keys>
  116. <Key>187</Key>
  117. </Keys>
  118. <ID>0</ID>
  119. </Hotkey>
  120. </Hotkeys>
  121. </CheatEntry>
  122. </CheatEntries>
  123. </CheatEntry>
  124. <CheatEntry>
  125. <ID>0</ID>
  126. <Description>"Blink Godmode"</Description>
  127. <LastState/>
  128. <VariableType>Auto Assembler Script</VariableType>
  129. <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
  130. //www.mapleug.com
  131. //www.maplekillers.com
  132. [ENABLE]
  133. 00932501://00796ACF //83 EF 1E 57 8D 8B 20 17 00 00 E8 3D 06 CD FF 3B
  134. add edi,1e
  135. [DISABLE]
  136. 00932501:
  137. sub edi,1e
  138. </AssemblerScript>
  139. </CheatEntry>
  140. <CheatEntry>
  141. <ID>88</ID>
  142. <Description>"Miss Godmode"</Description>
  143. <LastState/>
  144. <VariableType>Auto Assembler Script</VariableType>
  145. <AssemblerScript>[enable]
  146. 009582E9://0060EC65 OU 00712C73 //89 06 83 C6 04 FF 4D C0 75 E8 8B 75 18 3B F3 89
  147. db c7 06 00 00 00 00 90 90
  148.  
  149. [disable]
  150. 009582E9:
  151. db 89 06 83 C6 04 FF 4D C4 75 EF 8B 7D 18 3B FB
  152. </AssemblerScript>
  153. <CheatEntries>
  154. <CheatEntry>
  155. <ID>89</ID>
  156. <Description>"Instant Speed Attack"</Description>
  157. <LastState/>
  158. <VariableType>Auto Assembler Script</VariableType>
  159. <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
  160. //www.mapleug.com
  161. //www.maplekillers.com
  162. [enable]
  163. 0045478F: //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
  164. db 0f 8f
  165.  
  166. [disable]
  167. 0045478F:
  168. db 0f 8e
  169. </AssemblerScript>
  170. </CheatEntry>
  171. <CheatEntry>
  172. <ID>90</ID>
  173. <Description>"Unlimited Attack"</Description>
  174. <LastState Activated="1"/>
  175. <VariableType>Auto Assembler Script</VariableType>
  176. <AssemblerScript>[Enable]
  177. 009536E0:
  178. db EB
  179.  
  180. [Disable]
  181. 009536E0: // 7E ? 83 ? ? 7D ? 8B
  182. db 7E
  183. </AssemblerScript>
  184. </CheatEntry>
  185. <CheatEntry>
  186. <ID>91</ID>
  187. <Description>"No Breath"</Description>
  188. <LastState Activated="1"/>
  189. <VariableType>Auto Assembler Script</VariableType>
  190. <AssemblerScript>[Enable]
  191. 00452316:
  192. db 7C
  193.  
  194. [Disable]
  195. 00452316: // 7D ? 8B ? ? ? 00 00 8B D0 83 E2 ? 89
  196. db 7D
  197. </AssemblerScript>
  198. </CheatEntry>
  199. </CheatEntries>
  200. </CheatEntry>
  201. <CheatEntry>
  202. <ID>92</ID>
  203. <Description>"Lag Hack"</Description>
  204. <LastState Activated="1"/>
  205. <VariableType>Auto Assembler Script</VariableType>
  206. <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
  207. //www.mapleug.com
  208. //www.maplekillers.com
  209. [enable]
  210. 009B16F2: //74 0B 8B 06 6A 1E 8B CE FF 50 30 5E C3 33 C0 5E
  211. db 75 0b
  212. [disable]
  213. 009B16F2:
  214. db 009b16ff
  215. </AssemblerScript>
  216. </CheatEntry>
  217. <CheatEntry>
  218. <ID>7</ID>
  219. <Description>"Swim in Air"</Description>
  220. <LastState/>
  221. <VariableType>Auto Assembler Script</VariableType>
  222. <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
  223. //www.mapleug.com
  224. //www.maplekillers.com
  225. [ENABLE]
  226. 00704704: //75 04 33 C0 EB 03 6A 01 58 5F C9 C3 8B 81 90 01
  227. db 74 04
  228.  
  229. [DISABLE]
  230. 00704704:
  231. db 75 04
  232. </AssemblerScript>
  233. </CheatEntry>
  234. <CheatEntry>
  235. <ID>93</ID>
  236. <Description>"Speed Walk"</Description>
  237. <LastState/>
  238. <VariableType>Auto Assembler Script</VariableType>
  239. <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
  240. //www.mapleug.com
  241. //www.maplekillers.com
  242. [enable]
  243. 009B268D: //0F ?? ?? ?? ?? ?? FF B6 ?? ?? ?? ?? 57 E8 ou 0F 84 82 00 00 00 FF B6 4C 01 00 00 57 E8 89 3D
  244. db 90 90 90 90 90 90
  245.  
  246. [disable]
  247. 009B268D:
  248. je 009b2715
  249. </AssemblerScript>
  250. <Hotkeys>
  251. <Hotkey>
  252. <Action>Toggle Activation</Action>
  253. <Keys/>
  254. <ID>0</ID>
  255. </Hotkey>
  256. </Hotkeys>
  257. </CheatEntry>
  258. <CheatEntry>
  259. <ID>94</ID>
  260. <Description>"Max Walk + Jump Speed"</Description>
  261. <VariableType>Double</VariableType>
  262. <Address>00AF0E10</Address>
  263. </CheatEntry>
  264. <CheatEntry>
  265. <ID>95</ID>
  266. <Description>"Multi Client"</Description>
  267. <LastState/>
  268. <VariableType>Auto Assembler Script</VariableType>
  269. <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
  270. //www.mapleug.com
  271. //www.maplekillers.com
  272. [ENABLE]
  273. 00949BC7://75 2C FF 75 0C 8B 4D 08 E8 4F F6 EA FF FF B0 14
  274. jmp 00949bf5
  275.  
  276. [DISABLE]
  277. 00949BC7://Multi Client UPDATED
  278. jne 00949bf5
  279. </AssemblerScript>
  280. </CheatEntry>
  281. <CheatEntry>
  282. <ID>96</ID>
  283. <Description>"Max Walk + Jump Speed"</Description>
  284. <VariableType>Double</VariableType>
  285. <Address>00AF0E10</Address>
  286. </CheatEntry>
  287. <CheatEntry>
  288. <ID>86</ID>
  289. <Description>"Instant Drop"</Description>
  290. <LastState/>
  291. <VariableType>Auto Assembler Script</VariableType>
  292. <AssemblerScript>[ENABLE]
  293. 00AF0E18: // 00 00 00 00 00 40 8F 40
  294. db 00 00 00 00 00 00 00 00
  295.  
  296. [DISABLE]
  297. 00AF0E18:
  298. db 00 00 00 00
  299. add [eax-71], al
  300. inc eax
  301. </AssemblerScript>
  302. </CheatEntry>
  303. <CheatEntry>
  304. <ID>87</ID>
  305. <Description>"Tubi"</Description>
  306. <LastState/>
  307. <VariableType>Auto Assembler Script</VariableType>
  308. <AssemblerScript>[enable]
  309. 00485C01: //75 ? 83 7C 24 ? ? 75 ? 8B ? ? ? ? ? FF 70 ? 83 C0 ? 50
  310. DB 90 90
  311.  
  312. [disable]
  313. 00485C01: //75 ? 83 7C 24 ? ? 75 ? 8B ? ? ? ? ? FF 70 ? 83 C0 ? 50
  314. jne 00485c39 //ORIGINAL OPCODE
  315. </AssemblerScript>
  316. </CheatEntry>
  317. <CheatEntry>
  318. <ID>97</ID>
  319. <Description>"Pet Item Vac"</Description>
  320. <LastState/>
  321. <VariableType>Auto Assembler Script</VariableType>
  322. <AssemblerScript>[Enable]
  323. RegisterSymbol(PetGetItem)
  324. RegisterSymbol(PetGetItemSwitch)
  325. Alloc(PetGetItem, 256)
  326. Alloc(PetGetItemSwitch, 4)
  327. Label(NormalPet)
  328.  
  329. PetGetItemSwitch:
  330. DD 1
  331.  
  332. PetGetItem:
  333. CMP [PetGetItemSwitch], 0
  334. JE NormalPet
  335. PUSH EBX
  336. MOV EBX,[EBP+0C]
  337. MOV [EBX],EDI
  338. MOV [EBX+04],EAX //+20
  339. POP EBX
  340. JMP 005049D6
  341.  
  342. NormalPet: //004E9BD
  343. LEA EAX, [EBP-34]
  344. PUSH EAX
  345. CALL DWORD PTR [00BF0484]
  346. JMP 005049C7
  347.  
  348. 005049B6:
  349. JMP PetGetItem
  350.  
  351. [Disable]
  352. 005049B6:
  353. LEA EAX, [EBP-34]
  354. </AssemblerScript>
  355. </CheatEntry>
  356. <CheatEntry>
  357. <ID>98</ID>
  358. <Description>"Combo Amount (Hidden)"</Description>
  359. <VariableType>4 Bytes</VariableType>
  360. <Address>00BEBF98</Address>
  361. <Offsets>
  362. <Offset>3220</Offset>
  363. </Offsets>
  364. </CheatEntry>
  365. </CheatEntries>
  366. <UserdefinedSymbols/>
  367. </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement