-
OSRS ~80-80-80 accounts! Check them out! NMZ ready!
Acc #2 sold to @jackshow
-
OSRS ~80-80-80 accounts! Check them out! NMZ ready!
Account #1 sold to @jackshow!
-
OSRS ~80-80-80 accounts! Check them out! NMZ ready!
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.
-
AIO Construction
Great. And the script is looking good mate
-
AIO Construction
Paint is messy where the logo is. You could move the logo so it would be more readable.
-
How do I make a GUI for my script?
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
-
How do I make a GUI for my script?
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.
-
Looking for 70/70/70 ish accounts
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
-
#1 VPS Shop On OSBot [Trusted 200+FB/$100 Donor/Lifetime Sponsor] Fastest Network-Best Prices-24 Hour Trials [24/7 Support & Live Chat]-[Weekly Sales]
The VPS I bought is now running perfectly! Thank you mate
-
#1 VPS Shop On OSBot [Trusted 200+FB/$100 Donor/Lifetime Sponsor] Fastest Network-Best Prices-24 Hour Trials [24/7 Support & Live Chat]-[Weekly Sales]
Currently purchasing my first VPS! So excited
-
Midnight Blue's custom script skeleton, good for beginner scripts! :-)
I think it is just more complicated for new scripters
-
mRangeGuild -- Ranging Guild Script
Nice script mate Just a hint: the paint is little messy.
- Fruity NMZ
- OSBot 2.3.65 - Midweek Patches
-
Hobbies?
Gym, trampolining, driving motorcycle and programming