- UID
- 175467
- 帖子
- 24441
- 主題
- 1251
- 精華
- 0
- 積分
- 3001
- 楓幣
- 4413
- 威望
- 2420
- 存款
- 137915
- 贊助金額
- 1500
- 推廣
- 0
- GP
- 6038
- 閱讀權限
- 150
- 在線時間
- 4124 小時
- 註冊時間
- 2017-1-18
- 最後登入
- 2024-11-7
|
本帖最後由 btb 於 2018-1-20 22:10 編輯
// TwMs 204.1 ICS PostMessage_Focus_Fix
//修復後台按鍵
// 就是能解決PostMessage的WM_KEYDOWN消息無法在MapleStory視窗為非Focus狀態時被正確執行的問題
// Auther: Doem
// ICS: SmallGCOk
[ENABLE]
alloc(PressFixICS,64)
alloc(PressFix,32)
PressFixICS:
cmp [esp+40],020044C9
jne GetForegroundWindow
mov [esp+40],PressFix
jmp GetForegroundWindow
PressFix:
test eax,eax
jmp 020044D1
0354AE64:
DD PressFixICS
[DISABLE]
0354AE64:
dd GetForegroundWindow
|
|