Everything posted by Alek
- [Started] Application For Leveling Services
-
Script idea Need scripter
Regardless that rule will be changed, thank you for bringing it to my attention.
-
Script idea Need scripter
Private scripts are allowed. If it's a paid script then you will not be protected by OSBot for the transaction.
-
Error when starting scripts
Which script is giving you that error?
-
Spam on my bot screen?
I do not understand, are you not able to bot? The advertisement is shutting down your script?
-
cannot connect to server? im a regular user...
Mirror mode? Operating system? Did you restart? Errors in the logger? Start in command prompt/terminal? Default RAM usage?
-
[Stable] OSBot 2.3.81 - Multi-patch and Security Update
Correct. It will activate if it detects you are playing in resizable mode and then move you over to fixed screen mode.
-
[Stable] OSBot 2.3.81 - Multi-patch and Security Update
Probably, same house different computer right?
-
[Stable] OSBot 2.3.81 - Multi-patch and Security Update
Normally we would release this as a development build for some time, but there are many bugs fixed and there are a few security patches we feel are important to the integrity of botters, scripters, and our service. In addition to the increased security, many of the bot features which degraded over the last week have been restored including world hopping, a completely re-written chatbox, grand exchange, and much more. 2.3.78 Added check to advertisement for input Updated AutoLogin event Removed unused optimization checks Updated Modeled getHeight() Patched and updated Chatbox API Removed Hitsplats Removed Map distance(Entity) Removed Map distance(GroundItem) Removed Map walk(...) 2.3.79 AccountLoader usernames/passwords protected by encryption Added checks to InteractionEvent for Equipment/Inventory Destinations Patched issue with EntityAPI stemming from Map Small visual update to HoverDebug/MouseDebug Updated getSuitablePoint for closer grouping 2.3.80 Patched Worlds API -Added functionality to population, isFull() Patched Chatbox isVisible() 2.3.81 Hotfix to GrandExchange API Miscellaneous fixes Known issues: -Interacting with certain widget destinations -Resizable mode (short-term fix will be a random event) Have a great weekend -The OSBot Staff
-
[2.3.77] [Mirror 1.09] Bank.withdraw() not scrolling
I hope this is not being tested against mirror mode.
-
[2.3.77] [Mirror 1.09] Bank.withdraw() not scrolling
Code: @Override public int onLoop() throws InterruptedException { System.out.println(bank.withdraw("Air rune", 1)); return 5000; } Result: 1. Item placed at the top of the bank, bottom of the bank, and in the center; each passed 2. Item placed in a separate tab; passed 3. Hid tab bar for bank; passed Please post your SSCCE.
-
My first 100% working WC bot
You don't even need to add that visibility check, interaction event takes care of that for you. RS2Object tree = objects.closest(tree); if(tree != null){ tree.interact("Chop down"); }
-
Sort HashMap keys based on highest value first
You might want to look at comparators if you get a chance: http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html
-
Current 07 Dupe Going Around (Bright Side)
Yeah, because bans don't happen automatically.
-
[Stable Build] OSBot 2.3.77 - Hotfix for .76 and Camera
No there is not, I release the development builds which are used to determine if the client is stable. There were no substantial bug reports for 2.3.77 so it moved to the stable build path.
-
PayPal protection has been changed
"This is great for you, the seller!"
-
Botwatch Philosophy
https://www.blackhat.com/docs/eu-14/materials/eu-14-StJohn-Next-Level-Cheating-And-Leveling-Up-Mitigations.pdf Slides 14+15 summarizes every ban discussion.
-
For those of you who do not know AFK Construction is on the sdn!
You can afk construction? Doing what?
- <Removed>
-
rs3 bots? anytime soon?
Maybe if another dev or two was hired specifically for it, otherwise it's very unlikely.
-
Linux - Incredibly slow mouse movements
Pinned it down to either Bot or ClientMouseEventHandler returning null. Directing to MGI.
-
Linux - Incredibly slow mouse movements
Copy paste please, I have to deobfuscate.
-
Linux - Incredibly slow mouse movements
Post the error log so I can look at it. Thanks for helping
- Please HELP!
-
Linux - Incredibly slow mouse movements
Please don't use custom methods as a basis for bug reports. Test against either: MoveMouseEvent or InteractionEvent This will help both MGI and myself find and test specific parts of code.