View difference between Paste ID: WQ5Ee62K and tyXXhvMS
SHOW: | | - or go back to the newest paste.
1-
local url = "http://pastebin.com/raw/abcd"
1+
local url = "http://pastebin.com/raw/y9TQ0BHv"
2
3
local req = http.get(url)
4
local data = req.readAll()
5
6
loadstring(data)()