- UID
- 21539
- 帖子
- 3023
- 主題
- 1553
- 精華
- 0
- 積分
- 3616
- 楓幣
- 396
- 威望
- 3479
- 存款
- 0
- 贊助金額
- 0
- 推廣
- 0
- GP
- 340
- 閱讀權限
- 90
- 在線時間
- 2730 小時
- 註冊時間
- 2013-1-30
- 最後登入
- 2024-11-10
|
// TwMs v227.1 CRC Auto Key
// 優點:不衝突遊戲按鍵
//PgUp 01490000 //1864
//PgDown 01510000 //1894
//Insert 01520000 //184c
//Delete 01530000 //187c
//Home 01470000 //1858
//End 014f0000 //1888
//Shift 00360005
//Ctrl 001D0030
[Enable]
Alloc(Hook,128)
Alloc(PressKey,128)
Label(Return)
Label(Exit)
Hook:
pushad
mov eax,[044DA3D8]
mov eax,[eax+14]
mov eax,[eax+19218]
cmp eax,1
jb Exit
mov edx,001D0030
call PressKey
jmp Exit
PressKey:
mov esi,[04230F28]
mov ecx,[esi+A4]
push edx
push 00
call 02CEB4A0
ret
Exit:
popad
call 01978CB0
jmp Return
0156EF10:
jmp Hook
Return:
[Disable]
0156EF10:
call 01978CB0
DeAlloc(Hook)
DeAlloc(PressKey)
|
-
總評分: 彩票 + 1
查看全部評分
|