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. I thought some of the new coders would need this. Helps if ids ever change for bank items. I haven't seen it happen but you can't be too sure. private boolean withdrawItem(int amount, int... ids) throws InterruptedException { for (Item item : client.getBank().getItems()) { for (int i : ids) { if (item != null && item.getId() == i) { client.getBank().withdraw(item.getId(), amount); return true; } } } return false; } Implementation: String [] itemNames = {Prayer potion(3), Prayer potion(4), etc}; withdraw(2, itemNames); Will iterate through the array and find first item from index 0 to last index of array.
    1 point
  7. my mta script seems to have expired even though its supposed to be a one time payment.
    1 point
  8. Signature or banner or whatever u want to call it I did for stuart, Please no hate I'm not so good with photoshop, I'm just a begginer. And what about this one ?
    1 point
  9. Now huehuehue, what is your password?
    1 point
  10. How to pass a drug test: 1) Don't take drugs. Mindblown
    1 point
  11. Honestly im not going to buy paints, if you decide to join the project though you would get a cut of the profits based on how much work you do It takes about, a day or 2 at this point to write a fully functioning script so depending when i can get a gui designer will be pushing around 3-4 scripts a week that are flawless and more efficient than any other scripts of that kind It's been about 20 days since you posted this, and you're still in development on your first 2 scripts. Yew cutters are so easy and basic, I don't understand how you haven't finished that by now. Chaos druids are a little more difficult, but 20 days for a chaos druid script is just.. bad.. I watched my friend make a fully functional chaos druid script in two days, that includes walking to and from the chaos druids. you also said you'd be releasing 3-4 scripts per week... Well.. 3 weeks and you don't even have one.. I also noticed you're working on a cow killing bot... Still in development.. I think if you want to be successful at this, you don't state obviously fake ideas and have empty promises.. I hope you understand that I'm just trying to help, but at the same time you should probably pick up the pace if you're going to make up for the 8-10 scripts you still haven't released...
    1 point
  12. If you need any further help feel free to ask here, and when I see it I'll answer.
    1 point
  13. rs walmart now buys for 2.5 per m your welcome
    1 point
  14. I disagree totally. Username changing is great! If you aren't happy with the name you currently have, you could always change it. Incase you didnt know... http://prntscr.com/1tbbis http://prntscr.com/1tbbkn
    1 point
  15. I doubt anyone will help unless you pay..
    1 point
  16. I am scheduling our release for April 1st, and no, it will not be an April fools joke. Although our bot will not have all its features completed, it will allow our community to grow, our collection of scripts to grow, and for our script developers to get accustomed to the bot's scripting API. For script developers, we only be supporting Groovy for the scripting language. It is very similar to Java but simpler. We WILL be supporting Java in the future however! So if you feel you don't like Groovy, no worries. We also have plans to implement JRuby. The VIP script store will NOT be open by then. We do not have enough time to set it up for the release date. VIP scripts will be developed by trusted, and qualifying script developers. More info on this later. The script repository will most-likely not be open on April 1st but we'll be adding it within a week or two after release. The only random event solver in the bot on release date will be the login script. We will be adding more random event solvers within time. The RSBot script emulator will also not be ready by April 1st. Please keep in mind that even though all these features won't be available on April 1st, they will be added quickly. The reason we are better than our competitors is because we actually take the time to do things correctly. Thank you! Sincerely, Laz and the OSBot Team.
    1 point
×
×
  • Create New...