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.

Athylus

Members
  • Joined

  • Last visited

Everything posted by Athylus

  1. This is in my onloop. That's how I'm going to try it now. There's one thing I don't get tho. Why do final int[][] path1 = new int[][] instead of final int[] path1 = new int[] Correct me if I'm wring, but [] means that's it an array of, in this case, integers. If so, then I'm learning fast I got it to work! Need to work on my loop though. When I'm in the bank it won't do anything... mhm. I'll figure it out tomorrow probaly. Going to smoke a joint now with a friend. This snippet is awesome, I don't get much of it though. Let alone come up with it. o.O Thanks a lot!
  2. Say if I were to use this in my script, I would have to declare this like so: public class MyScript extends Script { private int[][] path1 = new int[][] { { 3206, 3209 }, { 3215, 3211 }, { 3217, 3218 }, { 3225, 3218 }, { 3235, 3220 }, { 3242, 3226 }, { 3252, 3226 }, { 3251, 3235 }, }; // // public void onStart() { As a final int on top of my screen? Of course my own coordinates for the path, which I know how to get. And then I can later use it in my method which would be //do the following else { //walk to bank WalkAlongPath(path1, true); Help would be greatly appreciated, I'm new to this. It's my first script hehe. I only need to be able to open a gate and walk.

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.