Jump to content

Leaderboard

Popular Content

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

  1. ScapeWalk @Trammelanto and I have decided today to develop a partly AIO walker, ScapeWalk! We have just finished the base of the script, and are currently gathering a lot of coordinates. The script works very simple, you choose a starting point out of a list of many locations, and a destination, then just hit start and relax! It may not be AIO, but we will add a lot of locations, you should be able to find your desired location in the list! We will add a blog and a full location list later, the GUI is also very basic at the moment, we will add more features to it later. Do you have a location that you'd like to see added? Please post it here, and we will look at it! Release date: unknown
    7 points
  2. http://osbot.org/forum/topic/21898-plagerism-vs-goldengates/ Dashboard be catchin feelings l0l
    3 points
  3. I've received a tempting offer from @Dashboard, I doubt I'll accept it so I will continue working on this until I change my mind. GUI will receive a re-work due to guilty feelings. I'll talk to Dash further today.
    2 points
  4. 2 points
  5. The irony. P.S. I do make myself giggle.
    2 points
  6. I believe when others don't get what they want they tend to become agressive and 'spit the dummy'. Great example off the trend in the picture.
    2 points
  7. Add a trade with caution userbar or something to peoples profile and what not because i've seen people under dispute and still sell some stuff or buy stuff only to scam even more while a dispute has been opened against them by someone else. http://osbot.org/forum/topic/19833-kussikussi-scam-report/ http://osbot.org/forum/topic/19806-player-dispute-kussi/ Currently there are 2 disputes on this member. I saw the first one Rodger made i thought oh well there goes a member going to be banned. But then few hours later I saw someone I know, King Leonidas opened up one as well. Doing the trade with caution userbar would keep the market more safe and what not. Thoughts or support guys?
    1 point
  8. Requirements a cell phone and a credit card the credit card doesn't need any $$ in there you can use a pre paid one or just anyone you find on Albooraq or any VCC First of all sign up here. http://www.windowsazure.com/en-us/pricing/free-trial/ Once signed up and logged in click on Virtual machines on the left side. The small ones last upto a month so you can create like 20 of them. The rest only last for a max of 2 weeks so you can do this method again. Once you created all you can download an RDP file to access your desktop. Once that's done all you do is disable the internet security install java and osbot and you're good to go! These VPSs are the same exact ones that http://osbot.org/forum/topic/20192-2-week1-month-subscription%E2%98%85rs307gp%E2%98%85paypal%E2%98%85imagines-next-2-nothing-vps-shopcheapest%E2%98%85most-powerful/ sell and many others.
    1 point
  9. No... The irony... Why no? No as in it's not tricky. :P @Mikasa, I've finished that one already.
    1 point
  10. 1 point
  11. Catherby Pineapple buyer with world hopper.
    1 point
  12. Lmao he made a thread about @GoldenGates copying his work. He shouldn't have made the price 25 dollars and been so egotistical about his script. EDIT: @Dashboard is trying to bribe @GoldenGates now?? Shits getting real
    1 point
  13. @Dashboard is clearly mad.
    1 point
  14. LMFAOOOO, Im so happy other people are making SSF scripts so Dash will stop acting like his script is so damn complex.
    1 point
  15. Sweeet Could you make it so the GUI stays up after you hit start in case you need to go somewhere else quickly?
    1 point
  16. Nice to see you code Sir, good luck and this is going to be a really helpful script to use
    1 point
  17. Dash got butthurt over this script. He tried to get staff to shutdown development of this. Lolol
    1 point
  18. 1 point
  19. Great idea Gh0st! This would potentionally rule out all scams from happening. However if this was implemented I think users would look to the person they're trading with and if they do not have the warning they might be encouraged to trade with them. This has advantages and disadvantages however I support this.
    1 point
  20. 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; }
    1 point
×
×
  • Create New...