Necronomicon's Version of FeroxRev's Bot menu

Shout-Out

User Tag List

Page 53 of 66 FirstFirst ... 3495051525354555657 ... LastLast
Results 781 to 795 of 976
  1. #781
    k199's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    50
    Thanks G/R
    30/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how i change location and desiple Evolve pokemons ?

    Necronomicon's Version of FeroxRev's Bot
  2. #782
    pinn90's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    87
    Thanks G/R
    6/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cedricdu94 View Post
    Yeah detection is weird i dont have dratigni when i see a dratigni in the same spot. I have many duduo, ratata, krabby ...
    There are few map types of pokemons.
    Like nearby, map and something else if I remember (probably something involved with lured pokemons)
    I also noticed a lot of Ponytas i my area for example (mostly lured by modules) and bot never caught any.
    So my guess is that bot is catching only one/two map types of pokemons.
    Last edited by pinn90; 07-21-2016 at 08:04 AM.

  3. #783
    tatakau's Avatar Member
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    93
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you make my life more easy +REP ^^

  4. #784
    Honoe's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    31
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I run the bot with the token I get the error and crash. It works fine without the token though until it requests google device again.
    Can anyone please help me :C

  5. #785
    DanGuerrero's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    31
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    ): warning CS0168: The variable 'tce' is declared but never used
     warning CS0168: The variable 'ufe' is declared but never used
    warning CS0168: The variable 'aore' is declared but never used
     warning CS0168: The variable 'nre' is declared but never used

  6. #786
    rowxs's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    160
    Thanks G/R
    35/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This was my setting

    <appSettings>
    <add key="AuthType" value="Google"/><!--Google/Ptc-->
    <add key="PtcUsername" value="fakeemail"/>
    <add key="PtcPassword" value="fakepass"/>
    <add key="GoogleRefreshToken" value=""/>
    <add key="DefaultLatitude" value="9090909"/><!--Default Amsterdam Central Station-->
    <add key="DefaultLongitude" value="90909090"/><!--Default Amsterdam Central Station-->
    <add key="TransferType" value="leavestrongest"/><!--none/cp/leaveStrongest/duplicate/all Whitelists/blackslists for each type is in Program.cs-->
    <add key="TransferCPThreshold" value="0"/><!--transfer pokemon with CP less than this value if cp transfer type is selected. Whitelist in Program.cs-->
    <add key="EvolveAllGivenPokemons" value="false"/>
    </appSettings>
    </configuration>
    so yeah i set Leavestrongest and all my dratini, magicarp, psyduck, evee got deleted. BTW is there a range of where the bot is going latitude and longitude wise.. I dont want it walk all the from central park to like LA... lol

    ok here is where i'm confuse.. in setting.. there are 2 same lines...

    private static async Task TransferAllButStrongestUnwantedPokemon(Client client)
    {
    System.Console.WriteLine("[!] firing up the meat grinder");

    var unwantedPokemonTypes = new[]
    {
    PokemonId.Pidgey,
    PokemonId.Rattata,
    PokemonId.Weedle,
    PokemonId.Zubat,
    PokemonId.Caterpie,
    PokemonId.Pidgeotto,
    PokemonId.NidoranFemale,
    PokemonId.Paras,
    PokemonId.Venonat,
    PokemonId.Poliwag,
    PokemonId.Slowpoke,
    PokemonId.Drowzee,
    PokemonId.Gastly,
    PokemonId.Goldeen,
    PokemonId.Staryu,

    };
    private static async Task TransferAllWeakPokemon(Client client, int cpThreshold)
    {
    System.Console.WriteLine("[!] firing up the meat grinder");

    var doNotTransfer = new[] //these will not be transferred even when below the CP threshold
    {
    //PokemonId.Pidgey,
    //PokemonId.Rattata,
    //PokemonId.Weedle,
    //PokemonId.Zubat,
    //PokemonId.Caterpie,
    //PokemonId.Pidgeotto,
    //PokemonId.NidoranFemale,
    //PokemonId.Paras,
    //PokemonId.Venonat,
    //PokemonId.Psyduck,
    //PokemonId.Poliwag,
    //PokemonId.Slowpoke,
    //PokemonId.Drowzee,
    //PokemonId.Gastly,
    //PokemonId.Goldeen,
    //PokemonId.Staryu,
    PokemonId.Magikarp,
    PokemonId.Eevee//,
    //PokemonId.Dratini
    };
    Last edited by rowxs; 07-21-2016 at 08:08 AM.

  7. #787
    jvats's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Firsty Thanks for sharing. I'm using your bot but bot only farms.Catched 3 pokemons every 30 mins. What can I do ? and Can I drop potions and revives automaticaly ?

  8. #788
    Jelle86's Avatar Sergeant
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    39
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DanGuerrero View Post
    Code:
    ): warning CS0168: The variable 'tce' is declared but never used
     warning CS0168: The variable 'ufe' is declared but never used
    warning CS0168: The variable 'aore' is declared but never used
     warning CS0168: The variable 'nre' is declared but never used
    I remember seeing that as well in one of the previous builds. Maybe redownload?

  9. #789
    k199's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    50
    Thanks G/R
    30/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how i change location and desiple Evolve pokemons ?

  10. #790
    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 Jelle86 View Post
    I remember seeing that as well in one of the previous builds. Maybe redownload?
    If you read the error, it only says that the variables are declared in the code, but doesn't have a function.

  11. #791
    brightleader's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    32
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Atrasthor View Post
    It works after you restard?

    I didn't restart it and now i'm unban the bot catch and farmed



    Someone know how to disabled pokestop ?
    I am not 100% sure, but i had like 10-15 pokemon run away, but most of them were cp around 100. so maybe i was just unlucky.

    after playing manual 2-3 min then restart, and it was working.

  12. #792
    Jelle86's Avatar Sergeant
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    39
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by k199 View Post
    how i change location and desiple Evolve pokemons ?
    in app.config

    <add key="DefaultLatitude" value="40.77140936499148"/><!--Default Amsterdam Central Station-->
    <add key="DefaultLongitude" value="-73.97377967834473"/><!--Default Amsterdam Central Station-->

    these are central park coords. just change to whatever you want but beware of being softbanned(2-4 hours approx)

  13. #793
    hardell's Avatar Member
    Reputation
    11
    Join Date
    Mar 2016
    Posts
    68
    Thanks G/R
    15/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DanGuerrero View Post
    Code:
    ): warning CS0168: The variable 'tce' is declared but never used
     warning CS0168: The variable 'ufe' is declared but never used
    warning CS0168: The variable 'aore' is declared but never used
     warning CS0168: The variable 'nre' is declared but never used
    it's warnings, ignore them for now.

    Originally Posted by jvats View Post
    Firsty Thanks for sharing. I'm using your bot but bot only farms.Catched 3 pokemons every 30 mins. What can I do ? and Can I drop potions and revives automaticaly ?
    Go into a more populated area and it should work fine.

    Originally Posted by rowxs View Post
    This was my setting

    <appSettings>
    <add key="AuthType" value="Google"/><!--Google/Ptc-->
    <add key="PtcUsername" value="fakeemail"/>
    <add key="PtcPassword" value="fakepass"/>
    <add key="GoogleRefreshToken" value=""/>
    <add key="DefaultLatitude" value="9090909"/><!--Default Amsterdam Central Station-->
    <add key="DefaultLongitude" value="90909090"/><!--Default Amsterdam Central Station-->
    <add key="TransferType" value="leavestrongest"/><!--none/cp/leaveStrongest/duplicate/all Whitelists/blackslists for each type is in Program.cs-->
    <add key="TransferCPThreshold" value="0"/><!--transfer pokemon with CP less than this value if cp transfer type is selected. Whitelist in Program.cs-->
    <add key="EvolveAllGivenPokemons" value="false"/>
    </appSettings>
    </configuration>

    so yeah i set Leavestrongest and all my dratini, magicarp, psyduck, evee got deleted. BTW is there a range of where the bot is going latitude and longitude wise.. I dont want it walk all the from central park to like LA... lol
    leaveStrongest has a capital S in it. If you misspell, it disables transferring by default.

  14. #794
    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 Atrasthor View Post
    private static async Task TransferAllButStrongestUnwantedPokemon(Client client)
    {
    System.Console.WriteLine("[!] firing up the meat grinder");

    var unwantedPokemonTypes = new[]
    {
    PokemonId.Pidgey,
    PokemonId.Rattata,
    PokemonId.Weedle,
    PokemonId.Zubat,
    PokemonId.Caterpie,
    PokemonId.Pidgeotto,
    PokemonId.NidoranFemale,
    PokemonId.Paras,
    PokemonId.Venonat,
    PokemonId.Psyduck,
    PokemonId.Poliwag,
    PokemonId.Slowpoke,
    PokemonId.Drowzee,
    PokemonId.Gastly,
    PokemonId.Goldeen,
    PokemonId.Staryu,
    PokemonId.Magikarp,
    PokemonId.Eevee,
    PokemonId.Dratini
    };

    Delete the one you want to keep maybe?
    Just "LeaveStrongest" it will transfer all ur low CP pokemon

  15. #795
    Jelle86's Avatar Sergeant
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    39
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qweeboi View Post
    If you read the error, it only says that the variables are declared in the code, but doesn't have a function.
    I know it's not really an issue, but as of now, I don't have it anymore, so he might as well just use a later version.

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 05:57 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