View difference between Paste ID: LXW2rfDy and segq4U0N
SHOW: | | - or go back to the newest paste.
1-
local url = "http://pastebin.com/raw/cYQTrZNb"
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()