Jump to content

Video tutorial: Scripting part1 (720p)


Recommended Posts

Posted (edited)

Please pick 720p xD

https://www.youtube.com/watch?v=wsBBa70sghM

 

Project code


import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;

import java.awt.*;

@ScriptManifest(author = "Hajar424", info = "The best bot ever", name = "MYBOT", version = 0, logo = "www.google.com/mylogo.png")
public class home extends Script {

    @Override
    public void onStart() {

    }

    @Override
    public int onLoop() throws InterruptedException {

        return (100);
    }

    @Override
    public void onExit() {

    }

    @Override
    public void onPaint(Graphics2D g) {

    }

}
Edited by hajar424
  • Like 4
Posted

 

Please pick 720p xD

https://www.youtube.com/watch?v=wsBBa70sghM

 

Project code


import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;

import java.awt.*;

@ScriptManifest(author = "Hajar424", info = "The best bot ever", name = "MYBOT", version = 0, logo = "www.google.com/mylogo.png")
public class home extends Script {

    @Override
    public void onStart() {

    }

    @Override
    public int onLoop() throws InterruptedException {

        return (100);
    }

    @Override
    public void onExit() {

    }

    @Override
    public void onPaint(Graphics2D g) {

    }

}

Do you also do like public tutorials through google hangouts?

Posted

can u make it 1080p or 4K please  i cant see trought pixelsbiggrin.pngbiggrin.png

 

I can but there is a problem, when i change my screen resolution to higher then i already have all the programs will get shrinked to 1/2, even if i change the window settings.

 

The only way to fix this is by reinstalling windows but i have to many important programs and i don't have time. You have to live with it, sorrywacko.png 

Posted

I can but there is a problem, when i change my screen resolution to higher then i already have all the programs will get shrinked to 1/2, even if i change the window settings.

 

The only way to fix this is by reinstalling windows but i have to many important programs and i don't have time. You have to live with it, sorrywacko.png 

that was joke im fine with it ahh ok :D

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...