Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/15/15 in Posts

  1. CzarScripts #1 Bots LATEST BOTS If you want a trial - just post below with the script name, you can choose multiple too. Requirements Hit 'like' on this thread
    6 points
  2. Version 1.0 Features - Solves Treasure Trail puzzle boxes - Solves Monkey Madness puzzle Requirements - A puzzle box of any type Starting the script 1. Open your puzzle box 2. Start the script Note: Yes, the puzzlebox must be open before starting the script! Proggies I don't really think this is relevant; but whatever Notes The script uses an implementation of the IDA* algorithm. The time it takes for the script to calculate a solution to each stage of the puzzle can vary depending on the "luck" with the puzzle box randomization as well as processor speed. If your luck is bad, the script may appear stuck calculating for a couple of minutes; however, given enough time, the algorithm will always reach a solution. In some cases however, it may be faster to simply relog (relogging re-randomizes the puzzle) and run the script again. The script is available for free on the SDN
    4 points
  3. You were sharing your OSBot account, to be honest the account should be banned. This is like going to the cops and asking them to recover your stolen drugs. It's up to Maldesto; stand by while he reviews the details.
    4 points
  4. i can't sell accounts, because I make 3 OSBot accounts, leave myself false feedback.
    3 points
  5. He is banned for flaming, spamming, threatening other users, bashing the website. He is fully allowed back, but would have to appeal and not think he can bully our scripters.
    3 points
  6. Glad I didn't release my farmer yet, will need a rework with this change ^^
    2 points
  7. 2 points
  8. I'm taking it that you didn't write that task system yourself? You might want to look into using enum states until you get a little more familiar with Java. In the meantime check out some of this stuff: https://docs.oracle.com/javase/tutorial/java/IandI/subclasses.html https://docs.oracle.com/javase/tutorial/java/IandI/super.html https://docs.oracle.com/javase/tutorial/java/concepts/interface.html
    2 points
  9. 2 points
  10. 1 point
  11. I left Saturday to go on vacation to baraboo. I was 88 herblore and had enough supplies for 99. I decided to leave my bot running so I could get a few extra hours of botting in. I just got home now and I check and the bot used all the supplies and I'm 99 herblore now. I can't believe it ran for 50+ hours straight without failing, I wish I got a proggie of that Thanks so much, @Czar, for the amazing script and the 99 herblore!
    1 point
  12. have all the required items on a seperate tab at the top, since scrolling on mirror mode is still broken I think. That should fix it
    1 point
  13. Tis the life of a lvl 3 woodcutter
    1 point
  14. In detail, he has 2 different walking states: WALK_TO_SPOT and WALK_TO_BANK. He is using the same method for spot as he is for bank. It walks to spot, but it will not walk to bank, although WALK_TO_BANK is the current state and canProcess returns true.
    1 point
  15. Something bad happens (in most cases something gone wrong) -> Flame Alek Something good happens (in most cases you got your script working) -> Tell other scripters what a great man you are. EDIT: (THANKS DECEIVER) Script sales -> Contact Maldesto
    1 point
  16. thanks, i'll be sure to follow it
    1 point
  17. Forgot to include that. If not, then read this topic.
    1 point
  18. However sadly just like the past few years I wont be celebrating my birthday. Nope, all that awaits me when I get home is a shit ton of legal cases to read and brief. I will try to have fun over the weekend though. Thanks for a great year OSBot and for being such a fine audience of my spam =).
    1 point
  19. If you have any more questions feel free to PM me
    1 point
  20. Hey can i get a trial please =D?
    1 point
  21. You should make the pathing for the bot so that it goes to the next experiment after killing one, for me it waits until an experiment shows up in my field of view. This slows down the xp/hr by a lot I've watched my guy just sit there for 20 seconds at time spinning the minimap around. Other than that great script
    1 point
  22. 1 point
  23. Not my kind of style, I'm really sorry. I give this a 3/10.
    1 point
  24. On scale from 1-10 how hard are you going to miss the tweeeeeeennyyyyy oneeeeee?
    1 point
  25. Thanks, this is really helpful!
    1 point
  26. 1 point
  27. have this skype birthday cake
    1 point
  28. Hey Khaleesi, I understand that I don't fulfill the join date requirement, but I wanted to ask if I can still try out your motherlode script. I am currently using czar's script, but I wanted to test out yours as well. (if yours is the better one :] ) - Script name: Motherlode - Your member number: 150338 Thanks.
    1 point
  29. take ur rsn out of the pic before u get ur account banned lol********edit didnt see u took it out my bad lol
    1 point
  30. 1. Awesome 2. No i mean when i start mining, it shows the stats like GPH, exp/h, can we have it so we can move that around or even a checkbox to enable/disable it would work. Its not really that big a deal though, so i wouldnt worry too much about it. 3. Run away or retaliate works
    1 point
  31. Scripts great and everything but after it's finished all bows it just sits there doesn't log out or anything just stays logged in for hours in the bank..
    1 point
  32. Hello Czar, can you swap my Range guild bot for your magic script instead pleasee??? I still want to keep this is very good. Btw @Prixis did you use breaks? if so how long, what is your break settings.
    1 point
  33. Ya the pathing seems off for some reason. Will have to rewrite it some ... Not sure how this happend though -_- Khaleesi
    1 point
  34. The script will try to enchant items even with no cosmic runes in the inventory. Is this something that is getting addressed?
    1 point
  35. don't worry, since you used a czar script there will be no problems regarding bans ;)
    1 point
  36. Will fix crafting guild and improve lumbridge bank, thanks for feedback As for the antiban, sure I can do something like that, I can make it only drop the ores so you can keep whatever items you want
    1 point
  37. I ended up writing a sortof custom variation of the IDA* algorithm to use a minimal amount of memory (Using only one state instance, performing and undoing moves on it as needed from a recursive algorithm). My first approach using plain A* resultet in often running out of memory before reaching a solution, so I had to scratch that :E.
    1 point
×
×
  • Create New...