Jump to content

Joseph

Trade With Caution
  • Posts

    4692
  • Joined

  • Last visited

  • Feedback

    91.3%

Everything posted by Joseph

  1. Where exactly were you mining at, if you say mother load, i wouldnt be surprised .
  2. whenever you feel like trying out the trial, and you have a decent crafting level, feel free to request it. This thread is going to be here for a while.
  3. This will be used for all of my Premium scripts. My current premium scripts are: Ds AIO Crafter If you would like to try out my script. Im giving out free 24+ hour trials. You dont get to request how long. It just varies, if i have enough auths, on my mood, laziness, or IRL issues. But pretty much i like to give everybody a good amount of time with the script. Simply request which script you would like to use. Once the trial is over, please leave a little feedback on the thread. Im only allow to give out 5 trials at a time. If you experience any trouble feel free to give me a pm. Past Trials: Crafter
  4. um please remember that theres different time zone. So.......
  5. I got you http://osbot.org/forum/topic/57557-ds-aio-prayer/#entry641340
  6. But look at his snippet it was java class, that he took from the snippet or tutorial section. That the reason why i said to change the extension. If i knew and or didnt know it was java snippet i wouldnt never told him to change it to .java
  7. i was checking the widgets child to see if it contains the the orb to interact with it. Since the api doesnt contain a method. Also i only supplying the basic, the get run energy and stuff they could add it in there self. edit op too
  8. first of all its not grovvy its java. So change Skeleton.groovy to Skeleton.java. Also dont forget to compile your script, into the script folder in your osbot folder. (so you should have a skeleton.jar in your script folder) Also the api has been organized more instead of having one class with all these methods. For example new classes: LocalWalker Map, etc
  9. wtf, the only thing you changed was making it into one line -.-, I want my code to be readable. For those new scripters. Also, your code will never return true if someone has the data orbs on because of return !script.settings.isDataOrbsActive() && (blah); so if this is improving code, i dont know what java is
  10. That's nice to know , i was just organizing my dependencies folder, i saw this method, decide why not release it. Also i have a question for you, ill pm it to you now
  11. public boolean enableRun(boolean on) { if (!script.settings.isDataOrbsActive()) return script.settings.setRunning(on); else{ if (script.interfaces.getChild(548, 93) != null) return script.interfaces.getChild(548, 93).interact(); else return false; } } Its nothing much to it, support both the orbs or using settings. edit: i updated op to support enabling method
  12. Still want me to bring back my aio prayer? since i hear that someone going to release theirs?
  13. Gotcha I'll bring back my AIO prayer
  14. I do like the new mouse algo, looks more human like
  15. OSBot is down, so i might as well make another one
  16. I saw that, maybe a couple day before. But I haven't really seen him activate
  17. @Laz please do http://osbot.org/forum/tracker/issue-136-bank-deposit-all-except/ http://osbot.org/forum/tracker/issue-96-bankwithdrawasmode-report/
  18. Not all scripters are like that. You dont see me lying to my customers.
  19. Joseph

    OSBot 2.2.8

    sweet , would be nice
  20. so then were not allowed to create a one position polygon
×
×
  • Create New...