Necrobot - sniping | egghatch | gpx | lure | incense | & more menu

User Tag List

Page 25 of 282 FirstFirst ... 21222324252627282975125 ... LastLast
Results 361 to 375 of 4221
  1. #361
    winterfall500's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    62
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dermeix View Post
    im out of this bot...
    in my eyes its becoming less user friendly and more buggy
    then manually play the game lol. Also, you have an option to use the previous versions of this bot if you don't like the new one.

    Necrobot - sniping | egghatch | gpx | lure | incense | & more
  2. #362
    Zer0Cool2020's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ersenos View Post
    are we doing something wrong for the auto evolve filter? it evolves everything!
    i got mine to stop evolving by going to logic.cs and comment out line 63

  3. #363
    Zer0Cool2020's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    could someone help me add this. im sure im just adding it wrong.

    Exclusions on Pokémon to transfer // Do not transfer Pokémon above certain CP level
    // You can use this to build up a stack of these Pokémon, while not auto-Evolving them, so you can use them along with a Lucky Egg
    Logic.cs 145:
    Code:

    if (duplicatePokemon.PokemonId != PokemonId.Rattata &&
    duplicatePokemon.PokemonId != PokemonId.Weedle &&
    duplicatePokemon.PokemonId != PokemonId.Pidgey &&
    duplicatePokemon.PokemonId != PokemonId.Caterpie &&
    duplicatePokemon.Cp < 1000)
    {
    var transfer = await _client.TransferPokemon(duplicatePokemon.Id);
    Logger.Write($"Transfer {duplicatePokemon.PokemonId} with {duplicatePokemon.Cp} CP", LogLevel.Info);
    await Task.Delay(500);
    }

  4. #364
    CyaBB's Avatar Member Authenticator enabled
    Reputation
    14
    Join Date
    Apr 2014
    Posts
    150
    Thanks G/R
    21/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    löst wurde ---
    bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

    bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNo
    tification(Task task)
    bei System.Runtime.CompilerServices.TaskAwaiter.GetResult()
    bei PokemonGo.RocketAPI.Logic.Logic.<PostLoginExecute>d__5.MoveNext() in C:\U
    sers\Sebastian\Desktop\PokemonGo\FeroxRev-PoGo-Bot-5\PokemonGo.RocketAPI.
    Logic\Logic.cs:Zeile 60.
    [15:34:42] Exception: PokemonGo.RocketAPI.Exceptions.InvalidResponseException: E
    ine Ausnahme vom Typ "PokemonGo.RocketAPI.Exceptions.InvalidResponseException" w
    urde ausgelöst.
    bei PokemonGo.RocketAPI.Extensions.HttpClientExtensions.<PostProtoPayload>d__
    0`2.MoveNext() in C:\Users\USER\Desktop\PokemonGo\FeroxRev-PoGo-Bot-5
    B\PokemonGo.RocketAPI\Extensions\HttpClientExtensions.cs:Zeile 22.
    --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausge
    löst wurde ---
    bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

    bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNo
    tification(Task task)
    bei System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
    bei PokemonGo.RocketAPI.Client.<GetInventory>d__39.MoveNext() in C:\Users\Seb
    astian\Desktop\PokemonGo\FeroxRev-PoGo-Bot-5\PokemonGo.RocketAPI\Client.c
    s:Zeile 337.
    --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausge
    löst wurde ---
    bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

    bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNo
    tification(Task task)
    bei System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
    bei PokemonGo.RocketAPI.Logic.Inventory.<GetPlayerStats>d__8.MoveNext() in C:
    \Users\USER\Desktop\PokemonGo\FeroxRev-PoGo-Bot-5\PokemonGo.RocketAP
    I.Logic\Inventory.cs:Zeile 132.
    --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausge
    löst wurde ---
    bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

    bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNo
    tification(Task task)
    bei System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
    bei PokemonGo.RocketAPI.Logic.Logic.<DisplayPlayerLevelInTitle>d__16.MoveNext
    () in C:\Users\USER\Desktop\PokemonGo\FeroxRev-PoGo-Bot-5\PokemonGo.
    RocketAPI.Logic\Logic.cs:Zeile 262.
    --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausge
    löst wurde ---
    bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

    bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNo
    tification(Task task)
    bei System.Runtime.CompilerServices.TaskAwaiter.GetResult()
    bei PokemonGo.RocketAPI.Logic.Logic.<PostLoginExecute>d__5.MoveNext() in C:\U
    sers\USER\Desktop\PokemonGo\FeroxRev-PoGo-Bot-5\PokemonGo.RocketAPI.
    Logic\Logic.cs:Zeile 60.

  5. #365
    Shellr57's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    30+ min and crash
    Code:
    [17:32:12] Transfer Pidgey with 10 CP (Best: 312)
    
    [17:33:32] Exception: PokemonGo.RocketAPI.Exceptions.InvalidResponseException: E
    xception of type 'PokemonGo.RocketAPI.Exceptions.InvalidResponseException' was t
    hrown.
       at PokemonGo.RocketAPI.Extensions.HttpClientExtensions.<PostProtoPayload>d__0
    `2.MoveNext() in C:\Users\objShell\Desktop\Pokemon-Go-Rocket-API-master\PokemonG
    o.RocketAPI\Extensions\HttpClientExtensions.cs:line 22
    --- 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`1.GetResult()
       at PokemonGo.RocketAPI.Client.<GetInventory>d__41.MoveNext() in C:\Users\objS
    hell\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI\Client.cs:line 337
    
    --- 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`1.GetResult()
       at PokemonGo.RocketAPI.Logic.Inventory.<GetPlayerStats>d__8.MoveNext() in C:\
    Users\objShell\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI.Logic\In
    ventory.cs:line 132
    --- 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`1.GetResult()
       at PokemonGo.RocketAPI.Logic.Logic.<DisplayPlayerLevelInTitle>d__17.MoveNext(
    ) in C:\Users\objShell\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI.
    Logic\Logic.cs:line 266
    --- 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.<PostLoginExecute>d__6.MoveNext() in C:\Us
    ers\objShell\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI.Logic\Logi
    c.cs:line 62

  6. #366
    loelie's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zer0Cool2020 View Post
    could someone help me add this. im sure im just adding it wrong.

    Exclusions on Pokémon to transfer // Do not transfer Pokémon above certain CP level
    // You can use this to build up a stack of these Pokémon, while not auto-Evolving them, so you can use them along with a Lucky Egg
    Logic.cs 145:
    there's already one in the conde.setting.cs however its not working

  7. #367
    Mazi115's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if im not getting pokebolls thats mean i got softban ? i log in even of fake gps on same position that im boting and even when i spinn manually i dont get poke balls ?

  8. #368
    loelie's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just so you know your bot won't stay at the same spot

  9. #369
    Kapsel498's Avatar Banned
    Reputation
    3
    Join Date
    Mar 2011
    Posts
    24
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  10. #370
    Ehnoah's Avatar Elite User
    Reputation
    398
    Join Date
    Sep 2006
    Posts
    1,028
    Thanks G/R
    16/96
    Trade Feedback
    7 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Seems Necro API need some love now

  11. #371
    bimaradhpoke's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    79
    Thanks G/R
    11/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its just me or we got an exp roll back???

    I just got 110k exp rollback suddenly!!!

  12. #372
    Kapsel498's Avatar Banned
    Reputation
    3
    Join Date
    Mar 2011
    Posts
    24
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you sure? Perhaps you've logged to another account?

  13. #373
    Vaxling's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    16
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bot is gone from repo. Necro still there. Seems like he is restructuring the whole project.

  14. #374
    Zer0Cool2020's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by loelie View Post
    there's already one in the conde.setting.cs however its not working
    thank you good sir i got it work

  15. #375
    entengboi's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    20
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone know if this is the same as the old one, where if you favorite your pokemons it doesn't transfer them?

Similar Threads

  1. Necrobot & Sniping problem.
    By victornoleto in forum Pokemon GO Hacks|Cheats
    Replies: 5
    Last Post: 08-26-2016, 05:54 AM
  2. [Release] PokeMobBot - sniping | egghatch | gpx | lure | incense | & more
    By DurtyFree in forum Pokemon GO Hacks|Cheats
    Replies: 175
    Last Post: 07-31-2016, 03:16 PM
  3. [Release] [»»] NecroBOT Discord Channel (Live) [««] (Pokemon coordinates, support & more!)
    By LennoxAli in forum Pokemon GO Hacks|Cheats
    Replies: 2
    Last Post: 07-31-2016, 11:48 AM
  4. [Release] Necrobot.io - sniping | egghatch | gpx | lure | incense | & more
    By nonm in forum Pokemon GO Hacks|Cheats
    Replies: 43
    Last Post: 07-31-2016, 11:43 AM
  5. [Question] Necrobot sniping
    By xswayer in forum Pokemon GO Chat
    Replies: 1
    Last Post: 07-31-2016, 10:25 AM
All times are GMT -5. The time now is 05:50 PM. 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