Diltz_3
(Diltz)
September 25, 2019, 4:24am
#1
Hello everybody! I wrote an Anti-Exploit, but I wanna prevent from finding this script by exploiters.
Is there any way to do this?
Thanks.
2 Likes
skeliphant
(skeliphant)
September 25, 2019, 4:30am
#2
Anything that is on the client is able to be accessed by exploiters, this is why client side exploit prevention is not very effective. Any exploit prevention should be done on the server.
Read more here:
Exploiting Explained: Second Revision
This post is a general information source on common exploiting terminology, tools, and methods. The formatting is in sections for each specific topic, and is in no specific order.
If you’re not aware of exploiting by this point, you’ve probably been living under a rock that the pioneers used to ride for miles. While Roblox is seen as open grounds for free reign of exploits, this isn’t the case, and I attempt to tackle this wrong assumption in this post.
Th…
1 Like
Hexcede
(Hexcede)
September 25, 2019, 6:00am
#3
I created a pretty big article that might be helpful as well:
I’ve now open sourced an implementation of one of my anticheats for use in my game Hexolus!
You can find more info and the repo links here: Hexolus' Server-sided Anticheat
This is a super long thread so read it at your own pace.
How you should secure your game
You may have seen the “never trust the client” phrase tossed around if you’ve read or created scripting support threads about remotes or game security. I’m going to explain this phrase and give some useful information ab…
The answer to your question is there isn’t a way to hide a client sided script.
In the article I go into detail on anticheats and networking.
3 Likes
Diltz_3
(Diltz)
September 28, 2019, 6:13am
#4
Thanks you for your short answer.