xZylter
(xZylter)
February 21, 2021, 7:25pm
#2
You’re game has some form of backdoor. Admin scripts are a common target for being reuploaded with backdoors added to them. Most likely these aren’t exploiters and instead are players with whitelisted access to a server side executor.
If possible, could you provide the Adonis asset you used.
8 Likes
Im not sure what an “Adonis asset” is but if you showed me I could find it for you.
xZylter
(xZylter)
February 21, 2021, 7:28pm
#4
The webpage you got the adonis admin from, or just show the source code for it.
1 Like
I added this admin to the game like a year ago. But I did edit this: MainModule2 - Roblox
xZylter
(xZylter)
February 21, 2021, 7:31pm
#6
Okay, let me review it. I’ll get back with you shortly.
1 Like
There is most likely a backdoor in your game, possibly from a free model, plugin, or other script you copy pasted into your game without reading it to make sure it didn’t make web requests or anything like that.
I also found this so it might be the admin.
Earlier today, a virus appeared in a group game but nothing had been implemented into the game for days before the virus appeared. We then looked into Adonis, which has been having some issues recently, and found out they have had the same issues. Apparently, a backdoor was implemented into Adonis causing viruses to be implemented into games which use it. Can anyone share their experience or at least tell me if this is true?
2 Likes
Okay, there shouldn’t be anything in there, all I did was add on to a few of the commands like “:b” for “:ban”, to bypass the “I’m gay” thing
xZylter
(xZylter)
February 21, 2021, 7:36pm
#9
2 Likes
xZylter
(xZylter)
February 21, 2021, 7:38pm
#11
Well the module you added into your game doesn’t seem to be that one.
1 Like
That module is from the original Adonis admin, I just added a few new commands
xZylter
(xZylter)
February 21, 2021, 7:41pm
#13
Okay, do you have any Studio plugins installed?
Yeah, but I had these for years
alessdai
(alessdai)
February 21, 2021, 7:42pm
#15
Look for “require”
They load outside modules, and are mainly used for backdoors
2 Likes
How about this, ill just put in the the original Adonis admin not edited and see how it goes
Did you accidently insert a free model with a virus or used one?
Did you check to make sure all your plugins was from the official creator?
No to your first question and yes to your second.
Hello, recently I’ve seen a lot of backdoor, exploit, and hack related posts on the DevForum. A couple of people asked me to release my method of removing backdoors because I usually respond to these posts with a help offering, and fix their games. I’m gonna list steps, strings, and ways to prevent getting your game backdoored.
The main question of all is : “What is a backdoor?”
A backdoor is something that exploiters use to gain server-sided (fully-replicated) access to your games. It is impo…
You should read through this and or this
Disclaimer: This post is talking about the Roblox Free Model Viruses – not actual trojans/viruses.
What are Free Model Viruses?
Free Models viruses are small bits of code usually in scripts that are made to annoy players or ruin the game development for the owner.
There are 3 classifications I say, n00b viruses, amateur viruses, and advanced viruses. I will get on to what these viruses are later on.
What Types of “Viruses” are there?
There are 3 classifications I say, n00b viruses, amateu…
3 Likes
Well the best I can say for you to do is check everything in your game which might be to hard
Lobestone
(Lobestone)
February 21, 2021, 7:47pm
#21
Click on ‘Find Results’
Then type in results like, require , getfenv , vnef , eriu , 0/ , 0
into the
You more than likely will find a script you’ve never edited before.
It’s also best to check this plugin list,
and see what plugins require ‘script access’
and make sure they’re legitimate.
1 Like