Need Help Finding a Backdoor

Hello people. This is my first post ever on the forum in general. I’m currently dealing with a backdoor issue.

I tried removing unknown scripts with “require” or “getfenv” or whatever but due to me using multiple whitelisted systems, A LOT of the crucial scripts are obfuscated. I will attach the person exploiting and the server output below:

Ekran görüntüsü 2025-02-09 214148




I would really appreciate your help, or at least opinion on the matter. So far I haven’t received any threats or anything from the exploiters. I am still very concerned. Thank you for reading all the way.

(It’s not plugins or free models, I checked.)
(Sorry if this isn’t the correct place to post this, first post.)

1 Like

Hmm are you using adonis admin? If you are make sure it is the official one as there may be backdoored versions. Could you give a little more info on how the game works; how do you whitelist admins exactly; is anything executed from the client that is related to adonis / any script using require / loadstring?

1 Like

Generally I would not trust obfuscated code unless it’s from someone very reputable. That would be the first place to check: makes sure you’re using official versions of things and potentially try experimenting with removing different ones and see if the problem goes away.

1 Like

Oh, and don’t forget to check all your plug-ins and disable all of them once you have found and removed your back door, just in case they get injected again. I also advise learning not to trust random plug-ins and scripts from the toolbox. Not all of it has been screened and cleaned.

1 Like