C# Bot for Farming Pokestops & Catching Pokemon menu

User Tag List

Page 20 of 151 FirstFirst ... 16171819202122232470120 ... LastLast
Results 286 to 300 of 2253
  1. #286
    Grabbed's Avatar Member
    Authenticator enabled
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by l1e2x3i4 View Post
    Mine stops as well. Anyone has a fix for that? Thanks for the guide btw.
    I have found that it usually stops when your inventory is full.

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #287
    rubenhkoster's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by seagula View Post
    Seems to just kind of stop after 6 lines or so :/
    Farmed XP: 50, Gems: 0, Eggs: 0 Items: 1 x ITEM_POKE_BALL, 1 x ITEM_POKE_BALL, 1 x ITEM_POKE_BALL,
    Farmed XP: 0, Gems: 0, Eggs: 0 Items:
    Krabby got away..
    Farmed XP: 0, Gems: 0, Eggs: 0 Items:
    Farmed XP: 0, Gems: 0, Eggs: 0 Items:
    Farmed XP: 0, Gems: 0, Eggs: 0 Items:


    - PTC version
    same but then after a few mins

  3. #288
    lkjfds1's Avatar Master Sergeant
    Reputation
    9
    Join Date
    Jun 2012
    Posts
    133
    Thanks G/R
    35/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this working like a charm, thank u!!!!!!!!!

  4. #289
    uploader619's Avatar Knight
    Reputation
    65
    Join Date
    Jul 2016
    Posts
    219
    Thanks G/R
    13/56
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Spegeli86 View Post
    You can use Google Accounts with the PTC Version too.

    in the program.cs simply replace:
    Code:
                if (Settings.UsePTC)
                {
                    await client.LoginPtc(Settings.PtcUsername, Settings.PtcPassword);
                }
                else
                {
                    await client.LoginGoogle(Settings.DeviceId, Settings.Email, Settings.LongDurationToken);
                }
    with:
    Code:
                if (Settings.UsePTC)
                {
                    await client.LoginPtc(Settings.PtcUsername, Settings.PtcPassword);
                }
                else
                {
                    await client.LoginGoogle();
                }
    and then you can switch via the settings.cs between PTC & Google Account ^^

    The function for Use Google Accounts is the same as in the Google Only Version and is already implant in the PTC Version.
    It only seems that the Developer forgot to change this in the program.cs ^^
    i tried it does not work compilation error

  5. #290
    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 Grabbed View Post
    I have found that it usually stops when your inventory is full.
    My inventory was full from begining and still its pretty random.
    First works for 15min, then always 5min~ now again almost 15m (and still runs) without crash.

  6. #291
    xogonjai's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    4/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    C# Bot for Farming Pokestops & Catching Pokemon-capture-jpg
    i keep gettin 0xp help

  7. #292
    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)
    Updated main post with my version of the Google bot. Everyone who used the previous google one download the new one.

  8. Thanks pinn90, WoWSondermüll (2 members gave Thanks to Neer for this useful post)
  9. #293
    SylverrFoxx's Avatar Member
    Reputation
    3
    Join Date
    Jun 2016
    Posts
    22
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does decreasing the delay actually do anything? It doesn't seem any faster and all it did was softban me. No items and everything runs. How did you run it at 3000 without a ban?

  10. #294
    uploader619's Avatar Knight
    Reputation
    65
    Join Date
    Jul 2016
    Posts
    219
    Thanks G/R
    13/56
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    also can anybody have a fix the bot stops working every 5 mins -google accounts

  11. #295
    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)
    Servers crashed?
    Just got something like in first post: http://imgur.com/DRdxEOF

  12. #296
    mpr123's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neer View Post
    It does. I went on a berserk streak lowered the delays and put on a egg, 190k exp /h lol.
    can you share your location?

  13. #297
    mrdudu's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    13
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Soldieron View Post
    Hey guys im quite new to all this sorry if i seem like a real nub, i have followed the instructions to what i believe is correct, but my screen just stops on this screen after it receives my device code from google. Attachment 27515
    you have to go to google.com/device and put this code on


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

    is this right? its catching pokemons?

  14. #298
    bengeminuy's Avatar Member
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    8/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Finally got it working. Thank you for all your help.

    C# Bot for Farming Pokestops & Catching Pokemon-untitled-jpg

  15. #299
    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 mrdudu View Post
    you have to go to google.com/device and put this code on




    is this right? its catching pokemons?
    Check the first post again! Updated with new version.

  16. Thanks WoWSondermüll (1 members gave Thanks to Neer for this useful post)
  17. #300
    lyan123's Avatar Active Member
    Reputation
    50
    Join Date
    Sep 2014
    Posts
    70
    Thanks G/R
    5/41
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    C# Bot for Farming Pokestops & Catching Pokemon-rudd2ov-jpg

    okay works perfect and NVM... catching pokemon like hell

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