Jump to content

Leaderboard

Popular Content

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

  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. Dear community, I want to give you an idea where OSBot 2 is at. First of all I want to let you know that OSBot 2 is rewritten from the ground up to tackle some problems that you as a community pointed out. Things like CPU usage increasing over time in a scale of hours, something that never was a huge problem to most users but could be annoying for some. Besides that, increased overall performance is something everyone always likes to see. By writing an entire new core and taking time to do so, the client will score better at those points. At the moment, there is an abstract core written which is extendable for the most part to write implementations of other server revisions, such as RS3. Whether we will do so or not doesn't matter, it will be reusable. The entire GUI of the current OSBot was written using Swing. For OSBot 2 we are using JavaFX. JavaFX might not be as developed in certain areas as Swing, however those area's won't affect us. Besides that, JavaFX performs faster and gives more reliable output when it comes to exceptions. Not to mention, I personally and many others agree, I think that the look and feel of JavaFX is far better and promising than Swing. At the moment, a lot of the main GUI features are done. The client loads the applet, injects the client, hacks the canvas and such. So from here on, our first focus will be towards designing and organizing the new API. The API will have the same features as seen in the current OSBot and those features will be ported over. This is not a very hard job, most of it will just be refactoring. Other new features will remain secret and will be revealed as progress proceeds. Besides the API, which its functions will not have to be rewritten, we are planning and thinking about a second scripting engine. The current scripting engine is completely sequential in a blocking fashion. The new scripting engine, don't worry the old one won't disappear, we want to give a fully event driven asynchronous environment where you will dispatch tasks based on events and have control over the queue by using policies for tasks. We are looking forward writing this as Laz and I love writing new and fancy stuff. There are many other things that need to be done for OSBot 2, but the above is the majority. We can't give you an ETA, we don't want to stress any deadlines and instead focus on its quality. Laz has done a great job on it so far and now I'm joining him in this battle progress will speed up. I hope you had a fun read, Sincerely, OSBot.org
    1 point
  7. 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
  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. 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
  10. Now huehuehue, what is your password?
    1 point
  11. How to pass a drug test: 1) Don't take drugs. Mindblown
    1 point
  12. TRY to have the mpst negative magic attack bonus, u never hit if using air spells on the air wizard and so on.
    1 point
  13. 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
  14. If you need any further help feel free to ask here, and when I see it I'll answer.
    1 point
  15. support! iPhone for chatmod seeing as he lives in the netherlands he would be perfect for it so he cant patrol the chat when raffy has a lazy cat day
    1 point
  16. I doubt anyone will help unless you pay..
    1 point
×
×
  • Create New...