Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. Spinbot Detection...

Spinbot Detection...

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
4 Posts 3 Posters 202 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Deicideundefined Offline
    Deicideundefined Offline
    Deicide
    wrote on last edited by
    #1

    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!

    1 Reply Last reply
    0
    • Sorexundefined Offline
      Sorexundefined Offline
      Sorex
      Contributor
      wrote on last edited by
      #2

      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.

      Duui YTundefined 1 Reply Last reply
      2
      • Sorexundefined Sorex

        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.

        Duui YTundefined Offline
        Duui YTundefined Offline
        Duui YT
        wrote on last edited by
        #3

        Sorex is there a script for that or not yet

        Deicideundefined 1 Reply Last reply
        0
        • Duui YTundefined Duui YT

          Sorex is there a script for that or not yet

          Deicideundefined Offline
          Deicideundefined Offline
          Deicide
          wrote on last edited by
          #4

          Duui YT said in Spinbot Detection...:

          Sorex is there a script for that or not yet

          That isn't possible with gsc.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Donate