Sxw1212

Test for VGA

Mar 6th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. local oldError = error
  2. local oldSleep = sleep
  3. local goodSleep = function() end
  4. local trollSleep = function(time)
  5.   print("360 noscoping *somebody*")
  6.   oldError("You just got rekt")
  7. end
  8.  
  9. while true do
  10.   sleep = trollSleep
  11.   fs.resetTimer("test")
  12.   oldSleep(0.05)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment