Jump to content

Alek

Ex-Staff
  • Posts

    7878
  • Joined

  • Last visited

  • Days Won

    202
  • Feedback

    100%

Everything posted by Alek

  1. Please see the recent topic list for similarly asked questions
  2. Alek

    OSBot 2.5.12/13

    There's an issue with the server, sent a message to Zach saying the server isn't updating.
  3. Alek

    OSBot 2.5.12/13

    OSBot 2.5.13 Released as stable version
  4. Sounds like you were doing something not quite right. If you were using slot ids, then they were probably wrong (common mistake). Opening/closing the bank repeatedly sounds like a script problem, not OSBot. Visibility can be done by the widget of the slot which is your destination, however you can get the SlotDestination using default Bank methods. The deposit all button can be scanned for using sprite ids. Edit: I like that you were at least trying some solutions to your problem instead of giving up
  5. Oof this is not good. The class is called Bank, you're using a lot of static widget ids which will certainly break over the course of a month. API should be the most stable part of your script and never break. The getRandomInteger stuff is a bit confusing as well, what you could do is get a random point in the rectangle of the widget, since you wouldn't want to misclick? Also wouldn't withdrawing one at a time instead of Withdraw-10/Withdraw-X be less "bot like"? I'm not quite understanding this part: this.mouse.click(new RectangleDestination(bot, new Rectangle(482, 99, 10, 0))); This means you can only withdraw an item at a very specific slot on a very specific tab setup? Hopefully you take it constructively, sorry if I came off as rude.
  6. I'd prove that we can convert a script into a two tape turing machine which is reducible to an NFA.
  7. https://imgur.com/gallery/yyEL66V This is for you
  8. Arrays are a smaller data structure, also easier to understand as a beginner.
  9. Beautiful voice, just FYI you don't need the action name if you're using .interact() because it uses the first action in the menu index anyways.
  10. The script browser was removed because people seem to like the website version more. Surprised you remembered the browser
  11. You didn't really say what exactly the issue is. Are you getting an error message? Is OSBot appearing? Both @JioMy and @FrostBug had great suggestions.
  12. Alek

    OSBot 2.5.12/13

    This will be my last build for a while, please ensure you test this thoroughly and rip it apart. Thanks! Changelog: -Patched PvP world hopping -Patched SDN Plugins not appearing in script selector -Added handful of new checks to AutoLogin, more failsafes --Should also fix issue with opening new website windows
  13. Hey just a reminder to keep the discussion relatively on topic before the mods come and hand out naps.
  14. Download Link: http://osbot.org/devbuilds/osbot 2.5.11.jar Changelog: -Patched severe bug with canvas drawing from 2.5.10 -Prevented onStart or onLoop from executing when RandomExecutor is executing -Reduced CPU load a lot on every cycle for onPaint and onLoop (might break stuff?) -Changed error to info log for successful login on AutoLogin
  15. Write your own web walker and walk path method then.
  16. It's 1999 and bot detection doesn't exist. All bots are banned by moderators walking around the game asking if people are bots are not. Their office hours are 9-4 GMT+1. Only bot outside of these hours and you will never be banned. /endthread
  17. Here is the first result on Google: https://www.drivereasy.com/knowledge/solved-usb-device-over-current-status-detected/
  18. Alek

    osrs mobile

    We would need to interact with another app thats currently running, which would mean hacking Android/iOS. It would need to be written for every type of mobile device. With every new security update, the bot would break. Botting on that hardware would consume most of your mobile hardware and drain your battery a lot. If we targeted something like a mobile emulator, then it would also be specific to that emulator. End question, why? Why do all this when you can just bot on a computer.
  19. Removed script name from thread. Please message me with detailed proof outlining how the script specifically got you banned.
×
×
  • Create New...