[UPDATED] Pokemon Bot in C# Community Version menu

User Tag List

Page 7 of 229 FirstFirst ... 3456789101157107 ... LastLast
Results 91 to 105 of 3427
  1. #91
    ghostory's Avatar Corporal
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    20
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by user751140 View Post
    I get this as soon as i put in the google auth code.. bot starts but then crashes in 5 sec and I get asked to put in auth again and again.. and idea why this might be?

    When you copy the token, close the bot and open up the user.xml. Paste the token in between the <GoogleRefreshToken>(paste here)</GoogleRefreshToken> and save the user.xml. After that, just start the bot up and it should run fine.

    [UPDATED] Pokemon Bot in C# Community Version
  2. Thanks Kentus (1 members gave Thanks to ghostory for this useful post)
  3. #92
    navyguy's Avatar Active Member
    Reputation
    27
    Join Date
    Jul 2016
    Posts
    137
    Thanks G/R
    5/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by user751140 View Post
    I get this as soon as i put in the google auth code.. bot starts but then crashes in 5 sec and I get asked to put in auth again and again.. and idea why this might be?


    skids always love showing their usernames and even better the full google authcode lmao.

  4. #93
    katsas's Avatar Master Sergeant
    Reputation
    19
    Join Date
    Aug 2011
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    reupload the file please.!

  5. #94
    janekkk's Avatar Member
    Reputation
    6
    Join Date
    Apr 2014
    Posts
    59
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can I Log in to game on Nox ? Or smth I need to disable to dont get soft ban ?

  6. #95
    qweeboi's Avatar Member
    Reputation
    14
    Join Date
    Apr 2009
    Posts
    135
    Thanks G/R
    6/13
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by katsas View Post
    reupload the file please.!
    The link is working fine?

  7. #96
    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 Neer View Post
    New Threadto get rid of the spam posts and so that we can see what you all are requesting and needing help with.
    Might I remind you that this bot is free and demanding stuff doesn't work. There are people in the thread kind enough to add functions that you are requesting
    The source for this bot wasn't made by me, i've only tweaked certain stuff to make it work better like a lot of people have done. I wont take any donations since
    This isn't 100% My work. Check credits at the bottom of this post to see the people that have made this project work.


    Updated 21/7 - 2016
    [Download Links]

    PokeColor Compiled 1.0 << This version has the user.xml that you need to edit.
    Pokecolor Source

    A lot has happened and now we've got a lot of versions on the market. We've got people selling the free versions.

    [[GUIDE START]]
    Let's begin with the guide then.
    First of all Download Pokecolor Precompiled and extract it to desktop

    Next find user.xml and open it up in notepad "Open with notepad, edit, as long as its open with notepad.

    Now we've got this window open

    I've added some comments to the settings file so do not edit anything past the things we're about to get through.
    Let's begin with
    <AuthType>Google</AuthType> This line represents what kind of account we have. I'll go with google in this case.
    Next up is <DefaultLatitude>0</DefaultLatitude> and <DefaultLongitude>0</DefaultLongitude> These are the coordinates to where we'll start the bot from.
    Let's load up Google Maps Now we've got google maps open. Let's find a suitable location, In my case i'll pick the Capital of Sweden since I'm from Sweden and there are a lot of Pokestops there.

    We've got Google maps open. Lets click on a point somewhere in the middle of the capital.
    Next Image is to big, check it out here:
    Imgur: The most awesome images on the Internet
    Now we will find the Longitude and Latitude of the point where we clicked by looking at the bottom part of the map.


    In my case the settings would look like this: <DefaultLatitude>59.345758</DefaultLatitude> and <DefaultLongitude>18.047779</DefaultLongitude>
    Now we've got the Location, let's go to the next part, skip <GoogleRefreshToken></GoogleRefreshToken>
    If you are using Ptc account and not Google you will now input your username and password in <PtcUsername>Neer</PtcUsername> and <PtcPassword>NeersPassword</PtcPassword>
    Next part is <EvolveAllGivenPokemons>false</EvolveAllGivenPokemons> Well do we want to Evolve all the Pokemon that we can and when we have Candy for it? Then change this to true if not, let it stay on false.
    My favorite part comes now: <TransferType>none</TransferType>
    This is where we decide what to transfer and what to keep.
    There are currently 4 different methods. They are the following:
    Code:
    leaveStrongest, all, duplicate, cp
    If we want the bot to transfer All Pokemon but leave the one with the highest CP(Strongest one) let's change <TransferType>leaveStrongest</TransferType>
    If we want the bot to transfer EVERYTHING change this to: <TransferType>all</TransferType>
    If we want the bot to transfer all duplicates of pokemons (Always only leave 1 of Each Pikachu, Bulbasaur, Charmander etc.) let's change <TransferType>duplicate</TransferType>
    If we want the bot to transfer everything below the a certain CP let's change <TransferType>cp</TransferType> the next part covers where we will set the minimum CP up.

    Are you using Transfertype cp? Then let's change <TransferCPThreshold>0</TransferCPThreshold> to something that fits our needs. I usually set this on 210 because of magikarp but that is a story for another time.

    Next up is Google Authentication, if you are not using Google just save and run the Bot - PokemonGo.RocketAPI.Console.exe
    Google authentication, Just go ahead and run the bot and you will get this message:

    Let's follow the instructions shall we? Head on over to https://google.com/device and enter the code that just got printed in YOUR window NOT VZED-JGJU
    After we've entered the code press "allow" on next page something like this will happen in the bot window:

    Let's copy that Refresh token directly from the window and enter it in the previously skipped part. <GoogleRefreshToken>ENTER THE TOKEN THAT POPPED UP IN THE WINDOW HERE.</GoogleRefreshToken>
    And save that, AND RESTART! Done!
    GL/HF Botting!

    CREDITS:
    View Profile: maclone - OwnedCore - World of Warcraft Exploits, Hacks, Bots and Guides. - Maclone <3 Settings are key.
    https://github.com/DetectiveSquirrel...-Go-Rocket-API - For awesome color
    https://github.com/FeroxRev/Pokemon-Go-Rocket-API - For starting all of this! <3
    https://github.com/NecronomiconCodin...Go-Rocket-API/ - For Adding stuff that we need!
    Dear Neer, can I ask how to compile the source into using a user.xml as well? Edited the source due to the pokemon that are only chosen to be transferred automatically. Thank you.

  8. #97
    Yarrcad's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to set it to chuck the purple/orange potions and revives so that my inventory doesn't fill up?

  9. #98
    andyt315's Avatar Member
    Reputation
    4
    Join Date
    May 2012
    Posts
    72
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone add this list to this bot?
    Code:
    PokemonId.Bulbasaur,
                    PokemonId.Ivysaur,
                    PokemonId.Venusaur,
                    PokemonId.CHARMANDER,
                    PokemonId.Charmeleon,
                    PokemonId.Charizard,
                    PokemonId.Squirtle,
                    PokemonId.Wartortle,
                    PokemonId.Blastoise,
                    PokemonId.Caterpie,
                    PokemonId.Metapod,
                    PokemonId.Butterfree,
                    PokemonId.Weedle,
                    PokemonId.Kakuna,
                    PokemonId.Beedrill,
                    PokemonId.Pidgey,
                    PokemonId.Pidgeotto,
                    PokemonId.Pidgeot,
                    PokemonId.Rattata,
                    PokemonId.Raticate,
                    PokemonId.Spearow,
                    PokemonId.Fearow,
                    PokemonId.Ekans,
                    PokemonId.Arbok,
                    PokemonId.Pikachu,
                    PokemonId.Raichu,
                    PokemonId.Sandshrew,
                    PokemonId.Sandslash,
                    PokemonId.Nidorino,
                    PokemonId.Nidorina,
                    PokemonId.Nidoqueen,
                    PokemonId.NidoranMale,
                    PokemonId.Nidorino,
                    PokemonId.Nidoking,
                    PokemonId.Clefairy,
                    PokemonId.Clefable,
                    PokemonId.Vulpix,
                    PokemonId.Ninetales,
                    PokemonId.Jigglypuff,
                    PokemonId.Wigglytuff,
                    PokemonId.Zubat,
                    PokemonId.Golbat,
                    PokemonId.Oddish,
                    PokemonId.Gloom,
                    PokemonId.Vileplume,
                    PokemonId.Paras,
                    PokemonId.Parasect,
                    PokemonId.Venonat,
                    PokemonId.Venomoth,
                    PokemonId.Diglett,
                    PokemonId.Dugtrio,
                    PokemonId.Meowth,
                    PokemonId.Persian,
                    PokemonId.Psyduck,
                    PokemonId.Golduck,
                    PokemonId.Mankey,
                    PokemonId.Primeape,
                    PokemonId.Growlithe,
                    PokemonId.Arcanine,
                    PokemonId.Poliwag,
                    PokemonId.Poliwhirl,
                    PokemonId.Poliwrath,
                    PokemonId.Abra,
                    PokemonId.Kadabra,
                    PokemonId.Alakhazam,
                    PokemonId.Machop,
                    PokemonId.Machoke,
                    PokemonId.Machamp,
                    PokemonId.Bellsprout,
                    PokemonId.Weepinbell,
                    PokemonId.Victreebell,
                    PokemonId.Tentacool,
                    PokemonId.Tentacruel,
                    PokemonId.Geodude,
                    PokemonId.Graveler,
                    PokemonId.Golem,
                    PokemonId.Ponyta,
                    PokemonId.Rapidash,
                    PokemonId.Slowpoke,
                    PokemonId.Slowbro,
                    PokemonId.Magnemite,
                    PokemonId.Magneton,
                    //PokemonId.Farfetch'd,
                    PokemonId.Doduo,
                    PokemonId.Dodrio,
                    PokemonId.Seel,
                    PokemonId.Dewgong,
                    PokemonId.Grimer,
                    PokemonId.Muk,
                    PokemonId.Shellder,
                    PokemonId.Cloyster,
                    PokemonId.Gastly,
                    PokemonId.Haunter,
                    PokemonId.Gengar,
                    PokemonId.Onix,
                    PokemonId.Drowzee,
                    PokemonId.Hypno,
                    PokemonId.Krabby,
                    PokemonId.Kingler,
                    PokemonId.Voltorb,
                    PokemonId.Electrode,
                    PokemonId.Exeggcute,
                    PokemonId.Exeggutor,
                    PokemonId.Cubone,
                    PokemonId.Marowak,
                    PokemonId.Hitmonlee,
                    PokemonId.Hitmonchan,
                    PokemonId.Lickitung,
                    PokemonId.Koffing,
                    PokemonId.Weezing,
                    PokemonId.Rhyhorn,
                    PokemonId.Rhydon,
                    PokemonId.Chansey,
                    PokemonId.Tangela,
                    PokemonId.Kangaskhan,
                    PokemonId.Horsea,
                    PokemonId.Seadra,
                    PokemonId.Goldeen,
                    PokemonId.Seaking,
                    PokemonId.Staryu,
                    PokemonId.Starmie,
                    //PokemonId.Mr. Mime,
                    PokemonId.Scyther,
                    PokemonId.Jynx,
                    PokemonId.Electabuzz,
                    PokemonId.Magmar,
                    PokemonId.Pinsir,
                    PokemonId.Tauros,
                    PokemonId.Magikarp,
                    PokemonId.Gyarados,
                    PokemonId.Lapras,
                    PokemonId.Ditto,
                    PokemonId.Eevee,
                    PokemonId.Vaporeon,
                    PokemonId.Jolteon,
                    PokemonId.Flareon,
                    PokemonId.Porygon,
                    PokemonId.Omanyte,
                    PokemonId.Omastar,
                    PokemonId.Kabuto,
                    PokemonId.Kabutops,
                    PokemonId.Aerodactyl,
                    PokemonId.Snorlax,
                    PokemonId.Articuno,
                    PokemonId.Zapdos,
                    PokemonId.Moltres,
                    PokemonId.Dratini,
                    PokemonId.Dragonair,
                    PokemonId.Dragonite
                    //PokemonId.Mewtwo,
                    //PokemonId.Mew

  10. #99
    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)
    Updated main post with a new file. Thanks to Maclone we now have "Unwanted PokemonTypes" and DoNotTransfer These types of pokemon

  11. Thanks bengeminuy (1 members gave Thanks to Neer for this useful post)
  12. #100
    TBL-Equi's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    50
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for your work Neer, was hoping someone would be able to keep track of all the different versions and merge them and their different features into something like this. Working great!

    Of course also a big thanks to the coders themselves.

  13. #101
    feenix.goldman's Avatar Sergeant
    Reputation
    9
    Join Date
    Oct 2014
    Posts
    37
    Thanks G/R
    1/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qweeboi View Post
    You wont have a use for a 210 CP Magikarp anyway...
    Not really.
    210 CP Magikarp can be evolved into ~2100CP Gyarados.

  14. #102
    Subcore's Avatar Contributor

    Reputation
    98
    Join Date
    Oct 2009
    Posts
    170
    Thanks G/R
    23/22
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah but it still asks me to manually enter new key every 20-30 minutes, I'm sure I configured everything correctly.

  15. #103
    Kentus's Avatar Active Member
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    151
    Thanks G/R
    3/6
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you saved my ass! Thanks a lot

  16. #104
    ghostory's Avatar Corporal
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    20
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by janekkk View Post
    Can I Log in to game on Nox ? Or smth I need to disable to dont get soft ban ?
    You can login into Nox while the bot is going but you have to make sure in Nox, you go into your settings > location and then at the top right of the locations windows, where it says on, click on it and make sure that it turns to off. From there, just login like normal and you should be good to go.

    You'll probably be in some random water but you can remove items from your bag and whatnot from there. You won't be able to see yourself botting though. You'll just be in the water. If you forget to turn off locations, you'll get softbanned and potentially banned since if your location/coordinates in your Nox doesn't match up with your bots, it could teleport you too far and get yourself banned.

  17. #105
    JwillC's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    23
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lysolfs View Post
    Anyone else getting "unexpected stop" after 3-5 minutes? Had the same issue with the older version yesterday, even setting the refresh token doesnt help. And reentering the google device code every 5 minutes is kinda annoying...
    Yep. Everything is going great except for this one small issue. I tried to paste the token without the 1/. We'll see if that works.

    [07:59:40] Dragonite with 1618 CP got away..

    NOOO!
    Last edited by JwillC; 07-21-2016 at 10:00 AM.

  18. Thanks Athbi Sul (1 members gave Thanks to JwillC for this useful post)
Page 7 of 229 FirstFirst ... 3456789101157107 ... LastLast

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 12:23 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