Jump to content

BrownBird

Members
  • Posts

    310
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by BrownBird

  1. To hop to a different world you would use getWorldHopper().hop(world); method PM me if you need anything else!
  2. Thanks I'll try it out Sweet Thanks
  3. 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?
  4. Ahh I see, the previous owner must have botted on it then.. Bought the account like 6 years ago now lol Thanks!
  5. 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"?
  6. Thank you everyone Loving the support
  7. Ahh I see, I'll try it out! Thanks! ^.^ Edit.. Not working .. just gunna play with it for now
  8. 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!
  9. 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!
  10. Hey, was just wondering why you can't interact with paints.. Like you can't hide them ect.. Why?
  11. 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!
  12. 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
  13. 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.
  14. Read the updated thread! Made some changes! Sneak peek! Enjoy 60% ready for BETA!
  15. Dedicating the next 9 days to this as I have plenty of free time and will be getting a new computer to test heavily on! See some big updates and a BETA release in early January!
  16. $19.99 will a 30% code off for 30 days and a recurring price of $4.99 100% hand coded ;)
  17. The official interface Will support most skills, BETA will be released soon!
  18. Made a new Front-Page! Check it out! http://brownbirdscripting.org/
  19. You went against what 75% of the people wanted the website to look like ;( Sorry but I needed to so when I put my own website up for my scripts it can match my UI in my scripts. EDIT: I'll make another front-page similar to #1 and post a poll on the for a there
  20. Visit the official website here! Website forums are still under development!
  21. Working on the currently, should be up next week still need moderators!
×
×
  • Create New...