Advertisement
Guest User

config

a guest
Jan 20th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. function defaultBackgroundColour()
  2.   return (colours.black)
  3. end
  4.  
  5. function defaultTextColour()
  6.   return (colours.white)
  7. end
  8.  
  9. function systemVersion()
  10.   return ("2.0")
  11. end
  12.  
  13. function usernameLength()
  14.   return 18
  15. end
  16.  
  17. function passwordLength()
  18.   return 18
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement