Necronomicon's Version of FeroxRev's Bot menu

Shout-Out

User Tag List

Page 40 of 66 FirstFirst ... 363738394041424344 ... LastLast
Results 586 to 600 of 976
  1. #586
    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)
    Good Morning guys , I will have a big Update ready in some Hours

    Necronomicon's Version of FeroxRev's Bot
  2. Thanks PandaJunior, Blackmac (2 members gave Thanks to nonm for this useful post)
  3. #587
    psicrest's Avatar Active Member

    Reputation
    23
    Join Date
    Sep 2010
    Posts
    23
    Thanks G/R
    3/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Huhgreed View Post
    Have this error after copying the token and launching again:
    Code:
    Coded by Ferox - edited by NecronomiconCoding
    Awesome! You have already got the newest version!
    
    Необработанное исключение: System.ArgumentNullException: Значение не может быть
    неопределенным.
    Имя параметра: value
       в Google.Protobuf.ProtoPreconditions.CheckNotNull[T](T value, String name)
       в PokemonGo.RocketAPI.GeneratedCode.Request.Types.AuthInfo.Types.JWT.set_Cont
    ents(String value) в C:\Users\Егор\Desktop\Pokemon-Go-Rocket-API-master\PokemonG
    o\RocketAPI\GeneratedCode\Request.cs:строка 1625
       в PokemonGo.RocketAPI.Helpers.RequestBuilder.GetInitialRequest(String authTok
    en, AuthType authType, Double lat, Double lng, Double altitude, Requests[] custo
    mRequests) в C:\Users\Егор\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\Rocket
    API\Helpers\RequestBuilder.cs:строка 16
       в PokemonGo.RocketAPI.Helpers.RequestBuilder.GetInitialRequest(String authTok
    en, AuthType authType, Double lat, Double lng, Double altitude, RequestType[] cu
    stomRequestTypes) в C:\Users\Егор\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo
    \RocketAPI\Helpers\RequestBuilder.cs:строка 44
       в PokemonGo.RocketAPI.Client.<SetServer>d__22.MoveNext() в C:\Users\Егор\Desk
    top\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Client.cs:строка 302
    --- Конец трассировка стека из предыдущего расположения, где возникло исключение
     ---
       в 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__6.MoveNext() в C:\Users\Его
    р\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs:ст
    рока 134
    --- Конец трассировка стека из предыдущего расположения, где возникло исключение
     ---
       в 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()
    Try to rebuild the code Click on "Build" Then "Rebuild Solution"
    Make sure you're not missing any double quote in App.config example:
    Code:
    <add key="GoogleRefreshToken" value="1/34UibMdc-Qn5AbewpDR-QZv8w_STqik13RFHqXV_Jd6TA">
    I have no idea whats causing your null exception error could be some parsing error, i would like to see any screenshots. It's 2:30am my time, im almost half asleep coding and replying here in forums. Will probably get back to you in a few hours.

  4. #588
    aartmans0's Avatar Member
    Reputation
    2
    Join Date
    Jun 2013
    Posts
    15
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Everything works fine!

  5. #589
    iShinichi's Avatar Corporal
    Reputation
    3
    Join Date
    Apr 2014
    Posts
    17
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just tested it and it's great. The only issue I've had is, that it stopped after ~30min for no reason. No error or so.
    Is it also possible to let eggs hatch?

    Thanks for the hard work, really appreciate it.

  6. #590
    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)
    I will need some new infornation on what to implement and what to fix, Please Post in GitHub Issues so I can work on it

  7. Thanks hostpx (1 members gave Thanks to nonm for this useful post)
  8. #591
    tironas's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any guides how to run this stuff? Complete newbie here.

  9. #592
    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 psicrest View Post
    Try to rebuild the code Click on "Build" Then "Rebuild Solution"
    Make sure you're not missing any double quote in App.config example:
    Code:
    <add key="GoogleRefreshToken" value="1/34UibMdc-Qn5AbewpDR-QZv8w_STqik13RFHqXV_Jd6TA">
    I have no idea whats causing your null exception error could be some parsing error, i would like to see any screenshots. It's 2:30am my time, im almost half asleep coding and replying here in forums. Will probably get back to you in a few hours.
    I have seen you actively supporting the project , if you would like to collaborate, Please pm me your GitHub name

  10. #593
    darkbluefirefly's Avatar Member
    Reputation
    3
    Join Date
    May 2012
    Posts
    60
    Thanks G/R
    1/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Stops and hangs at
    Necronomicon's Version of FeroxRev's Bot-508e4f3664-png

  11. #594
    takeavvay's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi, is the 30 min google refresh fixed?

  12. #595
    iShinichi's Avatar Corporal
    Reputation
    3
    Join Date
    Apr 2014
    Posts
    17
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tironas View Post
    Any guides how to run this stuff? Complete newbie here.
    really short version:
    Install Visual Studio 2015 (any version)
    open the project
    change your app configs info (login, token, lat/long....) in VS (&save)
    press F5
    enjoy

  13. Thanks Kuro86 (1 members gave Thanks to iShinichi for this useful post)
  14. #596
    senseirain's Avatar Member
    Reputation
    2
    Join Date
    Jun 2016
    Posts
    142
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by psicrest View Post
    This is for google login only

    1. Before you run the bot make sure that google refresh token in app.config has no value
    Code:
    <add key="GoogleRefreshToken" value="">
    2. Set your location in App.config and run the code in Visual Studio

    3. In the console window you wil be asked to visit google.com/device and you need to input the key. After you input the right key, The refresh token will be printed in the console window. Right click the upper left most icon of your console window, choose EDIT -> MARK . You will be able to highlight the text inside the console, make sure to highlight the refresh code and then right click on it so it will be copied into your clipboard.

    4. Stop/Exit the bot and go back to App.config -> Paste the refresh token in like this
    Code:
    <add key="GoogleRefreshToken" value="1/34UibMdc-Qn5AbewpDR-QZv8w_STqik13RFHqXV_Jd6TA">
    5. Now you dont have to go to google.com/device to register your bot, It will automatically login with your credentials and the bot auto restarts when it crashes.

    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 . . .

  15. #597
    GreamDesu's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you add feature of autoswitching the pokeballs?

  16. #598
    takeavvay's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iShinichi View Post
    really short version:
    Install Visual Studio 2015 (any version)
    open the project
    change your app configs info (login, token, lat/long....) in VS (&save)
    press F5
    enjoy
    can you post an example of what the configs should look like for google? Im a little confused sorry

  17. #599
    Ev0lbyte's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anybody have any idea at what lvl i will stop getting normal pokeballs ?

  18. #600
    vantrung2606's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nonm View Post
    Good Morning guys , I will have a big Update ready in some Hours
    Somehow, this only transfer on start. Can you recheck again?

Page 40 of 66 FirstFirst ... 363738394041424344 ... LastLast

Similar Threads

  1. [Question] Editing console output (with FeroxRev's bot)
    By Zexpeo in forum Pokemon GO Chat
    Replies: 0
    Last Post: 07-22-2016, 01:55 PM
  2. Mac OS X BG Bot version 2.0.X
    By Valmilu in forum World of Warcraft Bots and Programs
    Replies: 30
    Last Post: 02-10-2007, 11:39 AM
  3. Tool to get all Fish/bots working for EU version users! [self-made]
    By -MadMax- in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 09-08-2006, 09:02 AM
  4. [WoW Bot] WoW Glider Full Version 0.6.8
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 39
    Last Post: 05-08-2006, 12:15 AM
All times are GMT -5. The time now is 11:36 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