Everything posted by BrownBird
-
How would I get the Z coordinate..?
Opps :p I mean't through the client, I'm not sure what Z coord I'm currently on and I cannot find out how to get it..
- How would I get the Z coordinate..?
-
WorldHopper Question
To hop to a different world you would use getWorldHopper().hop(world); method PM me if you need anything else!
-
Item on a Table
Thanks I'll try it out Sweet Thanks
-
Item on a Table
Having issues with interacting with a groundObject on a table, of course when you use grountItem to interact with it'll look for it on the tile but what if it's on a table? Is there a work around for this?
- Having to fun ^.^
-
Runescape account just deleted?
Ahh I see, the previous owner must have botted on it then.. Bought the account like 6 years ago now lol Thanks!
-
Runescape account just deleted?
But I don't bot on this account..
-
Runescape account just deleted?
I've been actively playing Runescape with my main account since I've returned and today I tried to login.. But when I did it said email/password not correct.. So I changed my password scanned my computer and nothing was found.. So I looked up on the highscores with my account name but it's not on the highscores? Anyone else having this problem? Also when I received an email saying I could change my password it says "Username Not Available"?
-
I'm back!
Thank you everyone Loving the support
-
Interactable Paint - Not working on OSBot 2 .. ?
Ahh I see, I'll try it out! Thanks! ^.^ Edit.. Not working .. just gunna play with it for now
-
Interactable Paint - Not working on OSBot 2 .. ?
I've made all my scripts with intractable paints.. The code I am currently using doesn't work? boolean hide; Point p; Rectangle hideBox = new Rectangle(52, 41, 70, 81); public void mouseEntered(MouseEvent e) { p = e.getPoint(); if(hideBox.contains(p) && !hide) { hide= true; } else if(hideBox.contains(p) && hide){ hide = false; } } and then in the paint section.. if (!hide) { g.drawString("Showing Paint...", 0,0) } else { g.drawString("Not Showing PAint...",0,0) Thanks for the help!
-
I'm back!
Hey everyone! Sorry that I've been absent! I recently just moved without notice and it took longer than expected to get internet again! Sorry for creating any inconveniences! I'll be back to making scripts!
-
Interactable Paint - Not working on OSBot 2 .. ?
Hey, was just wondering why you can't interact with paints.. Like you can't hide them ect.. Why?
-
Lvl 97 OSR || Maxed RS3
Selling my main because I'm focusing on scripting more! A/W - 35M OSR Quests - Skills - Combat Stats - Untradables would be - 2.1k warrior guild tokens, all holiday customs, normal/ ninja greegree, adamandt/ 3 rune defenders, fighter torso, salve amulet, ectophial Quests - Most important ones are done ---- For RS3 ---- Quests - Skills - 6 99 skills, 93 dung, maxed combat, most holiday items, rapiers (off hand & on hand), dragon defender, fighter hat/ torso Offenses -
-
Price Check Please
Updated with RS3 pictures and the offences!
- Price Check Please
-
Price Check Please
Quests - Skills - Combat Stats - Untradables would be - 2.1k warrior guild tokens, all holiday customs, normal/ ninja greegree, adamandt/ 3 rune defenders, fighter torso, salve amulet, ectophial Quests - Most important ones are done ---- For RS3 ---- Quests - Skills - 6 99 skills, 93 dung, maxed combat, most holiday items, rapiers (off hand & on hand), dragon defender, fighter hat/ torso Offenses -
-
Leaving soon
Staying for the next 5-7 months maybe longer! Maybe agility scrip will be finished /thread thanks
-
Leaving soon
Hope everyone is successful in the future Wishing you all a good luck! Bye Here's the code to the multi script hope you guys can learn from it! Although it was still in beta and is a bit messy Enjoy!
-
Multi Script.. By BrownBird!
Stopping development because it was declined to be uploaded to the SDN. It was declined because I made a post that said I was leaving after the release of the multi script. I was developing it so it could not be broken by RS updates due to only using names and not IDs. Sorry, was fun coding it! Thank you all for the support!
-
Multi Script.. By BrownBird!
Decided to put Thieving on hold, currently working on MAgic(Teleporting) and crafting and planning on releasing sometime soon for beta! Edit: Done the magic, testing then integrating my anti-ban then going to work on the crafting. Edit 2: Pushed to the SDN! Expect it uploaded soon! Left crafting out of this release as I only had a bow stringer currently coded and I want to add more to it
- Lag?
-
Multi Script.. By BrownBird!
Just finished fletching today will be working on thieving should be done by tonight money making will take sometime to add scripts to so that will be a WIP for awhile.
-
Multi Script.. By BrownBird!
Read the updated thread! Made some changes! Sneak peek! Enjoy 60% ready for BETA!