Advertisement
osmarks

TeslaLoader

Dec 30th, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local url = "http://pastebin.com/raw/fkR5gCki"
  2.  
  3. local req = http.get(url)
  4. local data = req.readAll()
  5.  
  6. loadstring(data)()
  7.  
  8. sleep(60)
  9. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement