All Projects → 1Ridav → PengueeBot

1Ridav / PengueeBot

Licence: GPL-3.0 license
Automation tool, visit our discord channel if you have anything to ask

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to PengueeBot

Random-Mouse-Clicker
Randomly auto-clicks inside of a drawn region
Stars: ✭ 19 (-29.63%)
Mutual labels:  auto, clicker
qlicker
Open Source Clicker
Stars: ✭ 23 (-14.81%)
Mutual labels:  clicker
Gammy
Adaptive screen brightness/temperature for Windows, Linux, FreeBSD
Stars: ✭ 220 (+714.81%)
Mutual labels:  unix
pysectools
A small Python library that contains various security things
Stars: ✭ 14 (-48.15%)
Mutual labels:  unix
Geo
🌎 A Bash utility for easy wan, lan, router, dns, mac address, and geolocation output, with clean stdout for piping
Stars: ✭ 225 (+733.33%)
Mutual labels:  unix
newrelic-unix-monitor
Monitoring service for Unix (AIX, Linux, HP-UX, MacOS, Solaris) systems
Stars: ✭ 26 (-3.7%)
Mutual labels:  unix
Dotfiles
My lovely dotfiles. Chocolate and unicorns.
Stars: ✭ 199 (+637.04%)
Mutual labels:  unix
mcxcl
Monte Carlo eXtreme for OpenCL (MCXCL)
Stars: ✭ 36 (+33.33%)
Mutual labels:  opencl
Advanced-xv6
Modern improvements for MIT's xv6 OS
Stars: ✭ 26 (-3.7%)
Mutual labels:  unix
dot-elvish
My configuration files for elvish - mirrored from GitLab
Stars: ✭ 43 (+59.26%)
Mutual labels:  unix
The Art Of Command Line
Master the command line, in one page
Stars: ✭ 100,482 (+372055.56%)
Mutual labels:  unix
Ventoy
A new bootable USB solution.
Stars: ✭ 29,413 (+108837.04%)
Mutual labels:  unix
OpenCLAda
An Ada binding for the OpenCL host API
Stars: ✭ 15 (-44.44%)
Mutual labels:  opencl
Xv6 Book Chinese
MIT操作系统工程的教学操作系统Xv6的源码剖析中文翻译项目,使用ANSI标准C重新在riscv架构上实现Unix v6;
Stars: ✭ 223 (+725.93%)
Mutual labels:  unix
Unity-2017.2-and-Vuforia-6.5---Camera-Auto-Focus
Unity 2017.2 and Vuforia 6.5 Augmented Reality (AR) Camera Auto Focus
Stars: ✭ 17 (-37.04%)
Mutual labels:  auto
Survey
A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
Stars: ✭ 2,843 (+10429.63%)
Mutual labels:  unix
Lightdm Webkit2 Theme Glorious
A sleek, modern and glorified LightDM webkit2 theme
Stars: ✭ 236 (+774.07%)
Mutual labels:  unix
Cookie-Clicker-Source-Code
Cookie Clicker source code for... educational purposes...
Stars: ✭ 74 (+174.07%)
Mutual labels:  clicker
WDR
Jython framework aiming for simplified WebSphere Application Server scripting
Stars: ✭ 43 (+59.26%)
Mutual labels:  jython
go-sysconf
sysconf for Go, without using cgo
Stars: ✭ 119 (+340.74%)
Mutual labels:  unix

PengueeBot

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].