Jump to content

Apaec

Scripter III
  • Posts

    11169
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. I found a good place to start was rather than someone teaching you, trying things out for yourself. Ofcourse there's nothing wrong with having someone you ask questions when you get stuck but for the most part just follow a quick tutorial and then experiment. Sure for the first day or so you have no idea what's going on, but after that it'll slowly start to make sense. Hell you could even try learning by reading a scripting tutorial off here! But yea, a quick look on youtube should sort your problems. Learning's the best way to go!
  2. Well theres a handful of ways of doing it. The simplest way for you would be to create an area around the are you dont want to stand in while attempting to steal from the tea stall: Area DANGER_AREA = new Area(int top right x, int top right y, int bottom left x, int bottom left y); and then just in your getState call: if (DANGER_AREA.contains(myPlayer())) return State.returnToStealPos; and in your switch statement: localWalker.walk(STEAL_POS); where STEAL_POS is the position you want to steal at (You can define STEAL_POS at the top like so: ) Position STEAL_POS = new Position(x,y); I hope I made myself clear, if not just quote this post and i'll gladly help out further. PS hope the tutorial helped!
  3. V 2.03 Fixed error with walking where player rarely gets stuck on the path to rock crabs Bug fixes Happy botting all!
  4. I'll take a look into this, Thanks for the report!
  5. orb? what's that
  6. Them circles look real smooth
  7. designer
  8. you seem to be trying to code in the osbot 1 api. client no longer exists. try this.inventory and check out the api!
  9. u as good as can't afk there, sorry lol.
  10. Um I'm pretty sure this is what happens when a computer gets old/ slightly outdated and it tries to run large / resource hungry jars such as osbot or even orion and to be honest there isn't really much you can do about it Ofcourse I may be wrong, but with the details you've given me I guess that's what comes to mind.
  11. Apaec

    TBOI

    The binding of Isaac Lol it's a wierd ass game but it's what I play with no internet
  12. Apaec

    TBOI

    Only 7 more times to go... OT amazing game
  13. Hi guys, I do not handle payments, they are handled by OSBot itself. Please send a PM to @Maldesto As he controls the store and he will help you from there. apaec.
  14. What does the version at the top of the GUI say? also, which tree are you talking about! EDIT: You're right! I didnt quite fix the bug, the issue was larger than anticipated - but i've just written a patch which will be available in version 2.02 (which should be available to all you guys within 24 hours) Happy botting!
  15. Personally don't think stamina pots is needed. The more food you can hold, the better!
  16. the boolean parameter is right click I believe. mouse.click(false) left clicks mouse.click(true) right clicks as for interacting with the menu option, if you log in and bring that menu up in the osbot client and enter interface debugger mode, you'll have to mouse over the interface you wish to click and it'll tell you the parent and child Ids which u can then use in a line such as interfaces.interactWithChild(int parentId, int ChildId, action) eg interfaces.interactWithChild(300,3,"Yes") gl!
  17. Look at free ones, see the usercount? I wouldn't touch a free script with a 10 foot pole (let alone a 5 foot one). If you've got that many people using a script it'd be bound to be dangerous. Nonetheless buying a premium script doesn't make it safe to bot, by no means. I personally only used my main on premium scripts but unfortunately it was banned (although it was actually being used by another scripter at the time ( i lent it to this scripter to test his script), and i believe he was testing his script on it for extended periods which was what lead to the ban, even though his script was still in development and he was at the time the only user ofcourse).
  18. na x)
  19. Now i'm no expert when it comes to this, so please don't take my recommendation as the truth, but I personally only like to run scripts for maybe 1 hour on, and even 3-4 hours off. You'll have to ask around though as there are people more knowledgable than me when it comes to botting practices! -Apaec.
  20. woah frost you've outdone yourself now Genuinely really impressed, lol. A* or Djinskras? >>
  21. Apaec

    SOTW 26

    What did u do this time... x)
  22. Can i have ur VIP kthxbai
  23. it should be version 2.01 is it that?
  24. Cmon lads 1500 users and not a proggie in sight! Would love a proggie or two -Apaec
×
×
  • Create New...