C# Bot for Farming Pokestops & Catching Pokemon menu

Shout-Out

User Tag List

Page 130 of 151 FirstFirst ... 3080126127128129130131132133134 ... LastLast
Results 1,936 to 1,950 of 2253
  1. #1936
    jirachidog's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anybody have a code to automatically enter in the google authentication key?

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #1937
    sephiroth_trandangkhoa's Avatar Corporal
    Reputation
    18
    Join Date
    Jul 2016
    Posts
    22
    Thanks G/R
    0/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by entengboi View Post
    Anyone know if u have 0 Poke balls it will switch off to great ball??
    In Client.cs, find this line : Pokeball = (int)MiscEnums.Item.ITEM_POKE_BALL
    you can change it to ITEM_GREAT_BALL or ITEM_ULTRA_BALL

  3. #1938
    Dimii'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)
    I'm getting an unexpected stop. The previous version of this bot worked but now it is. PTC login btw

  4. #1939
    tozededao's Avatar Member
    Reputation
    9
    Join Date
    May 2009
    Posts
    166
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The moment I used the first version of this I knew it would be awsome to have transfer. Although it would be cool if we could do some filtering. Some pokemons have good internal stats and it should be good to calculate those internal stats and save all pokemon under 90% stat perfect or something.

  5. #1940
    Kilo91's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi, i just started the bot.. all working fine so far..
    1 question can i change the ball he uses... cause so many pokemon get away.

  6. #1941
    Foxs's Avatar Sergeant
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    48
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by int_main View Post
    Simple autohotkey clicker that enter google device code
    Code:
    oldCode := ""
    
    Loop
    {
        Loop, read, C:\ahk\DeviceCode.txt
            newCode := A_LoopReadLine
        
        if (oldCode <> newCode)
        {
            BlockInput On
            
            Run Chrome, , max
            
            Sleep, 4000
            Run http://www.google.com/device
            
            Sleep, 3000
            MouseClick, left, 900, 230
            
            Sleep, 1500
            MouseClick, left, 870, 380
            
            Sleep, 1000
            SendInput, %newCode%{Enter}
            
            Sleep, 5000
            MouseClick, left, 1140, 470
    
            oldCode := newCode
            
            BlockInput Off
        }
        
        Sleep, 1000
    }
    To make it work you shoud add this code in Client.cs after line 132:

    Code:
    132 | Console.WriteLine("Please visit " + token.SelectToken("verification_url") + " and enter " + token.SelectToken("user_code"));
    133 | System.IO.StreamWriter sw = new System.IO.StreamWriter("C:\\ahk\\DeviceCode.txt");
    134 | sw.Write(token.SelectToken("user_code"));
    135 | sw.Close();
    Also you shoud change paths and coordinates according your resolution, and maybe browser.
    Could someone explain, cuz looks like im doing smth wrong...

  7. #1942
    jirachidog's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WHO CAN TEACH US HOW TO AUTOMATE THE GOOGLE AUTHENITCATION SO I DONT HAVE TO GET IT EVERY 30 minutes?

  8. #1943
    enhancer's Avatar Member
    Reputation
    4
    Join Date
    Oct 2011
    Posts
    30
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm starting to use V5 this morning, work fabulous, thanks again

  9. #1944
    sephiroth_trandangkhoa's Avatar Corporal
    Reputation
    18
    Join Date
    Jul 2016
    Posts
    22
    Thanks G/R
    0/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jirachidog View Post
    Does anybody have a code to automatically enter in the google authentication key?
    I shared that before.

    Download : https://drive.google.com/open?id=0By...FFfLVIwcTBtb1k

    Go to Settings.cs do as the first post and paste the exactly path of chromedriver.exe on Selenium folder

  10. #1945
    aapikz's Avatar Active Member
    Reputation
    45
    Join Date
    Jul 2016
    Posts
    34
    Thanks G/R
    2/36
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im not softbanned but why there are always keeps spamming up the console like hell lol

    farmed xp: 0 ,gems 0 , eggs 0, items 0
    farmed xp: 0 ,gems 0 , eggs 0, items 0
    farmed xp: 0 ,gems 0 , eggs 0, items 0

  11. #1946
    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)
    With all due respect to those making requests. Developers here are doing their best in providing the best possible bot they can think of as of now. Continue to complain, continue to demand, continue to disrespect. You will not get what you want in that way. I'm happy for what they've done so far. From the simplest codes of automating farming pokestops and pokemon, now to being able to transfer and some being able to discard items. If you are demanding for more features and consider these things to be coded easily, by all means, code it and share it to us. As for me, I'm either gonna update this immediately when they update or try to understand the codes myself. Thank you.

  12. #1947
    Sonanio's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Keep getting this over and over again "Server Fetched
    Profile Fetched
    Settings Fetched
    Objects Fetched
    Inventory Fetched
    Starting up! Don't forget to thank the people who contributed to this project. Pokebot V5.0
    ||Farm Started||
    Unexpected stop? Restarting in 20 seconds."

  13. #1948
    jirachidog's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sephiroth_trandangkhoa View Post
    I shared that before.

    Download : https://drive.google.com/open?id=0By...FFfLVIwcTBtb1k

    Go to Settings.cs do as the first post and paste the exactly path of chromedriver.exe on Selenium folder
    ????????????????what does this mean??????????

  14. Thanks keithkriner (1 members gave Thanks to jirachidog for this useful post)
  15. #1949
    aapikz's Avatar Active Member
    Reputation
    45
    Join Date
    Jul 2016
    Posts
    34
    Thanks G/R
    2/36
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is this legit? can anyone confirm this is clean and no fishy code inserted? probably keyloger?

  16. #1950
    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)
    Originally Posted by Sonanio View Post
    Keep getting this over and over again "Server Fetched
    Profile Fetched
    Settings Fetched
    Objects Fetched
    Inventory Fetched
    Starting up! Don't forget to thank the people who contributed to this project. Pokebot V5.0
    ||Farm Started||
    Unexpected stop? Restarting in 20 seconds."
    Either... There is no pokestop/pokemon in the coordinates you've given. (Advice: Find a suggested coordinate from the first page)
    or
    There is something wrong with the codes you have currently. (Advice: Download v5 again)

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 07:05 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