Created
September 23, 2020 17:38
-
-
Save momenbasel/3102f85bdb95e2d7f871cc92703d3987 to your computer and use it in GitHub Desktop.
THM add 1 hour automatically, so you can hack peacefully without worrying about expiring the machine.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setInterval(function(){addHour(); console.log(" : <= Added '1 Hour' times! \n"); }, 3600000); | |
//adds one hour every half-hour |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment