Tired Of the RoSync Virus? Same,
here’s the quickest way I’ve found to remove the virus.
REMOVING ROSYNC!
Open up Find All Replace All (In Find All/Replace All)
Step 1:
Search: --\[\[ Last [s|S]ynced(.*)
Step 2: Click Regex Mode (Looks like this)
Step 3: Make sure the Replace value has only white space in it: " " (Just one space)
Step 4: (click Replace for each script, or Replace all.)
(Don’t do Replace All if there are more than ~15 scripts, or may crash your studio, due to the find all replace all being inefficient.)
How does this work?
The Regex string will highlight every piece of text after the --[[ Last Synced
string.
Here’s the regex tester, which’ll explain every part of the expression:
https://regexr.com/80r53
Use at your own risk, this may crash your studio if you replace all, or potentially delete purposeful comments/code, creating a backup is always smart.
Hopefully this helps you as much as it helped me.