-
[Stable] OSBot 2.4.109-110 Draynor Mansion Trees + Debug
Not sure if this problem is related to my scripts or not.. but working on my own scripts.. when trying to run 2 bots on 1 client i get a memory spike and CPU spike at 100%, but when running each 2 scripts individually it is fine?
-
Perfect Fighter AIO
Would like to try a trial thanks
-
OSBot 2.4.53
Just says You cannot start a new topic
-
OSBot 2.4.53
Using my own script I wrote, its a bug with the client web walking for sure I cant start a thread in that forum area..
-
OSBot 2.4.53
It's still spam clicking the minimap at the start of the walk path sometimes, especially at edgeville bank walking to barbarian village
-
👑 Perfect Czar Free Trials & Demos 👑 MOST POPULAR 👑 HIGHEST QUALITY 👑 MOST TOTAL USERS 👑 LOWEST BAN-RATES 👑 24/7 SUPPORT 👑 SINCE 2015 👑 MANY SKILLS 👑 MOST VIEWS 👑 MOST REPLIES 👑
Can I trial czar agility please
-
Web walking spam clicking
Still happening in 2.4.52
- [Advertiser] www.divicasales.com - Selling 07 Gold [ALL PAYMENT METHODS]
-
Web walking spam clicking
The web walking spam clicks the minimap when it starts its walk path Happens in every location happens in latest osbot version 2.4.52 Nothing in description log using WebWalkEvent toDestination = new WebWalkEvent(node, w); sleep(random(500,1000)); toDestination.setBreakCondition(new Condition() { @Override public boolean evaluate() { if(myPlayer().getPosition().distance(w) <= ro) { return true; } else { return false; } } }); execute(toDestination); }
-
OSBot 2.4.51-52 - Bank Placeholders Patch
When the web walking starts its first click on the minimap to walk a route it spam clicks it every single time using WebWalkEvent toDestination = new WebWalkEvent(INodeRouteFinder.createAdvanced(), w)
-
Can reach npc check
map.canReach() doesnt seem to check if you can reach an npc properly, aka if a door/gate is closed Any solutions?
-
Check if item is visible (not blocked by walls etc)
The isVisible and isOnScreen functions dont seem to work for what i want basically to check if the item is visible on the screen by the players camera angle, walls etc? any ideas?
-
How To Change Your IP {Using A VPN} -Usefull For Botting-
How would you bot multiple accounts at once one with different ips? Surely they would all be on the VPN ip address?
-
Botting on same IP
Hi, im curious as to whether it is safe to bot on multiple accounts (3 or less) on the same ip from the same PC can this be detected? Is it safe?
-
[Stable] OSBot 2.4.48 - Bug Fixes
I'm developing a script and web walking keeps saying it cannot find the path to the destination (Edgeville) even though it can walk to the bank from the fishing spot but cant walk back Any reason for this? edit: using inodeadvanced btw