Advertisement
Ale2610

Beam installer

Oct 25th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local h = http.get("https://raw.github.com/Ale32bit/Beam/master/beam.lua")
  2. local f = fs.open("beam","w")
  3. f.write(h.readAll())
  4. f.close()
  5. h.close()
  6. print("Beam installed")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement