POKESHOP:
Selling Pokémon Go accounts Very Cheap, You name the price and it will be negotiated.
Also offering a Power-Leveling Service for free, as it comes easily and there's also a pokemon bot which I use. Some of you might know about github.com/NecronomiconCoding/Pokemon-Go-Bot/
Easy Leveling, got to level 30 In 4 Days.
My skype: Zach.holmes21
Image may be NSFW.
Clik here to view.
never given anything away here really, so thought I would make a first.
Apologies if the bot's already posted here.
P.S the Bot Wont get you soft banned unless you login to pokemon go on your device at same time bot is running
BOT TUTORIAL:
1. Download visual studio 2015
2. run the Pokémon Go Rocket API(The one that opens with visual studio)
3. Right click the PokemonGo.RocketAPI.Console and press set as startup Project
4. Navigate to Usersettings.Settings and set the login methods. If you wanna use Pokémon trainer Club to sign in Make the AuthType into "Ptc"and enter your Ptc UserName and Password in the right spots and if you wanna use google make it "Google" and sign in to Google on your default browser. The CMD panel will tell you a code to type in to the Google page that shows up.
5.Go to Logic.cs under PokemonGo.RocketAPI.Logic and Look for EvolveAllPokemonWithEnoughCandy till you find something like this:
_playerProfile = await _client.GetProfile();
_stats.SetUsername(_playerProfile);
if (_clientSettings.EvolveAllPokemonWithEnoughCandy)
await EvolveAllPokemonWithEnoughCandy(_clientSettings.PokemonsToEvolve);
if (_clientSettings.TransferDuplicatePokemon) await TransferDuplicatePokemon();
await DisplayHighests();
_stats.UpdateConsoleTitle(_inventory);
await RecycleItems();
await ExecuteFarmingPokestopsAndPokemons();
Add // before: await EvolveAllPokemonWithEnoughCandy(_clientSettings.PokemonsToEvolve);
like this //await EvolveAllPokemonWithEnoughCandy(_clientSettings.PokemonsToEvolve);
6.Press Ctrl+F5 to start the Pokebot
Selling Pokémon Go accounts Very Cheap, You name the price and it will be negotiated.
Also offering a Power-Leveling Service for free, as it comes easily and there's also a pokemon bot which I use. Some of you might know about github.com/NecronomiconCoding/Pokemon-Go-Bot/
Easy Leveling, got to level 30 In 4 Days.
My skype: Zach.holmes21
Image may be NSFW.
Clik here to view.

Apologies if the bot's already posted here.
P.S the Bot Wont get you soft banned unless you login to pokemon go on your device at same time bot is running
BOT TUTORIAL:
1. Download visual studio 2015
2. run the Pokémon Go Rocket API(The one that opens with visual studio)
3. Right click the PokemonGo.RocketAPI.Console and press set as startup Project
4. Navigate to Usersettings.Settings and set the login methods. If you wanna use Pokémon trainer Club to sign in Make the AuthType into "Ptc"and enter your Ptc UserName and Password in the right spots and if you wanna use google make it "Google" and sign in to Google on your default browser. The CMD panel will tell you a code to type in to the Google page that shows up.
5.Go to Logic.cs under PokemonGo.RocketAPI.Logic and Look for EvolveAllPokemonWithEnoughCandy till you find something like this:
_playerProfile = await _client.GetProfile();
_stats.SetUsername(_playerProfile);
if (_clientSettings.EvolveAllPokemonWithEnoughCandy)
await EvolveAllPokemonWithEnoughCandy(_clientSettings.PokemonsToEvolve);
if (_clientSettings.TransferDuplicatePokemon) await TransferDuplicatePokemon();
await DisplayHighests();
_stats.UpdateConsoleTitle(_inventory);
await RecycleItems();
await ExecuteFarmingPokestopsAndPokemons();
Add // before: await EvolveAllPokemonWithEnoughCandy(_clientSettings.PokemonsToEvolve);
like this //await EvolveAllPokemonWithEnoughCandy(_clientSettings.PokemonsToEvolve);
6.Press Ctrl+F5 to start the Pokebot