PokemonGoF / PokemonGo-Bot-Desktop

The Desktop version of Pokemon Go Bot script
MIT License
410 stars 115 forks source link

Encrypt.dll #137

Closed ShadowZeroX closed 8 years ago

ShadowZeroX commented 8 years ago

I'm new on Gifthub, how i can find or download it?

MrAppleMania commented 8 years ago

Create a new folder on your desktop and name it like you want (let's say TestFolder).

Then go in your terminal and enter the following code: cd desktop/TestFolder.

Then enter this code: wget http://pgoapi.com/pgoencrypt.tar.gz && tar -xf pgoencrypt.tar.gz && cd pgoencrypt/src/ && make

Then copy libencrypt.so to the gofbot folder and rename to encrypt.so

Edit: If it doesn't work, then you didn't install the "wget" function.

Outpox commented 8 years ago

https://github.com/PokemonGoMap/PokemonGo-Map/tree/develop/pogom/libencrypt

tnsbm commented 8 years ago

Check out #138