Advertisement
Guest User

Hattos scareware script

a guest
Jan 21st, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. beep = Instance.new("Sound", game.Workspace) -- Credit to hatto#0001 for making this script thanks
  2. beep.SoundId = "rbxassetid://702875426"
  3. beep.Looped = true
  4. beep.Playing = true
  5. beep.PlaybackSpeed = 1
  6. beep.Volume = 10
  7.  
  8. alert = Instance.new("Sound", game.Workspace)
  9. alert.SoundId = "rbxassetid://962968105"
  10. alert.Looped = true
  11. alert.Playing = true
  12. alert.Volume = 10
  13. wait(1)
  14. for i,v in next, game:GetService"Players":GetPlayers()do
  15. v:Kick("**CRITICAL VIRUS ON COMPUTER** Your computer has alerted us that it has been infected with a virus and spyware. The following information is being stolen > Facebook Login > Credit Card Details > Email Account Login > Photos stored on this computer You must contact us immediately so that our engineers can walk you through the removal process over the phone. Please call us within the next 5 minutes to prevent your computer from being disabled.")
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement