itzDot Posted July 12, 2015 Share Posted July 12, 2015 is there anyway I can disable the random mouse & camera movements that are made by the client Quote Link to comment Share on other sites More sharing options...
Flamezzz Posted July 12, 2015 Share Posted July 12, 2015 This should work: antiBan.unregisterBehavior(AntiBan.BehaviorType.CAMERA_SHIFT); antiBan.unregisterBehavior(AntiBan.BehaviorType.RANDOM_MOUSE_MOVEMENT); antiBan.unregisterBehavior(AntiBan.BehaviorType.SLIGHT_MOUSE_MOVEMENT); 1 Quote Link to comment Share on other sites More sharing options...