|
I'm going to show you how to remove any scripts that clone itself! I tested it on my place, and it worked. If this helps, please sticky it!
1. Open your infected place by either file, or build.
2. Click "Insert" button in the game window.
3. Scroll the menu down to Free Models, and click it.
4. Search for: Ro-Control
5. Make sure your game is not running, aka paused. If not paused, click the pause button in the menu bar on top. MAKE SURE IT IS PAUSED! (Two yellow II bar button).
6. Add the Ro-Control script from the Free Models by clicking on the lua image file.
7. It should now be in your WorkPlace.
8. Double click on the script in the list named "FerretGuy and Jrf2112's RoGAURD12's".
9. Scroll down till you see something like this:
fakescripts = { "AntiVirus", "SnapRemover", "Snap Remover", "Anti-Virus", "AntiLag", "Anti-Lag", "Guest_Talking_Script", "Ban Script"} --Fake Script are NOT allowed.
10. Go back to the Place1 tab.
11. Go find the infected script. Don't open it, just write down the name of the script. (ex. Guest Cool =D)
12. Do step 10 for all of the infected scripts.
13. After you got the names of them, go back to the "FerretGuy and Jrf2112's RoGAURD12's" tab.
14. Scroll down to the place where it says fakescripts = {....... (Look up there ^^^ in step 9)
15. At the end of "Ban Script" add the name of the infected scripts to the list.
ex. If the infected script is named "Guest Cool =D", put it like this:
Before:
fakescripts = { "AntiVirus", "SnapRemover", "Snap Remover", "Anti-Virus", "AntiLag", "Anti-Lag", "Guest_Talking_Script", "Ban Script"} --Fake Script are NOT allowed.
After:
fakescripts = { "AntiVirus", "SnapRemover", "Snap Remover", "Anti-Virus", "AntiLag", "Anti-Lag", "Guest_Talking_Script", "Ban Script","Guest Cool =D"} --Fake Script are NOT allowed.
See? Just add ,"*name of the script*","*name of the script*"
Keep adding until you got them all.
So if my infected scripts are "Guest Talks!" and "Guests! Yay", then put it like this.
Before:
fakescripts = { "AntiVirus", "SnapRemover", "Snap Remover", "Anti-Virus", "AntiLag", "Anti-Lag", "Guest_Talking_Script", "Ban Script"} --Fake Script are NOT allowed.
After:
fakescripts = { "AntiVirus", "SnapRemover", "Snap Remover", "Anti-Virus", "AntiLag", "Anti-Lag", "Guest_Talking_Script", "Ban Script","Guest Talks!","Guests! Yay"} --Fake Script are NOT allowed.
16. Scroll down to ScanTwice (Like: ScanTwice = true --If you want a double scan, change false to true).
17. Enable any options you want to enable. Do not touch the places where it says DO NOT TOUCH!
18. Set it all to true to get maximum security. So like...
Before:
ExtraInfo = false --Set to true if you want extra info on you're place.
ScanTwice = false --If you want a double scan, change false to true
ScanLoop = false --If you want a loop scan, Set false to true
InsertScan = false --If you want it to scan every object that enters, to make it MORE safe, Change InsertScan to True. If you dont, set it to false.
GameModelScan = false --True if you want it to make a model, with the whole game scrunched up into it.
After:
ExtraInfo = true --Set to true if you want extra info on you're place.
ScanTwice = true --If you want a double scan, change false to true
ScanLoop = true --If you want a loop scan, Set false to true
InsertScan = true --If you want it to scan every object that enters, to make it MORE safe, Change InsertScan to True. If you dont, set it to false.
GameModelScan = true --True if you want it to make a model, with the whole game scrunched up into it.
19. Click the "x" button on the top right corner of the script tab window.
20. You will now be back at the "Place1" tab. Click the run/play button on the menu bar. (I>)
21. You will see the script's name change to "Scanning...". Wait for it... It will lag a little bit when it deletes them. After it's done, go ahead and check for the infections scripts. Gone!
22. Publish/update the place to Roblox!
23. After it finishes, close out of the Roblox app.
24. Go to your place, and play the game. See if it's gone.
Enjoy! |