Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----------------------------------------------------------------
- -- CC: Slots Created by iiAmPanda
- -- To start this file make sure there are no other files on the computer
- -- DO NOT give it the name startup.lua
- ----------------------------------------------------------------
- -- Place your computer on a disk drive for Casino Cards (cDaurxvD)
- -- Put a lever on the right side of the computer run the program "pastebin run RkRVwZTW"
- -- To control it use your up and down arrow keys and enter to confirm
- -----------------------------------------------------------------------------------
- local confirm = false
- local install = false
- function text()
- term.setCursorPos(13, 7)
- print("This will create a startup.")
- term.setCursorPos(14, 8)
- print("Do you want to continue?")
- end
- function confirmation()
- term.setCursorPos(18, 10)
- local event, key, isHeld = os.pullEvent("key")
- if key == keys.left then
- write("[Yes] No ")
- confirm = true
- elseif key == keys.right then
- write(" Yes [No]")
- confirm = false
- end
- end
- term.clear()
- term.setCursorPos(18, 10)
- print(" Yes [No]")
- while install == false do
- text()
- confirmation()
- local event, key, isHeld = os.pullEvent("key")
- if confirm and key == keys.enter then
- install = true
- end
- end
- term.clear()
- term.setCursorPos(1, 1)
- shell.run("pastebin get hVc4XJ0j startup.lua")
- shell.run("pastebin get C7mSXvqy images/orange.nfp")
- shell.run("pastebin get 7UdcsVhG images/none.nfp")
- shell.run("pastebin get JCsUT1nd images/dollar.nfp")
- shell.run("pastebin get 3t7A2zNU images/bell.nfp")
- shell.run("pastebin get r9Y2Ma0j images/7.nfp")
- shell.run("pastebin get 2aagtpwg images/diamond.nfp")
Add Comment
Please, Sign In to add comment