brianzhouzc / RocketBot

An automated Pokémon Go Bot
GNU General Public License v3.0
564 stars 316 forks source link

Some advice[Ban prevention] #1180

Open HappysurfBlocking opened 7 years ago

HappysurfBlocking commented 7 years ago

If you could do the following:

  1. Add a function that will make you automatically have a rest between looting and catching since you can't keep playing for a long time.
  2. Add a function that will make you wait for a while at some of the crossings because of the traffic lights and you cannot always get red lights.
  3. Add a function to disable the pre-calculated route. I'm experiencing it shitty because it always move me to the land, not the sea-side.

That will be less likely to get banned.

Looking forward to your reply.

tloy1966 commented 7 years ago

I think Niantic basic detect function is sample and easy We dont have to simulate human behavior Just slow down walking speed(with in x lm/hr) and log out after play over y hours Just know x and y. you wont be banned

XanathosP commented 7 years ago

1) Instead of a rest like that, I'd like to see it queue up actions so that when I tell it to transfer 5 Pokemon, that it doesn't transfer 1, loot a Pokestop, then immediately transfer the other 4. No human can do that. If it starts to do something like Transfers/Evolves, I'd love for it to stop walking and pause any other actions until the queued Transfers/Evolves are done.

2) The game has very little understanding of "Street crossings". Using Google's API allows for it to pull Google map data as far as making sure we aren't walking in streets, etc, but you're talking about a level of automation even Google doesn't have. There's a reason that they created (then spun off) Ingress in the first place (to get valid walking data).

3) They already have the ability to use a pre-calculated Routed. Create a GPX file of whatever route you want, put it in the same directory as your EXE file, modify your Config to point to that GPX file. It'll use you path instead of automating one.

Vennaxx commented 7 years ago

Hey XanathosP, im new to this and im interested in step 3) of you. I want to make a pre-calculated route so he walks along a river and doesnt move into the city. Could you do a step-by-step guide of how to do it? Only if you got some time for it of course. :) Appreciating any help, ty very much in advance.