Soldtodie Posted August 23, 2014 Share Posted August 23, 2014 How can i deactivate the client antiban? Thanks. Link to comment Share on other sites More sharing options...
Freak Posted August 23, 2014 Share Posted August 23, 2014 Why the hell would you want to? Link to comment Share on other sites More sharing options...
Dog_ Posted August 23, 2014 Share Posted August 23, 2014 Why the hell would you want to?because 'antiban' is more likely to get you banned 1 Link to comment Share on other sites More sharing options...
Apec Posted August 23, 2014 Share Posted August 23, 2014 That's one question I thought I wouldn't see. Link to comment Share on other sites More sharing options...
Swizzbeat Posted August 23, 2014 Share Posted August 23, 2014 I mine as well just add this to the API. Link to comment Share on other sites More sharing options...
Mysteryy Posted August 23, 2014 Share Posted August 23, 2014 How can i deactivate the client antiban? Thanks. You unregister the antiban behaviours in the script thread. I am at work so I cant get the exact code, but you can find it if you look in the api. ^_^ 1 Link to comment Share on other sites More sharing options...
Swizzbeat Posted August 23, 2014 Share Posted August 23, 2014 Here, I'm adding it to the API as well: private void clearDefaultAntibanBehavior() { for (AntiBan.BehaviorType b : AntiBan.BehaviorType.values()) { antiBan.unregisterBehavior(b); } } Link to comment Share on other sites More sharing options...
Soldtodie Posted August 23, 2014 Author Share Posted August 23, 2014 (edited) for(Behavior be : antiBan.getBehaviors()) { if(be != null) { antiBan.unregisterBehavior(be); } } Edit: Didn't saw Swizzbeats post. Edited August 23, 2014 by Soldtodie Link to comment Share on other sites More sharing options...
Mysteryy Posted August 23, 2014 Share Posted August 23, 2014 for(Behavior be : antiBan.getBehaviors()) { if(be != null) { antiBan.unregisterBehavior(be); } } Edit: Didn't saw Swizzbeats post. Why would an antiban enum contain a null type. :P Link to comment Share on other sites More sharing options...
Dog_ Posted August 23, 2014 Share Posted August 23, 2014 Why would an antiban enum contain a null type. because it's osbot 3 Link to comment Share on other sites More sharing options...
Spartan 117 Posted August 24, 2014 Share Posted August 24, 2014 because it's osbot Mate bash others once u get ur own shit up :p Link to comment Share on other sites More sharing options...
Dog_ Posted August 24, 2014 Share Posted August 24, 2014 Mate bash others once u get ur own shit up :pi do what i want mate Link to comment Share on other sites More sharing options...