Everything posted by Jack
-
Take a picture of your browser...
- Best bot to use to train a level 3?
http://osbot.org/forum/topic/30457-duel-arena-trainer-low-ban-rate-great-exp-no-training-cost/- Buying bulk trouts/salmon
- My hobby other than scripting. (Lego)
ldd.lego.com- My hobby other than scripting. (Lego)
This is what I do when I'm bored. Sub to me to see more.- Selling Obby Mauler
- Selling Obby Mauler
- Massive Lvl1 clue scrolls data dump
omg all the info for a clue scroll script...- WTF FAGEX
- Jack's Quest Script!
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.- Jack's Quest Script!
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- Vet rank
- Mini Screen to see your bots!
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); }- My Failure
- Selling Obby Mauler
A/W 8m or best offer by the time i need to sell it.- false neg feedback
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- Selling Obby Mauler
- Need some low level stuff
go to al karid scimitar shop...- Twitch IRC Bot/View bot (new dev blog)
Is there an open source twitch api?- Osbot Client Closed For Everyone?
I have had problems too.- how much money does a good gold farmer make a day? :D
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.- HACKED
- Buying twitch accounts
- HACKED
- HACKED
- Best bot to use to train a level 3?