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.

codingstyle

Members
  • Joined

  • Last visited

Everything posted by codingstyle

  1. http://docs.oracle.com/javase/tutorial/java/ even if you know most of the stuff there read it all again, because you may have some bad habits, which you didn't know of Also you will leran java naming conventions
  2. I know that this will sound a bit fussy, but you really have to work on your java naming conventions. This will improve the readability and quality of your code so much in the long term! things i recognised: Objects = lowercase (Script s) use the final keyword (final Script s, final boolean direction, ....) Things i don't understand: if(direction) { for(int u = 0; u < fullPath.size(); u++) { Position p = fullPath.get(u); if(S.distance(p) < 11) { int xOffSet = MethodProvider.random(3)-1; int yOffSet = MethodProvider.random(3)-1; return new Position(p.getX()+ xOffSet,p.getY()+yOffSet,S.myZ()); } } } else { for(int u = fullPath.size()-1; u > 0; u=u-1) { Position p = fullPath.get(u); if(S.distance(p) < 10) { int xOffSet = MethodProvider.random(5)-2; int yOffSet = MethodProvider.random(5)-2; return new Position(p.getX()+ xOffSet,p.getY()+yOffSet,S.myZ()); } } } why do you have different offset based on the direction your walking? why do you have different conditions? (S.distance(p) < 10 ...... S.distance(p) < 11) please rework the things i told you and post again Edit: make Script private and rethink private/public on your methods...
  3. using u++ but u = u-1 seriously? (u--) Useful class btw.
  4. lol that's what I tried to do already many times, but the point is that it doesn't accept my registered email address.... probably it was changed.....
  5. well I already tried it on the rs website.. / I just found out it's not only my 07 accounts.......
  6. Ok is there some sort of new ban? Because when I tried to log in it's just saying invalid username/password. That's happening to all of my 07 accounts.. Is this a new ban or did I just got hacked? (probably)

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.