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.

Intro

Featured Replies

Hello,

 

My name is dreamliner and I plan to start developing scripts for OSBot.

 

I have been programming in various different languages over the past 7 years, so I hope to pick up the syntax and API of this process pretty quickly.

 

About me-

 

I'm a mechanical engineer and have a full time job.  Programming is a hobby of mine which I like to do while I'm home.  Any time when I have downtime at work I usually work on a few side projects that I like to fool around with.  I hope this community is as helpful as it is accepting.

 

On that note, is there a default template that the other devs like to work with?

 

 

6/14 12:11 - fixed typos

Edited by dreamliner

Welcome to OSBot smile.png

 

If you meant script template, this is what I use:

import org.osbot.script.Script;
import org.osbot.script.ScriptManifest;
import java.awt.*;
@ScriptManifest(name = "", author = "", info = "", version = 1.0)
public class Script extends Script {

    @Override
    public void onStart() {

    }

    @Override
    public void onExit() {

    }

    @Override
    public int onLoop() throws InterruptedException {
    
        return 1000;
    }

    @Override
    public void onPaint(Graphics g) {

    }

}
  • Author

 

Welcome to OSBot smile.png

 

If you meant script template, this is what I use:

import org.osbot.script.Script;
import org.osbot.script.ScriptManifest;
import java.awt.*;
@ScriptManifest(name = "", author = "", info = "", version = 1.0)
public class Script extends Script {

    @Override
    public void onStart() {

    }

    @Override
    public void onExit() {

    }

    @Override
    public int onLoop() throws InterruptedException {
    
        return 1000;
    }

    @Override
    public void onPaint(Graphics g) {

    }

}

Exactly what I was looking for!

 

Thank you!

 

And thanks for the warm welcome.  I hope to contribute as much as I can to this project!

Oooo, a ME that can program. You see very few of those. Welcome!

 

We're a rare breed :P Most of us don't have the patience for it.  But it has paid of more times can I can count!

  • 5 months 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.