fork download
  1. -- Made by Badjman
  2. -- Used for any thing you can imagine. Very basic!
  3. -- Also mean't for Minecraft Computer mod.
  4. -- Please do NOT delete these messages, I worked to make this, give me credit!
  5.  
  6. write ("Welcome, enter password")
  7. input = (read)
  8.  
  9. if (read) == "Enterpasswordhere" then
  10. print ("Access Granted")
  11. else
  12. print ("Access Denied")
  13. end
Runtime error #stdin #stdout 0.01s 2536KB
stdin
Testy
stdout
Standard output is empty