Jump to content

Czar

Discord Helper
  • Posts

    20952
  • Joined

  • Last visited

  • Days Won

    1813
  • Feedback

    100%

Posts posted by Czar

  1. Still broken and spam clicks trying to move outside the minigame over and over. Won't even complete or start one game. Still trying to "Walking to position 1"

     

    Update hasn't been pushed yet :( We have to wait a bit longer. It's still v3.11, the latest is 3.2. 

  2. Thanks guys :)

     

    Question: Would you like to see a button which tells the script to exchange tickets? Or automatically exchange when out of money? 

     

    + Also would you like support for selling the arrows (using tabs to tele to varrock and cammy) because I can add it but, I just need to know if people actually want it.

    • Like 4
  3. Nice script mate, good to see more scripters for this SDN! But 1 question, how do you know that it 'Bypasses Jagex's camera bot trap'?

     

    Every few seconds, the camera slightly turns automatically, it's veryyyy subtle and it's a way to catch bots. My script avoids falling into the trap and re-aligns every time it needs to.

    • Like 6
  4. 4.99, should I lower it? I wanted to make it cheaper but it says I can't undercut prices o_O

     

    EDIT: one-time payment aswell, I don't want to charge too much

    • Like 5
  5. Just monitor your scripts.. My script was getting my acc banned in tutorial island rofl, until I tweaked it, made it a bit slower until it was fine. I lasted from ~10 mins after tutorial island to 10 hours after tutorial island. Before, my script had no timers and would just spam click rofl, now it has a few long pauses and its going well. My IP is flagged into oblivion and I still have accounts that havent been banned yet. Also, when making a character don't design him like that green bot guy, idk once I changed it, I got banned less, maybe its just me but oh well.

     

    EDIT: I mean monitor what happens in your script, not monitor your bot.. Like, which stage do you get banned, rewind a few minutes and try solve it

  6. Hello,

     

    I recently ran into an a binary problem, I want to know how 'decode' this number (it is the quest config id of Demon slayer quest (config 222) and it is 54304 (i got the id once i found out the incantation.

     

    The id says 54305 because its 54304 + 1, the +1 means that I proceeded onto the next quest stage. So can anybody help me with this?

     

    What does 54304 mean, i opened config debugger:

     

    Hlyfbcn.png

     

    I still haven't learned about binary etc, which is why I'm stuck.

     

    Atm the only thing I'm doing is storing the incantation in a file once the dialogue shows it, nothing else. I can't finish this quest without it, so please help :D

     

    Thanks!

  7. It used to happen once in a while if you were trying to withdraw an item that the client thought was in tab -1, hence trying to click to the left of tab 0. Altho it should have already been fixed.

     

    The cause back then was an issue with the bank not updating correctly after withdrawing the last of an item, after that it would still say that there were more, but in tab -1. The fix I used was to check if the tab of the item was -1 before withdrawing, and cancelling if that was the case.

     

    Thanks very much for replying, I'll look into it now

  8. Hello,

     

    Has anybody encountered an issue when banking where the mouse will hover around the top left of the bank (near the tabs), if so, can they please tell me how they fixed it, it really is a script breaker. And I have noticed it only occurs when I take out multiple items from bank. No it is not my code, I checked. When I close the bank and re-open, it works fine, maybe its because of the item slots in bank?

     

     

  9. Hello,

     

    I've noticed that auto-typing is veryyy slow, which is a problem because it is affecting the productivity of my script. This was never a problem until recently. I have tried the following code:

     

    // client.typeString(message);
    for (int i = 0; i < message.length(); i++) {
    client.typeKey(message.charAt(i), 0, 0, false);
    }
    client.typeKey(' ', 0, 0, true);
     
    As you can see I have tried the typical 'typeString' method but it's slow, so I thought the manual key would be faster, which isn't. I don't see any other alternatives.
     
    Anybody care to help?
     
    Thanks!
×
×
  • Create New...