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.

tazo

Trade With Caution
  • Joined

  • Last visited

Everything posted by tazo

  1. tazo replied to Krulvis's topic in Archive
    Yeah i agree, should definitively work on a rogues den script.
  2. tazo replied to Speakmore's topic in Archive
    Needed Imports: import java.awt.*;import javax.imageio.ImageIO;import java.io.IOException;import java.net.URL; onRepaint method (and variable declarations): //START: Code generated by Tazo private Image getImage(String url) { try { return ImageIO.read(new URL(url)); } catch(IOException e) { return null; } } private final Color color1 = new Color(0, 255, 51, 56); private final Color color2 = new Color(0, 153, 51); private final Font font1 = new Font("Arial", 1, 18); private final Image img1 = getImage("http://www.rpgstash.com/runescape/523-large_default/flax.jpg"); private final Image img2 = getImage("http://i.imgur.com/CjgdDJZ.png"); public void onRepaint(Graphics g1) { Graphics2D g = (Graphics2D)g1; g.setColor(color1); g.fillRect(0, 338, 520, 140); g.setFont(font1); g.setColor(color2); g.drawString("Run Time:", 25, 425); g.drawImage(img1, 350, 325, null); g.drawString("Flaxs Picked:", 25, 450); g.drawImage(img2, 25, 325, null); } //END: Code generated by Tazo FlaxPicker ^ Needed Imports: import java.awt.*;import javax.imageio.ImageIO;import java.io.IOException;import java.net.URL; onRepaint method (and variable declarations): //START: Code generated by Tazo private Image getImage(String url) { try { return ImageIO.read(new URL(url)); } catch(IOException e) { return null; } } private final Color color1 = new Color(153, 51, 0, 189); private final Color color2 = new Color(0, 0, 0); private final BasicStroke stroke1 = new BasicStroke(1); private final Font font1 = new Font("Arial", 1, 18); private final Image img1 = getImage("http://i.imgur.com/obOyOAz.png"); private final Image img2 = getImage("http://www.runehq.com/image/geitems/b/bow-string.gif"); public void onRepaint(Graphics g1) { Graphics2D g = (Graphics2D)g1; g.setColor(color1); g.fillRect(1, 337, 520, 142); g.setColor(color2); g.setStroke(stroke1); g.drawRect(1, 337, 520, 142); g.setFont(font1); g.drawString("Flaxs Spinned:", 25, 450); g.drawString("Run Time:", 25, 425); g.drawString("Exp gained:", 25, 400); g.drawImage(img1, 75, 300, null); g.drawImage(img2, 400, 375, null); } //END: Code generated by Tazo Flax Spinner ^ Needed Imports: import java.awt.*;import javax.imageio.ImageIO;import java.io.IOException;import java.net.URL; onRepaint method (and variable declarations): //START: Code generated by Tazo private Image getImage(String url) { try { return ImageIO.read(new URL(url)); } catch(IOException e) { return null; } } private final Color color1 = new Color(153, 0, 153, 171); private final Color color2 = new Color(0, 0, 0); private final Color color3 = new Color(204, 0, 0); private final Color color4 = new Color(153, 0, 153); private final BasicStroke stroke1 = new BasicStroke(5); private final Font font1 = new Font("Arial", 1, 14); private final Font font2 = new Font("Vani", 1, 32); private final Image img1 = getImage("http://images3.wikia.nocookie.net/__cb20110727152444/runescape/images/thumb/c/c9/Cooking_cape_equipped.png/60px-Cooking_cape_equipped.png"); public void onRepaint(Graphics g1) { Graphics2D g = (Graphics2D)g1; g.setColor(color1); g.fillRoundRect(7, 344, 504, 134, 16, 16); g.setColor(color2); g.setStroke(stroke1); g.drawRoundRect(7, 344, 504, 134, 16, 16); g.setColor(color1); g.fillRoundRect(548, 203, 190, 263, 16, 16); g.setColor(color2); g.drawRoundRect(548, 203, 190, 263, 16, 16); g.setFont(font1); g.setColor(color3); g.drawString("Process:", 16, 471); g.drawString("Time Running:", 16, 442); g.drawString("Experience:", 15, 412); g.drawString("Cooked:", 15, 385); g.drawImage(img1, 440, 311, null); g.setFont(font2); g.setColor(color4); g.drawString("Cooker", 176, 368); } //END: Code generated by Tazo Cooker ^
  3. tazo replied to Aloha's topic in Archive
    can you please provide me this information: Title: (example: Mining Bot) Run ups: (Example: Experiences gained, ores cut ,etc.)
  4. tazo replied to LiamBaby's topic in Archive
    Is there a way to toggle looting? perhaps have an option to not loot anything. my bot has Full inventory of cow junk, and it keeps clicking on the cowhide on the floor when it has full inventory. its stopping the bot from killing the cows

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.