This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
TheGamersAICLMC's profile picture

[TheGamersAICLMC] Password Startup ComputerCraft

Started by TheGamersAICLMC, 14 September 2016 - 09:02 PM
TheGamersAICLMC #1
Posted 14 September 2016 - 11:02 PM
Hey Guys TheGamers AdamIsCoolLikeMinecraft (AICLMC) right here and today i have made a startup with password to install type pastebin get jSrWdRD8 then hit enter type edit startup (enter again) change the Your password here to a password of your choice then save the program then restart thx for listening and of course Game on
KingofGamesYami #2
Posted 14 September 2016 - 11:50 PM
Hold control + T for 10 seconds.
DovaCheese #3
Posted 15 September 2016 - 02:29 AM
Putting this code os.pullEvent = os.pullEventRaw above your term.setCursorPos(1,1) should make people cannot Ctrl + T into your computer.
hbomb79 #4
Posted 15 September 2016 - 06:28 AM
You can override the computers startup file with a disk drive. You should look into the settings api to display disk startups.

Holding ctrl-t for 2 seconds would completely exit your program, allowing the user to find the un-hashed password sitting in the startup file.

The slowprint/fake loading screen is annoying and unnecessary. You aren't loading anything.
Edited on 15 September 2016 - 04:29 AM