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.

DarkAngel

Members
  • Joined

  • Last visited

  1. In your onPaint method just add this in. You can change the color to whatever you like, and instead of player you can use any entity. :P @Override public void onPaint(Graphics2D g){ player = myPlayer(); g.setColor(Color.CYAN); if(player != null){ g.draw(GraphicUtilities.getModelArea(this.bot, player.getGridX(), player.getGridY(), player.getZ(), player.getModel())); } } Will produce this:
  2. Baby gonna have to reuse his diapers for another week..
  3. Why do you want to draw the models though? Its a waste of cpu if you ask me. :P
  4. Ah ok, I saw this which is what I was using. I guess both ways work :P GraphicUtilities.drawModel(this.bot, g, npc.getGridX(), npc.getGridY(), npc.getZ(), npc.getModel()); this draws the actual model, you can draw the outline of the entity as well: and using your way will result in the entire area being filled. The main difference is drawModel will draw the in game model, where your way will fill in the entire area occupied by the entity.
  5. What was it?
  6. DarkAngel replied to zs4yswtf's topic in Snippets
    Why not use an enum?
  7. Clear out some space in your inbox and you will be good to go.
  8. Congratulations! Although I would not say you are free because you graduated. You will only get more responsibilities as life goes on. :P
  9. DarkAngel replied to Swaq's topic in Archive
    You have to use your own judgement to determine if the person appears to be a bike rider, or a motorcycle rider. Either way, "I ride a bike" is commonly used to refer to both a bicycle and a motorcycle. Although just judging by the dialect/wording used, I would assume whoever says, "Im gonna go ride my bike" is referring to a bicycle.

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.