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.

moore

Trade With Caution
  • Joined

  • Last visited

  1. Acc #2 sold to @jackshow
  2. Account #1 sold to @jackshow!
  3. Reason for selling these accs is that my VPS I ran these accs with afking nmz was taken down and I don't feel like running 3 clients on my own computer 24/7 so I decided to sell these accs. On purchase the email address will be changed to yours. #1 Account -> SOLD 25M #2 Account -> SOLD 5M #3 Account -> Autowin is 20M - Current bid 10M Payment is Oldschool Runescape gold. We will use mm if you don't want to go first as it is safer for both of us. We both will leave feedback after trade is done. I will take bids on these accounts so make sure you post your Skype and your offer below! Also add my Skype -> mirojantti If you have any questions add my Skype or PM me here.
  4. Great. And the script is looking good mate
  5. Paint is messy where the logo is. You could move the logo so it would be more readable.
  6. Here I made it quickly for you public class GUI extends JFrame { private JPanel contentPane; public JButton btnNewButton; public JComboBox<String> comboBox; public GUI() { setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); setBounds(100, 100, 148, 108); contentPane = new JPanel(); contentPane.setBorder(new EmptyBorder(5, 5, 5, 5)); setContentPane(contentPane); contentPane.setLayout(null); btnNewButton = new JButton("New button"); btnNewButton.addActionListener(ae -> setVisible(false)); btnNewButton.setBounds(20, 42, 89, 23); contentPane.add(btnNewButton); comboBox = new JComboBox<String>(); comboBox.setModel(new DefaultComboBoxModel<String>(new String[] {"Willow", "Yew"})); comboBox.setBounds(10, 11, 121, 20); contentPane.add(comboBox); } } Also in your onStart private int tree; //0 -> willow, 1 -> yew public void onStart() { GUI g = new GUI(); g.setVisible(true); while(g.isVisible()) {} tree = g.comboBox.getSelectedIndex(); } And btw API has nothing to do with gui
  7. Create new class for the GUI (I prefer Eclipse Windowbuilder) and create new JFrame. Then in your onStart() method set the gui visible and while it is visible read the data. And ofcourse a button to hide the gui and start the script.
  8. Buying 70/70/70 accounts If you have one add my skype: mirojantti We'll talk about prices and who is going first on skype. Currently: not buying
  9. I think it is just more complicated for new scripters
  10. Nice script mate Just a hint: the paint is little messy.
  11. moore replied to Fruity's topic in Minigames
    Damn it looks great mate
  12. thanks alek
  13. moore replied to Nyan Cat's topic in Spam/Off Topic
    Gym, trampolining, driving motorcycle and programming

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.