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.

Chris

Scripter II
  • Joined

  • Last visited

Everything posted by Chris

  1. wtf ur right it has anti ban so u shouldnt have been banned!!!!!!!! :o /s
  2. Yes see this post Done Done What are your gui settings? Does it just stop looting anything? Osbot version: Using mirror more? Version:
  3. String ezbaby = plater#getName; typeInstant(ezbaby); antiban--;
  4. ide is a ide? both can make scripts lul.
  5. http://osbot.org/api/org/osbot/rs07/api/model/Player.html
  6. Chris posted a topic in Spam/Off Topic
  7. Chris replied to Muffins's topic in Spam/Off Topic
    @Tom mr clean head lookin ass
  8. Chris replied to Sysm's topic in Spam/Off Topic
    >CRYS ABOUT CBA ABUSE (RANDOM KICK, ETC.) >DOES THE SAME WHEN HE GETS CBA >NOOB.JPG
  9. Chris replied to domp's topic in Scripting Help
    public class Timer { private final long start; private final long period; private long end; public Timer(long period) { this.period = period; this.start = System.currentTimeMillis(); this.end = (this.start + period); } public long getElapsed() { return System.currentTimeMillis() - this.start; } public long getRemaining() { if (isRunning()) { return this.end - System.currentTimeMillis(); } return 0L; } public boolean isRunning() { return System.currentTimeMillis() < this.end; } public void reset() { this.end = (System.currentTimeMillis() + this.period); } public long setEndIn(long ms) { this.end = (System.currentTimeMillis() + ms); return this.end; } public String toElapsedString() { return Time.format(getElapsed()); } public String toRemainingString() { return Time.format(getRemaining()); } } public class Time { public static String format(long time) { StringBuilder t = new StringBuilder(); long total_secs = time / 1000L; long total_mins = total_secs / 60L; long total_hrs = total_mins / 60L; long total_days = total_hrs / 24L; int secs = (int)total_secs % 60; int mins = (int)total_mins % 60; int hrs = (int)total_hrs % 24; int days = (int)total_days; if (days > 0) { if (days < 10) { t.append("0"); } t.append(days); t.append(":"); } if (hrs < 10) { t.append("0"); } t.append(hrs); t.append(":"); if (mins < 10) { t.append("0"); } t.append(mins); t.append(":"); if (secs < 10) { t.append("0"); } t.append(secs); return t.toString(); } }
  10. I thought about doing this as a livestreaming thing and posting my code on codeshare.io. where users can copy and paste their own code and I can help guide them. but gl on this! Edit: oops on the gravedig. saw it was available at the top and commented //Interaction : NPC NPC cow = getNpcs().closest("Cow"); if (cow != null){ if (cow.interact("Attack")){ //sleep } } //Interaction : RS2Object RS2Object ladder = getObjects().closest("Ladder"); if (ladder != null){ if (ladder.interact("Climb-down")){ //sleep } } //Interaction : RS2Widget RS2Widget interfaceToInteract = getWidgets().get(124, 1); //(Parent, child) //Can be found using the widget hover option in the client settings if (interfaceToInteract != null){ if (interfaceToInteract.interact("Buy All")){ //sleep } }
  11. Chris replied to Sysm's topic in Spam/Off Topic
  12. Lul just report him and get him some warning points He'll get all happy from now on if hes @ 2 warning points (3 or more and rip Tom S3)
  13. Chris replied to xOx's topic in Spam/Off Topic
    imm a vuirgiinnnA
  14. The best Dev u dingus
  15. right click each img and open in new tab refresh osbot ???Profit???
  16. open osbot logger load the script from your script selector then it should display "Loading script id: x" x being the id num
  17. 1) Dragon mode: Green Dragons 2) Client version + [injection | Mirror]: 3) Summary of the error + does it happen everytime?: How can I replicate this issue? What is your inventory layout? 4) The Task being ran(Check the under the 'status' bar in the paint): 5) Paste Osbot logger information here: 6) GUI SETTINGS(Pictures or tell me your settings please): Please fill the rest of the information above so I can better assist you. I am sorry for any issues.

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.