- UID
- 100894
- 帖子
- 480
- 主題
- 29
- 精華
- 0
- 積分
- 432
- 楓幣
- 5156
- 威望
- 401
- 存款
- 0
- 贊助金額
- 0
- 推廣
- 0
- GP
- 43
- 閱讀權限
- 100
- 性別
- 男
- 在線時間
- 629 小時
- 註冊時間
- 2015-4-27
- 最後登入
- 2024-10-2
|
- //TwMs 250.2 MSCRC Bypass v1 + 修復進出商城Buff顯示
- [ENABLE]
- //code from here to '[DISABLE]' will be used to enable the cheat
- alloc(newmem,2048,"MapleStory.exe"+44C3F10)
- label(bypass_crc)
- newmem:
- mov rax,[14672B448]
- 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"+44C3F10:
- jmp newmem
-
-
- [DISABLE]
- //code from here till the end of the code will be used to disable the cheat
- dealloc(newmem)
- "MapleStory.exe"+44C3F10:
- mov [rsp+10],rdx
- //Alt: db 48 89 54 24 10
複製代碼 |
-
總評分: 楓幣 + 10
威望 + 2
彩票 + 3
GP + 2
查看全部評分
|