osmarks

EFCLoader

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