[UPDATED] Pokemon Bot in C# Community Version menu

Shout-Out

User Tag List

Page 179 of 229 FirstFirst ... 79129175176177178179180181182183 ... LastLast
Results 2,671 to 2,685 of 3427
  1. #2671
    Messijah's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    23
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way to see my strongest Pokemons to % perfection? Not top 5 but all.
    And if i evolve an already high % perfection, will it give me an higher % perfection upgrade or is everything random? I mean, if i evolve an 20% perfection, can it still be 100% or will it stay low even after evolve?

    [UPDATED] Pokemon Bot in C# Community Version
  2. #2672
    L0rdArc3us's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone else having issues logging in via PTC right now saying that the AuthKey is invalid? Signs in just fine with PokeColor. It's the servers.
    Last edited by L0rdArc3us; 07-25-2016 at 02:32 PM.

  3. #2673
    wraithbv's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by L0rdArc3us View Post
    Anyone else having issues logging in via PTC right now saying that the AuthKey is invalid? Signs in just fine with PokeColor.
    https://go.jooas.com/
    https://go.jooas.com/
    https://go.jooas.com/
    https://go.jooas.com/

  4. #2674
    47vzv's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    27
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can i suggest a catch only option ;> that would be legit af

  5. #2675
    kuchibi91's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    17
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to switch other gooogle account ?

  6. #2676
    chetan1989's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Requesting add egg/incense functionality

    Requesting add egg/incense functionality, is there any other way than activating these manually?

  7. #2677
    Newborn92's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    59
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its keeping lower cP pokemon due to its IV being high.. anyway to stop that?

  8. #2678
    SamuraiWillz's Avatar Member
    Reputation
    1
    Join Date
    Aug 2015
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah any way to keep higher keep higher IV percentage over just having a higher CP?

  9. #2679
    roflicious's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am currently getting this error, anyone know how to fix this? The bot was working totally fine before. It is only having this error on one account.

    [17:01:35] Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ArgumentException: Must specify valid information for parsing in the string.
    at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
    at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
    at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
    at PokemonGo.RocketAPI.Console.Settings.LoadPokemonList(String filename) in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Settings.cs:line 135
    at PokemonGo.RocketAPI.Console.Settings.get_PokemonsNotToTransfer() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Settings.cs:line 101
    at PokemonGo.RocketAPI.Logic.Logic.<PostLoginExecute>d__8.MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 152
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
    at PokemonGo.RocketAPI.Logic.Logic.<Execute>d__7.MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 71
    --- End of inner exception stack trace ---
    at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
    at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
    at System.Threading.Tasks.Task.Wait()
    at PokemonGo.RocketAPI.Console.Program.<>c.<Main>b__0_1() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Program.cs:line 32
    ---> (Inner Exception #0) System.ArgumentException: Must specify valid information for parsing in the string.
    at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
    at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
    at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
    at PokemonGo.RocketAPI.Console.Settings.LoadPokemonList(String filename) in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Settings.cs:line 135
    at PokemonGo.RocketAPI.Console.Settings.get_PokemonsNotToTransfer() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Settings.cs:line 101
    at PokemonGo.RocketAPI.Logic.Logic.<PostLoginExecute>d__8.MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 152
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
    at PokemonGo.RocketAPI.Logic.Logic.<Execute>d__7.MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 71<---

  10. #2680
    PassionSTAR's Avatar Active Member

    Reputation
    77
    Join Date
    Jan 2016
    Posts
    61
    Thanks G/R
    5/56
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by roflicious View Post
    I am currently getting this error, anyone know how to fix this? The bot was working totally fine before. It is only having this error on one account.

    [17:01:35] Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ArgumentException: Must specify valid information for parsing in the string.
    at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
    at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
    at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
    at PokemonGo.RocketAPI.Console.Settings.LoadPokemonList(String filename) in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Settings.cs:line 135
    at PokemonGo.RocketAPI.Console.Settings.get_PokemonsNotToTransfer() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Settings.cs:line 101
    at PokemonGo.RocketAPI.Logic.Logic.<PostLoginExecute>d__8.MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 152
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
    at PokemonGo.RocketAPI.Logic.Logic.<Execute>d__7.MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 71
    --- End of inner exception stack trace ---
    at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
    at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
    at System.Threading.Tasks.Task.Wait()
    at PokemonGo.RocketAPI.Console.Program.<>c.<Main>b__0_1() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Program.cs:line 32
    ---> (Inner Exception #0) System.ArgumentException: Must specify valid information for parsing in the string.
    at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
    at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
    at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
    at PokemonGo.RocketAPI.Console.Settings.LoadPokemonList(String filename) in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Settings.cs:line 135
    at PokemonGo.RocketAPI.Console.Settings.get_PokemonsNotToTransfer() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Settings.cs:line 101
    at PokemonGo.RocketAPI.Logic.Logic.<PostLoginExecute>d__8.MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 152
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
    at PokemonGo.RocketAPI.Logic.Logic.<Execute>d__7.MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 71<---
    Sounds like something invalid in config somehow. Check your config or post it

  11. #2681
    temtriss's Avatar Member
    Reputation
    2
    Join Date
    Oct 2013
    Posts
    2
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry for my poor English, it's not my first lang.
    Mb you can share PokeFast source?) or add Item filter loot config?) It's nice bot you make a great job. But lose all potion is too sad

  12. #2682
    roflicious's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PassionSTAR View Post
    Sounds like something invalid in config somehow. Check your config or post it
    I checked my config, nothing is wrong with it . The bot was running fine on this account before I left. But when I came back the bot would give this error. No errors on the other accounts I am botting on. I am using PokeFast V1.0 btw.

  13. #2683
    PassionSTAR's Avatar Active Member

    Reputation
    77
    Join Date
    Jan 2016
    Posts
    61
    Thanks G/R
    5/56
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by roflicious View Post
    I checked my config, nothing is wrong with it . The bot was running fine on this account before I left. But when I came back the bot would give this error. No errors on the other accounts I am botting on. I am using PokeFast V1.0 btw.
    I suspect you already just tried to restart it . How about delete the content of lastcoords.txt?

  14. #2684
    encor1's Avatar Active Member
    Reputation
    46
    Join Date
    Jun 2012
    Posts
    274
    Thanks G/R
    6/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by temtriss View Post
    Sorry for my poor English, it's not my first lang.
    Mb you can share PokeFast source?) or add Item filter loot config?) It's nice bot you make a great job. But lose all potion is too sad
    Neer already said he dont have plans to release PokeFast source, so unfortunately, at this moment there is no way to edit the recycled items

  15. Thanks temtriss (1 members gave Thanks to encor1 for this useful post)
  16. #2685
    Podethh's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ddw76 View Post
    Anybody having trouble with the bot crashing??
    Yeah I still have the problem, did u find any solutions? Crashes randomly at different times.

Similar Threads

  1. [Release] MyGoBuddy Pokemon BOT/Sniper - Cross Platform - Machine Learning - Always Updated
    By MyGoBuddy in forum Pokemon GO Hacks|Cheats
    Replies: 49
    Last Post: 09-30-2016, 07:36 PM
  2. [Release] Maclone's Community Versions - Compiled, ready to go PokemonGo bots
    By maclone in forum Pokemon GO Hacks|Cheats
    Replies: 2519
    Last Post: 08-24-2016, 11:55 AM
  3. [REV2.0.1] [UPDATED!] Fishing Bot. Written by me =)
    By PopcornWoW in forum World of Warcraft Bots and Programs
    Replies: 22
    Last Post: 06-25-2008, 01:04 AM
  4. Tool to get all Fish/bots working for EU version users! [self-made]
    By -MadMax- in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 09-08-2006, 09:02 AM
  5. [WoW Bot] WoW Glider Full Version 0.6.8
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 39
    Last Post: 05-08-2006, 12:15 AM
All times are GMT -5. The time now is 08:37 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