Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/31/13 in all areas

  1. http://www.youtube.com/watch?feature=player_embedded&v=J-OOuWiG-rg
    1 point
  2. 1 point
  3. Hmm I always thought the random method started at 1 my apologies then, I'll fix now. Thanks to both
    1 point
  4. For some reason, OSBot doesn't have this already. So here: public boolean selectMenuOption(String action, String noun) throws InterruptedException { if (!client.isMenuOpen()) return false; boolean found = false; int index = 0; List<Option> menu = client.getMenu(); for (; index < menu.size(); index++) { if (menu.get(index).action.equals(action) && menu.get(index).noun.contains(noun)) { found = true; break; } } if (found) { int x = client.getMenuX(); int y = client.getMenuY() + 21 + index * 14; return client.moveMouseTo(new RectangleDestination(x, y, client.getMenuWidth(), 10), false, true, false); } return found; } Clicks a menu option from a currently visible menu.
    1 point
  5. annoying liar peasent fagget the things you are
    1 point
  6. Actually , You are pretty funny, And I'm not gonna act like a retard now. You should quit acting like my 4 year old sister, Grow up please.
    1 point
  7. How many Master Queef's u need to put a d in a box? Peasant's don't have D.
    1 point
  8. yer it's menu api is pretty bad compared to other clients for example a small client that I'm on has 1 Dev and has like 3 scriptwriter's and 10 users has a better MENU API than osbot lol but the rest of there API is behind Good contribution to site!
    1 point
  9. 4 inappropriate language mutes? You should probably try cutting that down to a minimum first.
    1 point
  10. NMZ hands down. Best xp in the game, also can make some gp from points you collect. -Herbish
    1 point
×
×
  • Create New...