Advertisement
ScriptReleaser

Hilton Hotels [Chat Bot]

Jul 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. --Use this bot on hilton hotels,don't copy this btw.
  2.  
  3. local botchats = {
  4. "Workers = Loser",
  5. "Go get a job in real life instead of working on the stupid virtual hotel.",
  6. "Wow,admin are resricted,they ban you for no reason,they suck.",
  7. "Look at this security,hes a moxlester and such an abuser and should be banned!",
  8. "You are the worst and stupidest guy ever."
  9. }
  10.  
  11. for i=1,10 do -- Change 10 to how many times you want to loop
  12. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(botchats[math.random(1, #botchats)], "All")
  13. wait(3) -- Change 4 to how long you want to wait between messages
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement