ibot
From WebHostingNeeds.com
Get Current Location
getLocation();
Runing
click on Inventory, if not selected
while (!this.theTabs.Inventory.isSelected()) { this.theTabs.Inventory.click(); sleep(400L); }
Get Your User Name
getColorBot().getHandler().getUsername()
Send Message
SendText(response); sleep(300,500); SendKey(KeyEvent.VK_ENTER);