- UID
- 287787
- 帖子
- 220
- 主題
- 94
- 精華
- 0
- 積分
- 381
- 楓幣
- 3072
- 威望
- 354
- 存款
- 0
- 贊助金額
- 0
- 推廣
- 6
- GP
- 101
- 閱讀權限
- 30
- 在線時間
- 547 小時
- 註冊時間
- 2020-8-5
- 最後登入
- 2024-11-24
|
本帖最後由 麗麗 於 2022-2-28 21:34 編輯
增加了延迟设定- [ENABLE]
- //code from here to '[DISABLE]' will be used to enable the cheat
- alloc(newmem,2048,"MapleStory.exe"+38D1EF2)
- label(returnhere)
- label(originalcode)
- label(exit)
- alloc(SkillID,8)
- alloc(Timer,8)
- alloc(Delay,8)
- registersymbol(SkillID)
- registersymbol(Delay)
- registersymbol(Timer)
- SkillID:
- dd #151001000
- Delay:
- dd #50
- Timer:
- dd 00
- newmem: //this is allocated memory, you have read,write,execute access
- //place your code here
- mov r8,[1475851D0]
- cmp qword ptr [r8+08],2
- jg originalcode
- mov r8,[147583620]
- mov r8,[r8+28]
- cmp dword ptr [r8+000192A0+60],0
- je originalcode
- call 143984A70
- mov r8d,eax
- sub r8d,dword ptr [Timer]
- cmp r8d,dword ptr [Delay]
- jl originalcode
- mov dword ptr [Timer],eax
- mov r8d,[SkillID]
- mov dword ptr [rbx+0001FF40],r8d
- mov eax,0x00000001
- xor r8,r8
- jmp 1438D1F0A
- originalcode:
- mov eax,0x00000001
- xor r8,r8
- cmp [rbx+0001FF40],ebp
- exit:
- jmp returnhere
- "MapleStory.exe"+38D1EF2:
- jmp newmem
- nop
- returnhere:
- MapleStory.exe+38D1F5A:
- db 3B 83 44 FF 01 00 90 E9
- MapleStory.exe+38D2146:
- jmp 1438D2197
- nop
- [DISABLE]
- dealloc(newmem)
- dealloc(SkillID)
- dealloc(Timer)
- dealloc(Delay)
- "MapleStory.exe"+38D1EF2:
- cmp [rbx+0001FF40],ebp
- MapleStory.exe+38D1F5A:
- db 3B 83 44 FF 01 00 0F 84
- MapleStory.exe+38D2146:
- db 0F 87 C8 01 00 00
複製代碼 |
-
總評分: 楓幣 + 6
威望 + 1
彩票 + 3
GP + 2
查看全部評分
|