Jump to content

Joseph

Trade With Caution
  • Posts

    4692
  • Joined

  • Last visited

  • Feedback

    91.3%

Everything posted by Joseph

  1. How is this going to work out?
  2. Joseph

    Download time

    it worked for me
  3. I certainly do! I've heard some nice ass dubstep lately, with raw as drops. I'm just here to post some nice song I would like thoses who also like dubstep, to hear. If you have any good song you would like other to hear post the name/link of the song. Please listen to the whole song. Or at least wait for the drop , you won't be disappointed. I will be adding links from soundcloud and not the name of the song because I'm too lazy. 11-2-13 http://soundcloud.com/dubstep/buddha-finger-by-point-blank http://soundcloud.com/dubstep/limitless-by-spag-heddy-eh-de http://soundcloud.com/terravita/terravita-we-are-alive-free http://soundcloud.com/favright/iceladen http://soundcloud.com/dubstep/murder-style-by-datsik http://soundcloud.com/electro/out-of-here-by-phonaddict
  4. Joseph

    Simple Walking

    I'm getting an error, because I'm trying to implement your walking class, but when I add Walk walk = new Walk(this); I get an error for the word "this"
  5. nice bank :P, just trying to change my post count lol 666
  6. nice, good luck with the script
  7. we noticed a lot time ago, it does miss-click, but the nice and helpful community created a couple different method that will support the run button with out miss -clickes http://osbot.org/forum/topic/21300-temp-fix-to-toggling-run-onoff/
  8. wow big money baller, my method is 4 line and still does the same thing that yours does :P
  9. Add some failsafes to that. what you mean failsafe, it always get it on the first try lol
  10. private void toogleRun() throws InterruptedException { if (client.getRunEnergy()>=50 && !this.isRunning()) { selectInterfaceOption(548, 34, "Options"); sleep(random(1200, 1800)); selectInterfaceOption(261, 34, "Toggle Run"); sleep(random(1200, 1800)); } } mine
  11. wow thats all i got to say,
  12. sounds good, i would like to help. Scripter
  13. Yes, please and thank you
  14. This project allows you to choose from three different scripts. The scripts are: "bucket buyer, slime collecter, and ectofuntus". Bucket buyer- it buys buckets for you at a local general shop by ecto. Slime collecter- will refill empty buckets, with slime. Ectofuntus- will take the required items, crush up the bones, and pray on the ectofuntus. Already done: Basic GUI. All three scripts work flawlessly. Hide paint. Turns on run. (Bucket buyer) World hops to buy more buckets. Opens door, at the shop. (Slime collecter) Uses short cut. (EctoFuntus) Uses only dragon bone. Grab the ecto-token for you. Working on: The information on the paint. Improving the open door method. Future improvement: Add more bones Might add buy bucket of slime from the port. Banking.
  15. Joseph

    Simple Walking

    thanks, im try it out. edit- in this path, can you walk reverse?
  16. Dam cuz look at wen I joined and I still don't have my veteran. I think it has to do the date you join and also your post count
  17. i get this NPE when i try using your script
  18. so ive been working on an All in one, power wood cutting/fletcher. Mainly what it does it will cut down, the tree you want. then it will fletch the logs into whatever type of bow/arrow shaft you would like to fletch. Once it done fletching it will of course drop it. Not fully done yet. what it has so far: Cut all main trees. (regular tree,oak,willow,maple,yew,magic) Fletch all main bows. (arrows shafts, all short bows, all long bows) Fixes fallen axe head. Will pick up knife and axe, if its ever drop (for whatever reason) A bit of anti-ban. GUI. avoids ent trees. what i still need to work on: Paint A better GUI A better Anti-ban picture of GUI doesnt look to pretty. this was my first GUI. But gets the job done. will improve on the gui look.
  19. you wouldnt put WalkAlongPath(path1, true); in your onStart(). You put it in your onLoop();
  20. for some reason my time zone setting it is complete different. So the time is totally off. i try going to my profile and then setting. i click on the box to change time zone. but it would let me choose any. i is literally a small square drop box. but there isnt any drop so i cant choose another time zone.
  21. You going to upload this to the Snd or local scripts?
  22. They have method like that in the API. Under method provider and also under client you could do IsRunning(); It will check to see if your running. setRunning(); Which will turn on or off your run. Depending on what your current run is, if its walking it will make it run. If it running it will turn walk on. client.getRunEnergy() > 30 It will check how much rune percent you have.
  23. I'll use it, if it was released
×
×
  • Create New...