- UID
- 175467
- 帖子
- 24424
- 主題
- 1251
- 精華
- 0
- 積分
- 3000
- 楓幣
- 4129
- 威望
- 2419
- 存款
- 137915
- 贊助金額
- 1500
- 推廣
- 0
- GP
- 6034
- 閱讀權限
- 150
- 在線時間
- 4113 小時
- 註冊時間
- 2017-1-18
- 最後登入
- 2024-11-3
|
// TwMs 203.1 ICS PostMessage_Focus_Fix
// 就是能解決PostMessage的WM_KEYDOWN消息無法在MapleStory視窗為非Focus狀態時被正確執行的問題
// Auther: Doem
// ICS: SmallGCOk
[ENABLE]
alloc(PressFixICS,64)
alloc(PressFix,32)
PressFixICS:
cmp [esp+8],01E0B6B0
jne GetForegroundWindow
mov [esp+8],PressFix
jmp GetForegroundWindow
PressFix:
test eax,eax
jmp 01E0B6B8
0308F714:
DD PressFixICS
[DISABLE]
0308F714:
dd GetForegroundWindow
|
-
總評分: GP + 1
查看全部評分
|