Hello everyone, recently a game called Loading… has been added in many games.
What is this?
People are getting teleported there and then back to the game, this is clearly a backdoor.
Who owns it?
The owner of this backdoor is a fake guy called builderman at discord which also owns a server side which you have to pay to use. This serverside has at least 200+ buyers. The serverside is called John Doe SS.
Why does my game have a backdoor or a server side in?
- 1] You own a fake plugin which adds “bad scripts” in your games.
- 2] You have inserted a model which has a hidden script and teleports you to these games/adds backdoors and server sides.
- 3] If you have other people making games for you, check their plugins and ask them some things because if it weren’t you, they did it.
How do I see hiddens scripts?
- 1] Go to “File”.
- 2] Go to “Settings”.
- 3] Go to “Explorer” or search it.
- 4] Check everything.
- 5] Go to the free models and you should be able to see the hiddens scripts.
image
How can I protect my game? Is there a plugin or something?
Yep, I use one which is very trustful named Venom and it’s made by [ (Profile - pa00 - DevForum | Roblox) ]. You can see his post here, [ Venom [Intercept Malicious Scripts] ].
How can I remove the backdoor, a server side or so?
Alright, removing a backdoor and etc it’s not easy because it’s not just one scripts. There are at least 5 with different names and hidden of course. I am going to list you all the scripts you should check for and remove them.
–Press CTRL+SHIFT+F [It will open a search which you can find every script, hidden or not].
Search for:
Code Snippets
- 1] require , Require is almost in every script, remove the scripts you haven’t put or the scripts that seems dangerous.
- 2] xen
- 3] luraph
- 4] local a=
- 5] a=
- 6] b=
- 7] brew
- 8] anti.backdoor
- 9] backboor
- 10] synapse
- 11] exploit
- 12] loading
- 13] \114\101\113\117\105\114\101 [Bytecode for require]
- 14] Joint
- 15] loadstring
- 16] string
- 17] math
- 18] getfenv
- 19] getfenv()["\108\111\97\100\115\116\114\105\110\103
Code Examples
–Supposed to be an anti backdoor–.
–Script supposed to be anti-exploit–.
How can I blacklist Jonn Doe SS from my game?
John Doe, one of the biggest server sides has a group which you have to join when you’re buying it. Just make a script to prevent them from joinning your game.
local BlacklistedGroups = {5223832}
local BannedMessage = “You are in a blacklisted group”
game.Players.PlayerAdded:Connect(function(Player)
for i , v in pairs(BlacklistedGroups) do
if Player:IsInGroup(BlacklistedGroups[i]) then
Player:Kick(BannedMessage)
end
end
end)
That’s all I had to say. Protect your games and don’t add models. If you don’t know how to do something just learn. Do not hire random people!
If you have a better script to blacklist a group or any suggestion to add on make sure to comment below. Every help is needed to stop these server sides! Also if you know any other server side and its group id post it here so I can update my post and add it.
Have a nice day!