Advertisement
JJl77

Main Computer Login

Dec 29th, 2016
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. local loop = true
  2. term.setTextColor(colors.red)
  3. print("MTech Launch Controller 1.0")
  4. term.setTextColor(colors.white)
  5. print("")
  6.  
  7. while(loop == true)do
  8.     local input = string.lower(read())
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement