Jump 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.

Ayylmao420

Members
  • Joined

  • Last visited

Everything posted by Ayylmao420

  1. His works and so is mine but my question is why does the widget for both codes return true when the message clearly doesn't equal "Click here to continue" but actually "Please wait...". I tried filtering for "Please wait..." but osbot doesn't even find a widget with message like that even though another botting client that i tried it on does.
  2. My code works perfectly fine on another botting client yet it doesn't want to work on osbot, any ideas @Patrick
  3. I created new account, logged in using another botting client, entered random name, didn't interact with the game for 4 minutes, got disconnected and got banned for macroing. All this on my own ip. This shit is so funny, one of the fastest ban i've ever received lol
  4. thanks, i'll investigate Edit:// I tried getWidgets().getWidgetContainingText() but it still gives me the same result.
  5. List<RS2Widget> clickHereToContinueList = getWidgets().getAll().stream().filter(w -> w != null && w.isVisible() && w.getMessage() != null && w.getMessage().equals("Click here to continue")).collect(Collectors.toList()); if (!clickHereToContinueList.isEmpty()) { RS2Widget clickHereToContinue = clickHereToContinueList.get(0); if (clickHereToContinue.interact("Continue")) { sleepUntil(() -> getWidgets().getAll().stream().filter(w -> w != null && w.isVisible() && w.getMessage() != null && w.getMessage().equals("Click here to continue")).collect(Collectors.toList()).isEmpty(), random(3000, 5000)); } } I'm clicking on Click here to continue, also notice the sleepUntil condition, it should be updating every 10ms but it still sleeps the full time because it still thinks the clickHereToContinue exists. I tried doing this: if (getDialogues().isPendingContinuation()) { if (getDialogues().clickContinue()) { sleepUntil(() -> !getDialogues().isPendingContinuation(), random(3000, 5000)); } } but this one too sleeps the full amount of time because it thinks it is still pending continuation.
  6. the main post code was inside onloop so it should be updating every single time onloop returns, the second code i posted was inside onpaint so yeah, it should update immediately but it isn't which is strange.
  7. List<RS2Widget> clickHereToContinueList = getWidgets().getAll().stream().filter(w -> w != null && w.isVisible() && w.getMessage() != null && w.getMessage().equals("Click here to continue")).collect(Collectors.toList()); if (!clickHereToContinueList.isEmpty()) { RS2Widget clickHereToContinue = clickHereToContinueList.get(0); g.draw(clickHereToContinue.getBounds()); } Even though Click here to continue is not there it, instead it's Please wait..., it thinks it's still there. Am i doing something wrong ?
  8. ah didn't notice 2.5.28 was out, anyways, i tried with 2.5.28 and i still have this issue
  9. List<RS2Widget> clickHereToContinueList = getWidgets().getAll().stream().filter(w -> w != null && w.isVisible() && w.getMessage() != null && w.getMessage().equals("Click here to continue")).collect(Collectors.toList()); if (clickHereToContinueList.isEmpty()) { log("empty"); } So this is what happens, when i run the script before entering the dialogue the list is empty as it should but as soon as i exit the dialogue the list isn't empty even though i'm not in dialogue anymore. I'm not storing the widget data anywhere else, this whole code is inside onLoop, can someone tell me what could cause this ? Also, i'm using osbot version 2.5.29, i can't use 2.5.27 as when i try to run it it says my osbot version is outdated. If anyone could try the above with 2.5.27 i'd greatly appreciate it.
  10. thanks for the fast update on resizeable, now i can slowly work on getting my f2p farm running
  11. no need for resizeable, just make it so that after setting it to fixed mode osbot keeps functioning as it should.
  12. Yeah, my script does that but the client still requires restart i can't run anything inside the script because osbot has blocked permissions
  13. Ayylmao420 posted a topic in Scripting Help
    rip farm
  14. 1. Pictures of the account stats 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) 4. Pictures of the quests completed 5. The price you will be starting bids at 60M 6. The A/W (Auto-win) for your account 80M 7. The methods of payment you are accepting 07 GP 8. Your trading conditions buyer goes first 9. Pictures of the account status 10. Original/previous owners AND Original Email Address i am original owner, will provide original email address with the account
  15. Added you on discord.
  16. WTB

    Ayylmao420 replied to Ayylmao420's topic in Requests
    Added you on skype
  17. WTB

    Ayylmao420 replied to Ayylmao420's topic in Requests
    cba create new account so i'd prefer if someone just created a fresh account their own and get me the levels.
  18. WTB

    Ayylmao420 replied to Ayylmao420's topic in Requests
    bump
  19. WTB

    Ayylmao420 posted a topic in Requests
    50 attack, 60 strength, 55 magic, 60 prayer skype live:ayylmao420osbot
  20. Liked the thread, trial pls
  21. ok, after looking through my older posts i guess the account he bought was one of these 2 as you can see those accounts had no emails registered to them so you claiming "email is currently registered to one of yours still" is false, also, i can't even remember the password, if you can tell me what it was i can gladly try recovering it for you.
  22. I haven't ignored anyone, i just haven't been on skype, maybe next time message me on osbot ? Can i see the skype history ? I've already forgotten what account i sold you but if i remember correctly the account was created by me but the account had no email registered thus you received the very first password, i also have no idea of whos email os*********0@gmail.com is

Account

Navigation

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.