Jump to content

Video tutorial: Scripting part1 (720p)


hajar424

Recommended Posts

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
Link to comment
Share on other sites

 

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?

Link to comment
Share on other sites

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 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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