Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //KODYZ RLY COOL V83 HAX SCRIPT LWLZ
- // Hacks:
- // Speed Walk
- // Blink Godmode (requires one hit)
- // Fast Attack
- // Item Vac
- // Accuracy Hack (99.9%)
- // MP Regeneration (1000 mana every 5 seconds)
- // Lag Hack is commented below if you want it on. (No disable though, 'cuz I'm lazy.)
- // ETC Addresses;
- // MapleStory+6FE8B8 = Damage Hack (Server Store 1)
- // MapleStory+6FE858 = Damage Hack (Server Store 2)
- // 52CD444C = Damage Cap (Client stored)
- // The damage cap norm is 199,999. I would aim it for ~99,000-105,000 to create reasonable damage that doesn't make the server go wtf.
- // Numbers besides hacks are Array of Bytes, use with cEM to update. (?? = 00 usually)
- [ENABLE]
- registersymbol(fun)
- alloc(fun, 1024)
- alloc(fix,8)
- label(return)
- // 009B16F2: //74 0B 8B 06 6A 1E 8B CE FF 50 30 5E C3 33 C0 5E
- // db 75 0b
- // Lag Hack ^
- 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
- 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 //speedwalk
- 005047AA: //50 FF 75 DC 8D 45 CC 50 FF 15 3C 80 97 00 85 C0
- jmp fun
- nop
- nop
- return:
- fun:
- pushad
- mov ecx, [ebp+8]
- mov ebx, [ebp-24]
- mov [ecx], ebx
- mov [ecx+4], eax
- mov ecx, eax
- mov eax, ebx
- lea edx, [eax-19]
- mov [ebp-34], edx
- lea edx, [ecx-32]
- add eax, 19
- add ecx, A
- mov [ebp-30], edx
- mov [ebp-2C], eax
- mov [ebp-28], ecx
- popad
- push eax
- push dword ptr ss:[ebp-24]
- lea eax,dword ptr ss:[ebp-34]
- jmp return
- 00932501: // AoB 83 EF 1E 57 8D 8B 20 17 00 00 E8 3D 06 CD FF 3B
- add edi,1e
- fix:
- db 66 66 66 66 66 66 E6 3F
- 00424D22: //DC 0D C8 F1 8E 00 DD 5D 34 74 58 FF B6 84 00 00
- fmul qword ptr [fix]
- 00AFE7F8: // 66 66 66 66 66 66 E6 3F 33 33 33 33 33 33 D3 3F
- db 00 00 00 E0 CF 12 63 41
- 005E2AAA: //0F 85 9A 00 00 00 8B 7D 08 6B 03 6B FF F6 1C 8B
- db 90 90 90 90 90 90
- 00A031F5: //81 FB 10 27 00 00 7C 69 56 E8 18 42 E2 FF 83 C0
- cmp ebx,00000001 //fast regen 10000mp5
- /////////////////////
- ///////////////////
- ////////////////////
- /////////////////////
- //BELOW IS CODE YOU SHOULD NOT CARE ABOUT
- //UNLESS ADDING AN UNCONFIG IGNORE IT
- //***Missing Laghack lolz
- ////////////////////
- ////////
- [disable]
- //needs button config
- 00932501:
- sub edi,1e
- 005047AA:
- push eax
- push [ebp-24]
- lea eax,[ebp-34]
- push eax
- 00424D22:
- fmul qword ptr [008e89c8]
- 00AFE7F8:
- db 66 66 66 66 66 66 E6 3F
- 005E2AAA:
- jne 005e2b4a
- 00A031F5:
- cmp ebx,00002710
- 0045478F:
- db 0f 8e
- 009B268D:
- je 009b2715
- dealloc(fix)
- dealloc(fun)
- unregistersymbol(fun)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement