Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/15/13 in all areas

  1. If someone goes to my profile goes to posts and likes as much posts as they can untill they can't like anymore ill like as many things as you liked
    3 points
  2. Buy a forest, adopt 8 midget babies every year (mixed race) and become the only non-midget around and raise them to think you're their God. Post results here afterwards.
    2 points
  3. Saw some people asking questions about choosing last withdrawal amount. I decided to write this up. Enjoy. public int getBankSlotForName(String name){ for (Item item : client.getBank().getItems()){ if (item != null && item.getName().equalsIgnoreCase(name)){ return client.getBank().getSlotForId(item.getId()); } } return -1; } private boolean withdrawLastAmount() throws InterruptedException { int slot = getBankSlotForName(name); if (!client.getBank().isSlotVisible(slot)){ client.getBank().scrollToSlot(slot); sleep(100); } if (client.getBank().isSlotVisible(slot)){ if (!client.isMenuOpen()){ MouseDestination item = new RectangleDestination(client.getBank().getAbsoluteSlotPosition(slot)); client.moveMouseTo(item, false, false, true); sleep(100); } if (client.isMenuOpen()){ MouseDestination click = new RectangleDestination(new Rectangle(client.getMenuX(), client.getMenuY() + 18 + (6 * 14 + 1), client.getMenuWidth(), 14)); client.moveMouse(click, false); sleep(100); if (click.destinationReached(client.getMousePosition())) { client.clickMouse(false); return true; } } } return false; }
    2 points
  4. Like our new Facebook page to add 100k to the prize pot! Post below stating that you've liked the page to enter the giveaway. The winner will be chosen in 5 hours (9:30pm EST), so do it quick! If we hit 50 likes before the giveaway is over, we will double the prize money, so be sure to tell your friends.
    2 points
  5. Lol who remembers this from South Park?
    2 points
  6. Hello everyone, In this release Strange plant should be working 100% again. In the previous version a small bug was left in the handler and I verified and tested it with my own eyes this time. v1.7.52 was lost due to a crash of my programming environment. Download can be found here: http://osbot.org Sincerely, OSBot.org P.S. Beehive will come tomorrow.
    1 point
  7. Why create the same script, innovate a little, but still, not bad to have a little competition, interesting to see this. Good luck.
    1 point
  8. Be original man there's already one in the sdn and that one I have bought my self and have over 50 hour proggies with it.There's a lot of scripts we don't have ATM and we neeeeeeed like a rune soduko,gdk, and an aio agility.
    1 point
  9. I liked it so now all my irl friends know I'm an rs nerd. Thanks
    1 point
  10. i wnna do this with you and what not we can get a few more ppl to do it nonstop all day if u want?
    1 point
×
×
  • Create New...