C# Bot for Farming Pokestops & Catching Pokemon menu

User Tag List

Page 10 of 151 FirstFirst ... 6789101112131460110 ... LastLast
Results 136 to 150 of 2253
  1. #136
    avin29's Avatar Member
    Reputation
    2
    Join Date
    Mar 2016
    Posts
    28
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i dont know how i log in with google account i never coonect my phone into my pc

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #137
    Sicer Nairin's Avatar Member
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    mmh I doesn't seem to catch pokemon anymore(google) not in the journal or exp or anything, I keep getting exp but only from pokestops

    # oh aparently I got softban, does the bot actually move you around or something to cause the softban ? becuase I didn't do anything besides check exp/journal
    Last edited by Sicer Nairin; 07-19-2016 at 06:28 PM.

  3. #138
    GreamDesu's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dv999 View Post
    replace in google version to get pokemon name

    private static async Task ExecuteCatchAllNearbyPokemons(Client client)
    {
    var mapObjects = await client.GetMapObjects();

    var pokemons = mapObjects.Payload[0].Profile.SelectMany(i => i.MapPokemon);

    foreach (var pokemon in pokemons)
    {
    var update = await client.UpdatePlayerLocation(pokemon.Latitude, pokemon.Longitude);
    var encounterPokemonRespone = await client.EncounterPokemon(pokemon.EncounterId, pokemon.SpawnpointId);
    CatchPokemonResponse caughtPokemonResponse;
    do
    {
    caughtPokemonResponse = await client.CatchPokemon(pokemon.EncounterId, pokemon.SpawnpointId, pokemon.Latitude, pokemon.Longitude);
    }
    while (caughtPokemonResponse.Payload[0].Status == 2);

    System.Console.WriteLine(caughtPokemonResponse.Payload[0].Status == 1 ? $"We caught a {GetFriendlyPokemonName(pokemon.PokedexTypeId)}" : $"{GetFriendlyPokemonName(pokemon.PokedexTypeId)} got away..");
    await Task.Delay(6000);
    }

    It doesnt work, because there are no such variable as "GetFriendlyPokemonName"

  4. #139
    cedricdu94's Avatar Member
    Reputation
    11
    Join Date
    May 2009
    Posts
    175
    Thanks G/R
    9/10
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have this error https://i.imgur.com/0UoeAqV.jpg

    Edit: after tried x100 get working https://i.imgur.com/qYWmVyS.jpg
    Last edited by cedricdu94; 07-19-2016 at 06:33 PM.

  5. #140
    ensar00's Avatar Member
    Reputation
    3
    Join Date
    Aug 2009
    Posts
    11
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If any of you don't want to download and compile the code yourself you can use this one for now, only change i made is changing some of the settings constant variables to static and adding 4 readlines to replace those strings.
    USE AT YOUR OWN RISK

    edit : forgot to add lat,lng option uploading a new one

    edit2 : New link with lat,lng input http://www.filedropper.com/showdownload.php/test_188
    Last edited by ensar00; 07-19-2016 at 06:38 PM.

  6. #141
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1460
    Join Date
    Apr 2007
    Posts
    751
    Thanks G/R
    183/834
    Trade Feedback
    6 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sicer Nairin View Post
    mmh I doesn't seem to catch pokemon anymore(google) not in the journal or exp or anything, I keep getting exp but only from pokestops

    # oh aparently I got softban, does the bot actually move you around or something to cause the softban ? becuase I didn't do anything besides check exp/journal
    If you are logged in far away from the farming location that you set into the bot then you will be softbanned.
    I set up my location on nox to the location on the bot then i dont touch nox just check my exp.
    You will probably be softbanned the first time because of the distance traveled yeah but after that it will be okay as long as there are plenty of pokestops near the location you set.

  7. Thanks WoWSondermüll (1 members gave Thanks to Neer for this useful post)
  8. #142
    uploader619's Avatar Knight
    Reputation
    65
    Join Date
    Jul 2016
    Posts
    219
    Thanks G/R
    13/56
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cvan anybody confirm the ptc is working i cant get it to work but the google one works immediately for me

  9. #143
    Smoshi's Avatar Member
    Reputation
    3
    Join Date
    Apr 2007
    Posts
    59
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's farming the pokestops but not the pokemons

  10. #144
    dv999's Avatar Sergeant
    Reputation
    22
    Join Date
    Jul 2016
    Posts
    41
    Thanks G/R
    3/19
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah it works but you need to do some fixes on other files, if you know code you can fix it..


  11. #145
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1460
    Join Date
    Apr 2007
    Posts
    751
    Thanks G/R
    183/834
    Trade Feedback
    6 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Smoshi View Post
    It's farming the pokestops but not the pokemons
    Read my main post please, read the google instructions, I added a file for farming both Pokestops and pokemon, always read the whole thread first.

  12. Thanks WoWSondermüll (1 members gave Thanks to Neer for this useful post)
  13. #146
    Smoshi's Avatar Member
    Reputation
    3
    Join Date
    Apr 2007
    Posts
    59
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dv999 View Post
    Yeah it works but you need to do some fixes on other files, if you know code you can fix it..

    Is it a simple fix?

  14. #147
    uploader619's Avatar Knight
    Reputation
    65
    Join Date
    Jul 2016
    Posts
    219
    Thanks G/R
    13/56
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dv999 View Post
    Yeah it works but you need to do some fixes on other files, if you know code you can fix it..

    so i was right ther eis aproblem in coding in PTC that is why i cant get it to work while the google one it works immediately for me?

  15. #148
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1460
    Join Date
    Apr 2007
    Posts
    751
    Thanks G/R
    183/834
    Trade Feedback
    6 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dv999 View Post
    Yeah it works but you need to do some fixes on other files, if you know code you can fix it..

    Or you copy paste the files from the PTC version and add the lines of code that you posted earlier.
    There are reasons I don't post finished projects and add functions like that.
    Originally Posted by uploader619 View Post
    so i was right ther eis aproblem in coding in PTC that is why i cant get it to work while the google one it works immediately for me?
    PTC Auth is currently down

  16. Thanks WoWSondermüll (1 members gave Thanks to Neer for this useful post)
  17. #149
    pinn90's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    87
    Thanks G/R
    6/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What locations are you using and how much exp per 10min~?
    Im curretly installing Viusal Studio so would be nice to farm in good location after I install it.

    Anyone tried this with 6 pokestops in one place (and plenty around)?
    I mean - 45.030060, -93.319229

    Last edited by pinn90; 07-19-2016 at 06:46 PM.

  18. #150
    GreamDesu's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neer View Post
    There are reasons I don't post finished projects and add functions like that.
    Why?

    Btw, it is not working duh

Similar Threads

  1. [Bot] Looking for working BOT only farm Pokestops!
    By samhayne in forum Pokemon GO Hacks|Cheats
    Replies: 4
    Last Post: 08-16-2016, 08:51 PM
  2. [How-To] Question: Is there a bot that farms pokestops ONLY for items and NOT catch pokemon?
    By Aubrionnax in forum Pokemon GO Hacks|Cheats
    Replies: 3
    Last Post: 07-28-2016, 06:13 AM
  3. Best Bot for farm?
    By tanksz in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 11-09-2013, 09:01 AM
  4. What is the best Bot for farming?
    By CookieMage in forum WoW Bots Questions & Requests
    Replies: 4
    Last Post: 05-15-2013, 11:41 AM
  5. Bot for farming eggs?
    By dw~ in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 10-16-2012, 06:30 AM
All times are GMT -5. The time now is 10:01 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search