- UID
- 119417
- 帖子
- 10957
- 主題
- 4281
- 精華
- 0
- 積分
- 5353
- 楓幣
- 13670
- 威望
- 5256
- 存款
- 70
- 贊助金額
- 0
- 推廣
- 0
- GP
- 684
- 閱讀權限
- 150
- 性別
- 保密
- 在線時間
- 1941 小時
- 註冊時間
- 2015-10-18
- 最後登入
- 2024-11-22
|
//TwMs v240.2 ICS 遇紅點返回選角界面
[Enable]
RegisterSymbol(Logout_SW)
Alloc(Logout_ICS,128)
Alloc(Logout_SW,04)
Label(Logout)
Label(Exit)
Logout_SW:
DD 1
Logout_ICS:
cmp [esp],00CA0168
jne GetFocus
cmp [Logout_SW],1
jne GetFocus
mov [esp],Logout
jmp GetFocus
Logout:
pushad
cmp [04436898],0
je Exit
cmp [044365A4],0
je Exit
mov ecx,[052FF920]
cmp [ecx+04],2
jle Exit
mov ecx,[044365A4]
call 03255F40
mov ecx,[044365A4]
call 0330F100
Exit:
popad
jmp 00CA0168
05301448:
DD Logout_ICS
[Disable]
05301448:
DD GetFocus
DeAlloc(Logout_SW)
DeAlloc(Logout_ICS)
UnRegisterSymbol(Logout_SW) |
|