Here’s the plugin:
All it does is loop through the main services in explorer and find scripts with source code that contains “getfenv” which is almost always included in backdoor / virus scripts. It doesn’t do anything to these scripts, it just prints out their full name. I’ve also tested this vs more advanced “Anti-Virus” plugins like MightTea Cleaner 2 and Server Defender. The more advanced ones don’t even give you correct information / find viruses. For ex. “Server Defender” told me to get rid of the plugin “Paint On Click”. This is what the screen looked like when it found this “malicious plugin”:
Using Plugin Importer I looked into the source code for Paint On Click and found nothing malicious whatsoever. It’s frustrating because there’s all these super decked out “Anti Virus” plugins / models that do absolutely nothing when it comes to finding backdoors / viruses in code get an incredible amount of attention when in fact a simple plugin, such as the one I made, with under 100 lines of code could actually tell you where viruses are in your game.
Disclaimer: This does the exact same thing as Ctrl+Shift+F
and searching for "getfenv"
If you have any questions / concerns please reply to this post. I would glad to learn from or help you, thanks!