MapleStory v162.4 Scripts


SUBMITTED BY: lapeiro

DATE: March 19, 2017, 1:05 a.m.

FORMAT: Text only

SIZE: 864 Bytes

HITS: 7603

  1. //GMS 162.4 mob disarm
  2. [Enable]
  3. 00AEF023: //75 ? 8B CE E8 ? ? ? ? 8B CE E8 ? ? ? ? 8B CE E8 ? ? ? ? 8B CE E8 ? ? ? ? 8B
  4. jmp 00AEF480 //8B 86 ? ? ? ? 85 C0 0F 84 ? ? ? ? 2B 45 ? 0F 89 ? ? ? ? ? ? ? ? ? ? ? 8D
  5. db 90 90 90 90
  6. [Disable]
  7. 00AEF023:
  8. db 75 15 8B CE E8 C8 01 FF FF
  9. //GMS 162.4
  10. //Auto Aggro
  11. [ENABLE]
  12. alloc(Aggro,128)
  13. Aggro:
  14. mov eax,[01E1ABF4] //Char Base 8B 3D ? ? ? ? 8B 40
  15. lea eax,[eax+04]
  16. mov [ecx+3F0+08],eax //Aggro offset 83 ? ? ? ? ? ? 0F 85 ? ? ? ? 8B ? ? 8B ? ? 8D ? ? FF D0 [Offset+0x08]
  17. push ebp
  18. mov ebp,esp
  19. and esp,-40
  20. jmp 01607CB0+6 //Return to func 55 8B EC 83 E4 ?? 6A ?? 68 ?? ?? ?? ?? 64 A1 00 00 00 00 50 83 EC ?? 53 56 57 A1 ?? ?? ?? ?? 33 C4 50 8D 44 24 ?? 64 A3 ?? ?? ?? ?? 8B F1 8B 4D ?? 8B 06
  21. 01607CB0:
  22. jmp Aggro
  23. nop
  24. [DISABLE]
  25. 01607CB0:
  26. push ebp
  27. mov ebp,esp
  28. and esp,-40
  29. dealloc(Aggro)

comments powered by Disqus