Gostrondude

Untitled

Oct 23rd, 2018
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local DataBase = {
  2. Accounts = {"Test"},
  3. Passwords = {"Test:Test123"},
  4. Keys = {"Test:123456"},
  5. BlackListedKeys = {}
  6. }
  7.  
  8.  
  9. local function YourCode()
  10. print("This is a test...")
  11.  
  12. end
Advertisement
Add Comment
Please, Sign In to add comment