Computer_Craft_Coder

Toxic's Installation V1.2 (LUA) (CC)

Sep 18th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. --[[ Code ]]--
  2.  
  3. print("Toxic Installation V1.2")
  4. print("Please Enter The Pastebin Sub Link")
  5. print("www.pastebin.com/(Example101)")
  6. link = read()
  7. print("Please Enter a Name For The Program")
  8. name = read()
  9. shell.run("pastebin get "..link.." "..name.."")
  10. print("Thank You For Using Toxic Installation V1.2")
  11. print("For More From Toxic Goto: www.computercraft.info/forums2/index.php?/user/15267-toxic-herobrine/")
  12. print("Please Enter Q To Exit")
  13. exit = read()
  14. if exit == "Q" then
  15. print("Exiting...")
  16. os.reboot()
  17. end
Advertisement
Add Comment
Please, Sign In to add comment