Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <CheatTable MugenJinFuuTableVersion="34">
- <CheatEntries>
- <CheatEntry>
- <ID>81</ID>
- <Description>"Another no delay, from lsitener"</Description>
- <LastState Activated="1"/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>[ENABLE]
- //code from here to '[DISABLE]' will be used to enable the cheat
- 00452A94:
- cmp dword ptr [eax-04],03
- [DISABLE]
- //code from here till the end of the code will be used to disable the cheat
- 00452A94:
- cmp [eax-04],esi
- </AssemblerScript>
- </CheatEntry>
- <CheatEntry>
- <ID>83</ID>
- <Description>"VACCING (change maplestory.exe to correct .exe name in this script)"</Description>
- <LastState/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>[ENABLE]
- //Created by NoobHacker on Youtube; https://youtube.com/channel/UCSGLf2DSzgM7iseMybspYCQ
- //code from here to '[DISABLE]' will be used to enable the cheat
- {$lua}
- saved_left = readInteger("[maplestory.exe+007EBFA0]+24")
- saved_right = readInteger("[maplestory.exe+007EBFA0]+2C")
- saved_top = readInteger("[maplestory.exe+007EBFA0]+28")
- saved_bottom = readInteger("[maplestory.exe+007EBFA0]+30")
- my_x = readInteger("[00BEBF98]+116C")
- my_y = readInteger("[00BEBF98]+1170")
- writeInteger("[maplestory.exe+007EBFA0]+24", my_x - 5)
- writeInteger("[maplestory.exe+007EBFA0]+2C", my_x + 5)
- writeInteger("[maplestory.exe+007EBFA0]+28", my_y - 35)
- writeInteger("[maplestory.exe+007EBFA0]+30", my_y - 10)
- [DISABLE]
- //code from here till the end of the code will be used to disable the cheat
- {$lua}
- writeInteger("[maplestory.exe+007EBFA0]+24", saved_left)
- writeInteger("[maplestory.exe+007EBFA0]+2C", saved_right)
- writeInteger("[maplestory.exe+007EBFA0]+28", saved_top)
- writeInteger("[maplestory.exe+007EBFA0]+30", saved_bottom)
- </AssemblerScript>
- <CheatEntries>
- <CheatEntry>
- <ID>99</ID>
- <Description>"Vac left"</Description>
- <LastState/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>[ENABLE]
- //Created by NoobHacker on Youtube; https://youtube.com/channel/UCSGLf2DSzgM7iseMybspYCQ
- //code from here to '[DISABLE]' will be used to enable the cheat
- {$lua}
- saved_left = readInteger("[clms.wz+007EBFA0]+24")
- saved_top = readInteger("[clms.wz+007EBFA0]+28")
- my_x = readInteger("[00BEBF98]+116C")
- my_y = readInteger("[00BEBF98]+1170")
- writeInteger("[clms.wz+007EBFA0]+24", my_x - 5)
- writeInteger("[clms.wz+007EBFA0]+28", my_y - 35)
- [DISABLE]
- //code from here till the end of the code will be used to disable the cheat
- {$lua}
- writeInteger("[clms.wz+007EBFA0]+24", saved_left)
- writeInteger("[clms.wz+007EBFA0]+28", saved_top)
- </AssemblerScript>
- <Hotkeys>
- <Hotkey>
- <Action>Toggle Activation</Action>
- <Keys>
- <Key>189</Key>
- </Keys>
- <ID>0</ID>
- </Hotkey>
- </Hotkeys>
- </CheatEntry>
- <CheatEntry>
- <ID>100</ID>
- <Description>"Vac right"</Description>
- <LastState/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>[ENABLE]
- //Created by NoobHacker on Youtube; https://youtube.com/channel/UCSGLf2DSzgM7iseMybspYCQ
- //code from here to '[DISABLE]' will be used to enable the cheat
- {$lua}
- saved_right = readInteger("[clms.wz+007EBFA0]+2C")
- saved_bottom = readInteger("[clms.wz+007EBFA0]+30")
- my_x = readInteger("[00BEBF98]+116C")
- my_y = readInteger("[00BEBF98]+1170")
- writeInteger("[clms.wz+007EBFA0]+2C", my_x + 5)
- writeInteger("[clms.wz+007EBFA0]+30", my_y - 10)
- [DISABLE]
- //code from here till the end of the code will be used to disable the cheat
- {$lua}
- writeInteger("[clms.wz+007EBFA0]+2C", saved_right)
- writeInteger("[clms.wz+007EBFA0]+30", saved_bottom)
- </AssemblerScript>
- <Hotkeys>
- <Hotkey>
- <Action>Toggle Activation</Action>
- <Keys>
- <Key>187</Key>
- </Keys>
- <ID>0</ID>
- </Hotkey>
- </Hotkeys>
- </CheatEntry>
- </CheatEntries>
- </CheatEntry>
- <CheatEntry>
- <ID>0</ID>
- <Description>"Blink Godmode"</Description>
- <LastState/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
- //www.mapleug.com
- //www.maplekillers.com
- [ENABLE]
- 00932501://00796ACF //83 EF 1E 57 8D 8B 20 17 00 00 E8 3D 06 CD FF 3B
- add edi,1e
- [DISABLE]
- 00932501:
- sub edi,1e
- </AssemblerScript>
- </CheatEntry>
- <CheatEntry>
- <ID>88</ID>
- <Description>"Miss Godmode"</Description>
- <LastState/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>[enable]
- 009582E9://0060EC65 OU 00712C73 //89 06 83 C6 04 FF 4D C0 75 E8 8B 75 18 3B F3 89
- db c7 06 00 00 00 00 90 90
- [disable]
- 009582E9:
- db 89 06 83 C6 04 FF 4D C4 75 EF 8B 7D 18 3B FB
- </AssemblerScript>
- <CheatEntries>
- <CheatEntry>
- <ID>89</ID>
- <Description>"Instant Speed Attack"</Description>
- <LastState/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
- //www.mapleug.com
- //www.maplekillers.com
- [enable]
- 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
- db 0f 8f
- [disable]
- 0045478F:
- db 0f 8e
- </AssemblerScript>
- </CheatEntry>
- <CheatEntry>
- <ID>90</ID>
- <Description>"Unlimited Attack"</Description>
- <LastState Activated="1"/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>[Enable]
- 009536E0:
- db EB
- [Disable]
- 009536E0: // 7E ? 83 ? ? 7D ? 8B
- db 7E
- </AssemblerScript>
- </CheatEntry>
- <CheatEntry>
- <ID>91</ID>
- <Description>"No Breath"</Description>
- <LastState Activated="1"/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>[Enable]
- 00452316:
- db 7C
- [Disable]
- 00452316: // 7D ? 8B ? ? ? 00 00 8B D0 83 E2 ? 89
- db 7D
- </AssemblerScript>
- </CheatEntry>
- </CheatEntries>
- </CheatEntry>
- <CheatEntry>
- <ID>92</ID>
- <Description>"Lag Hack"</Description>
- <LastState Activated="1"/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
- //www.mapleug.com
- //www.maplekillers.com
- [enable]
- 009B16F2: //74 0B 8B 06 6A 1E 8B CE FF 50 30 5E C3 33 C0 5E
- db 75 0b
- [disable]
- 009B16F2:
- db 009b16ff
- </AssemblerScript>
- </CheatEntry>
- <CheatEntry>
- <ID>7</ID>
- <Description>"Swim in Air"</Description>
- <LastState/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
- //www.mapleug.com
- //www.maplekillers.com
- [ENABLE]
- 00704704: //75 04 33 C0 EB 03 6A 01 58 5F C9 C3 8B 81 90 01
- db 74 04
- [DISABLE]
- 00704704:
- db 75 04
- </AssemblerScript>
- </CheatEntry>
- <CheatEntry>
- <ID>93</ID>
- <Description>"Speed Walk"</Description>
- <LastState/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
- //www.mapleug.com
- //www.maplekillers.com
- [enable]
- 009B268D: //0F ?? ?? ?? ?? ?? FF B6 ?? ?? ?? ?? 57 E8 ou 0F 84 82 00 00 00 FF B6 4C 01 00 00 57 E8 89 3D
- db 90 90 90 90 90 90
- [disable]
- 009B268D:
- je 009b2715
- </AssemblerScript>
- <Hotkeys>
- <Hotkey>
- <Action>Toggle Activation</Action>
- <Keys/>
- <ID>0</ID>
- </Hotkey>
- </Hotkeys>
- </CheatEntry>
- <CheatEntry>
- <ID>94</ID>
- <Description>"Max Walk + Jump Speed"</Description>
- <VariableType>Double</VariableType>
- <Address>00AF0E10</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>95</ID>
- <Description>"Multi Client"</Description>
- <LastState/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>//ALL CREDITS FOR THIS CHEAT TABLE GO TO BLITZ
- //www.mapleug.com
- //www.maplekillers.com
- [ENABLE]
- 00949BC7://75 2C FF 75 0C 8B 4D 08 E8 4F F6 EA FF FF B0 14
- jmp 00949bf5
- [DISABLE]
- 00949BC7://Multi Client UPDATED
- jne 00949bf5
- </AssemblerScript>
- </CheatEntry>
- <CheatEntry>
- <ID>96</ID>
- <Description>"Max Walk + Jump Speed"</Description>
- <VariableType>Double</VariableType>
- <Address>00AF0E10</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>86</ID>
- <Description>"Instant Drop"</Description>
- <LastState/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>[ENABLE]
- 00AF0E18: // 00 00 00 00 00 40 8F 40
- db 00 00 00 00 00 00 00 00
- [DISABLE]
- 00AF0E18:
- db 00 00 00 00
- add [eax-71], al
- inc eax
- </AssemblerScript>
- </CheatEntry>
- <CheatEntry>
- <ID>87</ID>
- <Description>"Tubi"</Description>
- <LastState/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>[enable]
- 00485C01: //75 ? 83 7C 24 ? ? 75 ? 8B ? ? ? ? ? FF 70 ? 83 C0 ? 50
- DB 90 90
- [disable]
- 00485C01: //75 ? 83 7C 24 ? ? 75 ? 8B ? ? ? ? ? FF 70 ? 83 C0 ? 50
- jne 00485c39 //ORIGINAL OPCODE
- </AssemblerScript>
- </CheatEntry>
- <CheatEntry>
- <ID>97</ID>
- <Description>"Pet Item Vac"</Description>
- <LastState/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>[Enable]
- RegisterSymbol(PetGetItem)
- RegisterSymbol(PetGetItemSwitch)
- Alloc(PetGetItem, 256)
- Alloc(PetGetItemSwitch, 4)
- Label(NormalPet)
- PetGetItemSwitch:
- DD 1
- PetGetItem:
- CMP [PetGetItemSwitch], 0
- JE NormalPet
- PUSH EBX
- MOV EBX,[EBP+0C]
- MOV [EBX],EDI
- MOV [EBX+04],EAX //+20
- POP EBX
- JMP 005049D6
- NormalPet: //004E9BD
- LEA EAX, [EBP-34]
- PUSH EAX
- CALL DWORD PTR [00BF0484]
- JMP 005049C7
- 005049B6:
- JMP PetGetItem
- [Disable]
- 005049B6:
- LEA EAX, [EBP-34]
- </AssemblerScript>
- </CheatEntry>
- <CheatEntry>
- <ID>98</ID>
- <Description>"Combo Amount (Hidden)"</Description>
- <VariableType>4 Bytes</VariableType>
- <Address>00BEBF98</Address>
- <Offsets>
- <Offset>3220</Offset>
- </Offsets>
- </CheatEntry>
- </CheatEntries>
- <UserdefinedSymbols/>
- </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement