tellomichmich / PokeNoxBot

Slow but safe Pokemon GO Bot
23 stars 19 forks source link

Error - Speed Driving Warning #15

Closed putuoka closed 8 years ago

putuoka commented 8 years ago

The script is stop running when facing this warn popup

upload

tellomichmich commented 8 years ago

Did you change speed value ?

jacoborequena commented 8 years ago

I change a 7 and work good :D

putuoka commented 8 years ago

where to change speed value ?

secretagent101 commented 8 years ago

i recommend the following fix: 1 .CRT-F towards "[!] LAST HOPE TO ESCAPE !"

  1. Comment out "#Tap(0, 0)"
  2. Add "Tap(236, 536)" after ClosePokestop() --- This is to close the warning message.

Should look something like this

        print "[!] LAST HOPE TO ESCAPE !"
        #Tap(0, 0)
        ClosePokestop()
        Tap(236, 536)

To putuoka - This should solved your problem.

putuoka commented 8 years ago

@secretagent101 does not working. it give me error Tap(236, 536) ^ IndentationError: unexpected indent

tellomichmich commented 8 years ago

I commited the thing, could you say that this is working ?