[UPDATED] Pokemon Bot in C# Community Version menu

User Tag List

Page 214 of 229 FirstFirst ... 114164210211212213214215216217218 ... LastLast
Results 3,196 to 3,210 of 3427
  1. #3196
    harunaga's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bandit575 View Post
    Only who's save Google Refreh Token,can used bot
    so, we cant use that apps again? forever? T_T

    [UPDATED] Pokemon Bot in C# Community Version
  2. #3197
    jimmysapang's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bukandewa View Post
    i think you shouldn't show your information about ptcusername and ptcpassword


    HOW ABOUT THIS? IT'S ALWAYS FORCE CLOSE

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    <configSections>
    <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
    <section name="PokemonGo.RocketAPI.Console.UserSettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
    <section name="PokemonGo.RocketAPI.Console.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
    </sectionGroup>
    </configSections>
    <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
    </startup>
    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
    <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
    </dependentAssembly>
    </assemblyBinding>
    </runtime>
    <userSettings>
    <PokemonGo.RocketAPI.Console.UserSettings>
    <setting name="GoogleRefreshToken" serializeAs="String">
    <value />
    </setting>
    <setting name="DefaultAltitude" serializeAs="String">
    <value>10</value>
    </setting>
    <setting name="KeepMinIVPercentage" serializeAs="String">
    <value>85</value>
    </setting>
    <setting name="KeepMinCP" serializeAs="String">
    <value>1000</value>
    </setting>
    <setting name="WalkingSpeedInKilometerPerHour" serializeAs="String">
    <value>300</value>
    </setting>
    <setting name="AuthType" serializeAs="String">
    <value>Google</value>
    </setting>
    <setting name="DefaultLatitude" serializeAs="String">
    <value>-6.175448</value>
    </setting>
    <setting name="DefaultLongitude" serializeAs="String">
    <value>106.827163</value>
    </setting>

    <setting name="UsePokemonToNotCatchList" serializeAs="String">
    <value>False</value>
    </setting>

    <setting name="EvolveAllPokemonWithEnoughCandy" serializeAs="String">
    <value>False</value>
    </setting>
    <setting name="TransferDuplicatePokemon" serializeAs="String">
    <value>True</value>
    </setting>
    <setting name="PtcUsername" serializeAs="String">
    <value>username</value>
    </setting>
    <setting name="PtcPassword" serializeAs="String">
    <value>password</value>
    </setting>

    <setting name="PrioritizeIVOverCP" serializeAs="String">
    <value>True</value>
    </setting>
    <setting name="MaxTravelDistanceInMeters" serializeAs="String">
    <value>1000</value>
    </setting>
    <setting name="UseGPXPathing" serializeAs="String">
    <value>False</value>
    </setting>
    <setting name="GPXFile" serializeAs="String">
    <value>GPXFILE.gpx</value>
    </setting>
    <setting name="useLuckyEggsWhileEvolving" serializeAs="String">
    <value>False</value>
    </setting>
    <setting name="NotTransferPokemonsThatCanEvolve" serializeAs="String">
    <value>True</value>
    </setting>
    <setting name="EvolveOnlyPokemonAboveIV" serializeAs="String">
    <value>False</value>
    </setting>
    <setting name="EvolvePokemon" serializeAs="String">
    <value>True</value>
    </setting>
    <setting name="EvolveOnlyPokemonAboveIVValue" serializeAs="String">
    <value>95</value>
    </setting>
    <setting name="TransferPokemon" serializeAs="String">
    <value>True</value>
    </setting>
    <setting name="TransferPokemonKeepDuplicateAmount" serializeAs="String">
    <value>1</value>
    </setting>
    </PokemonGo.RocketAPI.Console.UserSettings>
    </userSettings>
    </configuration>

  3. #3198
    IterMorte's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jimmysapang View Post
    HOW ABOUT THIS? IT'S ALWAYS FORCE CLOSE

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    <configSections>
    <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
    <section name="PokemonGo.RocketAPI.Console.UserSettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
    <section name="PokemonGo.RocketAPI.Console.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
    </sectionGroup>
    </configSections>
    <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
    </startup>
    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
    <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
    </dependentAssembly>
    </assemblyBinding>
    </runtime>
    <userSettings>
    <PokemonGo.RocketAPI.Console.UserSettings>
    <setting name="GoogleRefreshToken" serializeAs="String">
    <value />
    </setting>
    <setting name="DefaultAltitude" serializeAs="String">
    <value>10</value>
    </setting>
    <setting name="KeepMinIVPercentage" serializeAs="String">
    <value>85</value>
    </setting>
    <setting name="KeepMinCP" serializeAs="String">
    <value>1000</value>
    </setting>
    <setting name="WalkingSpeedInKilometerPerHour" serializeAs="String">
    <value>300</value>
    </setting>
    <setting name="AuthType" serializeAs="String">
    <value>Google</value>
    </setting>
    <setting name="DefaultLatitude" serializeAs="String">
    <value>-6.175448</value>
    </setting>
    <setting name="DefaultLongitude" serializeAs="String">
    <value>106.827163</value>
    </setting>

    <setting name="UsePokemonToNotCatchList" serializeAs="String">
    <value>False</value>
    </setting>

    <setting name="EvolveAllPokemonWithEnoughCandy" serializeAs="String">
    <value>False</value>
    </setting>
    <setting name="TransferDuplicatePokemon" serializeAs="String">
    <value>True</value>
    </setting>
    <setting name="PtcUsername" serializeAs="String">
    <value>username</value>
    </setting>
    <setting name="PtcPassword" serializeAs="String">
    <value>password</value>
    </setting>

    <setting name="PrioritizeIVOverCP" serializeAs="String">
    <value>True</value>
    </setting>
    <setting name="MaxTravelDistanceInMeters" serializeAs="String">
    <value>1000</value>
    </setting>
    <setting name="UseGPXPathing" serializeAs="String">
    <value>False</value>
    </setting>
    <setting name="GPXFile" serializeAs="String">
    <value>GPXFILE.gpx</value>
    </setting>
    <setting name="useLuckyEggsWhileEvolving" serializeAs="String">
    <value>False</value>
    </setting>
    <setting name="NotTransferPokemonsThatCanEvolve" serializeAs="String">
    <value>True</value>
    </setting>
    <setting name="EvolveOnlyPokemonAboveIV" serializeAs="String">
    <value>False</value>
    </setting>
    <setting name="EvolvePokemon" serializeAs="String">
    <value>True</value>
    </setting>
    <setting name="EvolveOnlyPokemonAboveIVValue" serializeAs="String">
    <value>95</value>
    </setting>
    <setting name="TransferPokemon" serializeAs="String">
    <value>True</value>
    </setting>
    <setting name="TransferPokemonKeepDuplicateAmount" serializeAs="String">
    <value>1</value>
    </setting>
    </PokemonGo.RocketAPI.Console.UserSettings>
    </userSettings>
    </configuration>
    Same Here..

  4. Thanks jimmysapang (1 members gave Thanks to IterMorte for this useful post)
  5. #3199
    jimmysapang's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by itermorte View Post
    same here..
    what should i do????
    Pleaseeeee

  6. #3200
    jimmysapang's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I HAVE PROBLEM. MY BOT ALWAYS FORCE CLOSE

    [UPDATED] Pokemon Bot in C# Community Version-error-png

    I USE THIS CODE?

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    <configSections>
    <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
    <section name="PokemonGo.RocketAPI.Console.UserSettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
    <section name="PokemonGo.RocketAPI.Console.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
    </sectionGroup>
    </configSections>
    <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
    </startup>
    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
    <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
    </dependentAssembly>
    </assemblyBinding>
    </runtime>
    <userSettings>
    <PokemonGo.RocketAPI.Console.UserSettings>
    <setting name="GoogleRefreshToken" serializeAs="String">
    <value />
    </setting>
    <setting name="DefaultAltitude" serializeAs="String">
    <value>10</value>
    </setting>
    <setting name="KeepMinIVPercentage" serializeAs="String">
    <value>85</value>
    </setting>
    <setting name="KeepMinCP" serializeAs="String">
    <value>1000</value>
    </setting>
    <setting name="WalkingSpeedInKilometerPerHour" serializeAs="String">
    <value>300</value>
    </setting>
    <setting name="AuthType" serializeAs="String">
    <value>Google</value>
    </setting>
    <setting name="DefaultLatitude" serializeAs="String">
    <value>-6.175448</value>
    </setting>
    <setting name="DefaultLongitude" serializeAs="String">
    <value>106.827163</value>
    </setting>

    <setting name="UsePokemonToNotCatchList" serializeAs="String">
    <value>False</value>
    </setting>

    <setting name="EvolveAllPokemonWithEnoughCandy" serializeAs="String">
    <value>False</value>
    </setting>
    <setting name="TransferDuplicatePokemon" serializeAs="String">
    <value>True</value>
    </setting>
    <setting name="PtcUsername" serializeAs="String">
    <value>username</value>
    </setting>
    <setting name="PtcPassword" serializeAs="String">
    <value>password</value>
    </setting>

    <setting name="PrioritizeIVOverCP" serializeAs="String">
    <value>True</value>
    </setting>
    <setting name="MaxTravelDistanceInMeters" serializeAs="String">
    <value>1000</value>
    </setting>
    <setting name="UseGPXPathing" serializeAs="String">
    <value>False</value>
    </setting>
    <setting name="GPXFile" serializeAs="String">
    <value>GPXFILE.gpx</value>
    </setting>
    <setting name="useLuckyEggsWhileEvolving" serializeAs="String">
    <value>False</value>
    </setting>
    <setting name="NotTransferPokemonsThatCanEvolve" serializeAs="String">
    <value>True</value>
    </setting>
    <setting name="EvolveOnlyPokemonAboveIV" serializeAs="String">
    <value>False</value>
    </setting>
    <setting name="EvolvePokemon" serializeAs="String">
    <value>True</value>
    </setting>
    <setting name="EvolveOnlyPokemonAboveIVValue" serializeAs="String">
    <value>95</value>
    </setting>
    <setting name="TransferPokemon" serializeAs="String">
    <value>True</value>
    </setting>
    <setting name="TransferPokemonKeepDuplicateAmount" serializeAs="String">
    <value>1</value>
    </setting>
    </PokemonGo.RocketAPI.Console.UserSettings>
    </userSettings>
    </configuration>

  7. #3201
    MrMeji's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It looks that you cant introduce new accs to the bot, can someone fix it?

  8. #3202
    KinkyDev1l's Avatar Corporal
    Reputation
    9
    Join Date
    Jul 2016
    Posts
    31
    Thanks G/R
    1/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MrMeji View Post
    It looks that you cant introduce new accs to the bot, can someone fix it?
    It has nothing to do with the bot wait for the google servers to stabilize ... then go on it's not bot related so much as it is google "new device attachment" related

  9. Thanks MrMeji (1 members gave Thanks to KinkyDev1l for this useful post)
  10. #3203
    fenomic's Avatar Member
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    21
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i cant log in with my google account. the console closes before it goes to google device select and i cant see any code to copy to <GoogleRefreshToken></GoogleRefreshToken>

    logs all look like this :
    Initializing Rocket logger @ 28.07.2016 14:54:12...
    [14:54:13] Make sure Lat & Lng is right. Exit Program if not! Lat: 45,033332 Lng: -93,3170264
    [14:54:13] Script will continue in 5 seconds!
    [14:54:18] Logging in via: Google
    [14:54:19] Please visit and enter
    and console closes, i have to type the code in google acc on the "device" i use, but as i said the console is closed every time i dont get a code

  11. #3204
    AnonymGuy's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    31
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fenomic View Post
    i cant log in with my google account. the console closes before it goes to google device select and i cant see any code to copy to <GoogleRefreshToken></GoogleRefreshToken>

    logs all look like this :
    Initializing Rocket logger @ 28.07.2016 14:54:12...
    [14:54:13] Make sure Lat & Lng is right. Exit Program if not! Lat: 45,033332 Lng: -93,3170264
    [14:54:13] Script will continue in 5 seconds!
    [14:54:18] Logging in via: Google
    [14:54:19] Please visit and enter
    and console closes, i have to type the code in google acc on the "device" i use, but as i said the console is closed every time i dont get a code
    It's like this for 5 hours. Don't you read previous comments. ? -.-

  12. #3205
    fenomic's Avatar Member
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    21
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AnonymGuy View Post
    It's like this for 5 hours. Don't you read previous comments. ? -.-
    sry dude i readed the instruction but didnt have the time to go for 214 pages of comments...

  13. #3206
    KinkyDev1l's Avatar Corporal
    Reputation
    9
    Join Date
    Jul 2016
    Posts
    31
    Thanks G/R
    1/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fenomic View Post
    i cant log in with my google account. the console closes before it goes to google device select and i cant see any code to copy to <GoogleRefreshToken></GoogleRefreshToken>

    logs all look like this :
    Initializing Rocket logger @ 28.07.2016 14:54:12...
    [14:54:13] Make sure Lat & Lng is right. Exit Program if not! Lat: 45,033332 Lng: -93,3170264
    [14:54:13] Script will continue in 5 seconds!
    [14:54:18] Logging in via: Google
    [14:54:19] Please visit and enter
    and console closes, i have to type the code in google acc on the "device" i use, but as i said the console is closed every time i dont get a code
    Read the post above , nothing u do will change that if u don't have the token u can't use it right now , simply because of problems with the google "attach new device" service nothing to do with the bot . so just wait till google servers are stable again then Remember to copy your token for future google problems.

  14. Thanks fenomic, okshasamiadji (2 members gave Thanks to KinkyDev1l for this useful post)
  15. #3207
    okshasamiadji's Avatar Banned
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Initializing Rocket logger @ 28/07/2016 20.18.58...
    [20.18.58] Missing "\Configs\LastCoords.ini", using default settings for coordinates and create a new one...
    [20.18.59] There is a new Version available: https://github.com/Spegeli/Pokemon-Go-Rocket-API
    [20.19.00] Make sure Lat & Lng is right. Exit Program if not! Lat: -6,17544693635599 Lng: 106,827161301756
    [20.19.00] Script will continue in 15 seconds!
    [20.19.05] Script will continue in 10 seconds!
    [20.19.10] Script will continue in 5 seconds!
    [20.19.15] Logging in via: Google
    [20.19.16] Google Device Code copied to clipboard

    ---------------------------------------------------

    then it's force-closed.
    it's an attempt to generate a new google auth token.

    is this because the PTC server that's down at the moment?
    because on my another one it runs just perfect as it doesn't need a new token to go.

  16. #3208
    okshasamiadji's Avatar Banned
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KinkyDev1l View Post
    Read the post above , nothing u do will change that if u don't have the token u can't use it right now , simply because of problems with the google "attach new device" service nothing to do with the bot . so just wait till google servers are stable again then Remember to copy your token for future google problems.
    I think this is the only plausible answer due to google auth token problem.

    So you're suggesting if we use PTC account there would be no problem right?

  17. #3209
    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)
    Originally Posted by fenomic View Post
    i cant log in with my google account. the console closes before it goes to google device select and i cant see any code to copy to <GoogleRefreshToken></GoogleRefreshToken>

    logs all look like this :
    Initializing Rocket logger @ 28.07.2016 14:54:12...
    [14:54:13] Make sure Lat & Lng is right. Exit Program if not! Lat: 45,033332 Lng: -93,3170264
    [14:54:13] Script will continue in 5 seconds!
    [14:54:18] Logging in via: Google
    [14:54:19] Please visit and enter
    and console closes, i have to type the code in google acc on the "device" i use, but as i said the console is closed every time i dont get a code

    No shit? And btw, you dont hade to read 214 pages, it's enough if you look through the past 2.

  18. #3210
    KinkyDev1l's Avatar Corporal
    Reputation
    9
    Join Date
    Jul 2016
    Posts
    31
    Thanks G/R
    1/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    THIS GUIDE IS NOT FOR NEW ACCOUNT USERS

    Ok for users that have used the bot previously but did not save there GOOGLE TOKEN keys check this method ....

    Go to start type %appdata% then hit enter
    Go to local and open that ...
    Find Folder saying PokemonGo and open that .
    in there u will find Folders " depending on how many accounts u have run it will look like this "PokemonGo.RocketAPI.Conso_Url_1wkzyeg1xqolwe......................"
    Open it and in it will be a folder with the date of "authentication" open that .
    u will find a file named user.config open it with notepad or visual studio .. your google token will be in there .

    Hope this helps a few of u .

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 07:34 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