?? 123.vbs
字號:
dim x
dim n
dim runtime
dim station
n=0
for n=0 to 240
x = getregistervalue(3,n)
SetRegisterValue 3, n, x+1
next
runtime = Getlastruntime
SetRegisterValue 3, 241, runtime
if (StationEnabled (station)) then
Disablestation station
else
enablestation station
end if
SetRegisterValue 3, 242, station
station = station + 1
if station > 12 then station = 0
'DisplayAbout
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -