-
Member
Originally Posted by
iverymes
Video Tutorial pls.

Yep i dont know how
-
Contributor
Anyone know how we make Lockito walk on grass? We can come up with a solution, I believe in us.
-
Originally Posted by
Subversion2
Anyone know how we make Lockito walk on grass? We can come up with a solution, I believe in us.
Can simulate android games with inbuild gps on the other side of the world, using WASD to walk and even track exact locations of nearby pokemon.
But walk on grass? You're taking things way too far
-
Post Thanks / Like - 1 Thanks
Subversion2 (1 members gave Thanks to Sheetka for this useful post)
-
Member
I have it working fine, but does anyone know how I can find the lat/long of where you are in the game? Nox's location settings doesn't seem to have any way of showing that.
-
Contributor
Originally Posted by
unattended
I have it working fine, but does anyone know how I can find the lat/long of where you are in the game? Nox's location settings doesn't seem to have any way of showing that.
lockito gives exact coords
-
Contributor
Originally Posted by
serotini
Can simulate android games with inbuild gps on the other side of the world, using WASD to walk and even track exact locations of nearby pokemon.
But walk on grass? You're taking things way too far
there's gotta be a simple line to add/remove in the Lockito code to make it move as the crow flies instead of just by roadway...
-
So does anyone got a google account working with this?
-
Contributor
Originally Posted by
serotini
So does anyone got a google account working with this?
No just PTC. I went into the code and tried to replace the link for PTC login with google to no avail as you need an API key for OAUTH.
-
Member
I finally got it to work, is there something I am missing? So I put the location when I login through the python execute as argument, what happens when I move? Does it automatically update or I need to reeinput my coords everytime I move?
-
Member
Can i get any help with this?...
-
Elite User
Yep,
so do we get a fix already for the "e" error?
raceback (most recent call last): File "H:\WUDownloadCache\PoGO-Radar-master\main.py", line 337, in <module>
main()
File "H:\WUDownloadCache\PoGO-Radar-master\main.py", line 249, in main
access_token = login_ptc(args.username, args.password)
File "H:\WUDownloadCache\PoGO-Radar-master\main.py", line 181, in login_ptc
except e:
NameError: global name 'e' is not defined
-
Member
Originally Posted by
Ehnoah
Yep,
so do we get a fix already for the "e" error?
Same here. RIP
-
Contributor
Originally Posted by
Ehnoah
Yep,
so do we get a fix already for the "e" error?
Been answered several times. Use PTC to login. If you really want to use google, create an API and go into Main.py with a text editor and change the PTC link to your google link.
-
Contributor
Originally Posted by
tozededao
I finally got it to work, is there something I am missing? So I put the location when I login through the python execute as argument, what happens when I move? Does it automatically update or I need to reeinput my coords everytime I move?
reinput every time you see a rare pokemon in your indicator, which shouldn't be very often
-
Member
Originally Posted by
Subversion2
Been answered several times. Use PTC to login. If you really want to use google, create an API and go into Main.py with a text editor and change the PTC link to your google link.
im using my PTC acc to log in still same error.