Getting Started
Download Exbot:
Create an Exbot object:
Exbot bot = new Exbot();public static void main(String[] args) {
try {
Exbot bot = new Exbot();
} catch (java.awt.AWTException e) {
e.printStackTrace();
}
}Last updated