Reapimus
(Reapimus)
March 26, 2021, 8:44pm
16
If they are using a require()
to insert the backdoor, then this plugin I made a while back with the intention of helping find backdoors might be of some use to you:
I had some freetime so I decided to make a plugin that finds any uses of require() in a script and shows them, with the option to see exactly what the require is by clicking on it in the list (if it is required from a model on the website it will display the model’s information with a button to import the model)
It also works on requires that are hidden behind a variable (such as local a = require)
The Plugin:
https://web.roblox.com/library/6353441812/Require-Finder