C# Bot for Farming Pokestops & Catching Pokemon menu

User Tag List

Page 77 of 151 FirstFirst ... 27737475767778798081127 ... LastLast
Results 1,141 to 1,155 of 2253
  1. #1141
    Malkira's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    29
    Thanks G/R
    16/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks again Neer. Can't wait for the Google version

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #1142
    MonsterMMORPG's Avatar Active Member
    Reputation
    71
    Join Date
    Jun 2012
    Posts
    461
    Thanks G/R
    44/48
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it sucks that i dont have any perfect poke at the moment

  3. #1143
    kiihk1's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    59
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jiyu View Post
    If anyone needs help editing the transfer list, the code is in Program.cs or just ctrl+f "TransferAllButStrongestUnwantedPokemon"
    Just type "PokemonIds.V0" and the options for the pokemon will be suggested.
    thanks, i done, u know use great ball.

  4. #1144
    Blackmac's Avatar Member
    Reputation
    2
    Join Date
    Mar 2015
    Posts
    35
    Thanks G/R
    19/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jig666 View Post
    /r pokemongodev just went private wth lol
    and i think it is better this way, this sub was allready linked on an gaming-website. now, the devs are saver

  5. #1145
    FrenchieNinja's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this the result of not being in a very good area?

    C# Bot for Farming Pokestops & Catching Pokemon-screenshot_1-jpg

    I keep receiving "Farmed XP: 0, Gems: 0, Eggs: 0, Items:

    Then the bot restarts constantly
    Last edited by FrenchieNinja; 07-20-2016 at 10:50 AM.

  6. #1146
    grapedrankdawg's Avatar Banned
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    24
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jig666 View Post
    /r pokemongodev just went private wth lol




    People kept linking it on /r/pokemongo and a news website talked about it.

  7. #1147
    Schileru's Avatar Active Member
    Reputation
    17
    Join Date
    Jul 2016
    Posts
    32
    Thanks G/R
    4/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you want to keep unwanted Pokemon above a certain CP (instead of keeping the strongest one), you can change this (line 240 in Program.cs):

    Code:
    var pokemonOfDesiredType = pokemons.Where(p => p.PokemonType == unwantedPokemonType)
                                                       .OrderByDescending(p => p.Cp)
                                                       .ToList();
    
    var unwantedPokemon = pokemonOfDesiredType.Skip(1) // keep the strongest one for potential battle-evolving
                                              .ToList();
    To this:

    Code:
    var unwantedPokemon = pokemons.Where(p => p.PokemonType == unwantedPokemonType && p.Cp < 100).ToList();

    Just change 100 to whatever CP you want to keep.
    Last edited by Schileru; 07-20-2016 at 10:51 AM.

  8. Thanks pcnhai, Minkafighter, endhuetz, james153 (4 members gave Thanks to Schileru for this useful post)
  9. #1148
    uzi94's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    35
    Thanks G/R
    15/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    could someone give me a good location for catching pokemons?

  10. #1149
    bengeminuy's Avatar Member
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    8/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Blackmac View Post
    and i think it is better this way, this sub was allready linked on an gaming-website. now, the devs are saver
    Agreed. The "developer" who "helped" in making the automatic map that shared this tool over a news website would be the cause of this.

  11. #1150
    MonsterMMORPG's Avatar Active Member
    Reputation
    71
    Join Date
    Jun 2012
    Posts
    461
    Thanks G/R
    44/48
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok it definitely definitely needs a new search algorithm

    in my city there aint too many poke stops

    so it should be able to just farm pokemon with a grid search

  12. #1151
    k199's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    50
    Thanks G/R
    30/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is the funcation keep the highest CP feom the list ?

  13. #1152
    hallda12's Avatar Member
    Reputation
    6
    Join Date
    Jul 2016
    Posts
    41
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im using Google account and as soon as it starts the farm i get an un expected stop and it starts again in 20 seconds. Anyone know whats going wrong?

  14. #1153
    Minkafighter's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    8/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So how big is the radius my guy is now going around? Can i stop that? (so he only stays on the coordinates i set him to)

  15. #1154
    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 dont have pokeball how use superball please ?

  16. #1155
    iverymes's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    14/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it's error
    how to fix this!

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 02:31 PM. 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