The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Infect + Cure all script script pastebin roblox
By Infect + Cure all script on 2024-09-23 08:00 am | Syntax: LUA | Views: 9



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. --Infect all script:
  2. local plrs = game:GetService("Players")
  3. local getPlrs = plrs:GetPlayers()
  4.  
  5. for i,v in pairs(getPlrs) do
  6.    name = v.Name
  7. game:GetService("ReplicatedStorage").generalRemotes.infectEvent:FireServer(workspace:FindFirstChild(name))
  8. end
  9.  
  10. ----------------------------------------------------------------------
  11.  
  12. --Cure all script too (SPAMS NOTIFICATION LOGS EVERYONE CAN SEE LMAO):
  13.  
  14. --Script:
  15. local plrs = game:GetService("Players")
  16. local getPlrs = plrs:GetPlayers()
  17.  
  18. for i,v in pairs(getPlrs) do
  19.   name = v.Name
  20. game:GetService("ReplicatedStorage").generalRemotes.cureEvent:FireServer(workspace:FindFirstChild(name))
  21. end



  • Recent Roblox Scripts