Advertisement
Guest User

startup.lua

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