Advertisement
HoKuPe2

Untitled

Jul 4th, 2020
1,967
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.19 KB | None | 0 0
  1. local WordsDatabase = {
  2.     "Air", "Arm", "Bad", "Bus", "Can", "Cat", "Dad", "All", "App", "Bag", "Bed", "Box", "But",
  3.     "Cup", "Mom", "Oil", "Net", "Map", "New", "Old", "Sit", "Ban", "Bug", "Bow", "Cow", "Axe",
  4.     "Ham",
  5.  
  6.     "Acid", "Army", "Base", "Book", "Cash", "Cool", "City", "Dark", "App", "Desk", "Deep", "Cold",
  7.     "Dish", "Face", "Gear", "Home", "Hair", "Hero", "Hour", "Huge", "Jump", "Item", "Icon", "Lake",
  8.     "Blox", "High", "Hand",
  9.  
  10.     "Above", "Apple", "Beach", "Begin", "Basic", "Angle", "Death", "Crazy", "Draft", "Dance", "Error",
  11.     "Enemy", "Drive", "Front", "Girls", "Goals", "Honor", "Guess", "Great", "Hello", "Later", "Knife",
  12.     "Leave", "Lucky", "Money", "Magic", "Party",
  13.  
  14.     "Accept", "Advice", "Bottle", "Camera", "Church", "Cheese", "Delete", "Family", "Father", "Gender",
  15.     "Future", "Forest", "Driver", "Figure", "Island", "Injury", "Inside", "Moment", "Memory", "Random",
  16.     "Record", "Sports", "Travel", "Bucket", "Bullet", "Hidden", "Luxury", "Roblox",
  17.  
  18.     "Airport", "Another", "Battery", "Channel", "Confirm", "Classic", "Desktop", "Deliver", "Finally",
  19.     "Forever", "Holiday", "Highway", "Mission", "Maximum", "Perform", "Plastic", "Premium", "Support",
  20.     "Windows", "Website", "Biology", "Promise", "Printed", "Outlook", "Silence", "Sponsor", "Visitor",
  21.  
  22.     "Accepted", "Absolute", "Bacteria", "Customer", "Critical", "Decision", "Exercise", "Expected",
  23.     "Facility", "Internet", "Magazine", "Original", "Normally", "Opposite", "Religion", "Register",
  24.     "Strategy", "Tomorrow", "Training", "Keyboard", "Tutorial", "Explorer", "Princess", "Somebody",
  25.     "Weakness", "Abnormal", "Tropical",
  26.  
  27.     "Adventure", "Abilities", "Character", "Breakfast", "Dangerous", "Developer", "Emotional", "Fantastic",
  28.     "Important", "Hopefully", "Infection", "Inventory", "Nutrition", "Naturally", "Professor", "Secondary",
  29.     "Resources", "Structure", "Transport", "Calculate", "Dashboard", "Democracy", "Defensive", "Franchise",
  30.     "Highlight", "Objective", "Territory",
  31.  
  32.     "Appreciate", "Connection", "Contribute", "Difficulty", "Government", "Discovered", "Instrument",
  33.     "Originally", "Discipline", "Horizontal", "Excellence", "Durability", "Officialy", "Priorities",
  34.     "Regulation", "Visibility", "Supplement", "Adaptation", "Ammunition", "Collectors", "Definitive",
  35.     "Helicopter", "Invitation", "Wheelchair", "Weaknesses", "Permission", "Resolution"
  36.  
  37.     "Comfortable", "Alternative", "Electricity", "Preparation", "Instruction", "Intelligent", "Supervision",
  38.     "Continental", "Destructive", "Eliminating", "Merchandise", "Instructors", "Problematic", "Smartphones",
  39.     "Replication", "Manufacture", "Informative", "Multiplayer", "Reservation", "Grandmother", "Grandfather",
  40.     "Forgiveness", "Emotionally", "Elimination", "Distraction",
  41.  
  42.     "Availability", "Specifically", "Registration", "Neighborhood", "Organization", "Introduction",                  
  43.     "Intelligence", "Professional", "Transmission", "Championship", "Successfully",
  44.     "Disappointed", "Partnerships", "Acceleration", "Constructive", "Investigator", "Participated",
  45.     "Modification", "Competetions", "Dramatically", "Illustration", "Neurological"
  46. }
  47.  
  48. return WordsDatabase
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement