Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Enable]
- //JMS v339.0
- Alloc(Teleport, 128)
- CreateThread(Teleport)
- Teleport:
- mov esi,[01D42324]//CharacterBase?
- push 00
- push 00
- push [esi+52C4]//CharPID
- call 0153A720//56 8B 74 24 ?? 8D 96 ?? ?? ?? ?? 33 C9 E8 ?? ?? ?? ?? 8D 96 ?? ?? ?? ?? 33 C9 89 86
- ret
- //you can get CharPID Offset easily by setting break point at the 0153A720(Real Teleport Function) and use portal or teleport skills
- //this function is not only for character, maple also calls it when the mob died
- [Disable]
- DeAlloc(Teleport)
Advertisement
Add Comment
Please, Sign In to add comment