[UPDATED] Pokemon Bot in C# Community Version menu

User Tag List

Page 226 of 229 FirstFirst ... 126176222223224225226227228229 LastLast
Results 3,376 to 3,390 of 3427
  1. #3376
    Hansot's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    27
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Neer fix your shit

    [UPDATED] Pokemon Bot in C# Community Version
  2. #3377
    nomikk's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    50
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raynandakho View Post
    is here only me who "Still" can't get the google auth code ?
    please visit (blank) and enter (blank)
    API google updated made old bot not work anymore.
    Download bots that requires u type in google account and pwd directly. Those bots keep using API no longer workable for now

  3. #3378
    UyyeyMan'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)
    please update pokefast.. because I like pokefast than other bots..

  4. #3379
    SHIZPICKLE'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 UyyeyMan View Post
    please update pokefast.. because I like pokefast than other bots..
    You made an account just to say that? Seriously?

  5. #3380
    dawsonz89's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CptMcBurger View Post
    The Google login isn't working anymore. Things have changed. That's why these bots with own GUI aren't working anymore. But Spegeli has an updated version and it works like a charm. However, at this moment there's no own GUI for it so you'll need Visual Studio to run it. So here we go with the dummies version. I'm practically gonna hold your hands in this one:

    1. Go to https://github.com/Spegeli/PokemoGoBot-GottaCatchEmAll, press the 'Clone or download' button and get the zip file.

    2. Make a folder and extract the zip file

    3. Download Visual Studio and install it (it's all free): https://www.visualstudio.com/post-do...oadrename=true

    4. Open the folder you've extracted the zip file in. Open 'Pokemon GO Rocket API' with Visual Studio.

    Check the right panel, it's called 'Solution Explorer'. In this panel/list you're basically seeing the content of that folder, all structured.

    5.Double click 'UserSettings.settings'. This is where you can edit speed, latitude/longitude, gmail login etc. You're basically seeing the content of the 'user.xml' file in the user-friendly GUI version. Edit whatever you like. When you're done, press the X (of the tab ofcourse, not VS!!!). It will ask you to save everything, hit yes (obviously).

    6. Now we need to fix our items. For that you'll need to be in the same panel (the Solution Explorer) and double click 'Settings.cs'. Scroll a bit till you see the lines 'ItemUnknown', 'ItemPokeball' etc etc. Edit the values however you like. When you're done, press the X (of the tab). It will ask you again to save everything, hit yes.

    If you're using lists like 'PokemonsToEvolve', 'PokemonsToNotCatch' and 'PokemonsToNotTransfer', please go to your folder where you've extracted the zip. Open the folder 'PokemonGo.RocketAPI.Console' > open folder 'bin' > open folder 'Debug' > open folder 'Settings'. Here you'll see those lists. Open them, put the names of your pokemons in your lists (e.g. Dragonite Rattata). Save the edited lists.

    7. I think we're done setting up the bot. So now it's time to fire it up. For this, check the same panel (Solution Explorer) and find 'PokemonGo.RocketAPI.Console'. Press the right button, hit 'Set as StartUp Project'.

    8. Press CTRL + F5. Your CMD console (like you guys are used to see in the own GUI versions, the user friendly ones) will start up. No tokens required!



    SOME FACTS & TIPS

    *** I understand that people don't want to do the whole VS thing each time they want to run the CMD. To bypass VS once you've set up the bot correctly, you can easily create a shortcut directly to the CMD itself. This can be done by getting in the folder of your bot. Navigate like this: folder 'PokemonGo.Rocket.API.Console' > folder 'bin' > folder 'Debug'. Now you'll see the file 'PokemonGo.RocketApi.Console' (filetype Application). This is the CMD you'll need a shortcut from. Do keep in mind you need VS to edit the settings if needed!

    *** When your CMD fires up, it's save to close Visual Studio!

    *** It's better to learn how to use Visual Studio instead of waiting for an GUI version. It's much more easier to get bots that way. You just need to check Spegeli's github (the link is given in step 1) and see if there are any updates. If so, just download the new zip, extract it, and follow the same steps above.

    *** The BadAuthentication/NeedsBrowser error is fixed by turning OFF your 2 step authentication of your Google account. So log into your Google, go to Security and turn if OFF

    Good luck! And if there are any questions, don't hesitate to ask!
    Very helpful thank you.

  6. Thanks krazykay18 (1 members gave Thanks to dawsonz89 for this useful post)
  7. #3381
    raynandakho's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    12
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    okay thanks for the suggest, but where can i find those bots that requires me to type google acc directly ? help me please

  8. #3382
    noremac13's Avatar Sergeant
    Reputation
    5
    Join Date
    Jul 2012
    Posts
    43
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Considering that this is supposed to be the "community" bot why are we relying on one person to update it? I thought it was supposed to be a group effort. Surely there are some people out there who understand the bugs in the current code and how to fix them.
    Last edited by noremac13; 07-30-2016 at 05:06 AM.

  9. #3383
    Broskinator97'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)
    with this https://github.com/Spegeli/PokemoGoBot-GottaCatchEmAll is it possible to hatch the eggs?

  10. #3384
    raynandakho's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    12
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i cant install the VS sir, what about it ? [UPDATED] Pokemon Bot in C# Community Version-capture-jpg

  11. #3385
    nomikk's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    50
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raynandakho View Post
    i cant install the VS sir, what about it ? [UPDATED] Pokemon Bot in C# Community Version-capture-jpg
    google that number and install it first

  12. #3386
    CptMcBurger's Avatar Corporal
    Reputation
    12
    Join Date
    Jul 2016
    Posts
    33
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    General message

    If you can't see pokestops in your bot: that's Niantic cleaning up pokestops and gyms at your chosen location.
    Probably because building owners/businesses at your chosen location have been complaining about too many pokestops and gyms in their areas, attracting too many people!

    This is all Niantic-sided. The bot makers have no business nor any other kind of relation with this problem. The updated bots work perfectly.

    Visit the tutorial on page 218 for a working bot with VS. The bot comes from Spegeli and you'll need Visual Studio to run it. Download links are included.

    At this moment, as far as I know, only NecronomiconCoding has a somewhat friendly GUI bot released, the Necrobot. It's version 0.3.3 and you can find it on his github https://github.com/NecronomiconCoding/NecroBot/releases

    Pick your choice and have a nice day full of cheating lol!
    Last edited by CptMcBurger; 07-30-2016 at 05:56 AM.

  13. Thanks cajuputi (1 members gave Thanks to CptMcBurger for this useful post)
  14. #3387
    cajuputi's Avatar Active Member
    Reputation
    21
    Join Date
    Jul 2016
    Posts
    180
    Thanks G/R
    14/19
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CptMcBurger View Post
    General message

    If you can't see pokestops in your bot: that's Niantic cleaning up pokestops and gyms at your chosen location.
    Probably because building owners/businesses at your chosen location have been complaining about too many pokestops and gyms in their areas, attracting too many people!

    This is all Niantic-sided. The bot makers have no business nor any other kind of relation with this problem. The updated bots work perfectly.

    Visit the tutorial on page 218 for a working bot with VS. The bot comes from Spegeli and you'll need Visual Studio to run it. Download links are included.

    At this moment, as far as I know, only NecronomiconCoding has a somewhat friendly GUI bot released, the Necrobot. It's version 0.3.3 and you can find it on his github https://github.com/NecronomiconCoding/NecroBot/releases

    Pick your choice and have a nice day full of cheating lol!
    Please make the executable version. I know you can
    It should be very helpful for users like me who hard to download visual studio with our download speed.

  15. #3388
    CptMcBurger's Avatar Corporal
    Reputation
    12
    Join Date
    Jul 2016
    Posts
    33
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The Necrobot works without VS. It's kinda user friendly, not perfect but way better if you want to skip the whole VS thing. Check the link I posted in the message you've replied to. If you need any help setting it up, let me know.

  16. Thanks cajuputi (1 members gave Thanks to CptMcBurger for this useful post)
  17. #3389
    cajuputi's Avatar Active Member
    Reputation
    21
    Join Date
    Jul 2016
    Posts
    180
    Thanks G/R
    14/19
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CptMcBurger View Post
    The Necrobot works without VS. It's kinda user friendly, not perfect but way better if you want to skip the whole VS thing. Check the link I posted in the message you've replied to. If you need any help setting it up, let me know.
    Thank you. I just know that it doesn't need VS. I'll go take a look.
    What you think of necro vs spineli bot? Which one better in term of stability and exp/hour?
    Hope you can work on haxton one though. It's still terribly full of error for me. The 100k++ exp/hour is hard to resist.

  18. #3390
    CptMcBurger's Avatar Corporal
    Reputation
    12
    Join Date
    Jul 2016
    Posts
    33
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cajuputi View Post
    Please make the executable version. I know you can
    It should be very helpful for users like me who hard to download visual studio with our download speed.
    Tutorial Necrobot (without VS, kinda user friendly!)

    1. Visit https://github.com/NecronomiconCoding/NecroBot/releases

    2. Get the newest version. Download the 'release.zip'

    3. Extract the release.zip. You'll notice the release folder

    4. Open that folder, run Necrobot.exe once. It will auto-close. But it was necessary because some files needed to be generated.

    5. Open the Config folder

    6. Open 'auth' with notepad. You'll see this:

    {
    "AuthType": "google",
    "GoogleRefreshToken": null,
    "PtcUsername": null,
    "PtcPassword": null,
    "GoogleUsername": null,
    "GooglePassword": null
    }


    If you use Google login, then leave AuthType set to 'google'. Go to the GoogleUsername field and write your email there. Go to the GooglePassword field and write your password. However, you need to write it like this:

    {
    "AuthType": "google",
    "GoogleRefreshToken": null,
    "PtcUsername": null,
    "PtcPassword": null,
    "GoogleUsername": "[email protected]",
    "GooglePassword": "FakeAssPassword"
    }


    The " before and after your email as well as your password is very important! Without it, the bot will show errors! Also make sure, after the email line, you end it with a ,

    Just replicate the example given with your real email and password in your auth file!


    If you use PTC login, then change google to ptc and ignore all other fields and use PtcUsername and PtcPassword. Also write it with the " before and after your email as well as your password! And also make sure the email line ends with a ,


    7. We're done with the auth file. Save it and close it. Open up 'config' with notepad and change 'true' in 'false' or edit values and whatever. No special treatments required. Save this sucker and close it

    8.Fire up your bot and everything should work perfect.

    If you have any questions, don't hesitate to ask!
    Last edited by CptMcBurger; 07-30-2016 at 06:38 AM.

  19. Thanks cajuputi (1 members gave Thanks to CptMcBurger for this useful post)

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 01:14 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