background preloader

Game Bot

Facebook Twitter

Tutorial - How to write a simple (MMO)RPG bot in C# 1/2. MMOPAL - Your PAL to the next level! Writing game bot in Java. Can Java be used to write a simple MMORPG game bots?

Writing game bot in Java

Easily. Java has a class java.awt.Robot that is intended for writing automated tests and provides just what we need. First, lets create a bot that will keep an eye on your character's health status. The basic idea is very simple - when health status is running low, drink a healing potion. Repeat.