Everything posted by Vilius
-
OMG Gyazo sneakily updated itself!
windows10?
-
Getting information about myPlayer from the gui class
class GUI{ MethodProvider m; public GUI(MethodProvider m){ this.m = m; } //example method private Position getPos(){ return m.myPlayer().getPosition(); } } class YourScript extends Script{ GUI gui = new GUI(this); public void onStart(){ gui.setVisible(true); } } Something like that should work
-
Spotify premium 0.99$ for 3months (how to)
Alright so spotify is doing this thingy mabob. You can create a new account, get the 7 week trial and they will give you offer for 0.99$ 3 months of spotify premium. If you do that, just cancel the subscription so you wont be charged 7$ after 3 months pls like if dis helped u
-
PrayFlicking?
if(!getPrayer().isActivated(PrayerButton.PIETY)){ getPrayer().set(PrayerButton.PIETY, true); }else{ getPrayer().set(PrayerButton.PIETY, false); } This is just the basics, modify irpt how you like
-
Dedodated wam on the server?
- What music do you listen to?
Just random spotify playlists. Whatever floats my boat that day.- I need a judge than 5 seconds code,
Oh its that guy lmao. 1second is 1000ms which you are using right now- Ran across some bots with the best anti-ban ever. Kappa
wat- Support the future of botting
Lol k- Mod Mark caught naked @ McDonalds
Nice clickbait- Low lvl halo/cw top acc
has one http://osbot.org/forum/topic/98174-selling-level-3s-with-halo-decorative-ranged-top/ Its a fresh account, has no stats on it though.- I did it!
SoonTM, rendering the video rn- I did it!
- A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
Depends on you, if you want to learn it you will, if not then no bueno- A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
Java is the only language you can do it.- Void melee helm
Oh yeah sorry bout that, forgot about it. cmb 82, melee 63/56/70 range 81 magic 81. I got bpipe and what not.- Void melee helm
I need one melee helm from 0pts, I'm short the melee one Post prices below!- DRAW #3 ✮ LOTTO ✮ CHANCE TO WIN GP!
DN#2 7, 10, 12, 22, 24, 44 3, 14, 16, 33, 37, 42- trouble with downloading OSbot client
download jarfix and run it- Help me?
Atleast spell my name correctly you pillock- Help me?
Man, Im sorry for you. I cant really speak anything about relationships because I never was in one. But just dont start doing anything irrational. I see you are starting to put yourself down like its your fault, but it isnt.- Any experienced scripter willing to help?
Sure, PM me with your skype.- NPC Trading problem
Check line 100 in your code somewhere is a null pointer exception, but it might be something with the api, Im not really sure.- NPC Trading problem
Yes somethink like that, if that doesnt work use a null check on the store.Because when you did .getAmount() it tried accessing a nulled objects info. To avoid that you would do: Store exampleStore = getStore(); if(exampleStore != null && exampleStore.isOpen()){ if(exampleStore.getAmount("item") > 200){ //Buy } } That should do the buying- NPC Trading problem
Your logic is a bit off, you should only trade the npc when store window is closed and buy when its opened, you are getting that npe because it thinks thw store is open and tries buying stuff. The error is at .getAmount() Will EDIT more info in a few gota catch a bus. - What music do you listen to?