Google Auto Login in C# Community Version menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    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)
    Originally Posted by bigwigs420 View Post
    Where is googlelogin.cs ?

    Google Auto Login in C# Community Version
  2. #17
    TROLOLO_XYZ's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    22
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i fixxed it :P

  3. #18
    xNusCa'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)
    [QUOTE=dv999;3465809]In GoogleLogin.cs enter

    Code:
            public static void AutomaticEnterCode(string token)
            {
                IWebDriver driver = new ChromeDriver(@"YOURLINK\Desktop\SOMEFILES\Selenium"); // POINT ME TO SELENIUM FOLDER PLEASE
                driver.Navigate().GoToUrl("http://www.google.com/device");
                IWebElement searchEmail = driver.FindElement(By.Id("Email"));
                searchEmail.SendKeys("YOURGMAIL");
                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("YOURPASSWORD");
                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();
            }
    Where to paste ?

  4. #19
    sibryanto's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [11:49:51] Starting Execute on login server: Google
    [11:49:52] Please visit https://www.google.com/device and enter HSDE-GXCF
    [11:49:52] Unhandled exception: System.AggregateException: One or more errors oc
    curred. ---> System.NotImplementedException: The method or operation is not impl
    emented.
    at PokemonGo.RocketAPI.Login.GoogleLogin.GetAccessToken(DeviceCodeModel devic
    eCode) in C:\Users\asdff_000\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.Rock
    etAPI\Login\GoogleLogin.cs:line 69
    at PokemonGo.RocketAPI.Client.<DoGoogleLogin>d__23.MoveNext() in C:\Users\asd
    ff_000\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI\Client.cs:line 7
    1
    --- 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.Logic.Logic.<Execute>d__4.MoveNext() in C:\Users\asdff
    _000\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI.Logic\Logic.cs:lin
    e 40
    --- End of inner exception stack trace ---
    at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceled
    Exceptions)
    at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationTo
    ken cancellationToken)
    at System.Threading.Tasks.Task.Wait()
    at PokemonGo.RocketAPI.Console.Program.<>c.<Main>b__0_0() in C:\Users\asdff_0
    00\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI.Console\Program.cs:l
    ine 17
    ---> (Inner Exception #0) System.NotImplementedException: The method or operatio
    n is not implemented.
    at PokemonGo.RocketAPI.Login.GoogleLogin.GetAccessToken(DeviceCodeModel devic
    eCode) in C:\Users\asdff_000\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.Rock
    etAPI\Login\GoogleLogin.cs:line 69
    at PokemonGo.RocketAPI.Client.<DoGoogleLogin>d__23.MoveNext() in C:\Users\asd
    ff_000\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI\Client.cs:line 7
    1
    --- 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.Logic.Logic.<Execute>d__4.MoveNext() in C:\Users\asdff
    _000\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI.Logic\Logic.cs:lin
    e 40<---
    Last edited by sibryanto; 07-21-2016 at 10:51 PM.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [PC] WoW Auto-Login Manager (With MEFix support!)
    By Gothian in forum World of Warcraft Bots and Programs
    Replies: 131
    Last Post: 10-29-2011, 10:59 AM
  2. World of warcraft auto login script
    By Ancathon in forum World of Warcraft Bots and Programs
    Replies: 12
    Last Post: 11-25-2007, 12:21 AM
  3. Hate getting D/C?? -- Auto Login -- useful for bots and private servers
    By ADAMZY in forum World of Warcraft Bots and Programs
    Replies: 24
    Last Post: 11-05-2007, 05:06 PM
  4. [Mac] WoWAL (WoW Auto Login)
    By Quafe in forum World of Warcraft Bots and Programs
    Replies: 17
    Last Post: 10-29-2007, 03:53 PM
  5. Auto Login
    By Relz in forum World of Warcraft Bots and Programs
    Replies: 15
    Last Post: 12-27-2006, 10:56 AM
All times are GMT -5. The time now is 12:56 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