C# Bot for Farming Pokestops & Catching Pokemon menu

User Tag List

Page 2 of 151 FirstFirst 12345652102 ... LastLast
Results 16 to 30 of 2253
  1. #16
    CrucialStress's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for this and this is also my first post so hello everyone

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #17
    CruelGiraffe's Avatar Elite User
    Reputation
    325
    Join Date
    Jul 2016
    Posts
    88
    Thanks G/R
    2/105
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there is no .exe in the bin folder to run from there? btw, tahnks for the share friend!

  3. #18
    Tobbo88's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    66
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Install charles and follow ios/android:
    https://www.charlesproxy.com/documen...-certificates/

    Disable firewall and login to Pokemon Go on phone. Look for android.google.com request and fetch the headers from the android.google.com/auth request and put them in Settings.cs.
    AndroidID = DeviceId
    Token = LongDurationToken (the oauth.#blabla token)




    May aswell be in another language.. So confused lol

  4. #19
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1445
    Join Date
    Apr 2007
    Posts
    749
    Thanks G/R
    177/828
    Trade Feedback
    5 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Updated yet again with Google Login Instructions.
    Originally Posted by CruelGiraffe View Post
    there is no .exe in the bin folder to run from there? btw, tahnks for the share friend!
    There is! When you've pressed Ctrl + F5 it will be built into Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\bin\Debug
    File name is: PokemonGo.RocketAPI.Console.exe

  5. Thanks WoWSondermüll (1 members gave Thanks to Neer for this useful post)
  6. #20
    CruelGiraffe's Avatar Elite User
    Reputation
    325
    Join Date
    Jul 2016
    Posts
    88
    Thanks G/R
    2/105
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neer View Post
    Updated yet again with Google Login Instructions.

    There is! When you've pressed Ctrl + F5 it will be built into Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\bin\Debug
    File name is: PokemonGo.RocketAPI.Console.exe
    thank you! didnt find that now we gotta wait for the powerful servers to be back

  7. #21
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1445
    Join Date
    Apr 2007
    Posts
    749
    Thanks G/R
    177/828
    Trade Feedback
    5 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tobbo88 View Post
    Install charles and follow ios/android:
    https://www.charlesproxy.com/documen...-certificates/

    Disable firewall and login to Pokemon Go on phone. Look for android.google.com request and fetch the headers from the android.google.com/auth request and put them in Settings.cs.
    AndroidID = DeviceId
    Token = LongDurationToken (the oauth.#blabla token)




    May aswell be in another language.. So confused lol
    Check my new instructions labeled Google Login

  8. Thanks WoWSondermüll (1 members gave Thanks to Neer for this useful post)
  9. #22
    CrucialStress's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    loding it now i post back serious shout out to you op

  10. #23
    CrucialStress's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    edit Unhandled Exception: Google.Protobuf.InvalidProtocolBufferException: SkipLastField called on an end-group tag, indicating that the corresponding start-group was missing
    at Google.Protobuf.CodedInputStream.SkipLastField()
    at PokemonGo.RocketAPI.GeneratedCode.ProfileResponse.MergeFrom(CodedInputStream input) in C:\Users\CrucialStress\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\GeneratedCode\ProfileResponse.cs:line 302
    at PokemonGo.RocketAPI.Extensions.HttpClientExtensions.<PostProto>d__0`2.MoveNext() in C:\Users\CrucialStress\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Extensions\HttpClientExtensions.cs:line 25
    --- 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`1.GetResult()
    at PokemonGo.RocketAPI.Client.<GetServer>d__14.MoveNext() in C:\Users\CrucialStress\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Client.cs:line 249
    --- 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`1.GetResult()
    at PokemonGo.RocketAPI.Console.Program.<Execute>d__1.MoveNext() in C:\Users\CrucialStress\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs:line 30
    --- 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 . . .

  11. #24
    Mew351's Avatar Site Donator CoreCoins Purchaser
    Reputation
    13
    Join Date
    Oct 2013
    Posts
    85
    Thanks G/R
    38/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neer View Post
    Check my new instructions labeled Google Login
    lt always crashes, as soon as the error comes up about the servers

  12. #25
    CruelGiraffe's Avatar Elite User
    Reputation
    325
    Join Date
    Jul 2016
    Posts
    88
    Thanks G/R
    2/105
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ye, probably crashes cause servers are stupid.. wait

  13. #26
    Mew351's Avatar Site Donator CoreCoins Purchaser
    Reputation
    13
    Join Date
    Oct 2013
    Posts
    85
    Thanks G/R
    38/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  14. #27
    Skara's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Stop posting the same error all the time. the server are down!

  15. #28
    Mew351's Avatar Site Donator CoreCoins Purchaser
    Reputation
    13
    Join Date
    Oct 2013
    Posts
    85
    Thanks G/R
    38/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And then no exe file is in the debug folder of the project

  16. #29
    CruelGiraffe's Avatar Elite User
    Reputation
    325
    Join Date
    Jul 2016
    Posts
    88
    Thanks G/R
    2/105
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    exe is here:
    \PokemonGo\RocketAPI\Console\bin

  17. #30
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1445
    Join Date
    Apr 2007
    Posts
    749
    Thanks G/R
    177/828
    Trade Feedback
    5 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CruelGiraffe View Post
    exe is here:
    \PokemonGo\RocketAPI\Console\bin
    Thank you for helping out

  18. Thanks WoWSondermüll (1 members gave Thanks to Neer for this useful post)
Page 2 of 151 FirstFirst 12345652102 ... LastLast

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 08:33 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search