Screenshots:
Settings:

Console:

How to start the application:
- Open CMD or Terminal
- Enter the command "java -jar Sniper.jar" (There are a few more arguments, details below)
- The application will open, and you will be asked to enter your settings.
- Click "Start Sniper"
- That's it

To automatically start an AutoSnipe with the list selected, use the arguments below:
Code:
java -jar Sniper.jar autosnipe <pokewatchers/pokesnipers>
If you decide to run the sniper without a GUI, that's not an issue! We will include an example configuration along with the .jar so that you can edit the settings manually, without the settings gui.
In order to run it without a gui, use the "nogui" argument.
Example:
Code:
java -jar Sniper.jar nogui [[autosnipe] <pokewatchers/pokesnipers>]
[ ] = optional
< > = required, if optional is used.
If you still don't get it, here's an example on how to autosnipe PokeWatchers:
Code:
java -jar Sniper.jar autosnipe pokewatchers
To AutoSnipe PokeSnipers without a gui:[/align]
Code:
java -jar Sniper.jar nogui autosnipe pokesnipers
It's as simple as that! I hope you enjoy this tool