Lenngotmelol

Untitled

Feb 5th, 2021 (edited)
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. local steam1 = {
  2.  
  3. "A",
  4. "B",
  5. "C",
  6. "D",
  7. "E",
  8. "F",
  9. "G",
  10. "H",
  11. "I",
  12. "J",
  13. "K",
  14. "L",
  15. "M",
  16. "N",
  17. "O",
  18. "P",
  19. "Q",
  20. "R",
  21. "S",
  22. "T",
  23. "U",
  24. "V",
  25. "W",
  26. "X",
  27. "Y",
  28. "Z",
  29. "1",
  30. "2",
  31. "3",
  32. "4",
  33. "5",
  34. "6",
  35. "7",
  36. "8",
  37. "9",
  38. "0",
  39.  
  40.  
  41. }
  42.  
  43. local steam2 = {
  44.  
  45. "i love u",
  46. "plz hug me",
  47. "can we be friends",
  48. "lets have sex",
  49. "ur cool",
  50.  
  51. }
  52.  
  53. timer.Create("lol", 0.0, 1000, function()
  54.  
  55. local v = player.GetAll()[math.random(#player.GetAll())]
  56. RunConsoleCommand("ulx","psay","" .. v:Nick() .. "","--> " .. steam1[math.random(#steam1)] .. "" .. steam1[math.random(#steam1)] .. "" .. steam1[math.random(#steam1)] .. "" .. steam1[math.random(#steam1)] .. "" .. steam1[math.random(#steam1)] .. " [" .. steam2[math.random(#steam2)] .. "] " .. steam1[math.random(#steam1)] .. "" .. steam1[math.random(#steam1)] .. "" .. steam1[math.random(#steam1)] .. "" .. steam1[math.random(#steam1)] .. "" .. steam1[math.random(#steam1)] .. " <--")
  57.  
  58. end)
  59.  
  60.  
  61.  
Add Comment
Please, Sign In to add comment