[UPDATED] Pokemon Bot in C# Community Version menu

Shout-Out

User Tag List

Page 222 of 229 FirstFirst ... 122172218219220221222223224225226 ... LastLast
Results 3,316 to 3,330 of 3427
  1. #3316
    Dianahash's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Last coordonates

    Where can I find the last coordonates?

    [UPDATED] Pokemon Bot in C# Community Version
  2. #3317
    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)
    Are you using an own GUI or Visual Studio?

  3. #3318
    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 'BadAuthentication' error comes from the fact that your Google 2-step authentication is ON. So log into your Google account, go to security and turn it OFF.

    Let me know if it's fixed.

    Edit: Google's changes have effected the older bots. It's already fixed but there's no own GUI version of it. You'll need Visual Studio to get the new bots working at this moment. Go check out page 218. The tutorial is there including download links to the newest bot.
    Would you be so kind to make the GUI?

    Just hoping lol.. thanks anyway

  4. #3319
    Dianahash's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CptMcBurger View Post
    Are you using an own GUI or Visual Studio?
    I use Visual Studio.

  5. #3320
    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)
    That's up to the developer himself. I'm not touching someone else's work in that way.

    However, you want that user friendly stuff and I totally get you. What you can do to bypass VS after you've done the settings, is to make a shortcut of the CMD itself.

    If you're interested: go to the folder you've extracted the bot in. Navigate like this -> PokemonGo.RocketAPI.Console > bin > Debug.

    The 'PokemonGo.Rocket.API.Console' file is the CMD you'll need a shortcut from.

    But keep in mind if you want to edit settings, you need to use VS.

  6. #3321
    pyrotoniks'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)
    I have updated and my script seems to stop after 30 minutes of run time. No idea why. Has happened twice now.

  7. #3322
    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 Dianahash View Post
    I use Visual Studio.
    Okay great. Go to the folder of your bot. Navigate like this: PokemonGo.RocketAPI.Console > bin > Debug > Settings.

    The 'lastcoords.ini' is the file you're looking for.

  8. #3323
    Dianahash's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you

  9. #3324
    Kerotos's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get a Error. A project with an Output Type of Class Library cannot be started directly.

    In order to debug this project, add an executable project to this solution which references the library project. Set the executable project as the startup project.

  10. #3325
    disdain13's Avatar Private
    Reputation
    17
    Join Date
    Jul 2016
    Posts
    12
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PokeRoadie Update
    https://github.com/disdain13/PokeRoadie/
    Bot updated to fix google login and bot prevention measures Niantic introduced.
    Soft Ban detection and resolver added!
    Everything is working great over here!

  11. #3326
    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 Kerotos View Post
    I get a Error. A project with an Output Type of Class Library cannot be started directly.

    In order to debug this project, add an executable project to this solution which references the library project. Set the executable project as the startup project.
    This is the error you get if you don't set 'PokemonGo.RocketAPI.Console' as your StartUp Project in VS.

    Just press the right button on 'PokemonGO.RocketAPI.Console' in VS (In the panel at your right you can find it) and click 'Set as StartUp Project'

    Try CTRL + F5 again now.

  12. #3327
    pyrotoniks'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 CptMcBurger View Post
    This is the error you get if you don't set 'PokemonGo.RocketAPI.Console' as your StartUp Project in VS.

    Just press the right button on 'PokemonGO.RocketAPI.Console' in VS (In the panel at your right you can find it) and click 'Set as StartUp Project'

    Try CTRL + F5 again now.
    Hey, i see you helping out other alot. Appreciate that. Quick question, I ran into a small snafu, i have the script up and running but it stops exactly at 30 minutes of run time every time. Do you happen to know how to fix this?

  13. #3328
    Kaujiro's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CptMcBurger View Post
    I'm glad to hear it all worked out fine. And yes, it's possible to make a shortcut to the CMD. Do keep in mind though you need to open VS to edit the settings if needed of course.

    Go to the folder you've extracted the bot in. Now navigate like this: PokemonGo.RocketAPI.Console > bin > Debug.

    If it's all good, you're about to notice the 'PokemonGo.Rocket.API.Console' file. That's the CMD you're looking for.

    Let me know if everything worked out well.
    My God...

    Its in There..

    Thx again Capt !

  14. #3329
    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)
    Sounds like Google Token issues. Use VS instead with Spegeli's bot. No tokens required or anything. Mine is running for like 14h now and everything is OK.

  15. #3330
    Kerotos's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CptMcBurger View Post
    This is the error you get if you don't set 'PokemonGo.RocketAPI.Console' as your StartUp Project in VS.

    Just press the right button on 'PokemonGO.RocketAPI.Console' in VS (In the panel at your right you can find it) and click 'Set as StartUp Project'

    Try CTRL + F5 again now.
    i startup the wrong one but know i got 1 error in thw window below

    It shows me there

    new KeyValuePair<ItemId, int>(ItemId.ItemItemStorageUpgrade, 100),
    };

    is something worn i did not even touch this
    Last edited by Kerotos; 07-29-2016 at 08:20 AM.

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