Anti-Dex Explorer?

You shouldn’t put in the effort to try to patch dex because it’s nearly impossible. There are private methods but im pretty sure you’re not getting your hands on those.

3 Likes

Oh no… It’s one of these threads again. An Anti-Dex is possible, but people won’t just drop the answer here as the creators of Dex can see it and patch the method sadly.

6 Likes

Seriously. This has happened maybe 10 times before. Its really getting on my nerves.

3 Likes

The reason I posted this thread is because Dex Explorers make game development extremely difficult since you can’t put anything important in ReplicatedStorage

Then don’t. Keep stuff needed on the server in server storage, and keep the rest in the replicated storage

1 Like

You can check out this massive thread for any possible solutions: How do you detect dark dex? - #290 by Matrice

1 Like

That’s why it makes it difficult. It’s always a headache trying to get a server side value from client side without it being intercepted

That’s why you have to secure your remotes as much as possible. My only advice for this is to run a ton of sanity checks on the server.

2 Likes

If a client needs a value then use remote functions. If they need an object, put it in the replicated storage.

Data passed from the server shouldn’t be critical and shouldn’t be able to affect other players.

3 Likes

The hacker can fire another remote event, and if I use a remote function like oncecrowned said it will be more dangerous as the hacker will be able to retrieve important information hidden in server storage

Hey its not your fault for not knowing but we have threads about this like weekly. Can you please delete your thread? Otherwise it will keep getting revived every week for several months by actual exploiters who are trolling with fake answers.

5 Likes

It isn’t Possible to delete this thread (Topic) since it now has replies to it, You aren’t able to Delete Topics with Replies so He has to ask the mods to close it, Which will take probably a while.

You could make something like that but its more limited, start by viewing then editing.

Yeah one time I had to flag my own post asking moderators to eliminate my topic, it really is weird do, you have to ask to eliminate YOUR topic

that doesn’t work anymore, most dex explorers now use built-in functions to prevent game developers from detecting guis

1 Like

wdym trolling with fake answers?

One of two things:

  • People who do not know what they are talking about making up “possible” solutions to sound smart. This is a good topic to make up an answer for in this way because it is very hard to prove you wrong, kind of like proving an “it was all a dream” interpretation of a movie wrong. Here is an example where I actually bother.
  • The people who write exploits deliberately giving fake answers to dilute any true information that may appear in these threads. I don’t have proof of this, but I assume they do it because it would be extremely funny. I also suspect they start these threads to try and lure out real detection methods from developers who are too boastful to keep them secret.
1 Like

As far as I’m aware, The guy at the very bottom is definitely a troll (He posted on every post random stuff for a couple of days, people who tried to report him on the DevForum got in trouble themselves)


I wonder how this Topic evolved into bickering.

newproxy > getfocusedtextbox

heard this from a friend

Are you really sure you need to stop DEX?
You should secure your remotes.
And put all of your server only ModuleScripts inside of ServerStorage or ServerScriptService.

There is no 100% fool proof way to stop dex.

3 Likes