Jump to content

Gunman

Super Moderator
  • Posts

    3518
  • Joined

  • Last visited

  • Days Won

    18
  • Feedback

    100%

Everything posted by Gunman

  1. @TwoBleuList what was already suggested so we don't suggest what was already suggested
  2. I don't think Pat ever implemented anything for it. But I think he should; Would save me from having to remember to implement the check and handler
  3. Ye, I noticed this a couple months ago and was thinking of bringing it up to you but I don't even know if there's something you can do about it. If the others who use it have similar results, is there even anything you can do besides enable the hardware mouse? I know packet bots don't have this issue. But that would be a huge overhaul I imagine. Plus I don't think that's a good solution for the long term to copy someone else and call it good.
  4. Right around now is the 2 year anniversary actually. But Pat has been doing a great job.
  5. Does this fix the random issue with the bot constantly going through the some gates a random amount of times instead of once? Ye, I assumed there was something with the virtual mouses that triggered something. Just testing macro recording script vs a 3rd party macro recorder told me something was off. And this had a consistent result with the other bot providers injection clients too.
  6. Something in the code then. Make sure you have the script manifest and everything set to use java 8.
  7. @aquilatoii From my time here delay bans over 2-3 days are very rare. More than likely if you don't bot very smart at the start you will probably get a few accounts banned on the way to that stopping point you're after.
  8. Quick note I found out about the changes. They track browser finger print now. One option they do track is "Send a "Do Not Track" request with your browsing traffic" in chrome. That I know 100%. Other than that no idea what they 100% track.
  9. Noooo this thread can't die
  10. For anyone wonder yes it's possible to use Selenium.
  11. Some scripts that get removed can still remain in your script library but only appear in the client list
  12. This is why I am not letting you out of the attic
  13. Yes right before he disappears, then you will probably have to wait about 3 seconds for the loot to spawn before checking the tile. EDIT: You may find something useful in this video; It has no looting but it involves combat and may be useful to you.
  14. @Mokrocaan You can do what Nbacon did if you don't care about picking up other peoples loot they left. But if you want to only pick up your loot, then store the tile the npc health percent == 0 is and then check that tile is != null and if it contains items you want to loot, loot. Else make the tile == null so it can attack another monster. Can look something like this. Also if you haven't look into conditional sleeps. if (lootTile != null) { if (items I want exist at tile) { loot the tile } else { lootTile == null; } } else { find and attack the next monster }
  15. They changed a bunch of shit and I personally don't like how wide everything is now. I am on a 1440p display so others way not have this issue.
  16. Well that'd just stupid but thanks cutie
  17. @Patrick do you have to hit launch when using the cli parameter "-autologin" or am I doing something wrong? And if I do is this for security reasons or something?
  18. What part of mouse algorithm do you not understand? Just looking at it on and off you should see a difference. Like the guy above said it changes the way the mouse moves and behaves. You also get to customize this one in the script code. In my case the bans have improved with the new mouse but idk if it's the new movement or just because it's slower in some situations and lowers the efficiency. As far as I can tell they do track the way you interact with the game, we don't know what exactly it is though of course. Imo it has something to do with the virtual mouse on injection clients that trigger something. And ALL injection clients seem to do this. My theory for this was testing the client with a macro script vs the client and a 3rd party macro recorder. The 3rd party beat the script every time. Next best I found was packet bots and the very best I found was mirror mode. I have yet to find a CLIENT that can beat mirror.
  19. @gekkebakker It's a new mouse algorithm
  20. You cancel through paypal subscriptions thing. Google how to cancel paypal subs
  21. Meeting the reqs are honestly not hard. Just afk the account for 20 hours after tut island, do goblin diplomacy and romeo and juliet for 10 qp and then getting the 100 total levels is up to you. You can either do knights sword for a easy 28, and then dorics quest for another easy 9 leaving only needing only 31 more levels which will only take like 30-40 minutes if you did something like firemaking. Cooking can be fast too. Or chop logs and then use tinder on the logs to get a better level variety.
×
×
  • Create New...