Advertisement
programcreator

Tunnel Framework

Feb 7th, 2016
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. --[[
  2.     Updater Script
  3. ]]--
  4.  
  5. local path = ...
  6. print(path)
  7. print("lelz")
  8.  
  9. local handle = http.get("https://raw.githubusercontent.com/Creator/Tunnel/master/Releases/latest.lua")
  10. local f = loadstring(handle.readAll())
  11. print(handle.readAll())
  12. setfenv(f,_G)
  13. f(path)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement