C# Bot for Farming Pokestops & Catching Pokemon menu

Shout-Out

User Tag List

Page 101 of 151 FirstFirst ... 51979899100101102103104105 ... LastLast
Results 1,501 to 1,515 of 2253
  1. #1501
    Marlb0ro's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    28
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nonm View Post
    I have explained it in the Readme : https://github.com/NecronomiconCodin...-Go-Rocket-API
    how do i use it with ptc login? it always asks me to go to google to enable it but i use ptc login..

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #1502
    MonsterMMORPG's Avatar Active Member
    Reputation
    71
    Join Date
    Jun 2012
    Posts
    461
    Thanks G/R
    44/48
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sephiroth_trandangkhoa View Post
    - Add AutomaticEnterCode() function to Client.cs and call it in LoginGoogle(). You can use any tool to check the difference.
    - If you don't want to download my project, you can manual download chromedrive.exe and selenium dll and reference to your project (Downloads)
    - Add this line to Settings.cs
    public const string ChromeDriverLocation = @"C:\chrome-driver-exe-location";

    i have added reference but still cant see

    using OpenQA.Selenium;
    using OpenQA.Selenium.Chrome;

    Severity Code Description Project File Line Suppression State
    Error CS0246 The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?) PokemonGo.RocketAPI D:\74 pokemon go\CatcherStopperTransfer\PokemonGo\RocketAPI\Client.cs 24 Active
    Error CS0246 The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?) PokemonGo.RocketAPI D:\74 pokemon go\CatcherStopperTransfer\PokemonGo\RocketAPI\Client.cs 25 Active

  3. #1503
    dv999's Avatar Sergeant
    Reputation
    22
    Join Date
    Jul 2016
    Posts
    41
    Thanks G/R
    3/19
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In Client.cs find

    IWebDriver driver = new ChromeDriver(@"YOURADDRESSTO\CatcherStopperTransfer-AutoLoginChrome\CatcherStopperTransfer\Selenium");

  4. #1504
    dapkcuf'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)
    @Marlb0ro > You should check this file : Pokemon-Go-Rocket-API\PokemonGo\RocketAPI\Console\App.config
    Last edited by dapkcuf; 07-20-2016 at 02:53 PM.

  5. #1505
    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 "retry request https://pgorelease.nianticlabs.com/plfe/473/rpc" Help please :/

  6. #1506
    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 MonsterMMORPG View Post
    how do we get these 2?

    using OpenQA.Selenium;
    using OpenQA.Selenium.Chrome;
    - Go to Downloads
    - Down Selenium Client & WebDriver for C#
    - In visual studio, chose PokemonGo.Rocket.API --> Reference --> Right click chose add reference --> Browse to folder include the file downloaded --> Add WebDriver.dll and WebDriver.Support.dll

  7. Thanks MonsterMMORPG (1 members gave Thanks to sephiroth_trandangkhoa for this useful post)
  8. #1507
    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)
    Originally Posted by Sonanio View Post
    Keep getting "retry request https://pgorelease.nianticlabs.com/plfe/473/rpc" Help please :/
    Servers are unstable, this has been said a few times right now. Don't even bother trying to get it to work at the moment until the servers clear up.

  9. Thanks Sonanio, Minkafighter (2 members gave Thanks to KefkaBot for this useful post)
  10. #1508
    AluTa49's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    55
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Server down or unstable

  11. #1509
    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 MonsterMMORPG View Post
    i have added reference but still cant see

    using OpenQA.Selenium;
    using OpenQA.Selenium.Chrome;

    Severity Code Description Project File Line Suppression State
    Error CS0246 The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?) PokemonGo.RocketAPI D:\74 pokemon go\CatcherStopperTransfer\PokemonGo\RocketAPI\Client.cs 24 Active
    Error CS0246 The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?) PokemonGo.RocketAPI D:\74 pokemon go\CatcherStopperTransfer\PokemonGo\RocketAPI\Client.cs 25 Active
    - Go to Downloads
    - Down Selenium Client & WebDriver for C#
    - In visual studio, choose PokemonGo.Rocket.API --> Reference --> Right click chose add reference --> Browse to folder include the file downloaded --> Add WebDriver.dll and WebDriver.Support.dll

  12. #1510
    dv999's Avatar Sergeant
    Reputation
    22
    Join Date
    Jul 2016
    Posts
    41
    Thanks G/R
    3/19
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  13. Thanks KefkaBot, avin29 (2 members gave Thanks to dv999 for this useful post)
  14. #1511
    nav4321's Avatar Elite User
    CoreCoins Purchaser
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    1,259
    Thanks G/R
    2/19
    Trade Feedback
    63 (94%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Marlb0ro View Post
    how do i use it with ptc login? it always asks me to go to google to enable it but i use ptc login..
    i got the same question, how do we change the auth type in ferox's API?

  15. #1512
    Huhgreed's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    27
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nonm View Post
    I have explained it in the Readme : https://github.com/NecronomiconCodin...-Go-Rocket-API
    Hello, how do I disable auto-evolution feature? Thanks

  16. #1513
    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)
    When editing App.config for Ferox's repo and changing

    <add key="AuthType" value="Google"/>

    to

    <add key="AuthType" value="Ptc"/>

    the bot crashes instantly, any suggestions?

  17. #1514
    mrgyros's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i want tranfer some more pkm. anyone know how to edit?. tks

  18. #1515
    Maracudos's Avatar Member
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    New update!

    Originally Posted by dv999 View Post
    There was a new Update that's why it shows Offline also bot does not work u need to change some stuff but i didnt figured out what to change :P

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