Hello!
I am currently working on an advanced anti-virus plugin for Roblox studios. What makes it so “Advanced” is that:
- It takes into account the name of the script and determines right from the start whether it sounds like a virus script name or something that should be investigated.
- If the script has either been labeled as a virus script or a suspicious script, the plugin will use “script.Source” to take a look into the virus/suspicious script source code and look for some main keywords such as “require” or “getfenv” and general functions virus scripts usually uses.
- If the script has passed the last two tests to see if it is a virus script, the plugin will take a look at what’s the parent of this script and where it is located. If it located somewhere hidden in between welds and Instances users don’t usually go looking for scripts, and the parent is like a “WeldConstrait” or something of that sort, it will label the script as 100% a virus.
(The script will be marked as “suspicious” and left for the user to look through if it has passed some but not all tests)
And so you might be left wondering, “Well, what’s so special about that, don’t all anti-virus plugins work like that.” To answer that question, some kind of have similar features like this one, but most (not all) of them just take into account script names.
And now for what the topic was about, what are some script names that you have found in free models before that sounded suspicious to you or you 100% knew from the start to delete it because you immediately knew it was a virus. Can you write down some you have encountered/heard about? Even just 1 is appreciated. Thanks!
(Edit: Here is a list of the names and keywords I already have. If you are able to think of any other, feel free to reply!):
If you also want me to give me feedback on the icon of the plugin, that would also be very highly appreciated:
(Sorry about the watermark, I just don’t want anyone to steal it lol)
(EDIT: Here’s the plugin: Safe Scan - Roblox)