Advertisement
RichJMoney

Untitled

Mar 18th, 2015
1,171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. local tbl1 = {};
  2. local tbl2 = {};
  3. local tbl3 = {};
  4.  
  5. table.insert(tbl1, "lazy");
  6. table.insert(tbl1, "stupid");
  7. table.insert(tbl1, "idiotic");
  8. table.insert(tbl1, "slimey");
  9. table.insert(tbl1, "slutty");
  10. table.insert(tbl1, "smelly");
  11. table.insert(tbl1, "pompous");
  12. table.insert(tbl1, "communist");
  13. table.insert(tbl1, "dicknose");
  14. table.insert(tbl1, "pie-eating");
  15. table.insert(tbl1, "racist");
  16. table.insert(tbl1, "elitist");
  17. table.insert(tbl1, "white trash");
  18. table.insert(tbl1, "drug-loving");
  19. table.insert(tbl1, "butterface");
  20. table.insert(tbl1, "tone deaf");
  21. table.insert(tbl1, "ugly");
  22. table.insert(tbl1, "creepy");
  23.  
  24. table.insert(tbl2, "douche");
  25. table.insert(tbl2, "ass");
  26. table.insert(tbl2, "turd");
  27. table.insert(tbl2, "rectum");
  28. table.insert(tbl2, "butt");
  29. table.insert(tbl2, "cock");
  30. table.insert(tbl2, "shit");
  31. table.insert(tbl2, "crotch");
  32. table.insert(tbl2, "bitch");
  33. table.insert(tbl2, "anal");
  34. table.insert(tbl2, "prick");
  35. table.insert(tbl2, "slut");
  36. table.insert(tbl2, "taint");
  37. table.insert(tbl2, "fuck");
  38. table.insert(tbl2, "dick");
  39. table.insert(tbl2, "boner");
  40. table.insert(tbl2, "shart");
  41. table.insert(tbl2, "sphincter");
  42.  
  43. table.insert(tbl3, "pilot");
  44. table.insert(tbl3, "canoe");
  45. table.insert(tbl3, "captain");
  46. table.insert(tbl3, "hammer");
  47. table.insert(tbl3, "knob");
  48. table.insert(tbl3, "box");
  49. table.insert(tbl3, "jockey");
  50. table.insert(tbl3, "nazi");
  51. table.insert(tbl3, "waffle");
  52. table.insert(tbl3, "goblin");
  53. table.insert(tbl3, "blossum");
  54. table.insert(tbl3, "biscuit");
  55. table.insert(tbl3, "clown");
  56. table.insert(tbl3, "socket");
  57. table.insert(tbl3, "monster");
  58. table.insert(tbl3, "hound");
  59. table.insert(tbl3, "dragon");
  60. table.insert(tbl3, "balloon");
  61.  
  62. local cmd = function(msg,usr,chan)
  63. victim = usr
  64. if UserStatus(usr) ~= 2 then
  65. victim = usr;
  66. MOD.Timeout(usr,10);
  67. print("@"..victim.." you're a " .. tbl1[math.random(#tbl1)] .. " " .. tbl2[math.random(#tbl2)] .. " " .. tbl3[math.random(#tbl3)] .. ", tooltip DPS Doesn't matter!");
  68. return;
  69. else
  70. if msg ~= "" then
  71. victim = msg;
  72. MOD.Timeout(victim,10);
  73. print("@"..victim.." you're a " .. tbl1[math.random(#tbl1)] .. " " .. tbl2[math.random(#tbl2)] .. " " .. tbl3[math.random(#tbl3)] .. ", tooltip DPS Doesn't matter!");
  74. return;
  75. else
  76. print("@"..victim.." you're a " .. tbl1[math.random(#tbl1)] .. " " .. tbl2[math.random(#tbl2)] .. " " .. tbl3[math.random(#tbl3)] .. ", tooltip DPS Doesn't matter! Why did I even make you a mod?");
  77. end
  78. end
  79.  
  80. end
  81.  
  82. return cmd;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement