-
Member
Originally Posted by
nonm
how do i use it with ptc login? it always asks me to go to google to enable it but i use ptc login..
-
Active Member
Originally Posted by
sephiroth_trandangkhoa
- 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
-
Sergeant
In Client.cs find
IWebDriver driver = new ChromeDriver(@"YOURADDRESSTO\CatcherStopperTransfer-AutoLoginChrome\CatcherStopperTransfer\Selenium");
-
Member
@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.
-
Member
Keep getting "retry request https://pgorelease.nianticlabs.com/plfe/473/rpc" Help please :/
-
Corporal
Originally Posted by
MonsterMMORPG
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
-
Post Thanks / Like - 1 Thanks
MonsterMMORPG (1 members gave Thanks to sephiroth_trandangkhoa for this useful post)
-
Originally Posted by
Sonanio
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.
-
Post Thanks / Like - 2 Thanks
-
Member
-
Corporal
Originally Posted by
MonsterMMORPG
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
-
Sergeant
-
Post Thanks / Like - 2 Thanks
KefkaBot,
avin29 (2 members gave Thanks to dv999 for this useful post)
-
Originally Posted by
Marlb0ro
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?
-
Member
Originally Posted by
nonm
Hello, how do I disable auto-evolution feature? Thanks
-
Member
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?
-
Member
i want tranfer some more pkm. anyone know how to edit?. tks
-
Member
New update!
Originally Posted by
dv999
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