Need a solution to a weird issue

Facing this issue on my server. Almost every script got affected by this thing. I manually removed the codes, and they returned after 2-3 days. I don’t know what the reason is and what could be the possible fix! Is anyone here facing the same issue?

One of your resources has a backdoor implemented that can rewrite resources when your server is running. The next time those resources will start, they might do the same to others etc.

I suggest checking your last added resources and see if they have something like that. Also make sure to only use resources from reputable sources.

Looking at this code, you can see the variable _G which is Lua’s Global environment which allows access to all functions via their name. I haven’t checked properly but that first declared string looks awfully close to PerformHttpRequest which can be used for remote execution of code.

Suggestion:
Get rid of all this kind of code in all of your resources, make sure you remove all recently added resources entirely and hope for the best. It can take hours, I know.

1 Like

Your server was infected with a virus/backdoor.

this is usually spread through the use of leaked resources.
the main fix is to delete all server files, Including server artifacts, and start from scratch, without using shady resources.

1 Like

Thank you so much for the suggestion. I will try

Thank you so much for the suggestion. I will try that too

Soo im with the same problem i got infected and trying to clean my server. Help me please.