Exist a way for destroy hackers with his own injectors?

Exist a way for destroy hackers with his own injectors?

1 Like

No, as roblox scripts cannot access a players computer.

4 Likes

imagine if that was a thing…

2 Likes

Well yes but no.
Something you could do if a exploiter was unexperienced is put checks in your code to confirm they’re not running your code under their script level. What I mean is like this:
Have a module with a function that does something like if pcall(function() return script.Source end) then then put your code you want to run under their exploit.
This only works on cases where an exploiter tries to call the function like Reload() under their exploit without checking what the function would do. It still can catch a few people and constantly changing it would probably catch more as well but it isn’t practical for everything and wont 100% catch them every time.

2 Likes

If there exists a 0 day to do this it definetly is not public. And it probably would exists for some low quality exploit.

1 Like

I’m afraid that you cannot affect the injectors whatsoever. It’s their computer and game design is key to countering the exploits. Please be aware that there are more non-exploiters than exploiters.