- UID
- 100875
- 帖子
- 1829
- 主題
- 1572
- 精華
- 0
- 積分
- 2356
- 楓幣
- 5499
- 威望
- 1624
- 存款
- 30000
- 贊助金額
- 2800
- 推廣
- 0
- GP
- 1944
- 閱讀權限
- 150
- 性別
- 保密
- 在線時間
- 648 小時
- 註冊時間
- 2015-4-27
- 最後登入
- 2024-11-20
|
- //TwMs v251.3 MSCRC Bypass v1 + 修復進出商城Buff顯示
- [ENABLE]
- //code from here to '[DISABLE]' will be used to enable the cheat
- alloc(newmem,2048,"MapleStory.exe"+44D69B0)
- label(bypass_crc)
- newmem:
- mov rax,[146745488]
- test rax,rax
- je bypass_crc
- mov rax,[rax+0x24B0]
- test rax, rax
- je bypass_crc
- mov byte ptr[rax+10],0
- jmp bypass_crc
- bypass_crc:
- xor eax, eax
- ret
- "MapleStory.exe"+44D69B0:
- jmp newmem
- [DISABLE]
- //code from here till the end of the code will be used to disable the cheat
- dealloc(newmem)
- "MapleStory.exe"+44D69B0:
- mov [rsp+10],rdx
- //Alt: db 48 89 54 24 10
複製代碼 |
-
總評分: 楓幣 + 5
彩票 + 1
GP + 1
查看全部評分
|