Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. --its made by me kippo77 the hippo and xxanimeisreallolxx the weaboo
  2. local sound = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  3. local plr = game.Players.LocalPlayer
  4. local mouse = plr:GetMouse()
  5.  
  6. sound.SoundId = "rbxassetid://316891313"
  7. sound.MaxDistance = 50
  8.  
  9. mouse.KeyDown:connect(function(key)
  10. if key == "q" then
  11. game:GetService("Chat"):Chat(plr.Character.Head,"Script made by kippo77 and xXAnimeIsRealLol the weaboo", Enum.ChatColor.Green)
  12. wait(3)
  13. game:GetService("Chat"):Chat(plr.Character.Head,"Hey guys, im gonna play super mario ill be right back", Enum.ChatColor.White)
  14. wait(5)
  15. game:GetService("Chat"):Chat(plr.Character.Head,"wth hes cheating", Enum.ChatColor.White)
  16. wait(1)
  17. game:GetService("Chat"):Chat(plr.Character.Head,"UMM WTH", Enum.ChatColor.Red)
  18. sound.Playing = true
  19.  
  20. while true do
  21. game:GetService("Chat"):Chat(plr.Character.Head,"BLYAAAAAAAAT", Enum.ChatColor.Red)
  22. wait()
  23. game:GetService("Chat"):Chat(plr.Character.Head,"FUCK!!!", Enum.ChatColor.Red)
  24. wait()
  25. game:GetService("Chat"):Chat(plr.Character.Head,"HE FUCKING HACKED MY PET NAMED STEVE", Enum.ChatColor.Red)
  26. end
  27. end
  28. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement