Advertisement
Guest User

83.ct

a guest
Dec 30th, 2021
1,452
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. //blitz@maplekillers.com
  131. //www.mapleug.com
  132. //www.maplekillers.com
  133. [ENABLE]
  134. 00932501://00796ACF //83 EF 1E 57 8D 8B 20 17 00 00 E8 3D 06 CD FF 3B
  135. add edi,1e
  136. [DISABLE]
  137. 00932501:
  138. sub edi,1e
  139. </AssemblerScript>
  140. </CheatEntry>
  141. <CheatEntry>
  142. <ID>88</ID>
  143. <Description>"Miss Godmode"</Description>
  144. <LastState/>
  145. <VariableType>Auto Assembler Script</VariableType>
  146. <AssemblerScript>[enable]
  147. 009582E9://0060EC65 OU 00712C73 //89 06 83 C6 04 FF 4D C0 75 E8 8B 75 18 3B F3 89
  148. db c7 06 00 00 00 00 90 90
  149.  
  150. [disable]
  151. 009582E9:
  152. db 89 06 83 C6 04 FF 4D C4 75 EF 8B 7D 18 3B FB
  153. </AssemblerScript>
  154. <CheatEntries>
  155. <CheatEntry>
  156. <ID>89</ID>
  157. <Description>"Instant Speed Attack"</Description>
  158. <LastState/>
  159. <VariableType>Auto Assembler Script</VariableType>
  160. <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
  161. //blitz@maplekillers.com
  162. //www.mapleug.com
  163. //www.maplekillers.com
  164. [enable]
  165. 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
  166. db 0f 8f
  167.  
  168. [disable]
  169. 0045478F:
  170. db 0f 8e
  171. </AssemblerScript>
  172. </CheatEntry>
  173. <CheatEntry>
  174. <ID>90</ID>
  175. <Description>"Unlimited Attack"</Description>
  176. <LastState Activated="1"/>
  177. <VariableType>Auto Assembler Script</VariableType>
  178. <AssemblerScript>[Enable]
  179. 009536E0:
  180. db EB
  181.  
  182. [Disable]
  183. 009536E0: // 7E ? 83 ? ? 7D ? 8B
  184. db 7E
  185. </AssemblerScript>
  186. </CheatEntry>
  187. <CheatEntry>
  188. <ID>91</ID>
  189. <Description>"No Breath"</Description>
  190. <LastState Activated="1"/>
  191. <VariableType>Auto Assembler Script</VariableType>
  192. <AssemblerScript>[Enable]
  193. 00452316:
  194. db 7C
  195.  
  196. [Disable]
  197. 00452316: // 7D ? 8B ? ? ? 00 00 8B D0 83 E2 ? 89
  198. db 7D
  199. </AssemblerScript>
  200. </CheatEntry>
  201. </CheatEntries>
  202. </CheatEntry>
  203. <CheatEntry>
  204. <ID>92</ID>
  205. <Description>"Lag Hack"</Description>
  206. <LastState Activated="1"/>
  207. <VariableType>Auto Assembler Script</VariableType>
  208. <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
  209. //blitz@maplekillers.com
  210. //www.mapleug.com
  211. //www.maplekillers.com
  212. [enable]
  213. 009B16F2: //74 0B 8B 06 6A 1E 8B CE FF 50 30 5E C3 33 C0 5E
  214. db 75 0b
  215. [disable]
  216. 009B16F2:
  217. db 009b16ff
  218. </AssemblerScript>
  219. </CheatEntry>
  220. <CheatEntry>
  221. <ID>7</ID>
  222. <Description>"Swim in Air"</Description>
  223. <LastState/>
  224. <VariableType>Auto Assembler Script</VariableType>
  225. <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
  226. //blitz@maplekillers.com
  227. //www.mapleug.com
  228. //www.maplekillers.com
  229. [ENABLE]
  230. 00704704: //75 04 33 C0 EB 03 6A 01 58 5F C9 C3 8B 81 90 01
  231. db 74 04
  232.  
  233. [DISABLE]
  234. 00704704:
  235. db 75 04
  236. </AssemblerScript>
  237. </CheatEntry>
  238. <CheatEntry>
  239. <ID>93</ID>
  240. <Description>"Speed Walk"</Description>
  241. <LastState/>
  242. <VariableType>Auto Assembler Script</VariableType>
  243. <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
  244. //blitz@maplekillers.com
  245. //www.mapleug.com
  246. //www.maplekillers.com
  247. [enable]
  248. 009B268D: //0F ?? ?? ?? ?? ?? FF B6 ?? ?? ?? ?? 57 E8 ou 0F 84 82 00 00 00 FF B6 4C 01 00 00 57 E8 89 3D
  249. db 90 90 90 90 90 90
  250.  
  251. [disable]
  252. 009B268D:
  253. je 009b2715
  254. </AssemblerScript>
  255. <Hotkeys>
  256. <Hotkey>
  257. <Action>Toggle Activation</Action>
  258. <Keys/>
  259. <ID>0</ID>
  260. </Hotkey>
  261. </Hotkeys>
  262. </CheatEntry>
  263. <CheatEntry>
  264. <ID>94</ID>
  265. <Description>"Max Walk + Jump Speed"</Description>
  266. <VariableType>Double</VariableType>
  267. <Address>00AF0E10</Address>
  268. </CheatEntry>
  269. <CheatEntry>
  270. <ID>95</ID>
  271. <Description>"Multi Client"</Description>
  272. <LastState/>
  273. <VariableType>Auto Assembler Script</VariableType>
  274. <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
  275. //blitz@maplekillers.com
  276. //www.mapleug.com
  277. //www.maplekillers.com
  278. [ENABLE]
  279. 00949BC7://75 2C FF 75 0C 8B 4D 08 E8 4F F6 EA FF FF B0 14
  280. jmp 00949bf5
  281.  
  282. [DISABLE]
  283. 00949BC7://Multi Client UPDATED
  284. jne 00949bf5
  285. </AssemblerScript>
  286. </CheatEntry>
  287. <CheatEntry>
  288. <ID>96</ID>
  289. <Description>"Max Walk + Jump Speed"</Description>
  290. <VariableType>Double</VariableType>
  291. <Address>00AF0E10</Address>
  292. </CheatEntry>
  293. <CheatEntry>
  294. <ID>86</ID>
  295. <Description>"Instant Drop"</Description>
  296. <LastState/>
  297. <VariableType>Auto Assembler Script</VariableType>
  298. <AssemblerScript>[ENABLE]
  299. 00AF0E18: // 00 00 00 00 00 40 8F 40
  300. db 00 00 00 00 00 00 00 00
  301.  
  302. [DISABLE]
  303. 00AF0E18:
  304. db 00 00 00 00
  305. add [eax-71], al
  306. inc eax
  307. </AssemblerScript>
  308. </CheatEntry>
  309. <CheatEntry>
  310. <ID>87</ID>
  311. <Description>"Tubi"</Description>
  312. <LastState/>
  313. <VariableType>Auto Assembler Script</VariableType>
  314. <AssemblerScript>[enable]
  315. 00485C01: //75 ? 83 7C 24 ? ? 75 ? 8B ? ? ? ? ? FF 70 ? 83 C0 ? 50
  316. DB 90 90
  317.  
  318. [disable]
  319. 00485C01: //75 ? 83 7C 24 ? ? 75 ? 8B ? ? ? ? ? FF 70 ? 83 C0 ? 50
  320. jne 00485c39 //ORIGINAL OPCODE
  321. </AssemblerScript>
  322. </CheatEntry>
  323. <CheatEntry>
  324. <ID>97</ID>
  325. <Description>"Pet Item Vac"</Description>
  326. <LastState/>
  327. <VariableType>Auto Assembler Script</VariableType>
  328. <AssemblerScript>[Enable]
  329. RegisterSymbol(PetGetItem)
  330. RegisterSymbol(PetGetItemSwitch)
  331. Alloc(PetGetItem, 256)
  332. Alloc(PetGetItemSwitch, 4)
  333. Label(NormalPet)
  334.  
  335. PetGetItemSwitch:
  336. DD 1
  337.  
  338. PetGetItem:
  339. CMP [PetGetItemSwitch], 0
  340. JE NormalPet
  341. PUSH EBX
  342. MOV EBX,[EBP+0C]
  343. MOV [EBX],EDI
  344. MOV [EBX+04],EAX //+20
  345. POP EBX
  346. JMP 005049D6
  347.  
  348. NormalPet: //004E9BD
  349. LEA EAX, [EBP-34]
  350. PUSH EAX
  351. CALL DWORD PTR [00BF0484]
  352. JMP 005049C7
  353.  
  354. 005049B6:
  355. JMP PetGetItem
  356.  
  357. [Disable]
  358. 005049B6:
  359. LEA EAX, [EBP-34]
  360. </AssemblerScript>
  361. </CheatEntry>
  362. <CheatEntry>
  363. <ID>98</ID>
  364. <Description>"Combo Amount (Hidden)"</Description>
  365. <VariableType>4 Bytes</VariableType>
  366. <Address>00BEBF98</Address>
  367. <Offsets>
  368. <Offset>3220</Offset>
  369. </Offsets>
  370. </CheatEntry>
  371. </CheatEntries>
  372. <UserdefinedSymbols/>
  373. </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement