- UID
- 127666
- 帖子
- 2719
- 主題
- 420
- 精華
- 0
- 積分
- 1615
- 楓幣
- 4632
- 威望
- 1151
- 存款
- 7341
- 贊助金額
- 1500
- 推廣
- 22
- GP
- 4548
- 閱讀權限
- 150
- 在線時間
- 1785 小時
- 註冊時間
- 2016-1-30
- 最後登入
- 2024-11-25
|
// TwMs 219.2 箭座無延遲(放置) [CRC]
//update from gms by yutsaihsieh
[Enable]
Alloc(Hook,123)
Label(Return)
Label(Exit)
Alloc(timer,4)
Hook:
pushad
call 025DFD30 //E8 * * * * 8B * 8B * 8B * 3B *
mov edx,eax
sub edx,[timer]
cmp edx,64
popad
jl Exit
mov [timer],eax
jmp 0116D4AF+6
Exit:
jmp 0116D4C2
0116D4AF:
jmp Hook
nop
Return:
[Disable]
Dealloc(Hook)
0116D4AF: //2B * 3B * 76 * 6A *
sub ecx,edx
cmp ecx,eax
jna 0116D4C8
|
|