Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- unlimited hp/mp
- [enable]
- 005DB9E8: // 81 FB ? ? 00 00 ? ? ? ? ? ? ? ? 83 C0
- cmp ebx,00000001
- [disable]
- 005DB9E8:
- cmp ebx,00000080
- // another dupex :smiley: (perfect without any uce)
- [enable]
- alloc(JimmyLinDupeX,50)
- alloc(platform,4)
- registersymbol(platform)
- label(finish)
- label(end)
- platform:
- dd 0
- JimmyLinDupeX:
- test [platform],FFFFFFFF //Unrandomize Platform, you can edit if you want.
- jnz finish
- mov [platform],edi
- finish:
- mov edi,[platform]
- mov [esi+00000114],edi
- jmp end
- 005BEC6D: // Array of Bytes 89 BE 14 01 00 00 89 86 18 01 00 00 39 41 04 74
- jmp JimmyLinDupeX
- nop
- end:
- [disable]
- 005BEC6D: //Array of Bytes 89 BE 14 01 00 00 89 86 18 01 00 00 39 41 04 74
- mov [esi+00000114],edi
- dealloc(JimmyLinDupex)
- dealloc(platform)
- unregistersymbol(platform)
Advertisement
Add Comment
Please, Sign In to add comment