Jump to content

Swhit

Trade With Caution
  • Posts

    28
  • Joined

  • Last visited

  • Feedback

    0%

About Swhit

Profile Information

  • Gender
    Male

Recent Profile Visitors

807 profile views

Swhit's Achievements

Bronze Poster

Bronze Poster (2/10)

5

Reputation

  1. Just to give everyone an update, I got from 80-98 mining with this script. Major kudos to Khaleesi, you made an excellent product. I highly recommend and endorse this script, if you play it smart and check in on it every once in a while you should not have any problems. Make sure to mix in other skills and activities as well. Again, thank you Khaleesi, and good luck all with getting your cape.
  2. Muffins, I am creating a new account just to play the tournament minigame while my other account uses mirror mode. I do not mind this new account getting banned. The problem is that I try to use a free proxy, which is given as simply an IP address and a port, but no user or pass is specified. When I try to use it, it says that there is a connection problem.
  3. I am trying to use a free socks5 proxy I found online. What do I put in for user/pass under advanced settings? Note, I already tried using proxifier but I do not want to use a proxy for my main account. Trying to run my main off my normal IP using mirror mode, and a separate SI client with a different IP address. Thanks
  4. I've been running this script forever now, and I've been getting really great results. That being said, my one issue is that the bot seems to have problems with the ladder. When it is spam clicked, the bot may climb up and down the ladder 2 or 3 times before getting to the correct side. Please look into this.
  5. Swhit

    VIP cancelled

    Thanks for the advice, I saw it today when I came to post this.
  6. Swhit

    VIP cancelled

    Hello, I cancelled renewal of my VIP subscription on this website, but it cut my existing month short. Please fix this. Thanks, Swhit
  7. tyoui, I have gotten from 65-86 mining with motherlode in about 12 days, and no bans yet.
  8. OSRS servers have stayed up long enough to allow me this prog... using upper level and antiban.
  9. Another thing I noticed is that in your switch block, "wait" should be "WAIT". Your private enum has entries ATTACK and WAIT, and Java is case-sensitive. Case "wait" will never trigger as is.
  10. Swhit

    Snippet Request

    The purpose of the example was not to draw attention to that behavior in particular, but rather, as fixthissite calls it, to the presence of "beginner pitfalls."
  11. Khaleesi, Digging the update, camera angle looks much better now. Quick question though, did you mean to make it log an integer about 5 times a second? This seems like a troubleshooting step that you just forgot to take out before releasing. Also, I should be able to deliver an extended training prog once these damn servers are back up to speed..
  12. Hey so first of all I wasn't sure whether I should post this in the Tutorials subtopic or Snippets; feel free to move this post around as needed. Now, getting into the meat and potatoes of this post... as we all know, it is much easier to learn from and see how different aspects of a code interact when we are given an example to follow. Understanding how a method given in the API can be useful is one skill, but seeing how to correctly implement it is another thing. My request, therefore, is for some of you more accomplished scripters out there to post what code you can, in order to help those of us that are starting out. Small bugs that may throw off or severely slow down the execution of a script may be readily apparent to those that are used to seeing them, but new coders will only be faced with the frustration of a problem that they may not see a way around. A small example of this is when interacting with tin to mine it, if we use interact( "tin ore" ) then the client will click rapidly on the tin rock even if it is depleted. Using interact with the non-depleted tin ore's ID will only make us click on the rock if tin is available. Things like this will frustrate new coders to no end, but can be avoided. The way that this is different from the "Snippets" section is that I am asking for more than just small pieces of code. Longer examples of code will allow new coders to go through and see what others may be doing, and ideally ask questions so that they may grow and help this community. Please feel free to post any code that you can contribute in the form of a reply, or as a new topic in this or the Snippets section. Thank you!
  13. Hey Khaleesi, I am still having a very good experience with this script. The only two problems I have noticed are: - null pointer exception encountered when trying to run antiban methods (client side issue, I believe) - I use the second level and sometimes when my character runs all the way north west to mine, he can't find where the ladder is when he is done mining because it is off screen. In this case, he just sits there doing nothing.. Thanks for your hard work with this script! Swhit
  14. Better?: int failSafe = 0; while(!bank.isOpen() && failSafe < 10) { sleep(250); failSafe++; } Also, I got the timer working after using your suggestion. Thanks! Still having an issue with the random solver though: [INFO][Bot #1][05/15 09:02:10 AM]: banking [WARN][Bot #1][05/15 09:02:16 AM]: Event executor is taking too long to suspend; terminating now... [INFO][Bot #1][05/15 09:02:17 AM]: Started random solver : BankPin Solver [INFO][Bot #1][05/15 09:02:22 AM]: Random solver exited : BankPin Solver [INFO][Bot #1][05/15 09:02:22 AM]: case: BANK
×
×
  • Create New...