Ya, this seems so interesting, I wish I knew more about programming....Someone make a user friendly GUI for this so anyone and there grandmother can use this please.
And you don't need the Pokecoin or whatever to profit from this. Off the top of my head I would do something like this:
Ruin all the gyms BUT one in my small town. Then after about 6 hours go to the last remain gym in my small town on the weekend when everyone wants to play and demand $20USD from everyone there or I break the last gym in a 2 hour drive radius. Most people won't pay but at least one or two or hell maybe a bunch would. Either way, get the money get back in your vehicle, start the truck, put it in drive, break the last gym and hit the gas.
I'm stuck at this..
I've changed the usernames and the coords, do i have to change anything else?
fixed this, now stuck at no module named pkg_resources![]()
Last edited by Crazyhead; 08-13-2016 at 10:35 AM.
Oh shit, this is fantastic, I laughed so hard that people actually manage to do this!
if ur having trouble getting xxhash to install ...install this Microsoft Visual C++ Compiler for Python 2.7 and then try again
Getting this : ??
Strange, anyone know why ?File "C:\Users\Jamie\Downloads\pgoapi-1.1.0\pgoapi-1.1.0\Gym.py", line 14, in <module>
from pgoapi import pgoapi
File "C:\Users\Jamie\Downloads\pgoapi-1.1.0\pgoapi-1.1.0\pgoapi\__init__.py", line 19, in <module>
from pgoapi.pgoapi import PGoApi
File "C:\Users\Jamie\Downloads\pgoapi-1.1.0\pgoapi-1.1.0\pgoapi\pgoapi.py", line 33, in <module>
from pgoapi.rpc_api import RpcApi
File "C:\Users\Jamie\Downloads\pgoapi-1.1.0\pgoapi-1.1.0\pgoapi\rpc_api.py", line 35, in <module>
from pgoapi.protobuf_to_dict import protobuf_to_dict
File "C:\Users\Jamie\Downloads\pgoapi-1.1.0\pgoapi-1.1.0\pgoapi\protobuf_to_dict.py", line 3, in <module>
import six
ImportError: No module named six
U need to download this before u can install xxhash:
Download Microsoft Visual C++ Compiler for Python 2.7 from Official Microsoft Download Center
How to fix Python PIP Error "Unable to find vcvarsall.bat" - YouTube to fix my previous error
I have xxhash still not working
Whenever I run my Python file it just makes two spaces and if running it with information in it it gives errors
Last edited by samhayne; 08-13-2016 at 10:48 AM.
Thanks, fixed that error !
Now I get :
??Traceback (most recent call last):
File "C:\Users\Jamie\Downloads\pgoapi-1.1.0\pgoapi-1.1.0\Gym.py", line 54, in <module>
main()
File "C:\Users\Jamie\Downloads\pgoapi-1.1.0\pgoapi-1.1.0\Gym.py", line 39, in main
api.activate_signature("encrypt.dll")
File "C:\Users\Jamie\Downloads\pgoapi-1.1.0\pgoapi-1.1.0\pgoapi\pgoapi.py", line 127, in __getattr__
raise AttributeError
AttributeError
What havent I done now haha
how to fix this?
Traceback (most recent call last):
File "C:\Users\MrB\Desktop\EXPLOIT GG\pgoapi-master\Gym2.py", line 54, in <module>
main()
File "C:\Users\MrB\Desktop\EXPLOIT GG\pgoapi-master\Gym2.py", line 46, in main
response_dict = api.get_map_objects(latitude = startLat, longitude = startLon, since_timestamp_ms = timestamps, cell_id = cell_ids)
File "C:\Users\MrB\Desktop\EXPLOIT GG\pgoapi-master\pgoapi\pgoapi.py", line 133, in function
return request.call()
File "C:\Users\MrB\Desktop\EXPLOIT GG\pgoapi-master\pgoapi\pgoapi.py", line 232, in call
response = request.request(self._api_endpoint, self._req_method_list, self.get_position())
File "C:\Users\MrB\Desktop\EXPLOIT GG\pgoapi-master\pgoapi\rpc_api.py", line 137, in request
raise ServerSideRequestThrottlingException("Request throttled by server... slow down man")
ServerSideRequestThrottlingException: Request throttled by server... slow down man