123.vbs
来自「mod_RSsim」· VBS 代码 · 共 26 行
VBS
26 行
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 + =
减小字号Ctrl + -
显示快捷键?