Everything posted by Jack
-
Calvin Harris Anyone?
https://www.youtube.com/watch?v=hfrZE0jCOCQ#t=76 (1:30-2:00) The way that "Green Valley" transitions into "Bounce" gives me the chills. https://www.youtube.com/watch?v=hfrZE0jCOCQ#t=2023 (33:43) I don't think this genre of music exists. Its like he took Ronald Jenkees and uped the "coolness". What do you guys think?
-
Simple Osbot 2 Script Skeleton
I just wanted to see if anyone caught anything I missed for osbot 2. I should be updating when I can add more methods.
-
Simple Osbot 2 Script Skeleton
1. the scripter would put whatever that want here? 2/3. adding it now
-
Simple Osbot 2 Script Skeleton
import java.awt.*; import javax.imageio.ImageIO; import org.osbot.rs07.api.ui.Message; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.io.IOException; import java.net.URL; @ScriptManifest(author = "Jack", name = "", version = 0.1, info = "", logo = "") public class Core extends Script { long startTime = 0; private final Image paintImage = getImage(""); int mouseX,mouseY; BasicStroke mouseStroke = new BasicStroke(1); public void onStart() { startTime = System.currentTimeMillis(); getBot().setHumanInputEnabled(false); } public int onLoop()throws InterruptedException{ return random(300, 400); } public void onPaint(Graphics2D g){ g.setStroke(mouseStroke); g.setColor(Color.WHITE); mouseX = mouse.getPosition().x; mouseY = mouse.getPosition().y; g.drawLine(mouseX-6, mouseY-6, mouseX+6, mouseY+6); g.drawLine(mouseX-6, mouseY+6, mouseX+6, mouseY-6); } public void onMessage(Message message) { if(message!=null){ } } private Image getImage(String url) { try { return ImageIO.read(new URL(url)); } catch(IOException e) { return null; } } public void onExit() { } }
-
invalid username?
That looks like the vsause font: http://www.dafont.com/alsina.font
- OSBot 1.8.14
-
maths - true/false
i was about to post that you fked that calculation up
-
maths - true/false
4^2 = 16 total outcomes. 4 ways of winning exactly 2. 4/16 = 1/4 False. Source: Who doesnt know this? So thats what they teach in England?
-
Oh Fagex
you have a loose definition of "play"
-
Congrats Ericthecmh
- Why do we call coins "GP"?
- Why do we call coins "GP"?
that seems reasonable- Why do we call coins "GP"?
I know its "Gold Pieces", but the in game name is and always has been "Coins". When did people start saying gp? Ever since Ive been paying (7-8 years) I have referred to it as gp. How did it stick?- Osbot 2 Collision flags and rooms
sorry a little off topic but chatbox is down. how do i get my player skill stats in osbot 2? client.getSkills().getLevel(Skill.ATTACK); ^ that no longer works is it getSkills().getDynamic(Skill.ATTACK); or getSkills().getStatic(Skill.ATTACK);- main got hacked, i have nothing now
- List of past events - V6!
hi best friend- Blackhawks lost
Blackhawks lost. Kings suck. Time to scamquit. http://osbot.org/forum/topic/47188-which-team-wins-the-stanley-cup/#entry529091- 1 year ago today throwback
Ive been on here for a year and 13 days :P Youtubers were making money making vids of stealing silk for 20k/hr- [FORUM GAME] How many versions of osbot do you have?
How many versions of osbot do you have? How old are they? Post your pictures below I deleted quite a few but here are some:- Frist Ever Ban On Runescape
Next time dont have bing as you default search option...- Someone is getting dominoes pizza tonight
http://thebest404pageever.com/swf/Big_Shake.swf- Best staking stats?
You can play around with my calculator to see what might work: http://jackhallam.net/Utilities/SC/- in terms of staking
- Programmers
someMethod(){/* Some Code */}; ?- Programmers
- Why do we call coins "GP"?