Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/20/13 in all areas

  1. With the help of Dopey, using his accounts, I have been able to update the following randoms: Molly Pinball Prison Pete Drill Demon Freaky Forester Frog Queen On another note, we have written the surprise exam. It was only tested once, but solved it perfectly. I have collected the data for Evil Bob, so when I get around to writing another script to test some things out I will be writing the implementation of Evil Bob. Tomorrow I will start on the random management system for scripters to define custom logic for randoms such as Evil Chicken, Tree Spirits, Rock Golems etc. These updates will be on the next release, Stay tuned! OSBot.org
    2 points
  2. Yeah i were doing horror from the deep on low lvl account I got out had no food anymore then i hitted it and the boss hitted me i thought i died! BUT NO 1 hp left forgot pic lol... :
    1 point
  3. Verified. Maybe you don't. Agree.
    1 point
  4. private Rectangle getShopItemBounds(int itemId) { int slot = -1; for (int i = 0; i < client.getInterface(300).getChild(75).getInv().length; i++) { if (client.getInterface(300).getChild(75).getInv()[i] - 2 == itemId) { slot = i + 1; break; } } if (slot == -1) { return null; } slot = 6; int row = (int) Math.ceil((slot / 8.0) - 1); int column = slot > 8 ? slot - (row * 8) : slot; column--; int x = 80 + (column * 16) + (column * 31); int y = 69 + (row * 16) + (row * 31); return new Rectangle(x, y, 31, 31); } private void buyShopItem(Item item) throws InterruptedException { Rectangle itemBounds = getShopItemBounds(item.getId()); RectangleDestination destination = new RectangleDestination(itemBounds); for (int i = 1; i < 100; i++) { selectOption(null, destination, "Buy 10", false); sleep(100); } } Just modify that, I can't be bothered to
    1 point
  5. I think there should be a difference between reputation and feedback on profiles. Feedback seems to be GFX people selling, that doesn't mean when it comes to buying/selling GP for real cash they won't scam. There should definitely be a difference or rules to what counts as feedback.
    1 point
  6. Everyone quit bitching, quit using derogatory terms, and quit insulting someone. It's the internet if you can't handle someone lying go outside and look at the sun or something. Locking this because it's annoying me.
    1 point
  7. 1 point
×
×
  • Create New...