Jump 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. http://osbot.org/forum/topic/30457-duel-arena-trainer-low-ban-rate-great-exp-no-training-cost/
  2. I have 1k salmon
  3. ldd.lego.com
  4. This is what I do when I'm bored. Sub to me to see more.
  5. Jack replied to Jack's topic in Archive
    close thread please
  6. Jack replied to Jack's topic in Archive
    confirmed
  7. omg all the info for a clue scroll script...
  8. Jack posted a topic in Archive
  9. Jack replied to Jack's topic in Projects
    You have to go make the flour, get the egg, and milk the cow. It is just going to be the first quest. Im starting easy and getting harder.
  10. Jack posted a topic in Projects
    I have almost finished a base for a script that will flawlessly do quests. I need: Quests I should add Skypes of users willing to test quests on their accounts. (Mostly lvl 3 accounts for now) The first quest I am making is "The Cooks Assistant" to test the system I am using to write the scripts. Any feedback is welcome
  11. Jack replied to shiloh3's topic in Archive
    lol i joined in may and cant get one
  12. Hi scripters. Here is code to put a mini screen the user can use to babysit their bot. import java.awt.BorderLayout; import java.awt.Graphics; import java.awt.image.BufferedImage; import javax.swing.JFrame; import javax.swing.JPanel; public class GUI extends JFrame{ private JPanel contentPane; BufferedImage capture; public GUI() { setResizable(false); setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE); setSize(384, 255); contentPane = new JPanel(); setContentPane(contentPane); JPanel panel = new JPanel(); contentPane.add(panel, BorderLayout.CENTER); } public void paint(Graphics g) { g.drawImage(capture,2,30,getContentPane().getWidth(),getContentPane().getHeight(),getContentPane()); } public void setImage(BufferedImage image) { capture = image; } } How to Implement: BufferedImage capture; GUI gui; public int onLoop() throws InterruptedException { capture = client.getColorPicker().getBufferedImage(); gui.setImage(capture); gui.repaint(); return 200; } public void onStart(){ gui = new GUI(); gui.setVisible(true); }
  13. Jack replied to Trustmybet's topic in Spam/Off Topic
    ((e^3)/2)/10
  14. Jack replied to Jack's topic in Archive
    A/W 8m or best offer by the time i need to sell it.
  15. Jack posted a topic in Archive
    Disputed Member:[member=magsimo] Why it should be removed: it is not a trasaction Details: he left neg feedback fr no reason Link to topic:http://osbot.org/forum/user/5827-25sittin25m/?tab=feedback
  16. Jack posted a topic in Archive
    sold please close
  17. go to al karid scimitar shop...
  18. Is there an open source twitch api?
  19. I have had problems too.
  20. if you run 6 bots at 60k hour for 20 hours a day then you would make 7.2 mil a day or about $18 a day. The start up for this would be about $60 though.
  21. Jack replied to Jack's topic in Archive
    I dont want to blame you but you have seen the chaos that has gone around recently. No one can be trusted.
  22. Jack replied to mathew's topic in Archive
    added you on skype
  23. Jack replied to Jack's topic in Archive
    I ran malware bytes and it found about 30 things. Im just restoring my computer though because ive been meaning to do it for a while.
  24. Jack replied to Jack's topic in Archive
    I have a bank pin

Account

Navigation

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.