[UPDATED] Pokemon Bot in C# Community Version menu

User Tag List

Page 218 of 229 FirstFirst ... 118168214215216217218219220221222 ... LastLast
Results 3,256 to 3,270 of 3427
  1. #3256
    Ch4rma'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)
    necro for example and this one will also i think...

    [UPDATED] Pokemon Bot in C# Community Version
  2. #3257
    extrabytez's Avatar Sergeant
    Reputation
    6
    Join Date
    Jul 2016
    Posts
    60
    Thanks G/R
    18/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    we lost 4 hours also over 300k exp....

  3. Thanks CptMcBurger (1 members gave Thanks to extrabytez for this useful post)
  4. #3258
    XradEr's Avatar Sergeant
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    60
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it just me or both PokeColor & PokeFast closes after it says Google Login . .?

  5. #3259
    davidz22'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)
    Anyone ever tried this? Pokecrot.com - Bot Tools For Pokemon Go
    It's looks like have same config like PokeFast but there's GUI at first launch the console...

  6. #3260
    Nimano's Avatar Member
    Reputation
    2
    Join Date
    Jun 2014
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by XradEr View Post
    Is it just me or both PokeColor & PokeFast closes after it says Google Login . .?
    Yep. Thought I was the only one.
    Screw this.

  7. #3261
    tmleavitt's Avatar Member
    Reputation
    11
    Join Date
    Jan 2012
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lets be patient. And if there is an update, please be nice and generous to let us know ! thankyou

  8. #3262
    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 davidz22 View Post
    Anyone ever tried this? Pokecrot.com - Bot Tools For Pokemon Go
    It's looks like have same config like PokeFast but there's GUI at first launch the console...
    I'm using this atm and this works like charm.
    thanks m8.

  9. #3263
    davidz22'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)

    Great

    Originally Posted by okshasamiadji View Post
    I'm using this atm and this works like charm.
    thanks m8.
    Glad to hear it...

  10. #3264
    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)
    Tutorial Spegeli's bot (with Visual Studio) (Updated bot & fully working)

    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!


    Tutorial Necrobot (without VS, kinda user friendly) (Updated bot & fully working)

    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.


    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

    *** If your bot isn't showing any pokestops, that's Niantic cleaning up pokestops and gyms at your chosen location. The bot makers have no business nor any other relation with this issue. It's all Niantic-sided. Just choose another location with pokestops!

    Good luck! And if there are any questions, don't hesitate to ask!
    Last edited by CptMcBurger; 07-30-2016 at 07:06 AM.

  11. Thanks extrabytez, joska61, Dervishi, dawsonz89 (4 members gave Thanks to CptMcBurger for this useful post)
  12. #3265
    aznboimike13'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)
    for some reason it can't log into google

  13. #3266
    davidz22'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)

    Good News

    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 charme. 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 again ask you 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 (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'.

    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!

    Little note: when your CMD fires up, it's save to close Visual Studio!

    Another little note: 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.

    Good luck! And if there are any questions, don't hesitate to ask!
    Nice tutorial sir,but it wont disconnect over time like in 15-30 minutes right?
    The recent bots like poke color, poke fast, or poke crot still will get DC by google API every 15 minutes or less and the console get restart...
    How about PTC login?

  14. #3267
    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)
    davidz22

    You won't disconnect. Mine is running for 5.5 hours atm (Google login) and everything is OK.

    About PTC, open UserSettings.settings. go to 'AuthType', delete 'Google' and write 'PTC'. Now you can skip the 'GoogleEmail' and 'GooglePassword' fields and use the 'PTCUsername' and 'PTCPassword' fields instead.
    Last edited by CptMcBurger; 07-29-2016 at 12:35 AM.

  15. #3268
    ddw76's Avatar Member
    Reputation
    1
    Join Date
    Jun 2015
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone getting a error saying NeedsBrowser from Pokemon Go Rocket API

  16. #3269
    magnum4313'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)
    hahaha......
    my bot still working....

  17. #3270
    bladebajaj's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    45
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by XradEr View Post
    Is it just me or both PokeColor & PokeFast closes after it says Google Login . .?

    I'm using ptc n pokefast close immediately too after logging in..

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