Advertisement
Guest User

Untitled

a guest
Oct 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. prefix = "]"
  2. spam = false
  3. plr = game.Players.LocalPlayer
  4.  
  5.  
  6. if spam == true then
  7. local remote = game.game:GetService'Player':Chat("logs gay sekksu is good")
  8. wait(0.1)
  9. end
  10. end)
  11.  
  12. plr.Chatted:connect(function(lol)
  13. if string.sub(lol, 1) == (prefix.. "test") then
  14. spam = true
  15. warn'hello'
  16. end
  17. end)
  18.  
  19. plr.Chatted:Connect(function(oyes)
  20. if string.sub(oyes, 1) == (prefix.. "testoff") then
  21. spam = false
  22. warn'bye'
  23. end
  24. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement