of     2   
chevron_rightchevron_rightchevron_right

[rfa#hidefromsearch]
#63645035Thursday, March 01, 2012 3:13 AM GMT

[rfa#hidefromsearch]
blockoo
#63645159Thursday, March 01, 2012 3:15 AM GMT

My advice, build you're own stuff and use free models as little as possible. As for the time being, your place is pretty much screwed over unless you can find a legit anti-virus script.
miz656
#63645204Thursday, March 01, 2012 3:15 AM GMT

for i,v in pairs(game.Workspace:GetChildren()) do if v:IsA("Script") and v.Name == "Hunger" then v:Destroy() end end
[rfa#hidefromsearch]
#63645372Thursday, March 01, 2012 3:18 AM GMT

[rfa#hidefromsearch]
KnightmareXD
#63645447Thursday, March 01, 2012 3:19 AM GMT

Studio ​> Right-click on the script ​> Cut ? † KMXD †
miz656
#63645484Thursday, March 01, 2012 3:19 AM GMT

1) Run my script 2) Go to configure place and go to the version where it didn't have that script.
miz656
#63645523Thursday, March 01, 2012 3:20 AM GMT

@knightmare I think she already tried that :P
[rfa#hidefromsearch]
#63645582Thursday, March 01, 2012 3:21 AM GMT

[rfa#hidefromsearch]
miz656
#63645693Thursday, March 01, 2012 3:23 AM GMT

-_- Run my script!!!! Jeez...
[rfa#hidefromsearch]
#63646205Thursday, March 01, 2012 3:31 AM GMT

[rfa#hidefromsearch]
KnightmareXD
#63646327Thursday, March 01, 2012 3:33 AM GMT

Miz's script basically looks through workspace, and if a child of workspace is a script, with the name of "Hunger", it will destroy it. † KMXD †
miz656
#63646422Thursday, March 01, 2012 3:34 AM GMT

My script for i,v in pairs(game.Workspace:GetChildren()) do--Goes through everything in Workspace. if v:IsA("Script") and v.Name == "Hunger" then--If it finds a script and it's name is Hunger then... v:Destroy()--It removes it. end--End for if statement. end--End for for loop. Hmm?
[rfa#hidefromsearch]
#63646861Thursday, March 01, 2012 3:42 AM GMT

[rfa#hidefromsearch]
miz656
#63646917Thursday, March 01, 2012 3:43 AM GMT

We're trying to help you. This script should work. You're probably not running it...
DXPower
#63646924Thursday, March 01, 2012 3:43 AM GMT

    function removeScript(object)        if object.Name == "Hunger" or "Spread" or "Anti-Virus" or "Anti-Lag" then --Just a double check :D        object:Destroy()        print("Virus Found and Removed")        end     end          function findChildren(object)        for i, v in ipairs(object:GetChildren()) do        local c = v:GetChildren()           if #c ​> 0 then           findChildren(object)           end           if v.Name == "Hunger" or "Spread" or "Anti-Virus" or "Anti-Lag" then           removeScript(object)           end        end     end          findChildren(workspace) The above should work except for some syntax errors I may have made, since I made this right on the spot. What it does is first go into Workspace, get its children, then check if any of them have the name "Hunger" or any of the other ones I listed, and then removes it, and if the object has children, it gives it to the function to be checked. All hail the Power of DX!
miz656
#63647045Thursday, March 01, 2012 3:45 AM GMT

@DXPower Little too much work...:P
[rfa#hidefromsearch]
#63647053Thursday, March 01, 2012 3:45 AM GMT

[rfa#hidefromsearch]
DXPower
#63647269Thursday, March 01, 2012 3:49 AM GMT

@miz No, it's not a little too much work, considering that he needs help getting rid of a virus and I am bored and need to do something scripting wise. All hail the Power of DX!
miz656
#63647410Thursday, March 01, 2012 3:51 AM GMT

@DXPower There are many ways to shorten that script... @OP Well, does it remove when you run it?
DXPower
#63647504Thursday, March 01, 2012 3:52 AM GMT

@miz I know that it can be shortened, I just am so bored I wanted to elaborate. All hail the Power of DX!
[rfa#hidefromsearch]
#63647569Thursday, March 01, 2012 3:53 AM GMT

[rfa#hidefromsearch]
DXPower
#63647716Thursday, March 01, 2012 3:56 AM GMT

Well, first, just open a new script, copy my code into with Ctrl + C and Ctrl + V, then press the "Play" button at the top OR Disable the script and then Enable it. All hail the Power of DX!
miz656
#63647733Thursday, March 01, 2012 3:56 AM GMT

@Posten Fine, just quit. If you have 2 minutes just quit.
Sasuto10
#63647763Thursday, March 01, 2012 3:57 AM GMT

knowign that you tried to remove the script wiht the simple vut thing, yet it stays, means it has an un removable thingy, so just disable it, then delete it. if it spreads, i would consider using one of the other peoples scripts that are posted here. to disable scripts just click on it oce and the in the propaerties tmenu find "disable" and check the box.
miz656
#63647847Thursday, March 01, 2012 3:58 AM GMT

Why do cruel people make these kind of things...

    of     2   
chevron_rightchevron_rightchevron_right