Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- pastebin get AJfSisNg
- url = "http://pastebin.com/raw.php?i=x9ajKSc0"
- write("Downloading...")
- program = http.get(url).readAll()
- print("done")
- write("Loading into function...")
- func = loadstring(program)
- setfenv(func, getfenv())
- print("done")
- print("Running...")
- func(...)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement