C# Bot for Farming Pokestops & Catching Pokemon menu

User Tag List

Page 98 of 151 FirstFirst ... 48949596979899100101102148 ... LastLast
Results 1,456 to 1,470 of 2253
  1. #1456
    FrenchieNinja's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sephiroth_trandangkhoa View Post
    Exit app and run again.
    Did it again, and I think i'm softbanned, I checked through Nox... this happen to anyone else?
    C# Bot for Farming Pokestops & Catching Pokemon-screenshot_2-png

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #1457
    eltiti55555's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    25
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Deedaa View Post
    what is fix? or new?
    text fixes apparently

  3. #1458
    hallda12's Avatar Member
    Reputation
    6
    Join Date
    Jul 2016
    Posts
    41
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great, Just as a pop a lucky egg the servers go down.

  4. #1459
    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 navyguy View Post
    instead of a while new down load can you jsut post the code snip? and where you put it?
    Just add AutomaticEnterCode() and call it when asked visit google and enter code again.

    private void AutomaticEnterCode(string token)
    {
    //Thread.CurrentThread.SetApartmentState(ApartmentState.STA);
    IWebDriver driver = new ChromeDriver(Settings.ChromeDriverLocation);
    driver.Navigate().GoToUrl("http://www.google.com/device");
    IWebElement searchEmail = driver.FindElement(By.Id("Email"));
    searchEmail.SendKeys(Settings.Email);
    IWebElement searchNextButton = driver.FindElement(By.Id("next"));
    searchNextButton.Click();
    driver.Manage().Timeouts().ImplicitlyWait(TimeSpan.FromSeconds(6));
    IWebElement searchPassword = driver.FindElement(By.Id("Passwd"));
    searchPassword.SendKeys(Settings.PtcPassword);
    searchPassword.Submit();
    IWebElement searchInputCode = driver.FindElement(By.Id("single_input_user_code"));
    searchInputCode.SendKeys(token);
    searchInputCode.Submit();
    driver.Manage().Timeouts().ImplicitlyWait(TimeSpan.FromSeconds(50));
    Thread.Sleep(10000);
    IWebElement searchApproveButton = driver.FindElement(By.Id("submit_approve_access"));
    searchApproveButton.Click();
    driver.Close();
    }

  5. #1460
    spodakek's Avatar Contributor Authenticator enabled
    Reputation
    98
    Join Date
    Jul 2016
    Posts
    232
    Thanks G/R
    15/86
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FrenchieNinja View Post
    Did it again, and I think i'm softbanned, I checked through Nox... this happen to anyone else?
    C# Bot for Farming Pokestops & Catching Pokemon-screenshot_2-png
    It is due to server outage http://www.mmoserverstatus.com/pokemon_go

  6. Thanks FrenchieNinja (1 members gave Thanks to spodakek for this useful post)
  7. #1461
    eltiti55555's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    25
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ednet View Post
    Problems i am encountering.

    1. With what do i open the SLN file? Visual Studio? And do what? Just leave it open?
    2. Do i change anything else in the settings file other then latitude and longitude?
    3. I dont have the option to set as startup project when i right click the PokemonGo.RocketAPI.Console (even if visual studio is open)
    4. When i press ctrl +f5 (while i have visual studio settings open) after i set the lat/long nothing happens, nothing appears in the Console/bin/debug folder, its empty....

    what am i doing wrong?.....
    https://www.pokemongovillage.com/bot-pokemon-go/

  8. #1462
    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)
    Got a critical error (I was using this path: @"C:\Users\Егор\Desktop\CatcherStopperTransfer\Selenium"
    Remember that Google only works for 30 Minutes then you need to restart the prog
    ram.
    Please visit https://www.google.com/device and enter LHTT-NQKH

    Необработанное исключение: OpenQA.Selenium.DriverServiceNotFoundException: The f
    ile C:\Users\Seraph\Desktop\Selenium\net40\chromedriver.exe does not exist. The
    driver can be downloaded at http://chromedriver.storage.googleapis.com/index.htm
    l
    в OpenQA.Selenium.DriverService..ctor(String servicePath, Int32 port, String
    driverServiceExecutableName, Uri driverServiceDownloadUrl) в c:\Projects\webdriv
    er\dotnet\src\webdriver\DriverService.cs:строка 65
    в OpenQA.Selenium.Chrome.ChromeDriverService..ctor(String executablePath, Str
    ing executableFileName, Int32 port) в c:\Projects\webdriver\dotnet\src\webdriver
    \Chrome\ChromeDriverService.cs:строка 47
    в OpenQA.Selenium.Chrome.ChromeDriver..ctor(String chromeDriverDirectory, Chr
    omeOptions options) в c:\Projects\webdriver\dotnet\src\webdriver\Chrome\ChromeDr
    iver.cs:строка 106
    в OpenQA.Selenium.Chrome.ChromeDriver..ctor(String chromeDriverDirectory) в c
    :\Projects\webdriver\dotnet\src\webdriver\Chrome\ChromeDriver.cs:строка 95
    в PokemonGo.RocketAPI.Client.AutomaticEnterCode(String token) в C:\Users\Егор
    \Desktop\CatcherStopperTransfer\PokemonGo\RocketAPI\Client.cs:строка 151
    в PokemonGo.RocketAPI.Client.<LoginGoogle>d__10.MoveNext() в C:\Users\Егор\De
    sktop\CatcherStopperTransfer\PokemonGo\RocketAPI\Client.cs:строка 136
    --- Конец трассировка стека из предыдущего расположения, где возникло исключение
    ---
    в System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNoti
    fication(Task task)
    в System.Runtime.CompilerServices.TaskAwaiter.GetResult()
    в PokemonGo.RocketAPI.Console.Program.<Execute>d__1.MoveNext() в C:\Users\Его
    р\Desktop\CatcherStopperTransfer\PokemonGo\RocketAPI\Console\Program.cs:стр ока 4
    6
    --- Конец трассировка стека из предыдущего расположения, где возникло исключение
    ---
    в System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6
    _1(Object state)
    в System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object stat
    e)
    в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionCon
    text, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, Co
    ntextCallback callback, Object state, Boolean preserveSyncCtx)
    в System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWork
    Item.ExecuteWorkItem()
    в System.Threading.ThreadPoolWorkQueue.Dispatch()
    в System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
    Для продолжения нажмите любую клавишу . . .

  9. #1463
    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)
    Originally Posted by sephiroth_trandangkhoa View Post
    Just add AutomaticEnterCode() and call it when asked visit google and enter code again.
    Add to where exactly and how to call this function? ctrl+f5?

  10. #1464
    eltiti55555's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    25
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sephiroth_trandangkhoa View Post
    Just add AutomaticEnterCode() and call it when asked visit google and enter code again.
    What section of the code would I put this in? If it works pm it to the OP so that he can update the program with it. Thanks!

  11. #1465
    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 sephiroth_trandangkhoa View Post
    Adding function auto enter code after 30 mins.

    Link : https://drive.google.com/file/d/0ByW...ew?usp=sharing

    + Please unzip and put in Desktop.
    + Go to setting and enter your computer as tutorial (cause program need to find chromedriver.exe in Selenium folder)

    If i have free time, i will add function auto switch pokeball
    Remember that Google only works for 30 Minutes then you need to restart the prog
    ram.
    Please visit https://www.google.com/device and enter HXTA-PBKP

    Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass
    embly 'WebDriver, Version=2.53.1.0, Culture=neutral, PublicKeyToken=null' or one
    of its dependencies. The system cannot find the file specified.
    at PokemonGo.RocketAPI.Client.AutomaticEnterCode(String token)
    at PokemonGo.RocketAPI.Client.<LoginGoogle>d__10.MoveNext() in C:\Users\Serap
    h\Desktop\CatcherStopperTransfer\PokemonGo\RocketAPI\Client.cs:line 136
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
    ification(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
    at PokemonGo.RocketAPI.Console.Program.<Execute>d__1.MoveNext() in C:\Users\S
    eraph\Desktop\CatcherStopperTransfer\PokemonGo\RocketAPI\Console\Program.cs:line
    46
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__
    6_1(Object state)
    at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object sta
    te)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionCo
    ntext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    ____________________________________________

    thats the error im getting, changed the path for selenium too.

  12. #1466
    nonm's Avatar Elite User
    Reputation
    438
    Join Date
    Jul 2012
    Posts
    43
    Thanks G/R
    8/301
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is Ferox Version with working Evolve & Transfering. Also Google Auth is permanent now.

    https://github.com/NecronomiconCodin...-Go-Rocket-API

  13. #1467
    akuros123's Avatar Member
    Reputation
    5
    Join Date
    May 2016
    Posts
    27
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    new error

    Remember that Google only works for 30 Minutes then you need to restart the prog
    ram.
    Please visit https://www.google.com/device and enter PLSA-VXUQ

    Excepción no controlada: OpenQA.Selenium.DriverServiceNotFoundException: The fil
    e C:\Users\Seraph\Desktop\Selenium\net40\chromedriver.exe does not exist. The dr
    iver can be downloaded at http://chromedriver.storage.googleapis.com/index.html
    en OpenQA.Selenium.DriverService..ctor(String servicePath, Int32 port, String
    driverServiceExecutableName, Uri driverServiceDownloadUrl) en c:\Projects\webdr
    iver\dotnet\src\webdriver\DriverService.cs:línea 65
    en OpenQA.Selenium.Chrome.ChromeDriverService..ctor(String executablePath, St
    ring executableFileName, Int32 port) en c:\Projects\webdriver\dotnet\src\webdriv
    er\Chrome\ChromeDriverService.cs:línea 47
    en OpenQA.Selenium.Chrome.ChromeDriver..ctor(String chromeDriverDirectory, Ch
    romeOptions options) en c:\Projects\webdriver\dotnet\src\webdriver\Chrome\Chrome
    Driver.cs:línea 106
    en OpenQA.Selenium.Chrome.ChromeDriver..ctor(String chromeDriverDirectory) en
    c:\Projects\webdriver\dotnet\src\webdriver\Chrome\ChromeDriver.cs:línea 95
    en PokemonGo.RocketAPI.Client.AutomaticEnterCode(String token) en C:\Users\Se
    raph\Desktop\CatcherStopperTransfer\PokemonGo\RocketAPI\Client.cs:línea 151
    en PokemonGo.RocketAPI.Client.<LoginGoogle>d__10.MoveNext() en C:\Users\Serap
    h\Desktop\CatcherStopperTransfer\PokemonGo\RocketAPI\Client.cs:línea 136
    --- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la
    excepción ---
    en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
    ification(Task task)
    en System.Runtime.CompilerServices.TaskAwaiter.GetResult()
    en PokemonGo.RocketAPI.Console.Program.<Execute>d__1.MoveNext() en C:\Users\S
    eraph\Desktop\CatcherStopperTransfer\PokemonGo\RocketAPI\Console\Program.cs:lín e
    a 46
    --- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la
    excepción ---
    en System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__
    6_1(Object state)
    en System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object sta
    te)
    en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionCo
    ntext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C
    ontextCallback callback, Object state, Boolean preserveSyncCtx)
    en System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWor
    kItem.ExecuteWorkItem()
    en System.Threading.ThreadPoolWorkQueue.Dispatch()
    en System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
    Presione una tecla para continuar . . .

  14. #1468
    cedricdu94's Avatar Member
    Reputation
    11
    Join Date
    May 2009
    Posts
    175
    Thanks G/R
    9/10
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sephiroth_trandangkhoa View Post
    Adding function auto enter code after 30 mins.

    Link : https://drive.google.com/file/d/0ByW...ew?usp=sharing

    + Please unzip and put in Desktop.
    + Go to setting and enter your computer as tutorial (cause program need to find chromedriver.exe in Selenium folder)

    If i have free time, i will add function auto switch pokeball
    I have this error https://i.imgur.com/MdX72tT.jpg

  15. #1469
    nonm's Avatar Elite User
    Reputation
    438
    Join Date
    Jul 2012
    Posts
    43
    Thanks G/R
    8/301
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nonm View Post
    This is Ferox Version with working Evolve & Transfering. Also Google Auth is permanent now.

    https://github.com/NecronomiconCodin...-Go-Rocket-API
    The Servers are offline due to a new Patch , so you gotta wait.

  16. #1470
    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)
    Originally Posted by nonm View Post
    This is Ferox Version with working Evolve & Transfering. Also Google Auth is permanent now.

    https://github.com/NecronomiconCodin...-Go-Rocket-API
    Maybe OP can snip the permanent google auth function from it. Not interest in evolve really

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 06:16 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