# Time Restriction Bypass
Time is precious... Isn't it?
11/10/24: Visual redesign
Time is precious... Isn't it?
🔴🟡🟢
Seriously get some sleep!
Bypassing the forced shutdown at 11pm
Note that v1.0.0 has been patched
Shutdown your PLD before 10:55 pm and switch it back on after 11:05 pm
Download this file and run it by clicking
If the method does not work, follow the steps below:
1) Copy this code below
Set objShell = CreateObject("WScript.Shell")
Sub RunCommand()
    ' Run the "shutdown /a" command to abort shutdown
    objShell.Run "shutdown /a", 0, False
End Sub
Sub RepeatCommand()
    ' Run the command initially
    RunCommand
   Â
    ' Repeat the command every 1s
    Do
        ' Sleep for 1s (1,000 milliseconds)
        WScript.Sleep 1000
       Â
        ' Run the command again
        RunCommand
    Loop
End Sub
' Start repeating the command
RepeatCommand
2) In the windows search box, search for "notepad" and open the application, paste in the code above
3) Press "Ctrl" + "S" on your keyboard to save the file
4) Navigate your file explorer and double click the file you just saved to run