Read Wiki and manuals
This is an automation tool, you can use it to develop
- game bots
- testing automation
- things that need to be automated, but you don't know how to do it via source codes or API
CONSOLE PARAMETERS:
EXAMPLE:
#an example how to run this software in console mode using specific scriptname and pass some arguments to the script itself
java -jar PengueeBot.jar -nogui -script myscript.py -args script_arg1 script_arg2
-nogui OPTIONAL ##run software in console mode
-script OPTIONAL, DEFAULT ./script.py ##run specified script
-forceUseGPU OPTIONAL ##force use GPGPU to search for fragments on screen. (Alpha test)
-fragments OPTIONAL, DEFAULT "frag" ##set custom fragments directory
-args <SCRIPT_ARG!> <SCRIPT_ARG2>... OPTIONAL ##Here you can set arguments you want to be passed to script. Set this at THE END ONLY.
Linux/Unix systems require to specify full path to .jar package, otherwise fragments being misloaded from user home directory
Some useful features
Right mouse click can show you some additional options in GUI
Use arrow keys to move selection rectangle CTRL+ arrow keys will modify rectangles' bounds Use SHIFT if you want to speedup
Don't forget about MONO fragmens, they can save you alot of time when dealing with changing dackgrounds