 
- UID
- 21539
- 帖子
- 3031
- 主題
- 1555
- 精華
- 0
- 積分
- 3667
- 楓幣
- 2892
- 威望
- 3524
- 存款
- 0
- 贊助金額
- 0
- 推廣
- 0
- GP
- 343
- 閱讀權限
- 90
- 在線時間
- 2856 小時
- 註冊時間
- 2013-1-30
- 最後登入
- 2025-3-15
|
// TwMs v236.1 ICS 皇家守護
[ENABLE]
Registersymbol(RoyalguardSW)
Alloc(Royalguardhook,128)
Alloc(RoyalguardSW,4)
Label(Royalguard)
Label(RoyalguardSWon)
Label(RoyalguardSWoff)
Label(Royalguardon)
Label(Royalguardoff)
Royalguardhook:
cmp [esp],00C491F7
jne GetFocus
mov [esp],Royalguard
jmp GetFocus
RoyalguardSW:
DD 01 //1=開,0=關
Royalguard:
cmp [RoyalguardSW],1
je RoyalguardSWon
cmp [RoyalguardSW],0
je RoyalguardSWoff
jmp 00C491F7
RoyalguardSWon:
call Royalguardon
jmp 00C491F7
RoyalguardSWoff:
call Royalguardoff
jmp 00C491F7
Royalguardon:
push eax
mov eax,[04248B44]
mov eax,[eax+000022F4]
mov [eax+14CC+00],C691E02A
mov [eax+14CC+04],5E348F01
mov [eax+14CC+08],9A166F82
mov [eax+14CC+0C],667F8358
mov [eax+14CC+10],B32BADAF
mov [eax+14CC+14],62124149
pop eax
ret
Royalguardoff:
push eax
mov eax,[04248B44]
mov eax,[eax+000022F4]
mov [eax+14CC+00],AECFF36D
mov [eax+14CC+04],6D767F9B
mov [eax+14CC+08],6E198FB6
mov [eax+14CC+0C],5D252455
mov [eax+14CC+10],AAE92922
mov [eax+14CC+14],72256FC4
pop eax
ret
0510F4B0:
DD Royalguardhook
[DISABLE]
0510F4B0:
DD GetFocus
DeAlloc(Royalguardhook)
DeAlloc(RoyalguardSW)
UnRegistersymbol(RoyalguardSW)
|
-
總評分: 楓幣 + 7
鑰匙 + 3
GP + 2
查看全部評分
|