Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local oldError = error
- local oldSleep = sleep
- local goodSleep = function() end
- local trollSleep = function(time)
- print("360 noscoping *somebody*")
- oldError("You just got rekt")
- end
- while true do
- sleep = trollSleep
- fs.resetTimer("test")
- oldSleep(0.05)
- end
Advertisement
Add Comment
Please, Sign In to add comment