Skip 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.

Jack

Members
  • Joined

  • Last visited

Everything posted by Jack

  1. 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?
  2. I just wanted to see if anyone caught anything I missed for osbot 2. I should be updating when I can add more methods.
  3. 1. the scripter would put whatever that want here? 2/3. adding it now
  4. 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() { } }
  5. That looks like the vsause font: http://www.dafont.com/alsina.font
  6. Jack replied to Maxi's topic in Releases
    nice
  7. Jack replied to YinZ's topic in Spam/Off Topic
    i was about to post that you fked that calculation up
  8. Jack replied to YinZ's topic in Spam/Off Topic
    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?
  9. Jack replied to Hermitrage's topic in Botting & Bans
    you have a loose definition of "play"
  10. that seems reasonable
  11. 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?
  12. 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);
  13. Congrats!
  14. hi best friend
  15. Jack posted a topic in Spam/Off Topic
    Blackhawks lost. Kings suck. Time to scamquit. http://osbot.org/forum/topic/47188-which-team-wins-the-stanley-cup/#entry529091
  16. Ive been on here for a year and 13 days :P Youtubers were making money making vids of stealing silk for 20k/hr
  17. 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:
  18. Next time dont have bing as you default search option...
  19. http://thebest404pageever.com/swf/Big_Shake.swf
  20. You can play around with my calculator to see what might work: http://jackhallam.net/Utilities/SC/
  21. Jack replied to brazzers's topic in Runescape
    My name is Jack
  22. Jack replied to YinZ's topic in Spam/Off Topic
    someMethod(){/* Some Code */}; ?
  23. Jack replied to YinZ's topic in Spam/Off Topic
    right

Account

Navigation

Search

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.