- UID
- 71904
- 帖子
- 43
- 主題
- 25
- 精華
- 0
- 積分
- 214
- 楓幣
- 4835
- 威望
- 192
- 存款
- 0
- 贊助金額
- 0
- 推廣
- 0
- GP
- 58
- 閱讀權限
- 20
- 性別
- 保密
- 在線時間
- 442 小時
- 註冊時間
- 2014-7-20
- 最後登入
- 2024-6-27
|
- //TwMs v252.4 MSCRC Bypass v1 + 修復進出商城Buff顯示
- [ENABLE]
- //code from here to '[DISABLE]' will be used to enable the cheat
- alloc(newmem,2048,"MapleStory.exe"+44180D0)
- label(bypass_crc)
- newmem:
- mov rax,[1467362C8]
- test rax,rax
- je bypass_crc
- mov rax,[rax+24B8]
- test rax, rax
- je bypass_crc
- mov byte ptr[rax+10],0
- jmp bypass_crc
- bypass_crc:
- xor eax, eax
- ret
- "MapleStory.exe"+44180D0:
- jmp newmem
- [DISABLE]
- //code from here till the end of the code will be used to disable the cheat
- dealloc(newmem)
- "MapleStory.exe"+44180D0:
- mov [rsp+10],rdx
- //Alt: db 48 89 54 24 10
複製代碼 |
-
總評分: 楓幣 + 5
威望 + 1
彩票 + 2
GP + 1
查看全部評分
|