View difference between Paste ID: segq4U0N and WQ5Ee62K
SHOW: | | - or go back to the newest paste.
1-
local url = "http://pastebin.com/raw/y9TQ0BHv"
1+
local url = "http://pastebin.com/raw/cYQTrZNb"
2
3
local req = http.get(url)
4
local data = req.readAll()
5
6-
loadstring(data)()
6+
loadstring(data)()
7
8
sleep(60)
9
os.reboot()