[UPDATED] Pokemon Bot in C# Community Version menu

User Tag List

Page 13 of 229 FirstFirst ... 9101112131415161763113 ... LastLast
Results 181 to 195 of 3427
  1. #181
    Hasonc's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hasonc View Post
    Here is what happens when I run it.




    what am i doing wrong?


    any ideas?

    [UPDATED] Pokemon Bot in C# Community Version
  2. #182
    BotterManiac's Avatar Member
    Reputation
    1
    Join Date
    May 2015
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neer View Post
    Change to Stockholm, use my coordinates
    Ummm i wish but is it safe or it's just the same as teleporting in my city? Otherwise I'll do in your city lol

  3. #183
    Ainess's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    24
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    pls help

  4. #184
    zerospec0's Avatar Knight-Lieutenant
    Reputation
    22
    Join Date
    Jul 2016
    Posts
    348
    Thanks G/R
    21/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I went back to the main post and followed your instructions about logging in once / pasting etc and I've read every page here. It still doesn't work when I try to restart the bot. Any help would be appreciated!!

  5. #185
    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)
    Originally Posted by thaiguy50 View Post
    BTW you can hatch eggs with the bot, just letting you guys know
    what you mean? how?

  6. #186
    chaumilano's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chaumilano View Post
    Not working....





    help me !, ptc account is working
    but google account is not working

  7. #187
    sonication's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way to let the bot stay in one spot? So he doesn't teleport around like crazy but farms everything that is in range?

  8. #188
    entengboi's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    20
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ainess View Post
    pls help
    Make sure everything is what it says to put, no Caps or exactly as it says
    i had the same problem, mine was PTC but the correct way was Ptc

  9. #189
    nckro's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    14
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    GUys, btw, stupid question, how do you generate GoogleRefreshToken. Mine started w/o it. It had to be bellow logged in right? Am i missing something? I just updated to the new source files.

    Please visit https://www.google.com/device and enter VMZE-ALFL
    Logged in Google Account..
    ----------------------------
    Account: username
    Password: pw

    Latitude: 40.7828647
    Longitude: -73.9653551
    ----------------------------
    Random Profile Data

  10. #190
    SpyX's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Really big thx for your bot, works perfectly for me!

  11. #191
    XDFProx'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)

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

    Farming XP Pokemon List

    Wanna farm only Pidgeys, Weedles and Caterpies for maxing xp with lucky Egg? Use this:

    Code:
    <TransferType>leaveStrongest</TransferType> <!-- none/cp/leaveStrongest/duplicate/all -->
      <TransferCPThreshold>0</TransferCPThreshold> <!-- Transfer pokemon with CP less than this value if cp transfer type is selected -->
      <DoNotTransfer> <!-- These will not be transferred even when below the CP threshold -->
    	<PokemonId>Mewtwo</PokemonId>
    	<PokemonId>Mew</PokemonId>
    	<PokemonId>Mr. Mime</PokemonId>
    	<PokemonId>Weedle</PokemonId>
    	<PokemonId>Caterpie</PokemonId>
    	<PokemonId>Pidgey</PokemonId>
      </DoNotTransfer>
      <UnwantedPokemonTypes>
            <PokemonId>Bulbasaur</PokemonId>
    	<PokemonId>Ivysaur</PokemonId>
    	<PokemonId>Venusaur</PokemonId>
    	<PokemonId>Charmander</PokemonId>
    	<PokemonId>Charmeleon</PokemonId>
    	<PokemonId>Charizard</PokemonId>
    	<PokemonId>Squirtle</PokemonId>
    	<PokemonId>Wartortle</PokemonId>
    	<PokemonId>Blastoise</PokemonId>
    	<PokemonId>Metapod</PokemonId>
    	<PokemonId>Butterfree</PokemonId>
    	<PokemonId>Kakuna</PokemonId>
    	<PokemonId>Beedrill</PokemonId>
    	<PokemonId>Pidgeotto</PokemonId>
    	<PokemonId>Pidgeot</PokemonId>
    	<PokemonId>Rattata</PokemonId>
    	<PokemonId>Raticate</PokemonId>
    	<PokemonId>Spearow</PokemonId>
    	<PokemonId>Fearow</PokemonId>
    	<PokemonId>Ekans</PokemonId>
    	<PokemonId>Arbok</PokemonId>
    	<PokemonId>Pikachu</PokemonId>
    	<PokemonId>Raichu</PokemonId>
    	<PokemonId>Sandshrew</PokemonId>
    	<PokemonId>Sandlash</PokemonId>
    	<PokemonId>NidoranFemale</PokemonId>
    	<PokemonId>Nidorina</PokemonId>
    	<PokemonId>Nidoqueen</PokemonId>
    	<PokemonId>.NidoranMale</PokemonId>
    	<PokemonId>Nidorino</PokemonId>
    	<PokemonId>Nidoking</PokemonId>
    	<PokemonId>Clefairy</PokemonId>
    	<PokemonId>Clefable</PokemonId>
    	<PokemonId>Vulpix</PokemonId>
    	<PokemonId>Ninetales</PokemonId>
    	<PokemonId>Jigglypuff</PokemonId>
    	<PokemonId>Wigglytuff</PokemonId>
    	<PokemonId>Zubat</PokemonId>
    	<PokemonId>Golbat</PokemonId>
    	<PokemonId>Oddish</PokemonId>
    	<PokemonId>Gloom</PokemonId>
    	<PokemonId>Vileplume</PokemonId>
    	<PokemonId>Paras</PokemonId>
    	<PokemonId>Parasect</PokemonId>
    	<PokemonId>Venonat</PokemonId>
    	<PokemonId>Venomoth</PokemonId>
    	<PokemonId>Diglett</PokemonId>
    	<PokemonId>Dugtrio</PokemonId>
    	<PokemonId>Meowth</PokemonId>
    	<PokemonId>Persian</PokemonId>
    	<PokemonId>Psyduck</PokemonId>
    	<PokemonId>Golduck</PokemonId>
    	<PokemonId>Mankey</PokemonId>
    	<PokemonId>Primeape</PokemonId>
    	<PokemonId>Growlithe</PokemonId>
    	<PokemonId>Arcanine</PokemonId>
    	<PokemonId>Poliwag</PokemonId>
    	<PokemonId>Poliwhirl</PokemonId>
    	<PokemonId>Poliwrath</PokemonId>
    	<PokemonId>Abra</PokemonId>
    	<PokemonId>Kadabra</PokemonId>
    	<PokemonId>Alakhazam</PokemonId>
    	<PokemonId>Machop</PokemonId>
    	<PokemonId>Machoke</PokemonId>
    	<PokemonId>Machamp</PokemonId>
    	<PokemonId>Bellsprout</PokemonId>
    	<PokemonId>Weepinbell</PokemonId>
    	<PokemonId>Victreebell</PokemonId>
    	<PokemonId>Tentacool</PokemonId>
    	<PokemonId>Tentacruel</PokemonId>
    	<PokemonId>Geodude</PokemonId>
    	<PokemonId>Graveler</PokemonId>
    	<PokemonId>Golem</PokemonId>
    	<PokemonId>Ponyta</PokemonId>
    	<PokemonId>Rapidash</PokemonId>
    	<PokemonId>Slowpoke</PokemonId>
    	<PokemonId>Slowbro</PokemonId>
    	<PokemonId>Magnemite</PokemonId>
    	<PokemonId>Magneton</PokemonId>
    	<PokemonId>Doduo</PokemonId>
    	<PokemonId>Dodrio</PokemonId>
    	<PokemonId>Seel</PokemonId>
    	<PokemonId>Dewgong</PokemonId>
    	<PokemonId>Grimer</PokemonId>
    	<PokemonId>Muk</PokemonId>
    	<PokemonId>Shellder</PokemonId>
    	<PokemonId>Cloyster</PokemonId>
    	<PokemonId>Gastly</PokemonId>
    	<PokemonId>Haunter</PokemonId>
    	<PokemonId>Gengar</PokemonId>
    	<PokemonId>Onix</PokemonId>
    	<PokemonId>Drowzee</PokemonId>
    	<PokemonId>Hypno</PokemonId>
    	<PokemonId>Krabby</PokemonId>
    	<PokemonId>Kingler</PokemonId>
    	<PokemonId>Voltorb</PokemonId>
    	<PokemonId>Electrode</PokemonId>
    	<PokemonId>Exeggcute</PokemonId>
    	<PokemonId>Exeggutor</PokemonId>
    	<PokemonId>Cubone</PokemonId>
    	<PokemonId>Marowak</PokemonId>
    	<PokemonId>Hitmonlee</PokemonId>
    	<PokemonId>Hitmonchan</PokemonId>
    	<PokemonId>Lickitung</PokemonId>
    	<PokemonId>Koffing</PokemonId>
    	<PokemonId>Weezing</PokemonId>
    	<PokemonId>Rhyhorn</PokemonId>
    	<PokemonId>Rhydon</PokemonId>
    	<PokemonId>Chansey</PokemonId>
    	<PokemonId>Tangela</PokemonId>
    	<PokemonId>Kangaskhan</PokemonId>
    	<PokemonId>Horsea</PokemonId>
    	<PokemonId>Seadra</PokemonId>
    	<PokemonId>Goldeen</PokemonId>
    	<PokemonId>Seaking</PokemonId>
    	<PokemonId>Staryu</PokemonId>
    	<PokemonId>Starmie</PokemonId>
    	<PokemonId>Scyther</PokemonId>
    	<PokemonId>Jynx</PokemonId>
    	<PokemonId>Electabuzz</PokemonId>
    	<PokemonId>Magmar</PokemonId>
    	<PokemonId>Pinsir</PokemonId>
    	<PokemonId>Tauros</PokemonId>
    	<PokemonId>Magikarp</PokemonId>
    	<PokemonId>Gyarados</PokemonId>
    	<PokemonId>Lapras</PokemonId>
    	<PokemonId>Ditto</PokemonId>
    	<PokemonId>Eevee</PokemonId>
    	<PokemonId>Vaporeon</PokemonId>
    	<PokemonId>Jolteon</PokemonId>
    	<PokemonId>Flareon</PokemonId>
    	<PokemonId>Porygon</PokemonId>
    	<PokemonId>Omanyte</PokemonId>
    	<PokemonId>Omastar</PokemonId>
    	<PokemonId>Kabuto</PokemonId>
    	<PokemonId>Kabutops</PokemonId>
    	<PokemonId>Aerodactyl</PokemonId>
    	<PokemonId>Snorlax</PokemonId>
    	<PokemonId>Articuno</PokemonId>
    	<PokemonId>Zapdos</PokemonId>
    	<PokemonId>Moltres</PokemonId>
    	<PokemonId>Dratini</PokemonId>
    	<PokemonId>Dragonair</PokemonId>
    	<PokemonId>Dragonite</PokemonId>
      </UnwantedPokemonTypes>
    NVM. Its causing "user.xml either missing or malformed." and i have no idea why
    Last edited by MAISTA23; 07-21-2016 at 11:08 AM.

  13. #193
    Hasonc's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mine did the same thing i have no idea how or why.

  14. #194
    teyra's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    4
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hasonc View Post
    its right bro idk whats causing the error lol..
    why are you using the google auth token? you dont need it with Ptc

  15. #195
    Reuspa's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    73
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zerospec0 View Post
    I went back to the main post and followed your instructions about logging in once / pasting etc and I've read every page here. It still doesn't work when I try to restart the bot. Any help would be appreciated!!
    Same, still crashing no matter if i got the 1/ or not.

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:17 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