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.

Supercharger

Members
  • Joined

  • Last visited

Everything posted by Supercharger

  1. Thanks mate, now.. What about the GUI. You have any idea?
  2. Hey Guys, So haven't prorammed or scripted for a long time and excited to get back into it and learning it agian. I want to implement a working GUI and I don't know how. I've made a good GUI with WindowsBuilder in eclipse but I don't know how to program it into make it work.. Would anybody be able to help me out? Also, http://osbot.org/forum/topic/60921-areapositionmyplayer/ I'm looking to add checking if the play is an area like this thread, but I'm curious to know how to I make the area like, what are the coordinates I see the Method as Area(Int, Int, Int, Int). How is that composed of? Like... What is the first, second, third, and fourth int?
  3. Got a link to the JavaDoc?
  4. public void onMessage(Message m) { @SuppressWarnings("unused") NPC FishingSpot = npcs.closest(FISHING_SPOT); if (m.getType() == MessageType.GAME) { String c = m.getMessage().toLowerCase(); try { if (c.contains("you catch a salmon.") || (c.contains("you catch a trout."))) { fishCaught++; } else if (c.contains("i can't reach that!") || (c.contains("I can't reach that!"))) { state = "Can't Reach Object - Report to Supercharger..."; failed++; FishingSpot = null; } } catch (Exception e) { e.printStackTrace(); } } } So my OnMessage is working all correctly theres just one problem, If there is already that case in the chatbox even if the script hasn't started fishing yet it will still say that x amount have been caught. I know it's not a major issue but having false proggies is not something I want. Any suggests? cheers.
  5. I'm using this method, but it's only showing H:MM:SS. How can I change it to HH:MM:SS? I've tried numerous things and can't figure it out :X
  6. Hey Guys, Anyone help me out back to scripting after a few years and have forgotten a few things. How do I get my run time in HH:MM:SS, atm it's like 23742384. Cheers.
  7. I'm thinking of starting scripting back, used to do some for rsbot, and kbot. Was just wondering how do I run my scripts local?
  8. Hey Guys, So I started 07 and I decided I would try and bot it but my problem is. I made my account linked to my rs3 account which is maxed and almost comped (all legit) and I was wondering if my 07 account gets banned will my rs3 account be banned? I also wanted to ask how many hours a day are considered 'safe' to bot. And what my antiban options be set for in my account to be on the 'safer' side. Cheers.

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.