View Single Post
  #312  
Old 03.10.2011, 18:38
RobbieG
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Interceptor One View Post
Just wanted to ask if there is a way to pause or stop use of Captcha Brotherhood,
for example if I was sitting at the computer, and only had a couple of downloads I didn't want to waste my credits on.
I made 2 batch files to do this:

CBHplugOff.bat
Code:
rename "%ProgramFiles(x86)%\JDownloader\jd\captcha\methods\captchaBrotherhood\jacinfo.xml" "jacinfo.xml.bak"

CBHplugOn.bat
Code:
rename "%ProgramFiles(x86)%\JDownloader\jd\captcha\methods\captchaBrotherhood\jacinfo.xml.bak" "jacinfo.xml"

Restart jDownloader after running.
Reply With Quote