grzekru Posted March 28, 2015 Share Posted March 28, 2015 How to disable automatic camera/mouse movement? Quote Link to comment Share on other sites More sharing options...
Czar Posted March 28, 2015 Share Posted March 28, 2015 (edited) getAntiBan().unregisterAllBehaviors(); edit: or just getAntiBan().unregisterBehavior(BehaviorType.CAMERA_SHIFT); getAntiBan().unregisterBehavior(BehaviorType.RANDOM_MOUSE_MOVEMENT); if you want, but personally I use the first one (unregisterall) Edited March 28, 2015 by Czar 3 Quote Link to comment Share on other sites More sharing options...