Everything posted by Fruity
- Fruity NMZ
-
hmm
Vet looks nice . am i allowed it?
- Fruity NMZ
-
Fruity NMZ
'o.O very nice stats you going for?
-
Fruity NMZ
Its not bother was just saying aha. Ill try get it out asap
-
Fruity NMZ
Im not 100% sure as i h`ve work and college and things going on. not always working on it.
- nice life mate
-
So I Received An Interesting Sequence of Skype Mesages...
Who knew asking about hobbies would get her going lel
-
Fruity NMZ
Ill have to look into how i would do that and detect the Powerups on mirror ect. so its a MAYBE atm :P. Thanks for img though
-
EScript - Uniquely Diverse Bots
I was thinking of something like this yesterday omg 'o.O was a nice read imo. with the goals - I was thinking with the same thing but instead of level goals like requirments for quests and all that jazz (BASICLY LEVEL GOALS WITH A REASON LOL).
-
Fruity NMZ
Oh why thank you! :P Got this sorted through pms! Aye i will do Added quick fix that toggles Auto Retaliate if you dont have it on!
-
Iron man question.
Thats the fun of iron man. Learn what to do as you need it. google has alot of tips tho >.>
- Timer snippet [Java 8]
-
NEED UK GRIME/ US RAP RECOMMENDATIONS
Classic Grime.
-
If you could fuse with any other OSBot member?
Lmao xD
-
If you could fuse with any other OSBot member?
Who would it be and why? What would your fusion name be, what powers would you have and how would you fuse? - Muffins How would your fusion look like? - A Fruity Muffin Are you good or evil? - Evil - Who likes Fruity Muffins? What is your purpose? - Would make people think we are choc chip but NOOOOOO we have Raisins!
-
Fruity NMZ
I am working on absorptions and thinking of a DH Mode and a Guthan Mode. I am glad! :P
-
sample code request
http://osbot.org/api/org/osbot/rs07/api/Bank.html http://osbot.org/api/org/osbot/rs07/api/model/Item.html Ill write some samples when i can do. but id recommend looking at them for the methods. Also have a look in the tutorials section of the forums and see if there is anything there that might help you. http://osbot.org/forum/forum/250-tutorials/
-
★☆Selling Rs07 Gold $2.5+★☆[200+Feedback]★☆[RServiceGeeks]★☆[Lifetime Sponsor + $100 Donor]★☆[PP/WU/Skrill/BTC]
got 50m ty.
-
[Fruity] Buying upto 50m 07 gp [Paypals]
Noted will see if i get any other offers before i make me decision
-
[Fruity] Buying upto 50m 07 gp [Paypals]
Title says it all please post how much you have to sell and what rate you are looking for. Bought 0/50m 07gp
-
Fruity NMZ
Im not 100% sure sorry and atm i have not been banned from 50/50/45 - 75/90/45. XP/Hr im not 100% sure on them stats sorry D:
-
OSBot (Free)
Would you want to spend hours making a script for people to have it for free and not even say thanks (Most of the time)? Also $2-$10 is dirt cheap imo
-
Warriors Guild Auto Shotpu
aha fair enough
-
Warriors Guild Auto Shotpu
Change the potion to what potion you are using and remove the 'sA.' because it is in your main class. Makes checking/Drinking potions cleaner public void drinkPotion() throws InterruptedException { if (invContainsPotion()) { if (sA.getInventory().interactWithNameThatContains( "Drink", "Overload")) { } } } public boolean invContainsPotion() { for (int i = 0; i <= 4; i++) { if (sA.getInventory().contains("Overload (" + i + ")")) { return true; } } return false; }