I want to achieve a in-game system that will detect CoreGui exploits, I tried some methods ive learned from some topics. But they didn’t worked effectively aswell. I want to learn all the methods that will allow me to get in interaction with CoreGUI after all I just want to learn how to get descants of CoreGUI.
ROBLOX doesn’t allow people to access the CoreGui for security reasons, and you shouldn’t really be relying on any method to access it; exploit developers can completely hide their GUIs from being seeable by normal Luau, and attempting to find a way to see them will not only be a waste of time as they’ll find another way around it, but ROBLOX will very likely patch it as through that same method you could access ROBLOX’s own GUI.
As it’s been said many times, client-sided security’s never a good idea simply due to how much power exploiters have over the client. It’s always much more worth your time to learn about / implement solid serversided security.