C# Bot for Farming Pokestops & Catching Pokemon menu

Shout-Out

User Tag List

Page 26 of 151 FirstFirst ... 22232425262728293076126 ... LastLast
Results 376 to 390 of 2253
  1. #376
    pinn90's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    87
    Thanks G/R
    6/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Around 10-12min and no crash but just stop farming.

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #377
    tets's Avatar Member
    Reputation
    3
    Join Date
    May 2007
    Posts
    7
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i changed the print command to System.Console.WriteLine($"[{DateTime.Now.ToString("HH:mm:ss")}] Farmed XP: {bag.XpAwarded}, Gems: { bag.GemsAwarded}, Eggs: {bag.EggPokemon} Items: {GetFriendlyItemsString(bag.Items)}");

  3. Thanks leele2 (1 members gave Thanks to tets for this useful post)
  4. #378
    eyoubdw59's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please, I can't get it running, now it just stops here, it does nothing. I followed every steps, what am I supposed to do ?
    C# Bot for Farming Pokestops & Catching Pokemon-fsdsgfhgd-png

  5. #379
    momaco's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tets View Post
    i changed the print command to System.Console.WriteLine($"[{DateTime.Now.ToString("HH:mm:ss")}] Farmed XP: {bag.XpAwarded}, Gems: { bag.GemsAwarded}, Eggs: {bag.EggPokemon} Items: {GetFriendlyItemsString(bag.Items)}");
    may I ask why?

  6. #380
    Shanks Tribal's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i make a videotutorial tomorrow atm im off.

  7. #381
    pinn90's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    87
    Thanks G/R
    6/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by eyoubdw59 View Post
    Please, I can't get it running, now it just stops here, it does nothing. I followed every steps, what am I supposed to do ?
    C# Bot for Farming Pokestops & Catching Pokemon-fsdsgfhgd-png
    Are you sure that you put good location with pokestops nearby?

  8. #382
    seagula's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    running pretty beautifully the latest google version first it said running away no xp but i recompiled it and set console to my startup seems to be peachy now.

  9. #383
    Shikki's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys, first of all I'd like to thank you Neer for the upload ! Secondly, I feel like the crashes are related to the server issue of when you throw a pokeball at a pokemon and it just freezes. It happens all the time even when I'm not on Nox,

  10. #384
    leele2's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh nice. If you don't mind sharing, what file would I need to edit?

  11. #385
    tets's Avatar Member
    Reputation
    3
    Join Date
    May 2007
    Posts
    7
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    even with a long delay it still decides to stop after a while
    Attached Thumbnails Attached Thumbnails C# Bot for Farming Pokestops & Catching Pokemon-froze-pokebot-jpg  

  12. #386
    deadlywario0's Avatar Active Member CoreCoins Purchaser
    Reputation
    49
    Join Date
    Oct 2011
    Posts
    173
    Thanks G/R
    19/27
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tets View Post
    i changed the print command to System.Console.WriteLine($"[{DateTime.Now.ToString("HH:mm:ss")}] Farmed XP: {bag.XpAwarded}, Gems: { bag.GemsAwarded}, Eggs: {bag.EggPokemon} Items: {GetFriendlyItemsString(bag.Items)}");
    wouldn't
    System.Console.WriteLine($"[{DateTime.Now.ToString("HH:mm:ss")}] Farmed XP: {bag.XpAwarded}, Gems: { bag.GemsAwarded}, Eggs: {bag.EggPokemon}, Items: {GetFriendlyItemsString(bag.Items)}");

    be correct?

  13. Thanks leele2 (1 members gave Thanks to deadlywario0 for this useful post)
  14. #387
    zhadow22's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for the wonderful support OP. I have a question regarding the API, is there a call function to release the pokemon?
    i was thinking of doing something like
    System.Console.WriteLine(caughtPokemonResponse.Payload[0].Status == 1 ? $"We caught a {GetFriendlyPokemonName(pokemon.PokedexTypeId)
    if(GetFriendlyPokemonName(pokemon.PokedexTypeId) == "Pidgey"){
    release/transfer function();
    print(pokemonname released;
    }"

    Another question: How can we change the google login type, so that we can input gmail and password directly to the console? (multiple accounts)?

    Again thank you for your work.

  15. #388
    Spegeli86's Avatar Contributor
    Reputation
    91
    Join Date
    Jul 2016
    Posts
    54
    Thanks G/R
    0/71
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ALL: The Servers are instable and thats why the script sometimes stop or crash when he got a bad return from the server...

  16. #389
    RavenPooh's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tets View Post
    even with a long delay it still decides to stop after a while

    ok guys for those who are complaining about stopping.
    Its the server not the api.
    Here is a quick fix.

    save as .bat and change the path to your exe file that you compiled.change timeout below the start cmd to whatever timeout you want (in seconds) for the process to kill itself. Enjoy automagic restarts of bot.

    :1
    TIMEOUT /T 5
    start cmd /c "F:\C MOVE\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\bin\Debug\PokemonGo.RocketAPI.Console.exe"
    TIMEOUT /T 120
    taskkill /im PokemonGo.RocketAPI.Console.exe /F
    goto 1

  17. #390
    kingchenc's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    65
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx for the new Update for Google Works fine ^^

    and guys, dont forget to change location, or u get soft-banned

    edit: after 50 min crashed on a lvl up... idk why
    150 pokes in 50 min wow nice

    another ideas: the bot need delete items, or after long time he run out with pokeballs ^^
    Can we have a option to send pokes for candys that i have double or under a limit/CP?
    Last edited by kingchenc; 07-19-2016 at 11:09 PM.

Similar Threads

  1. [Bot] Looking for working BOT only farm Pokestops!
    By samhayne in forum Pokemon GO Hacks|Cheats
    Replies: 4
    Last Post: 08-16-2016, 08:51 PM
  2. [How-To] Question: Is there a bot that farms pokestops ONLY for items and NOT catch pokemon?
    By Aubrionnax in forum Pokemon GO Hacks|Cheats
    Replies: 3
    Last Post: 07-28-2016, 06:13 AM
  3. Best Bot for farm?
    By tanksz in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 11-09-2013, 09:01 AM
  4. What is the best Bot for farming?
    By CookieMage in forum WoW Bots Questions & Requests
    Replies: 4
    Last Post: 05-15-2013, 11:41 AM
  5. Bot for farming eggs?
    By dw~ in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 10-16-2012, 06:30 AM
All times are GMT -5. The time now is 10:09 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