|
| 05 Apr 2014 05:43 PM |
is this possible, and can they be revealed?
doesn't show up in explorer, but shows up in rofinder
"inFECtion" is what it's called, and it says it is located inside many bricks, but when you open up the brick, there are no scripts there. |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2014 05:46 PM |
if it's a virus, use recursive function to go through all instances and destroy the script
i'm asian |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 05 Apr 2014 05:47 PM |
You can remove it by using
while true do game:FindFirstChild("inFECtion", true):Destroy() end
in the command bar
And no its not a hidden script. Its a "virus" from a Free Model. |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2014 05:48 PM |
while wait() do local thing = game:findFirstChild('inFECtion', true) if thing ~= nil then thing:Destroy() end end |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2014 05:49 PM |
got it thanks
i tried that by starting the game, but i forgot to just use command bar
it's fixed, cheers |
|
|
| Report Abuse |
|
|