Jump to content

Precise

Lifetime Sponsor
  • Posts

    1854
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Precise

  1. design: text: Precise colour: Green design: 3D and up to you! skype: precise_pb
  2. i have never tried it, if it is broken, it wont be fixed.
  3. these tutorials will help: http://osbot.org/forum/forum/250-tutorials/ I'd also recommend learning the fundamentals of Java.
  4. tuna? ^_^
  5. Best OSD & SDN scripter
  6. http://osbot.org/forum/topic/58428-precise-store-buyer-banking-worldhopping-handles-obstacles-fast-efficient/page-2#entry652294 click above is an example.
  7. ahaha it might seem like i have no life but 2/4 of them have been completed for a while, just wanted to release them all at the same time heheh ^_^
  8. definitely not premium, read here: http://osbot.org/forum/forum-181/announcement-25-scriptscripter-rules/ have a read through the topics here: http://osbot.org/forum/forum/181-sdn-upload-requests/
  9. use the current (new) api here: http://osbot.org/api/ and port it over. Have fun ^_^
  10. buy it here: http://osbot.org/forum/store/product/424-khal-aio-runecrafter/
  11. Just letting you all know i will be going on holiday to France in 3 days, this means i may not have access to the Internet so i cannot guarantee i will be there to update. But i will try my best to gain access to wifi and ill will bringing my laptop with eclipse so ill have all the tools to fix any issues! This is just letting you know if you don't see me replying to any pms or posts in my script threads then you'll know what the situation is! - Precise
  12. this is what i want to see! ^_^
  13. You joined yesterday and you already have 50+ posts, tone it down a little.
  14. grats
  15. PreKhal Clue Scroll Solver need Beta Testers Currently the script has the following - Supports 100+ Scrolls Smart Walking Calculates Profit using prices from Zybez What the Script does - It thieves H.A.M Members for a scroll, once it receives a scroll it teleports to the location which is closest to where it can be solved. From there it uses our flawless walker which can handle ANY Obstacle or Dialogue along the path without fault. Once completed it will either receive another scroll which it will then go on to solve or receive a reward. If it receives a reward it will proceed to bank the rewards and make it way back to the H.A.M Members so it can get another scroll to solve. Why i should beta test this Script - You can gain from 10k - 1m per hour depending on luck and what makes this script even better is the LOW REQUIREMENTS. And because this script is not repetitive as there are over 100 different scrolls to be solved, meaning the ban rates should be LOW. Requirements for Beta Testing: 100+ Post Count Access to an account with the following levels: 20 attack, 20 Defence, 20 Range, 15 Thieving Items needed: Many Rings of dueling, Games necklaces, Teleports(runes or teletabs) Lockpicks, spade, some coins and emote items (can be supplied by us for a fee). Must have Skype Must give bug reports and progress reports, if not, then you'll not have access. Please post below using the form below if you're willing to help me and @Khaleesi! Form - My Skype: Do i meet the requirements(Yes/No): Preview of Script: please keep in mind the walking isn't completely fluid due to the LOAD_PAUSE Random which interrupts it.
  16. they won't reply. Maxi was last online over a month ago. even though Laz is on, he'll ignore it.
  17. really? nothing is going to change. anyways, good luck man, you have done a lot while you were here! ^_^
  18. It will happen, don't you worry BUT scripters may stay because they still make money. Some will stay, some will go. either way OSBot is nearing its end.
  19. Nice snippet man, great contribution ^_^
  20. this has been going for a while.
  21. bro plz, abyss is da bes cash
  22. your condition in your conditional sleep should be changed as it will always return true if your inventory contains a feather pack, meaning no sleep. change it to this: if (sA.store.isOpen()) { if (sA.store.getAmount("Feather pack") == 100) { int amount = sA.inventory.getAmount("Feather pack"); if (sA.store.interact("Buy 10", "Feather pack")) { return new ConditionalSleep(1250) { @Override public boolean condition() throws InterruptedException { return amount < sA.inventory.getAmount("Feather pack"); } }.sleep(); } } }
×
×
  • Create New...