Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ Code ]]--
- print("Toxic Installation V1.2")
- print("Please Enter The Pastebin Sub Link")
- print("www.pastebin.com/(Example101)")
- link = read()
- print("Please Enter a Name For The Program")
- name = read()
- shell.run("pastebin get "..link.." "..name.."")
- print("Thank You For Using Toxic Installation V1.2")
- print("For More From Toxic Goto: www.computercraft.info/forums2/index.php?/user/15267-toxic-herobrine/")
- print("Please Enter Q To Exit")
- exit = read()
- if exit == "Q" then
- print("Exiting...")
- os.reboot()
- end
Advertisement
Add Comment
Please, Sign In to add comment