How to detect if something is added into CoreGui and take action?

Hey Developers,

I was wondering how I could detect items being added to the CoreGui such as scripts from exploits, and ways to detect them. I have heard games like Relinquit have had Dark Dex detection, and I was wondering how I could make my own edition of this without accidentally kicking the player because my system detected a new instance that wasn’t a script, rather from ROBLOX themselves.

Sincerely,
ript_demamba.

1 Like

You don’t. Games that “do” this are likely just checking for spikes in memory, but the roblox client is unpredictable, so don’t even rely on this. Don’t patch the GUI, patch the vulnerability.

2 Likes

Okay, I will see what I can do.

How to check for memory spikes I did everything but non work…