jCatGUI [9kw edition] is an application written to collect credits on 9kw.eu service in more comfortable way than in a browser. The application is written in Java, so you can run it on every operating system: Windows, Linux or OS X.
- small handle window
- possibility to hide window after solving of a job and show again after receiving of a new one
- possibility to place window on foreground
- audio notification (custom sound possible)
- zoom
- definable interval between captchas
- profiles
If not already done, first download and install the Java Runtime Environment (it is required to run java applications) Then follow the steps for your operating system:
double click on jCatGUI_9kw.jar file or run it from the console with: javaw -jar jCatGUI_9kw.jar
set the executable bit on jCatGUI_9kw.jar file and then double click on it or run it from a shell with: java -jar jCatGUI_9kw.jar
assign "Jar Launcher" as the default app for jCatGUI_9kw.jar file or run it from a shell with: java -jar jCatGUI_9kw.jar
To start jCatGUI [9kw edition] with a custom profile:
run in console or create a shortcut for: javaw -jar jCatGUI_9kw.jar profilename
java -jar jCatGUI_9kw.jar profilename
Place a wave file named "notify.wav" into a same folder with jCatGUI_9kw.jar to play your own sound on receiving of a new captcha.
run in console or create a shortcut for: javaw -Dhttp.proxyHost=host -Dhttp.proxyPort=port -Dhttp.proxyUser=username -Dhttp.proxyPassword=password -jar jCatGUI_9kw.jar
java -Dhttp.proxyHost=host -Dhttp.proxyPort=port -Dhttp.proxyUser=username -Dhttp.proxyPassword=password -jar jCatGUI_9kw.jar
java -Dhttp.proxyHost=10.10.10.200 -Dhttp.proxyPort=3128 -jar jCatGUI_9kw.jar