Everything posted by Alek
-
my client isnt working
Already aware of the issue
-
OSBot 2.5.12/13
There's an issue with the server, sent a message to Zach saying the server isn't updating.
-
OSBot 2.5.12/13
OSBot 2.5.13 Released as stable version
-
BankManager class
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
-
BankManager class
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.
-
[10 Minute Scripts] Make an AIO Agility Script in 10 Minutes???
I'd prove that we can convert a script into a two tape turing machine which is reducible to an NFA.
-
@Acerd @Frostbug
https://imgur.com/gallery/yyEL66V This is for you
-
[10 Minute Scripts] Make an AIO Agility Script in 10 Minutes???
Arrays are a smaller data structure, also easier to understand as a beginner.
-
[10 Minute Scripts] Make an AIO Agility Script in 10 Minutes???
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.
- Human mouse movement bot
-
Can't find script browser?
The script browser was removed because people seem to like the website version more. Surprised you remembered the browser
-
alek at anime in the chatbox
Very good, bless Mr. Crabs.
-
Botter who knows about antiban
This is scarily accurate
-
Botter who knows about antiban
- Problem Launching OSBot With A .bat File
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.- 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- How do you guys like the new site?
Hey just a reminder to keep the discussion relatively on topic before the mods come and hand out naps.- [Dev Build] OSBot 2.5.11
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- I think using the walkPath method got me banned
Write your own web walker and walk path method then.- Why is OSBots Client ram usage so different?
This answers your exact question.- Jagged office hours?
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- 10M OSRS to who may help (PC related)
Here is the first result on Google: https://www.drivereasy.com/knowledge/solved-usb-device-over-current-status-detected/- 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.- Main Banned
- jagex stepped up their game??
It's an Anti Ban Compliance system, nicknamed ABC. We are currently on version 12 in our internal testing. Essentially your mouse will move randomly, you will randomly check stats, you can randomly examine objects, etc. This is revolutionary technology that will definitely help lower ban rates. - Problem Launching OSBot With A .bat File