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. progamerz replied to progamerz's topic in Archive
    @Alek because of my inactivity as i am having finals. Thank you for using my script.
  2. progamerz replied to RDM's topic in Runescape
    Can u tell me name?
  3. You can set certain break conditions using WebWalkEvent :).
  4. Skype in signature.
  5. That's not allowed. The developers don't allow it anymore.
  6. progamerz posted a topic in Resolved
    1. A description of the suggestion: Have a category named "Latest Scripts" Which will sort the script on date added like on the old IPB3 forum 2. How will this suggestion impact scripters and/or botters? Would help botters mostly if they are searching for good new scripts 3. Post any examples such as code or pictures to supplement your description (optional): N/A
  7. Skype : progamerz.rs or pm me.
  8. I need to change my name
  9. Features -Email and password can be made random -Display names are generated using real world words and numbers: double556, tri5370 -Accounts will be given in txt file with format 'email:password' -You can use 1 same password for all accounts -You can have a specific domain which you choose for you email Terms Of Service -You will go first or a middleman will be used unless I deem you trustworthy. -I will replace accounts within the first 3 hours of purchase, after this the accounts are 100% of your responsibility. -I am not responsible for anything that happens with the account afterwards (bans/recoveries/accounts being locked) as I delete all the information as soon as you confirmed you have received. -I will only provide Email & pass, nothing else -You Automatically agree to these terms upon purchasing. Price: 50k/each. Add me on skype : progamerz.rs or pm me here.
  10. progamerz replied to Void's topic in Archive
    Please refer to the post i made before this and let me know if any problems.
  11. progamerz replied to Void's topic in Archive
    Paste this in the Task: public RS2Object tinRock = getRockWithOre(Rock.TIN); if(tinRock != null){ }
  12. progamerz replied to Void's topic in Archive
    You already have that method public RS2Object getRockWithOre(Rock rock){ return getObjects().closest(obj -> { short[] colours = obj.getDefinition().getModifiedModelColors(); if(colours != null){ for(short c : colours){ if(c == rock.COLOUR) return true; } } return false; }); Use it as: getRockWithOre(Rock.TIN);
  13. If possible can u add color to this? http://i.imgur.com/zD36eZz.png
  14. Good job, and for the next time u export the jar don't export the OSBot.jar with it cause it will make it 3MB+ while it can be 50KB or less.
  15. Yup or it will add " " between the accounts i am on windows idk if it would be the same for windows or mac
  16. Nice release good idea. EDIT: tested it out and only has a problem with output of working accounts is that it will make them all go to the same line.
  17. if (BANK_AREA.contains(myPlayer())){ Entity bankbooth = objects.closest(BANK_BOOTH_ID); if(bank.isOpen()){ bank.depositAll(); } if (bankbooth != null){ if(bankbooth.isVisible()){ bankbooth.interact("Bank"); sleep(random(700,800)); } } Now there is no need for Entity bankbooth = objects.closest(BANK_BOOTH_ID); Instead you can simply use the Bank(Api) to open by using: getBank().open(); And the second thing is that the logic is wrong instead you can do: if (BANK_AREA.contains(myPlayer())){ if(bank.isOpen()){ // If bank is opened deposit all bank.depositAll(); } else { // If bank is not opened open it getBank().open(); new ConditionalSleep(5000) { // Conditional Sleep 5000ms untill bank is open. @[member=Override] public boolean condition() throws InterruptedException { return getBank().isOpen(); } }.sleep(); }
  18. Bug: It is doing javelins instead of normal shortbows.
  19. Trial Please?

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.