how can i install this?
also killavanilla i need your help ive gone through alot of your posts none solve my issue but cover a minority of it.
i am creating a database that monitors missile silos, defense systems, radars, emailing, membership info etc here is what i have so far
os.pullEvent = os.pullEventRaw
term.clear()
term.setCursorPos(1, 1)
username = {"Burnin_Aura", "user2", "user3"}
password = {"troll", "pass2", "pass3"}
write("Username: ")
user = read()
write("Password: ")
pass = read('*')
for i=1, #username do
if user == username[i] and pass == password[i] then
access = true
end
end
if access == true then
print("Logging in...")
sleep(1)
print("Welcome "..user)
print("Skynet Mainframe")
sleep(2)
print("------------------")
print("Loading Mainframe.")
print("------------------")
sleep(2)
print("------------------")
print("Welcome to Skynet")
print("------------------")
sleep(2)
print("------------------")
print("OS: Skynet")
print("Id: (0)")
print("Connection: SECURE")
print("------------------")
sleep(2)
print("-------------------------")
print("Authorized Personel only")
print("Skynet.Mainframe")
print("skynet V.1.0.3")
print("developed by AuraTech")
print("-------------------------")
sleep(3)print("--------Menu v1.0.0--------")
print("SKYNET SYSTEMS ONLINE")
print("28%")
sleep(1)
print("34%")
sleep(1)
print("50%")
sleep(1)
print("86%")
sleep(1)
print("100%")
sleep(2)
print("PROGRAM LOADED")
sleep(3)
print("Welcome to Skynet Missile systems")
sleep(3)
print("----------------")
print("loading..")
print("----------------")
sleep(3)
print("Missile silos occupied.")
sleep(2)
print("--------Missile Bay Status--------")
print("Status: 100% = Online")
print("Silos: Occupied")
print("Range:Maximum Capability-5250M+")
print("Module:I.C.B.M")
print("defensive systems: ON")
print("offensive systems: OFF")
print("R.L.O.A.D systems: OFF")
print("L.O.A.D systems: ON")
sleep(2)
print("----------------")
print("loading..")
print("----------------")
sleep(6)
print("--------Menu v2.0.0--------")
sleep(1)
print("[1]Authorize All Missiles")
print("[2]Test System")
print("[3]Anti-Ballistic Missile Launch")
print("[4]Lock Users")
print("[5]Power On")
print("[6]Launch Missile")
input = read("*")
if input == "1" then
print("Starting..")
sleep("3")
print("%56")
sleep(2)
print("%100")
sleep(1)
print("All Missiles Authorized Successful!")
end
if input == "2" then
print("System test initiated")
sleep(2)
print("loading program")
sleep(2)
print("Program loaded")
sleep(2)
print("Debugging")
sleep(2)
print("%25")
sleep(2)
print("%57")
sleep(2)
print("%89")
sleep(2)
print("%100")
sleep(3)
print("No Problems were present")
sleep(1)
print("All systems fully operational")
sleep(1)
print("System Status:Good")
sleep(1)
print("System Test Done")
end
if input == "3" then
print("Anti-Ballistic Missile Launch Initiated")
sleep(3)
print("Stage 1")
print("Fuel Transfer Started")
sleep(3)
print("Stage 2")
print("Initiated Core")
sleep(3)
print("Stage 3")
print("Missile Launch Successful!")
sleep(1)
print("logging out..")
end
if input == "4" then
print("Locking Users..")
print("Admin Overwrite")
sleep(2)
print("program loading")
sleep(2)
print("%2")
sleep(2)
print("%13")
sleep(2)
print("%22")
sleep(2)
print("%36")
sleep(2)
print("%48")
sleep(2)
print("%52")
sleep(2)
print("%67")
sleep(2)
print("%73")
sleep(2)
print("%82")
sleep(2)
print("%94")
sleep(1)
print("%96")
sleep(1)
print("%98")
sleep(1)
print("%99")
sleep(1)
print("%100")
sleep(2)
print("Program Loaded")
sleep(2)
print("system overwrite complete")
print("User's Status: locked")
print("Software Update v1.6.2")
sleep(2)
end
if input == "5" then
print("Power Status: On")
print("Level:547kw ")
print("Connecting to terminal...")
sleep(2)
print("Staus: Connected")
sleep(2)
print("Power Switch: *BLOCKED BY ADMIN*")
end
if input == "6" then
print("Missile Launching")
print("Status:Good")
print("Rockets READY")
print("SystemLinked")
print("Connection Status:Good")
sleep(2)
print("Please Enter Launch Key")
input = read("*")
if input == "astroreact" then
rednet.open("top")
rednet.send(12, "redstone.setOutput("back", true)")
end
print("*20 second until auto log out*")
sleep(2)
print("Access Code overwritten")
sleep(2)
print("Access: granted")
sleep(2)
print("Connections: Shutting off")
print("loading..")
sleep(15)
print("System Logged Out")
end
os.reboot()
else
print("Incorrect username and password combination")
sleep(2)
os.reboot()
anyway that is what i have come up with, but i need help with transfering the command like lets say.
Master computer : sends signal "launch to Main launch computer.
Main launch pc: receives signal and requests if you wish to proceed further.
main launch pc: asks which silo to fire from.
Master computer: relays silo choice "1"
main launch pc: contacts launch pc to fire missile in silo 1
launch pc: approves and fires missile in silo 1.
Master computer : relays "locate missile origin"
main launch computer : contacts radar station computer
main Launch computer : requests the radar station computer to relay back the position of missile origin.
Radar station pc: relays back the position with x y z coordinates to launch computer.
main launch computer : Would you like to fire missile at requested coordinates?
Master computer: Yes
main launch computer: select silo, [1]nuclear, [2]nuclearcluster, [3] emp, [4] conventional, [5] shrapnel
master computer: silo 1.
Main launch computer: enter safety code 1.
master computer : code1.
main launch computer : code confirmed standby.
Main launch computer: relays x y z to launch computer for silo 1.
launch computer: firing nuclear missile from silo 1.
—nuclear missile fired at the origin of incoming missile—-
i have more ideas i need help with but ofc ill wait till this stupid post moderation expires because i joined the website yesterday but had the mod for 1 week.