Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/24/15 in all areas

  1. Dear community, This should be the last (hopefully) walking patch. In this patch the logic for using Area instances with the WalkingEvent is patched to work correctly again. Sincerely, Maxi & the OSBot team P.S. For whoever got the corrupt jar, please re-download. The initial upload of the jar went wrong. P.S.S. Your posts didn't get removed but the thread was reposted. It's one of those days lol.
    2 points
  2. Hi, im very picky and will be honest with script writers. i will only do interesting scripts, i wont do web walkers, or anything that doesn't satisfy my person pleasures; ) yes that was meant to sound dirty.
    1 point
  3. It would be nice to be able to take some share friendly screen shots for the forum etc. Stuff like: Blacking out player name(s) in the chatbox Including paint Blurring player model (example below) Including a time count adjusted for break time(only shows time actually botted) These are just a few ideas I thought of when posting a screenshot recently. I feel it would encourage more people to post progress shots and just make it much easier in general. Are there any other features you can think of?
    1 point
  4. Depends is the position is loaded/cached(?).
    1 point
  5. if you use localWalker.walk(Position); //Providing the position is cached Then yes it will to the best ability of the Algo.
    1 point
  6. @TiempoSales has been banned again due to not appealing his ban in the correct manner (Bans are to be appealed through the appropriate section and not via another user through PM) with sufficient evidence that he has refunded both you and . If he wishes to return he will need to refund you also and post the evidence of doing so in the Refunds/Appeals section for all staff to see. PS: I have removed some of your original post and hidden for Staff to see as it may contain sensitive information you do not wish to be publicised.
    1 point
  7. Use a conditional sleep to wait until the interface is visible.
    1 point
  8. i did buy ur script, I do like it, I own Dreamranged guild script and it hasn't even worked correctly for months.. so I stopped paying monthly for it but now that ur script does actually work unlike that one I can continue with my ranged goal
    1 point
  9. 1 point
  10. when i got cut off my basketball team because of my height ( I'm 6'1 lol ) in 11th grade and in 12th grade i made my varsity squad as a starter. Fuck you coach!
    1 point
  11. Working on it right now, re-writing everything from scratch.
    1 point
  12. We use to have 150 average users a day now its getting back to what it was slowly.
    1 point
  13. Thanks man, hoping for a successful and happy life Now let's see what your bit can really do ;)
    1 point
  14. as for the dropping you could try something like: void dropAllExceptA(String...names) throws InterruptedException { if(Tab.INVENTORY.isOpen(this.bot)){ for(int i = 1; i < 29; i++){ Item item = inventory.getItemInSlot(i); if(item != null && !item.getName().equals(names)){ item.interact("Drop"); sleep((long) random(0, 0)); } } }else{ tabs.open(Tab.INVENTORY); sleep((long) random(0, 0)); } } void dropAllExceptB(String...names) throws InterruptedException { if(Tab.INVENTORY.isOpen(this.bot)){ Item[] items = inventory.getItems(); if(items != null) { for (int i = 0; i < items.length; i++) { Item item = items[i]; if (item != null && !item.getName().equals(names)) { item.interact("Drop"); sleep((long) random(0, 0)); } } } }else{ tabs.open(Tab.INVENTORY); sleep((long) random(0, 0)); } } i dont actually know if there's alot of difference between the methods but you could alter the length of sleeps to make it quicker Yes i wrote 29.
    1 point
  15. are you still offering this? i have 92 def tho
    1 point
  16. kWarriors was my most popular script. I'm considering bringing make it again.
    1 point
×
×
  • Create New...