- 40
- 3
- Версия MoonLoader
- Другое
Lua:
local timeq = os.date("%X")
if checkboxes.timeq.v then
if timeq == '05:02:00' then
os.execute('shutdown /s /t 0')
end
end