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.

Need Script Paints

Featured Replies

Hey guys, I was just looking to see if someone was interested in making quite a few Script Paints that myself and Krulvis could use for ours/his scripts.

 

Currently we have finished, but not flawless:

 

Flax Picker

Flax Spinner

Cooker

 

Currently working on and not released:

 

Smelter

Silk Buyer/Seller

 

If you're interested in making any of the paints, please let me know either in the thread or via pm. I have 3 requirements however for you:

  1. Must fill up the entire area of the Chat Box!
  2. The Script name somewhere on the picture!
  3. Be Creative!

Thanks for taking your time to read this, and if you decide to design one, thanks as well.

 

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 ^

 

Edited by tazo

If you can find out the size of the Chat box I can do this.

  • 2 weeks later...
Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

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.