Skip to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

progamerz

Scripter II
  • Joined

  • Last visited

Everything posted by progamerz

  1. Add random sleeping and etc.
  2. Bump
  3. I don't think so u will have to do maybe some math and make a method for it, maybe try object.hover()? as i am not sure why u want to do that exactly
  4. getX() and getY() returns the tile they are on not the screen position. Edit: tho why u want to get their x,y for the screen?
  5. As malicious code yes it is safe not bans ofc.
  6. For suggestions i suggestion u to use Names instead of static IDs and as for turning camera and all try using InteractionEvent and controling the threshold? but usually using normal .interact() will check if its visible and etc if not it will turn camera by default. Instead of using static sleeps use ConditionalSleeps. Also walking.walk() is using for short distance u should use walking.webWalk() for long distance(for example while walking to bank). I suggest u going thro @Explvs guide:
  7. Umm, then idk sorry but Czar should easily find a fix for it as he does always
  8. If u mean the webwalker does handle it, as far as i know it should not sure, maybe check it out ur self, by using PathPreferenceProfile and setting setAllowTeleports to true and checkEquipmentForItems to either true or false if u are wearing the necklace or in if it's in inventory checkInventoryForItems.
  9. The monk monastery i think is a problem with osbot webwalker, try other option, maybe correct me if i am wrong as i have seen that also on other scripts
  10. Check if cwbank is not null, and before interacting with ring check if there is a ring equiped, as for the conditionalsleep, do 2 sleeps, first is sleep untill animating and 2nd is sleep untill cwbank has ur player and u are not animating if cwbank contains my player if bank is not open open else handle it else if u have ring equpied if u sucessfully interact condsleep untill is animating cond sleep untill cwbank contains my player and u are not interacting and etc
  11. I already been waiting for location suggestions and no1 gave and it doesn't bank cause the main point of progressive is to get it to 60 woodcutting as fast as possible.
  12. What do u mean by ^^ and as far as i codded i think it should work well in any state(having quest items/ not having quest items and have empty space).
  13. Taking feature suggestions!
  14. Yup i know but i meant would either start empty or atleast have 21 spots free(for sheep shearer). I will add maybe u type in how many minutes u want it to afk? or something around that.
  15. Ok thanks maybe i'll add that you will input how many minutes it should afk or so.
  16. Trade Limit Remover State: To be released on SDN + Open-source(Maybe) Features - Has an option to bypass the 24hrs - Has an option to do 7qp(Cook's Assistant, Sheep Shearer, Romeo and Juliet) - CLI - GUI Setup - Start anywhere with either empty inventory or having ONLY cook's assistant starting items(Pot,Bucket) -Start the Script! - Sit back and enjoy - Report any bugs you run into! to-do All are done!(Taking suggestions)
  17. Bump
  18. Yup, i can't say anything as you botted and this script is made for suicide botting mostly not for training but you can still check out the developer's guide.
  19. Go to refund section.
  20. Logger please?
  21. progamerz replied to Viston's topic in Snippets
    Thanks, really usefull will use it for sure
  22. First of all the boolean canCutTree is wrong, it is just checking if player is on screen, while it should check if player is not animating and yew is not null and inventory is not full and check equipment for anyitem that contains "axe" or inventory has anything that contains "axe". cut() condition sleep only sleeps untill animating, add another sleep to sleep untill is not animating or inventory is full. private void cut() { RS2Object yew = getObjects().closest("Yew"); if (yew != null && yew.interact("Chop down")) { new ConditionalSleep(5000) { public boolean condition() { return myPlayer().isAnimating() || !yew.exists(); } }.sleep(); new ConditionalSleep(5000) { public boolean condition() { return !myPlayer().isAnimating() || !yew.exists() || inventory.isFull(); } }.sleep(); } } public boolean canCutTrees(){ return YEWAREA.contains(myPlayer()) && (getInventory().contains(f -> f.getName().contains("axe")) || getmp().getEquipment().contains(f -> f.getName().contains("axe"))) && !myPlayer().isAnimating() && !myPlayer().isMoving() && !getInventory().isFull(); } The YEWAREA is where u define the area for the Yews. you can change it. One more tip, try to format the code in your IDE for us to be able to help more.
  23. progamerz replied to Tom's topic in Mining & Smithing
    Banking doesn't work spams in the logger after inv is full: [INFO][06/24 02:05:16 AM]: Started script : osMiner [INFO][Bot #1][06/24 02:05:56 AM]: Bank [INFO][Bot #1][06/24 02:05:56 AM]: Antiban Added: Check current EXP [INFO][Bot #1][06/24 02:05:56 AM]: Antiban Added: Random Camera Movement [INFO][Bot #1][06/24 02:05:56 AM]: Antiban Added: Check Friends List [INFO][Bot #1][06/24 02:05:56 AM]: Antiban Added: Hover nearby players [INFO][Bot #1][06/24 02:05:56 AM]: Antiban Added: Move Mouse Randomly [INFO][Bot #1][06/24 02:05:56 AM]: AntiBan: Move Mouse Randomly [INFO][Bot #1][06/24 02:06:12 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:12 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:12 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:13 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:13 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:13 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:13 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: Terminating script osMiner... [INFO][Bot #1][06/24 02:06:15 AM]: Submitting statistics... [INFO][Bot #1][06/24 02:06:20 AM]: Script osMiner has exited!
  24. Do u have a p2p account which u can lend for those, and maybe to fix the others? as i don't have 60 woodcutting now

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.