Advertisement
Guest User

Untitled

a guest
Jul 11th, 2010
658
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //KODYZ RLY COOL V83 HAX SCRIPT LWLZ
  2. // Hacks:
  3. // Speed Walk
  4. // Blink Godmode (requires one hit)
  5. // Fast Attack
  6. // Item Vac
  7. // Accuracy Hack (99.9%)
  8. // MP Regeneration (1000 mana every 5 seconds)
  9. // Lag Hack is commented below if you want it on.  (No disable though, 'cuz I'm lazy.)
  10. // ETC Addresses;
  11. // MapleStory+6FE8B8 = Damage Hack (Server Store 1)
  12. // MapleStory+6FE858 = Damage Hack (Server Store 2)
  13. // 52CD444C = Damage Cap (Client stored)
  14. // 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.
  15. // Numbers besides hacks are Array of Bytes, use with cEM to update. (?? = 00 usually)
  16.  
  17. [ENABLE]
  18. registersymbol(fun)
  19. alloc(fun, 1024)
  20. alloc(fix,8)
  21. label(return)
  22.  
  23. // 009B16F2: //74 0B 8B 06 6A 1E 8B CE FF 50 30 5E C3 33 C0 5E
  24. // db 75 0b
  25. // Lag Hack ^
  26.  
  27. 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
  28. db 0f 8f
  29.  
  30. 009B268D: //0F ?? ?? ?? ?? ?? FF B6 ?? ?? ?? ?? 57 E8 ou 0F 84 82 00 00 00 FF B6 4C 01 00 00 57 E8 89 3D
  31. db 90 90 90 90 90 90 //speedwalk
  32.  
  33. 005047AA: //50 FF 75 DC 8D 45 CC 50 FF 15 3C 80 97 00 85 C0
  34. jmp fun
  35. nop
  36. nop
  37. return:
  38.  
  39. fun:
  40. pushad
  41. mov ecx, [ebp+8]
  42. mov ebx, [ebp-24]
  43. mov [ecx], ebx
  44. mov [ecx+4], eax
  45. mov ecx, eax
  46. mov eax, ebx
  47.  
  48. lea edx, [eax-19]
  49. mov [ebp-34], edx
  50. lea edx, [ecx-32]
  51. add eax, 19
  52. add ecx, A
  53. mov [ebp-30], edx
  54. mov [ebp-2C], eax
  55. mov [ebp-28], ecx
  56. popad
  57.  
  58. push eax
  59. push dword ptr ss:[ebp-24]
  60. lea eax,dword ptr ss:[ebp-34]
  61. jmp return
  62.  
  63.  
  64. 00932501:   //  AoB 83 EF 1E 57 8D 8B 20 17 00 00 E8 3D 06 CD FF 3B
  65. add edi,1e
  66.  
  67. fix:
  68. db 66 66 66 66 66 66 E6 3F
  69. 00424D22: //DC 0D C8 F1 8E 00 DD 5D 34 74 58 FF B6 84 00 00
  70. fmul qword ptr [fix]
  71. 00AFE7F8: // 66 66 66 66 66 66 E6 3F 33 33 33 33 33 33 D3 3F
  72. db 00 00 00 E0 CF 12 63 41
  73. 005E2AAA: //0F 85 9A 00 00 00 8B 7D 08 6B 03 6B FF  F6 1C 8B
  74. db 90 90 90 90 90 90
  75.  
  76.  
  77. 00A031F5: //81 FB 10 27 00 00 7C 69 56 E8 18 42 E2 FF 83 C0
  78. cmp ebx,00000001 //fast regen 10000mp5
  79.  
  80.  
  81. /////////////////////
  82. ///////////////////
  83. ////////////////////
  84. /////////////////////
  85. //BELOW IS CODE YOU SHOULD NOT CARE ABOUT
  86. //UNLESS ADDING AN UNCONFIG IGNORE IT
  87. //***Missing Laghack lolz
  88. ////////////////////
  89. ////////
  90.  
  91. [disable]
  92. //needs button config
  93. 00932501:
  94. sub edi,1e
  95.  
  96. 005047AA:
  97. push eax
  98. push [ebp-24]
  99. lea eax,[ebp-34]
  100. push eax
  101.  
  102. 00424D22:
  103. fmul qword ptr [008e89c8]
  104. 00AFE7F8:
  105. db 66 66 66 66 66 66 E6 3F
  106. 005E2AAA:
  107. jne 005e2b4a
  108.  
  109. 00A031F5:
  110. cmp ebx,00002710
  111.  
  112. 0045478F:
  113. db 0f 8e
  114.  
  115. 009B268D:
  116. je 009b2715
  117.  
  118. dealloc(fix)
  119. dealloc(fun)
  120. unregistersymbol(fun)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement