Marlingaming

Shopping Terminal Installer

Jan 11th, 2022 (edited)
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. shell.run("pastebin","get","Xi1ti8gD","startup")
  2. shell.run("pastebin","get","zZ7fS04N","TerminalProgram")
  3.  
  4. settings.load(".settings")
  5.  
  6. settings.define("ShopMode",{ description = "Wither to allow Updates to os", default = "Dispenser"})
  7.  
  8. settings.define("ShopProducts_Name",{ description = "Wither to allow Updates to os", default = "Dirt"})
  9.  
  10. settings.define("ShopProducts_Price",{ description = "Wither to allow Updates to os", default = "5"})
  11.  
  12. settings.define("ShopProducts_Tag",{ description = "Wither to allow Updates to os", default = "minecraft:dirt"})
  13.  
  14. settings.define("exitCode",{ description = "Wither to allow Updates to os", default = "0000"})
  15.  
  16. settings.define("CompanyName",{ description = "Wither to allow Updates to os", default = "n"})
  17.  
  18. settings.save(".settings")
  19. local file = fs.open(".Gov_24124","w")
  20. file.writeLine("0")
  21. file.writeLine(os.date())
  22. file.close()
  23.  
  24. local Owner = fs.open("OwnerFile","w")
  25. Owner.writeLine("0")
  26. Owner.writeLine(os.date())
  27. Owner.close()
  28.  
  29. print("Please take the time to edit program called TerminalProgram,and add your products")
Add Comment
Please, Sign In to add comment