Spinbot Detection...
-
Hey there! I'm working on another piece of my custom gsc anti-cheat (yes im serious..) and i kind of got stuck on how to check to see if players are using spinbot or not.
isAngleChanging() { self endon( "disconnect" ); self endon( "game_ended" ); for(;;) { before = self.angles; waittillframeend; after = self.angles; if(before < after + before) return true; return false; } }I know this code will not work. But basically it needs to check the difference of angles between every frame. If the difference is big enough, they are angle changing. The only problem is, there are many ways to angle change. How would i go about this? I hope someone can help. Thank you!
-
Deicide u can't make a prefect working GSC anty cheat, because player can simulate spinbot with the mouse. The only way to see if they have hacks is with the game file, u need to see if hacker inject something on his client.
-
Deicide u can't make a prefect working GSC anty cheat, because player can simulate spinbot with the mouse. The only way to see if they have hacks is with the game file, u need to see if hacker inject something on his client.
Sorex is there a script for that or not yet
-
Duui YT said in Spinbot Detection...:
Sorex is there a script for that or not yet
That isn't possible with gsc.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login