-
Active Member
Originally Posted by
takeavvay
can you post an example of what the configs should look like for google? Im a little confused sorry

in App.config (capital A), find:
Code:
<appSettings>
<add key="AuthType" value="Google"/><!--Google/Ptc-->
For Google, the default value is setup correctly
After starting up, the console window gives you a code (something like: TURE--YUAA)
Go to www.google.com/device
Select the account you want to login with
Enter the code
Confirm
Check back in the console window, it should automatically start
.
bitcoin? or gold coin?
.
-
-
Active Member
Originally Posted by
Ev0lbyte
Does anybody have any idea at what lvl i will stop getting normal pokeballs ?
You will always keep getting normal pokeballs (at least until lvl 28 as far as I know)
.
bitcoin? or gold coin?
.
-
Member
I've noticed you have to rebuild the .exe every hour or so? as it wont work otherwise? (google login)
-
Member
What we need now:
- Evolve
- Destroy potions&other items above quantity X
- Special treatment for high lvl pokemon (use raspberry)
Evolve maybe someone can already help, where to set the pokemon.ids you want to evolve etc.
-
Active Member
Originally Posted by
angrytestie
what do i have to enter here? "GoogleRefreshToken" value="" " which value? where i find it :/? help
bot is working so far when i enter the code ect. but it stops after 30 min and i get this error help?
Imgur: The most awesome images on the Internet
thanks in advance !
In the file: GoogleLogin.cs, find:
Code:
Console.WriteLine("Logged in Google Account..");
Below that, paste this new line:
Code:
Console.WriteLine("Refresh Token: " + tokenResponse.refresh_token);
Your code now looks like this:
Code:
Console.WriteLine("Logged in Google Account..");
Console.WriteLine("Refresh Token: " + tokenResponse.refresh_token);
return tokenResponse;
When you start the bot, the console window will give you a Token (something like 1/QIWUrn1Op1JOoFervBmX7MVr5JLQYXnLmIGVUzQU4A3)
Enter that into the App.config file
CREDITS FOR THIS GO TO: psicrest (Necronomicon's Version of FeroxRev's Bot)
This is how the console looks when giving you the token:
Last edited by DeKnarf; 07-21-2016 at 04:57 AM.
Reason: added image
.
bitcoin? or gold coin?
.
-
Post Thanks / Like - 2 Thanks
in_debt,
RisH09 (2 members gave Thanks to DeKnarf for this useful post)
-
Active Member
Originally Posted by
DeKnarf
In the file:
GoogleLogin.cs, find:
Code:
Console.WriteLine("Logged in Google Account..");
Below that, paste this new line:
Code:
Console.WriteLine("Refresh Token: " + tokenResponse.refresh_token);
Your code now looks like this:
Code:
Console.WriteLine("Logged in Google Account..");
Console.WriteLine("Refresh Token: " + tokenResponse.refresh_token);
return tokenResponse;
When you start the bot, the console window will give you a Token (something like 1/QIWUrn1Op1JOoFervBmX7MVr5JLQYXnLmIGVUzQU4A3)
Enter that into the App.config file
CREDITS FOR THIS GO TO: psicrest
thank you very much <3
-
Originally Posted by
Elytius
Kinda new to this, how do you get the refresh token info?
Edit: I'm dumb, should've run the program before asking.
I still get the error "ArgumentOutOfRangeException - Restarting" and it asks me to enter google code again.
What am I doing wrong?
-
Active Member
Originally Posted by
angrytestie
thank you very much <3
Please give thanks to this post http://www.ownedcore.com/forums/poke...ml#post3463434 (Necronomicon's Version of FeroxRev's Bot) instead
.
bitcoin? or gold coin?
.
-
Where is the part to auto transfer pokemon till a specified number?
-
Active Member
Originally Posted by
CyaBB
Where is the part to auto transfer pokemon till a specified number?
You can find it in Client.cs
.
bitcoin? or gold coin?
.
-
Elite User
Originally Posted by
nonm
Good Morning guys , I will have a big Update ready in some Hours

Could you also add a complete changelog and a list with the features that are currently in it
-
Active Member
Originally Posted by
Crazyhead
Could you also add a complete changelog and a list with the features that are currently in it
You can find everything in the GitHub:
https://github.com/NecronomiconCodin...-Go-Rocket-API
More coming soon, as announced.
.
bitcoin? or gold coin?
.
-
Member
awesome! You have already got the newest version! 1.2.2.0
after ctrl+f5 i got this:
Unhandled exception: System.argumentnullexception: Value cannot be null.
Parameter name: Value
at google.protobuf.protopreconditions.checknotnull[t](t value, string name)
at pokemongo.rocketapi.generatedcode.request.types.authinfo.types.jwt.set_contents( string value) in c:\users\senseirain\downloads\pokemon go\pokemon-go-rocket-api-master v2\pokemongo\rocketapi\generatedcode\request.cs:line 1625
at pokemongo.rocketapi.helpers.requestbuilder.getinitialrequest(string authtoken, authtype authtype, double lat, double lng, double altitude, requests[] customrequests) in c:\users\senseirain\downloads\pokemon go\pokemon-go-rocket-api-master v2\pokemongo\rocketapi\helpers\requestbuilder.cs:line 16
at pokemongo.rocketapi.helpers.requestbuilder.getinitialrequest(string authtoken, authtype authtype, double lat, double lng, double altitude, requesttype[] customrequesttypes) in c:\users\senseirain\downloads\pokemon go\pokemon-go-rocket-api-master v2\pokemongo\rocketapi\helpers\requestbuilder.cs:line 44
at pokemongo.rocketapi.client.<setserver>d__23.movenext() in c:\users\senseirain\downloads\pokemon go\pokemon-go-rocket-api-master v2\pokemongo\rocketapi\client.cs:line 342
--- end of stack trace from previous location where exception was thrown ---
at system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)
at system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotificat ion(task task)
at system.runtime.compilerservices.taskawaiter.getresult()
at pokemongo.rocketapi.console.program.<execute>d__5.movenext() in c:\users\senseirain\downloads\pokemon go\pokemon-go-rocket-api-master v2\pokemongo\rocketapi\console\program.cs:line 142
--- end of stack trace from previous location where exception was thrown ---
at system.runtime.compilerservices.asyncmethodbuildercore.<>c.<throwasync>b__6_1(ob ject state)
at system.threading.queueuserworkitemcallback.waitcallback_context(object state)
at system.threading.executioncontext.runinternal(executioncontext executioncontext, contextcallback callback, object state, boolean preservesyncctx)
at system.threading.executioncontext.run(executioncontext executioncontext, contextcallback callback, object state, boolean preservesyncctx)
at system.threading.queueuserworkitemcallback.system.threading.ithreadpoolworkitem. executeworkitem()
at system.threading.threadpoolworkqueue.dispatch()
at system.threading._threadpoolwaitcallback.performwaitcallback()
press any key to continue . . .
-
Make sure your App.config looks like this:
https://github.com/NecronomiconCodin...ole/App.config
Press Build then click on "Rebuild Solution"
Run the bot and go to google.com/device and enter the user code.
Once the code is accepted the bot will print the Refresh token COPY THE TOKEN AND CLOSE THE BOT
Go back to app.config and paste the refresh token in the right field (something like this)
Code:
<add key="GoogleRefreshToken" value="1/QIWUrn1Op1JOoFervBmX7MVr5JLQYXnLmIGVUzQU4A3"/>
run the bot again, it will not ask you to go back in google.com/device and will keep running even if there were some common exception triggered.
-
Post Thanks / Like - 1 Thanks
Dartex (1 members gave Thanks to psicrest for this useful post)