hajar424 Posted July 22, 2015 Posted July 22, 2015 (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 July 22, 2015 by hajar424 4
Chris Posted July 22, 2015 Posted July 22, 2015 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?
Def Posted July 22, 2015 Posted July 22, 2015 (edited) can u make it 1080p or 4K please i cant see trought pixels Edited July 22, 2015 by Def
hajar424 Posted July 22, 2015 Author Posted July 22, 2015 can u make it 1080p or 4K please i cant see trought pixels 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, sorry
Gold Scripts Posted July 22, 2015 Posted July 22, 2015 Great job man, it's nice to see some up to date videos being posted
Def Posted July 22, 2015 Posted July 22, 2015 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, sorry that was joke im fine with it ahh ok
suffer4real Posted July 22, 2015 Posted July 22, 2015 it's great start atleast for me i am a noob in this so i hope i can learn from you ;)
RickyD Posted July 29, 2015 Posted July 29, 2015 (edited) Please pick 720p xD Project code Very nice! Edited July 29, 2015 by RickyD