Everything posted by Alek
-
[2.3.81+]Auto login solver not working?
Are you using mirror mode because every person who has reported this happens to use mirror mode.
-
[Stable Build] OSBot 2.3.84 - Small Patch and QoL
This update seeks to patch various inventory/equipment visibility issues during InteractionEvent when other interfaces are currently open (Bank, Poll Booth, Equipment Stats, etc). A good chunk of scripts should be making "smarter" decisions in various tasks such as depositing and withdrawing items from a bank. In addition the memory allocation setting has been removed from the booter and moved to a command line argument. This setting was not being properly set (or left as "0 for default") resulting in a ton of issues. For advanced users, you can set the memory allocation as the first argument (java -jar jar <allocation>). Changelog: 2.3.82: -Removed MouseDestination preConditionalLoops -Updated InventorySlotDestination isVisible() -Updated EquipmentSlotDestination isVisible() -Updated InteractionEvent visibility checks of Inventory/Equipment 2.3.83: -Updated AdvertisementOverlay close button -Removed memory tracker from main client interface -Added command line argument, first argument sets allocation 2.3.84: -Fixed GUI issue from 2.3.83 Have a great weekend -The OSBot Staff
-
When changing memory allocation OSBot crashes
Memory allocation is changing in the next OSBot version.
- [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.