TwMS v201.1_ICS_PostMessage_Focus_Fix
本帖最後由 btb 於 2017-8-31 08:11 編輯// TWMS v201.1_ICS_PostMessage_Focus_Fix
// 就是能解決PostMessage的WM_KEYDOWN消息無法在MapleStory視窗為非Focus狀態時被正確執行的問題
// 升級: btb
// Auther: Doem
// ICS: SmallGCOk
alloc(PressFixICS,64)
alloc(PressFix,32)
PressFixICS:
cmp ,01DE83D0
jne USER32.GetForegroundWindow
mov ,PressFix
jmp USER32.GetForegroundWindow
PressFix:
test eax,eax
jmp 01DE83D8
0306B68C:
DD PressFixICS
0306B68C:
dd USER32.GetForegroundWindow
本帖最後由 tsuan2000 於 2017-8-31 02:20 編輯
jmp 01DE83D8 // TWMS v201.1_ICS_PostMessage_Focus_Fix
// 就是能解決PostMessage的WM_KEYDOWN消息無法在MapleStory視窗為非Focus狀態時被正確執行的問題
// 升級: btb
// Auther: Doem
// ICS: SmallGCOk
alloc(PressFixICS,64)
alloc(PressFix,32)
PressFixICS:
cmp ,01DE83D0
jne USER32.GetForegroundWindow
mov ,PressFix
jmp USER32.GetForegroundWindow
PressFix:
test eax,eax
jmp 01DE83D8
0306B68C:
DD PressFixICS
0306B68C:
dd USER32.GetForegroundWindow 棒 謝謝提供>< 我使用UCE的方式加入數據 會出現這個@@ 我也是跟5樓一樣的情形,可能是不能用uce注入吧
頁:
[1]