|
if i try to delete these anti-lag scripts more apear! after i highlight them to delete them!!!!!
WHERE ARE THEY COMMING FROM BECAUSE THEY MAKE MORE LAG!?!?!?!!?
roblox delete the setting to add them!!! |
|
|
http://www.roblox.com/Anti-Virus-Script-Version-2-0-RELEAED-item?id=35486332
Use that and they will all go to Lighting and not spread. If you want to delete them entirely delete them from Lighting in a Model. |
|
|
O_O when i first entered it all i heard was a bomb noise! freeky XD |
|
|
It does that from time to time or you have an explosion virus too. |
|
|
|
Build your place in ROBLOX studio. You can delet ALL viruses there, and they don't keep reproducing. but ROBLOX studio ALSO has an issue.... |
|
madattakJoin Date: 2008-08-07 Post Count: 2924 |
Congrats! You discovered why only noobs use free models, there all infected with virus scripts like the ones you got! |
|
|
No! i built a admin room and they still apear! so im not a noob |
|
|
most likely it is just a virus named anti lag.
in front of the name is there a small bluish box? |
|
madattakJoin Date: 2008-08-07 Post Count: 2924 |
@south
what does building as admin room have to do with anything? |
|
|
FIXED :D
and i do not use free models! |
|
madattakJoin Date: 2008-08-07 Post Count: 2924 |
For some reason I dont belive you. |
|
|
Check all my models, and the free ones i took, are not in my place. |
|
|
@Theblock
no, its just a script that says anti-lag |
|
|
Even if you don't USE free models, just importing one and then deleting it can infect your entire place.
The reason 40% of free models have viruses is because the creators got infected, and without knowing so, passed the virus on by uploading their infected models.
Recently roblox has been trying to track down these models with the UnTrusted Feature, but there are many ways to hide and create new spam-scripts.
Simply protect your place with an anti-virus script ans set up a sign at your spawn that says:
"Protected with -InsertAntiVirusNameHere-"
It will give players a feeling that you're trying to improve gameplay for them by reducing these laggy viruses. |
|
|
If you do anything in build mode, fire, anti lag scripts (more known as lag scripts), and virus appear. Simple fix, don't use free models and build in edit mode. |
|
pwnedu46Join Date: 2009-05-23 Post Count: 7534 |
^correct.
What's the name of the so-called "anti lag script"
______________________________________
~pwnedu46~
-I lost the game.-
|
|
pwnedu46Join Date: 2009-05-23 Post Count: 7534 |
Depending on how many parts are in your place, this could do anything from delete the scripts to crash roblox because it's a brute-force scan for the malicious script. Post back if it does crash roblox so I can fix it.
THIS SCRIPT MUST BE PUT IN THE WORKSPACE OR IT WILL NOT WORK!!!!
(sorry for yelling, but if you don't, this won't work)
scanFor = "EvilScript" -- change this to the name of the script.
--Leave the quotes.
if _G.clones == nil then
_G.clones = {}
end
function getResultCount()
local exist = game.Workspace:findFirstChild("num_of_viruses")
if not exist then
exist = Instance.new("NumberValue", game.Workspace)
exist.Name = "num_of_viruses"
end
return exist
end
function clone(destination)
local clone = script:Clone()
clone.Name = name
clone.archivable = false
clone.Parent = destination or nil
table.insert(_G.clones, clone)
end
function main()
wait(1)
if (#script.Parent:GetChildren()-1) > 0 then -- minus one so it doesn't count this script
for _, v in pairs(script.Parent:getChildren()) do
if v:IsA("Script") and string.lower(v.name) == string.lower(scanFor) and v ~= script then
v:Remove() -- delete the malicious script
getResultCount().Value = getResultCount().Value + 1
end
if v ~= script then
clone(v)
end
end
end
if script.Parent ~= game.Workspace then
script:Remove() -- cloned script deletes itself so it doesn't become a virus itself
end
end
main()
if script.Parent == game.Workspace then
repeat wait() until #_G.clones == 0
print("Number of malicious scripts removed from your place: "..getResultCount().Value)
_G.clones = nil -- delete _G.clones
script:Remove() -- delete the original script.
end
______________________________________
~pwnedu46~
-I lost the game.-
|
|
|
They are coming from a model. |
|
|
o.o well those models SUCK! XD |
|