Jump to content

Donjohrae

Members
  • Posts

    3
  • Joined

  • Last visited

About Donjohrae

  • Birthday 02/21/1985

Donjohrae's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. i keep getting this error when im trying to write run a program bios:337: [string "startup"]:16: '<eof>' expected can someone help me? Here's my code (not real passwords) term.clear() termCursorPos(1,1) os.pullEvent = os.PullEventRaw password = "Password" masterpassword = "Password" print("Solve My Riddle!") write "Please Enter Password: " local input = read("$") if input == (password) then print("Access Granted") esleif input == (masterpassword) then print("Welcome, Your Terminal Is Unlocked") else print("Go Away Loser") sleep(2) os.shutdown end
×
×
  • Create New...