What is the "Dex Explorer"?

then detect the way that they bypass your previous detection, it’s very simple

But then they find another way of bypassing your check, I can go on all day

then detect the way that they bypass your previous detection, it’s very simple

Then they bypass that, it’s an infinite cycle

Until they give up yeah lol [char limit]

1 Like

All you need is better server checks. The people who ask for ways or make ways to detect inserted GUIs are people who don’t know how to program a backend properly.

That will never happen, you can’t stop Exploiters and Hackers and Crackers, the ones that really want to get in (there’s alleata one) will always find a way in

Yo, this is a bit post is quite old but I just wanted to add onto this:

You can easily make a system to scan the PlayerGui of the LocalPlayer and then kick them if the system finds anything with a name similar to DexExplorer. I’ve been doing this for my anti-exploit system and it works amazingly (As I am using the Adonis Dex version, which imitates the exploiter version.)

Thanks.

Exploiter’s put their guis in coregui or in rare cases a hidden object that only the exploit can access, you can’t access coregui either due to requiring RobloxScript thread context.

There’s a solution: make the character server sided.

The problems is lag, you can workaround this by predicting the player actions with the client.
(I request it to roblox, I’d like if staff saw this msg)

iirc if your game is backdoored a version of DEX exists for serversided things

True, however when they inject the GUI like Dex, it still falls under PlayerGui when they access it which helps to detect it.

this has nothing to do with exploit ui detection, serverside anti-cheats don’t solve every exploiting issue.

they don’t reference playergui at all unless the exploit isn’t capable of accessing coregui.

but serverscriptservice doesnt replicate to client, and you could just prevent exploits easily by making the character serverside. Serverside is the solution here.

just because exploiters can’t see the contents of serverscriptservice that doesn’t mean they can’t bypass it. Making the character server authoritative isn’t the end of it, even Chickynoid has been bypassed.

1 Like

I’m no exploit expert, but how did exploiters bypass it?

I’m not sure how they bypassed it but I know it was done, an example of a serverside anti-cheat being bypassed is exploiters tweening to teleport their character instead of just setting position or CFrame.

1 Like

Then, it’s roblox issue. Roblox should add an option to make characters serversided by itself. Tweening shouldnt be an issue if it got rescripted.

not true, exploits can access every function and instance on the client