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
}
Download
Get started by downloading the latest botfather installer for Windows or Linux. No registration required.
Get scripts
Scripts tell botfather what to do. Feel free to download and run scripts from our website. Or create you own scripts.
Contribute
Learn how to create own scripts, contribute to existing scripts and influence botfathers development.
Popular scripts
This script controls and manages your ship and collects bonus boxes for you. It can also control your PET and repair it…
Skyrama Bot with Botfather API GitHub: https://github.com/Alpel99/skyrama Bot for Skyrama.com * only works on …
Script that logs into your accounts, sells materials, and applies Seprom to lasers.
Tired of getting killed by hostile players you didn't notice? (...in Albion Online) This simple script notifies you…
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.
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.
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.