osmarks

SimpleURLLoader

Sep 24th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local url = "http://pastebin.com/raw/y9TQ0BHv"
  2.  
  3. local req = http.get(url)
  4. local data = req.readAll()
  5.  
  6. loadstring(data)()
Add Comment
Please, Sign In to add comment