Necronomicon's Version of FeroxRev's Bot menu

Shout-Out

User Tag List

Page 62 of 66 FirstFirst ... 12585960616263646566 LastLast
Results 916 to 930 of 976
  1. #916
    Yef's Avatar Member
    Reputation
    1
    Join Date
    Jan 2015
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to let the bot stand still in 1 spot? I think it got softbanned,because it moved.(It wasnt my fault for sure)

    Thanks!

    Necronomicon's Version of FeroxRev's Bot
  2. #917
    Tuannn's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    try
    {
    System.Console.WriteLine("||Farm Started||");
    await ExecuteFarmingPokestopsAndPokemons(client);
    System.Console.WriteLine("Unexpected stop? Restarting in 40 seconds.");
    await Task.Delay(40000);
    Execute();
    }
    catch (TaskCanceledException tce) { System.Console.WriteLine("Task Canceled Exception - Restarting"); Execute(); }
    catch (UriFormatException ufe) { System.Console.WriteLine("System URI Format Exception - Restarting"); Execute(); }
    catch (ArgumentOutOfRangeException aore) { System.Console.WriteLine("ArgumentOutOfRangeException - Restarting"); Execute(); }
    catch (NullReferenceException nre) { System.Console.WriteLine("Null Refference - Restarting"); Execute(); }

    I have a quick question the build I was running earlier used this at Line153 so if the bot stopped or anything it would automatically restart. Anyone know how to fix that with this new version? D; I can't figure out where to put it..

  3. #918
    ulutoyun's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    14 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bot stops doing anything after 10 minutes or so without any errors,if i re-run the script it goes on.
    Whats the problem and How to fix that?

  4. #919
    krampak's Avatar Member
    Reputation
    3
    Join Date
    May 2009
    Posts
    64
    Thanks G/R
    18/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ulutoyun View Post
    bot stops doing anything after 10 minutes or so without any errors,if i re-run the script it goes on.
    Whats the problem and How to fix that?
    That also happends to me with google account, however the ptc account runs well.

  5. #920
    nav4321's Avatar Elite User
    CoreCoins Purchaser
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    1,259
    Thanks G/R
    2/19
    Trade Feedback
    63 (94%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone got a workaround how to make it save pidgeys and not transfer them?

    I have duplicate setting.

    Kindly let me know!

  6. #921
    spodakek's Avatar Contributor Authenticator enabled
    Reputation
    98
    Join Date
    Jul 2016
    Posts
    232
    Thanks G/R
    15/86
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nav4321 View Post
    Anyone got a workaround how to make it save pidgeys and not transfer them?

    I have duplicate setting.

    Kindly let me know!
    Use 'leaveStrongest' and comment out pidgey's line in Program.cs
    Facing problems with your bot? Check out this thread for possible solutions:
    https://www.ownedcore.com/forums/pokemon-go/pokemon-go-hacks-cheats/564223-compilation-common-errors-solutionss.html

  7. #922
    DeKnarf's Avatar Active Member
    Reputation
    26
    Join Date
    Mar 2014
    Posts
    93
    Thanks G/R
    5/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    So, this just happened:

    Code:
    [16:57:55] Caught: Staryu ( 291 CP )
    [16:58:06] PokeStop XP: 0, Gems: 0, Eggs:  Items:
    [16:58:22] Goldeen ( 449 CP ) got away..
    [16:58:33] Magikarp (  CP ) got away..
    [16:58:43] Caught: Magikarp ( 10 CP )
    [16:58:54] PokeStop XP: 0, Gems: 0, Eggs:  Items:
    A magikarp with unknown CP?
    .
    bitcoin? or gold coin?
    .

  8. #923
    Sollux'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)
    How do I launch this using VS Code?

    To clarify, it asks me for some setup after pressing ctrl+f5 and I don't know what to do c:

  9. #924
    Nysali's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    17
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to make sure favorited pokemon don't get transfered? I have a few low CP pokemons that have good IVs and i would like to keep them. Is there a way to make the bot not transfer them as soon as a higher CP (but probably worse IVs) shows up? Giving the pokemon the star and making a check for favorites when you are about to grind some meat might do the trick no?

    Anyway this was just a suggestion not a demand lol i'm glad there are some people smarter than me out there that can come up with this little gems of code. Nice one guys, thanks for the free bot, a few pikachus worldwide are very happy now ahah

  10. #925
    Tuannn's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know where to put the old code for line 153 in for the new one? My bot stops working after like 5 minutes so I want it to restart..


    try
    {
    System.Console.WriteLine("||Farm Started||");
    await ExecuteFarmingPokestopsAndPokemons(client);
    System.Console.WriteLine("Unexpected stop? Restarting in 40 seconds.");
    await Task.Delay(40000);
    Execute();
    }
    catch (TaskCanceledException tce) { System.Console.WriteLine("Task Canceled Exception - Restarting"); Execute(); }
    catch (UriFormatException ufe) { System.Console.WriteLine("System URI Format Exception - Restarting"); Execute(); }
    catch (ArgumentOutOfRangeException aore) { System.Console.WriteLine("ArgumentOutOfRangeException - Restarting"); Execute(); }
    catch (NullReferenceException nre) { System.Console.WriteLine("Null Refference - Restarting"); Execute(); }

  11. #926
    RisH09's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    2
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am not sure, but for me it looks like the program only get near PokeStops for one time, when you start the programm, and will stop working after it farmed all of them.
    Just adding these line to the end of this method could solve the problem: Execute();
    (Or just add this to the end of the Execute() method)

    Code:
    private static async Task ExecuteFarmingPokestopsAndPokemons(Client client)
            {
                int counter = 0;
                var mapObjects = await client.GetMapObjects();
    
                var pokeStops =
                    mapObjects.MapCells.SelectMany(i => i.Forts)
                        .Where(
                            i =>
                                i.Type == FortType.Checkpoint &&
                                i.CooldownCompleteTimestampMs < DateTime.UtcNow.ToUnixTime());
    
                foreach (var pokeStop in pokeStops)
                {
                    var update = await client.UpdatePlayerLocation(pokeStop.Latitude, pokeStop.Longitude);
                    var fortInfo = await client.GetFort(pokeStop.Id, pokeStop.Latitude, pokeStop.Longitude);
                    var fortSearch = await client.SearchFort(pokeStop.Id, pokeStop.Latitude, pokeStop.Longitude);
    
                    System.Console.WriteLine(
                        $"[{DateTime.Now.ToString("HH:mm:ss")}] Farmed XP: {fortSearch.ExperienceAwarded}, Gems: {fortSearch.GemsAwarded}, Eggs: {fortSearch.PokemonDataEgg} Items: {GetFriendlyItemsString(fortSearch.ItemsAwarded)}");
    
                    await Task.Delay(4000);
                    await ExecuteCatchAllNearbyPokemons(client);
                    await Task.Delay(6000);
                    await EvolveAndTransfer(client);
                }
            }

  12. #927
    qweeboi's Avatar Member
    Reputation
    14
    Join Date
    Apr 2009
    Posts
    135
    Thanks G/R
    6/13
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DeKnarf View Post
    So, this just happened:

    Code:
    [16:57:55] Caught: Staryu ( 291 CP )
    [16:58:06] PokeStop XP: 0, Gems: 0, Eggs:  Items:
    [16:58:22] Goldeen ( 449 CP ) got away..
    [16:58:33] Magikarp (  CP ) got away..
    [16:58:43] Caught: Magikarp ( 10 CP )
    [16:58:54] PokeStop XP: 0, Gems: 0, Eggs:  Items:
    A magikarp with unknown CP?
    If you don't have a magikarp in your bag, it'll show up as ??? CP, like all the other pokémons. Doesn't happen all the time, but it usually do.

  13. #928
    krampak's Avatar Member
    Reputation
    3
    Join Date
    May 2009
    Posts
    64
    Thanks G/R
    18/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Last version shows fine the token, nevermind.

  14. #929
    Sollux'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 Nysali View Post
    Is it possible to make sure favorited pokemon don't get transfered? I have a few low CP pokemons that have good IVs and i would like to keep them. Is there a way to make the bot not transfer them as soon as a higher CP (but probably worse IVs) shows up? Giving the pokemon the star and making a check for favorites when you are about to grind some meat might do the trick no?

    Anyway this was just a suggestion not a demand lol i'm glad there are some people smarter than me out there that can come up with this little gems of code. Nice one guys, thanks for the free bot, a few pikachus worldwide are very happy now ahah
    1: sir, cp is all that matters.
    2: use the cp threshhold option? idk man idk jack shit.

  15. #930
    OkyLoky's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2015
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone tried Santa Monica Pier as a spot for the bot to work?If you had succesfull farming with it,can you tell me what coordinated you used?

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:33 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