Create bots with ease

Android, Browser, Desktop controlling bots made easy

With botfather you can create crossplatform bots controlling Android devices and emulators, websites and browsergames or any desktop application, using simple JavaScript and botfathers API.

Downloads  Get Scripts

~/scripts/agar.io.js

var browser = new Browser('Demo');
browser.loadUrl('http://agar.io/');
browser.finishLoading(); // Wait for the site to load

var js = 'document.getElementById("play").click();';
browser.executeJavascript(js); // Click the play button

while (true) {
	// Generate random position on screen
	var random_point = browser.rect.randomPoint();

	browser.moveMouseTo(random_point); // Guess what
	Helper.sleep(3); // Do nothing for 3 seconds
}
Botfather Downloads
Download

Get started by downloading the latest botfather installer for Windows or Linux. No registration required.

Downloads
Get botfather scripts
Get scripts

Scripts tell botfather what to do. Feel free to download and run scripts from our website. Or create you own scripts.

Get scripts
Contribute

Learn how to create own scripts, contribute to existing scripts and influence botfathers development.

Learn more

Popular scripts

Dementor42 / DarkOrbit Pixel Bot ("PBDO-Bot")

This script controls and manages your ship and collects bonus boxes for you. It can also control your PET and repair it…

Good rating Browser
avyiel / DarkOrbit Ore Bot

Script that logs into your accounts, sells materials, and applies Seprom to lasers.

Good rating Browser
Alpel / Skyrama Bot

Skyrama Bot with Botfather API GitHub: https://github.com/Alpel99/skyrama Bot for Skyrama.com * only works on …

Good rating Browser
Dementor42 / Albion Sixth Sense

Tired of getting killed by hostile players you didn't notice? (...in Albion Online) This simple script notifies you…

Good rating Desktop

Botfather Android Bot

Android Bots

Android phones aswell as emulators can be controlled by botfather. Undetectable by apps you can take screenshots, send taps and type text to controll them. There is no need to grind mobile games anymore.


Botfather Browser Bot

Browser Bots

Control any website or browsergame you want. Botfather has an integrated browser that can be controlled like no other browser. Fake request, manipulate presentation and analyse screenshots in no time.


Botfather Desktop Bot

Desktop Bots

Any desktop application (including games!) can be controlled using botfather. Automate boring tasks by analysing screenshots and sending keyboard and mouse input in response.