C# Bot for Farming Pokestops & Catching Pokemon menu

Shout-Out

User Tag List

Page 32 of 151 FirstFirst ... 28293031323334353682132 ... LastLast
Results 466 to 480 of 2253
  1. #466
    vosszaa's Avatar Member
    Reputation
    4
    Join Date
    Jul 2012
    Posts
    80
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im using the PTC and it runs perfectly fine but the problem is only about 2-3 pokestops out of 10 will give XP and 2-3 out of 10 pokemons will be caught, most of them run away

    Is that because i set delay too low? I set both at 3000

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #467
    Plawed's Avatar Member
    Reputation
    3
    Join Date
    Apr 2014
    Posts
    37
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I changed my coords before using v2. Instant softban. I also see pokemon that differ from my usual location.

  3. #468
    pake1's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neer View Post
    All the versions came with a preset location, change it please. As i've said numerous times.
    edited settings.cs with new lat and long, saved, and compiled - still shows Magnemites and Voltorbs

  4. #469
    TheIEnd's Avatar Member CoreCoins Purchaser Authenticator enabled
    Reputation
    3
    Join Date
    Jan 2014
    Posts
    56
    Thanks G/R
    12/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by eyoubdw59 View Post
    Yeah but once your inventory gets full ( and it does really fast ) pokestops don't drop them anymore
    but as you use them, you'll pick up more from pokestops, no? i mean, thats how it's been for me

    otherwise, just empty your inventory in Nox and let the bot run and replenish itself in a few minutes

  5. #470
    KefkaBot's Avatar Contributor CoreCoins Purchaser
    Reputation
    103
    Join Date
    Sep 2013
    Posts
    663
    Thanks G/R
    51/80
    Trade Feedback
    38 (95%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    On v2 do Build > Rebuild Solution after saving your lat/long in Settings.cs

    Then Cntrl + F5 or run the exe from the bin/debug folder

  6. Thanks MilesChris, Honoe, DanGuerrero (3 members gave Thanks to KefkaBot for this useful post)
  7. #471
    TheIEnd's Avatar Member CoreCoins Purchaser Authenticator enabled
    Reputation
    3
    Join Date
    Jan 2014
    Posts
    56
    Thanks G/R
    12/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pake1 View Post
    edited settings.cs with new lat and long, saved, and compiled - still shows Magnemites and Voltorbs
    magnemites & voltorbs don't only spawn in one location...

  8. #472
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1460
    Join Date
    Apr 2007
    Posts
    751
    Thanks G/R
    183/834
    Trade Feedback
    6 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KefkaBot View Post
    On v2 do Build > Rebuild Solution after saving your lat/long in Settings.cs

    Then Cntrl + F5 or run the exe from the bin/debug folder
    Exactly this.

  9. Thanks WoWSondermüll (1 members gave Thanks to Neer for this useful post)
  10. #473
    Honoe's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    31
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KefkaBot View Post
    On v2 do Build > Rebuild Solution after saving your lat/long in Settings.cs

    Then Cntrl + F5 or run the exe from the bin/debug folder
    Works with this. Thanks

  11. #474
    qweeboi's Avatar Member
    Reputation
    14
    Join Date
    Apr 2009
    Posts
    135
    Thanks G/R
    6/13
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shadepool7 View Post
    Are you using PTC or Google? Are you coordinates close to your IRL location, or somewhere further?

    I think the people who are saying they are being soft banned need to include more information such as the login (google/ptc) and any changes they may have made (delays, etc.)

    I for one, was using the previous version of the google login fine (other than having it stop working after the first 10 pokemon or so) and now am being continuously softbanned after downloading the new version.

    It's possible I've done something wrong, but not likely as I followed the instructions word for word in both scenarios.
    I'm gonna keep at it though.



    EDIT: I let the bot run for about 20 minutes with constant 0's from pokestops and pokemon running. (assumed softban)

    Now it seems to be doing it's thing fine. Catching pokemon and collecting items/exp from pokestops.
    I'm from Sweden, and I'm farming in Minneapolis. Google.

  12. #475
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1460
    Join Date
    Apr 2007
    Posts
    751
    Thanks G/R
    183/834
    Trade Feedback
    6 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    For you who knows some code or people that are really good at logic thinking:

    Replace the current main with this:
    Code:
    static void Main(string[] args)
            {
                try { Task.Run(() => Execute()); }
                catch (TaskCanceledException tce) { System.Console.WriteLine("Task Canceled Exception - Restarting"); Execute(); }
                catch (UriFormatException ufe) { System.Console.WriteLine("System URI Format Exception - Restarting"); Execute(); }
                 System.Console.ReadLine();
            }
    Will help some with the crashes atleast

  13. Thanks KefkaBot, TheIEnd (2 members gave Thanks to Neer for this useful post)
  14. #476
    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)
    Originally Posted by TheIEnd View Post
    but as you use them, you'll pick up more from pokestops, no? i mean, thats how it's been for me

    otherwise, just empty your inventory in Nox and let the bot run and replenish itself in a few minutes
    Yes indeed, but the pokeball drop/pokemon catch rate is too low, even after emptying my inventory, I ran out of pokeballs 3 times in 2 hours :/

  15. #477
    Plawed's Avatar Member
    Reputation
    3
    Join Date
    Apr 2014
    Posts
    37
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Make sure to add a note to rebuild solution, or maybe fix the provided zip so we don't get people insta softbanned anymore?

    Thanks

  16. #478
    TheAccountant's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RavenPooh View Post
    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
    Does the script always start you at the default coordinates we input? Aren't you worried about soft ban if it keeps teleporting you back every 120 seconds to the same spot?

  17. #479
    jsorr2's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    8
    Thanks G/R
    1/0
    Trade Feedback
    1 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Trying to run the program with PTC. Have entered my login details and location. Get this error message. Have tried 15 times.

    C# Bot for Farming Pokestops & Catching Pokemon-1-png

  18. #480
    vosszaa's Avatar Member
    Reputation
    4
    Join Date
    Jul 2012
    Posts
    80
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you guys catching every single pokemons that come across? I only catch like 2-3 out of 10. The rest just ran away

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