Raekron
|
  |
| Joined: 24 Nov 2013 |
| Total Posts: 668 |
|
|
| 13 Apr 2014 10:09 PM |
| Its called vaccine and its spreading around my game.. What should i use to get rid of it? |
|
|
| Report Abuse |
|
|
Ovro
|
  |
| Joined: 17 Mar 2013 |
| Total Posts: 6346 |
|
|
| 13 Apr 2014 10:09 PM |
make a new world and restart
ya i dont know |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2014 10:10 PM |
there was a trojan in roblox studio on april 4th D:
but idk just delete it one by one |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2014 10:10 PM |
Yep that's it. Shudda found it at the source.
Vote for One-Eyed Rider: http://woobox.com/izb3ga/vote/for/2274966 |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2014 10:10 PM |
| How in the world do you get that? Go back a version history? |
|
|
| Report Abuse |
|
|
Ovro
|
  |
| Joined: 17 Mar 2013 |
| Total Posts: 6346 |
|
|
| 13 Apr 2014 10:10 PM |
wait did u go very far or did u save it before u got vaccine
ya i dont know |
|
|
| Report Abuse |
|
|
yoshi5852
|
  |
| Joined: 20 Sep 2011 |
| Total Posts: 236 |
|
|
| 13 Apr 2014 10:12 PM |
A stop using free models...
No you can't ride me... |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2014 10:12 PM |
Vaccines are viruses
BaconParadox, Someone who likes making a lot more search results for himself |
|
|
| Report Abuse |
|
|
Raekron
|
  |
| Joined: 24 Nov 2013 |
| Total Posts: 668 |
|
|
| 13 Apr 2014 10:12 PM |
whenever i try to delete it it just reappears ! poof!
I cant reroll either, is there a script that removes every part called (whatever name u enter) ?? |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2014 10:12 PM |
| LEave studio and dont save |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2014 10:12 PM |
| Find a anti-virus in Roblox's models. |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2014 10:13 PM |
#1 Safety for your Game! http://www.roblox.com/Anti-39-s-ScriptPack-item?id=152420365
Im Juanpans |
|
|
| Report Abuse |
|
|
Raekron
|
  |
| Joined: 24 Nov 2013 |
| Total Posts: 668 |
|
|
| 13 Apr 2014 10:16 PM |
ther script doesnt seem harmful, it seems helpful, but its lagging alot!
function spread() local stuff = game.Workspace:GetChildren() for i = 1, #stuff do if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then local clone = script:clone() clone.Parent = stuff[i] end end end
while true do wait(.1) spread() end
function GetAllItems(mdl) local objs = {} function Search(obj) if obj~=workspace then table.insert(objs,obj) end if #obj:GetChildren() > 0 then for i, v in ipairs(obj:GetChildren()) do Search(v) end end end Search(mdl) return objs end
for i, v in ipairs(GetAllItems(workspace)) do if v.className == "Script" then if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" or v.Name == "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere" then v.Parent = game.Lighting t = Instance.new("ObjectValue") t.Name = "IsAVirus" t.Parent = v end end end
for i, v in ipairs(game.Lighting:GetChildren()) do if v:findFirstChild("IsAVirus") then v:remove() end end
print("Virus debugged! All clean!") |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2014 10:25 PM |
You can try this script by SCARFACIAL Change the word fire to your virus name. Type this or copy/paste it in command bar with your game opened in studio(edit mode)
while Game:FindFirstChild("Fire", true) or Game:FindFirstChild("Spread", true) do (Game:FindFirstChild("Fire", true) or Game:FindFirstChild("Spread", true)):Remove() end |
|
|
| Report Abuse |
|
|
Raekron
|
  |
| Joined: 24 Nov 2013 |
| Total Posts: 668 |
|
| |
|
|
| 13 Apr 2014 10:29 PM |
| I do believe there should be a anti virus plugin to be found in the Roblox plugins. |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2014 10:32 PM |
| You should get one it protects from hackers, exploiters and virus and you can run it at any time. |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2014 10:34 PM |
| I can recommend this http://www.roblox.com/Ro-Defender-Plugin-v3-3-item?id=142273772 |
|
|
| Report Abuse |
|
|