Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setBackgroundColor(colors.gray)
- term.setCursorPos(1,1)
- term.setTextColor(colors.black)
- print("Probability Simulator! 0.2alpha Installer")
- term.setBackgroundColor(colors.black)
- term.setCursorPos(1,4)
- term.setTextColor(colors.green)
- print("Would you like to install Probability Simulator? [y/n]")
- term.setCursorPos(1,6)
- local detect = read()
- if detect == "y" then
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.lime)
- term.write("Downloading...")
- shell.run("rom/programs/http/pastebin","get","mmE9HaAC","probabilitysim")
- shell.run("rom/programs/http/pastebin","get","4XsbCqQS","probablitysimpaint")
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.green)
- print("Done! Please report any bugs on the fourm.")
- sleep(0.75)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement