Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I THINK I HAVE A LUA VIRUS!Any way removing it?

Asked by 6 years ago

I think I have a LUA virus... It says 'inFECtion' in every brick! And there's a script called 'Script......Or is it...'

And inside of the script there is this:

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

I can only see it while I click 'Play' and the game running...

Any help would be appreciated for what it can be.

Best Regards,Gru

0
Use the explorer to find all of the scripts and remove the script with this code in. User#5423 17 — 6y
0
You should check a model before using it. Running unknown code is always a bad idea. User#5423 17 — 6y

3 answers

Log in to vote
0
Answered by 6 years ago

That’s a free model virus. It messes with your game. Simply delete the script and it’ll go away.

If there’s multiple of those viruses though and you can’t find them, download the RoDefender plugin and use it. It should get rid of all of them.

Ad
Log in to vote
0
Answered by
Kulh 125
6 years ago

You will need to open every part you have, and and delete every one of these scripts.

This is why you must be cautious when using free models.

Log in to vote
0
Answered by 6 years ago

This is why I avoid free models. I don't even see a point to the viruses other than to troll you. I make all my things by scratch and I never use free models.

Answer this question