Necronomicon's Version of FeroxRev's Bot menu

User Tag List

Page 16 of 66 FirstFirst ... 121314151617181920 ... LastLast
Results 226 to 240 of 976
  1. #226
    avin29's Avatar Member
    Reputation
    2
    Join Date
    Mar 2016
    Posts
    28
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know how to login with PTC ACCOUNT?

    Necronomicon's Version of FeroxRev's Bot
  2. #227
    explosive82's Avatar Member
    Reputation
    4
    Join Date
    Sep 2014
    Posts
    77
    Thanks G/R
    1/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spodakek View Post
    For PTC users if you did not verify your account via email your account would get locked after 2 days. If that's not the case try downloading a fresh version of the bot and rebuild it with changed App.config again.
    Mine is google if that matters. I will try that real quick

  3. #228
    gudarks's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by andyt315 View Post
    The logic of this bot is to use the highest quality ball to catch. I don't see the point saving the ultra balls when as you reach higher level, poke ball doesn't work well to catch. Get it?
    hmm.. but i would like to hold like 20 just in case something happens and i have like 200 great i think is fine using then for now, is there some code i have to change to save up the ultra ball? ty

  4. #229
    andyt315's Avatar Member
    Reputation
    4
    Join Date
    May 2012
    Posts
    72
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To fix the transfer disabled atm. Use this bat script to turn off the current bot after 300 seconds (5 mins) and open the new one.
    Code:
    @ECHO OFF
    :start
    timeout /t 300
    TASKKILL /F /IM "PokemonGo.RocketAPI.Console.exe"
    timeout /t 3
    start "PokemonGo.RocketAPI.Console.exe" "C:\Users\AT\Downloads\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\bin\Debug\PokemonGo.RocketAPI.Console.exe"
    goto start
    REM pause
    Edit the correct path to your own path.
    How to find your own path?
    https://gyazo.com/fb362f8cfae7cc2e31f5e40b4c30a5ab
    Look at the output window. Open and run as administrator.

  5. #230
    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)
    Full Pokemon list

    Code:
    PokemonId.Bulbasaur,
    PokemonId.Ivysaur,
    PokemonId.Venusaur,
    PokemonId.CHARMANDER,
    PokemonId.Charmeleon,
    PokemonId.Charizard,
    PokemonId.Squirtle,
    PokemonId.Wartortle,
    PokemonId.Blastoise,
    PokemonId.Caterpie,
    PokemonId.Metapod,
    PokemonId.Butterfree,
    PokemonId.Weedle,
    PokemonId.Kakuna,
    PokemonId.Beedrill,
    PokemonId.Pidgey,
    PokemonId.Pidgeotto,
    PokemonId.Pidgeot,
    PokemonId.Rattata,
    PokemonId.Raticate,
    PokemonId.Spearow,
    PokemonId.Fearow,
    PokemonId.Ekans,
    PokemonId.Arbok,
    PokemonId.Pikachu,
    PokemonId.Raichu,
    PokemonId.Sandshrew,
    PokemonId.Sandlash,
    PokemonId.NidoranFemale,
    PokemonId.Nidorina,
    PokemonId.Nidoqueen,
    PokemonId.NidoranMale,
    PokemonId.Nidorino,
    PokemonId.Nidoking,
    PokemonId.Clefairy,
    PokemonId.Clefable,
    PokemonId.Vulpix,
    PokemonId.Ninetales,
    PokemonId.Jigglypuff,
    PokemonId.Wigglytuff,
    PokemonId.Zubat,
    PokemonId.Golbat,
    PokemonId.Oddish,
    PokemonId.Gloom,
    PokemonId.Vileplume,
    PokemonId.Paras,
    PokemonId.Parasect,
    PokemonId.Venonat,
    PokemonId.Venomoth,
    PokemonId.Diglett,
    PokemonId.Dugtrio,
    PokemonId.Meowth,
    PokemonId.Persian,
    PokemonId.Psyduck,
    PokemonId.Golduck,
    PokemonId.Mankey,
    PokemonId.Primeape,
    PokemonId.Growlithe,
    PokemonId.Arcanine,
    PokemonId.Poliwag,
    PokemonId.Poliwhirl,
    PokemonId.Poliwrath,
    PokemonId.Abra,
    PokemonId.Kadabra,
    PokemonId.Alakhazam,
    PokemonId.Machop,
    PokemonId.Machoke,
    PokemonId.Machamp,
    PokemonId.Bellsprout,
    PokemonId.Weepinbell,
    PokemonId.Victreebell,
    PokemonId.Tentacool,
    PokemonId.Tentacruel,
    PokemonId.Geodude,
    PokemonId.Graveler,
    PokemonId.Golem,
    PokemonId.Ponyta,
    PokemonId.Rapidash,
    PokemonId.Slowpoke,
    PokemonId.Slowbro,
    PokemonId.Magnemite,
    PokemonId.Magneton,
    //PokemonId.Farfetch'd,
    PokemonId.Doduo,
    PokemonId.Dodrio,
    PokemonId.Seel,
    PokemonId.Dewgong,
    PokemonId.Grimer,
    PokemonId.Muk,
    PokemonId.Shellder,
    PokemonId.Cloyster,
    PokemonId.Gastly,
    PokemonId.Haunter,
    PokemonId.Gengar,
    PokemonId.Onix,
    PokemonId.Drowzee,
    PokemonId.Hypno,
    PokemonId.Krabby,
    PokemonId.Kingler,
    PokemonId.Voltorb,
    PokemonId.Electrode,
    PokemonId.Exeggcute,
    PokemonId.Exeggutor,
    PokemonId.Cubone,
    PokemonId.Marowak,
    PokemonId.Hitmonlee,
    PokemonId.Hitmonchan,
    PokemonId.Lickitung,
    PokemonId.Koffing,
    PokemonId.Weezing,
    PokemonId.Rhyhorn,
    PokemonId.Rhydon,
    PokemonId.Chansey,
    PokemonId.Tangela,
    PokemonId.Kangaskhan,
    PokemonId.Horsea,
    PokemonId.Seadra,
    PokemonId.Goldeen,
    PokemonId.Seaking,
    PokemonId.Staryu,
    PokemonId.Starmie,
    //PokemonId.Mr. Mime,
    PokemonId.Scyther,
    PokemonId.Jynx,
    PokemonId.Electabuzz,
    PokemonId.Magmar,
    PokemonId.Pinsir,
    PokemonId.Tauros,
    PokemonId.Magikarp,
    PokemonId.Gyarados,
    PokemonId.Lapras,
    PokemonId.Ditto,
    PokemonId.Eevee,
    PokemonId.Vaporeon,
    PokemonId.Jolteon,
    PokemonId.Flareon,
    PokemonId.Porygon,
    PokemonId.Omanyte,
    PokemonId.Omastar,
    PokemonId.Kabuto,
    PokemonId.Kabutops,
    PokemonId.Aerodactyl,
    PokemonId.Snorlax,
    PokemonId.Articuno,
    PokemonId.Zapdos,
    PokemonId.Moltres,
    PokemonId.Dratini,
    PokemonId.Dragonair,
    PokemonId.Dragonite
    //PokemonId.Mewtwo,
    //PokemonId.Mew

  6. Thanks OverdoseDelusion, kingchenc (2 members gave Thanks to DanGuerrero for this useful post)
  7. #231
    andyt315's Avatar Member
    Reputation
    4
    Join Date
    May 2012
    Posts
    72
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm.. but i would like to hold like 20 just in case something happens and i have like 200 great i think is fine using then for now, is there some code i have to change to save up the ultra ball? ty
    please post that request to his github

  8. #232
    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)
    this bot also stops working after 30 minutes..

    Code:
    Onverwerkte uitzondering: System.ArgumentOutOfRangeException: Het opgegeven argument ligt buiten het bereik van geldige waarden.
    Parameternaam: index
       bij Google.Protobuf.Collections.RepeatedField`1.get_Item(Int32 index)
       bij PokemonGo.RocketAPI.Extensions.HttpClientExtensions.<PostProtoPayload>d__1`2.MoveNext() in C:\Users\Sjelle\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Extensions\HttpClientExtensions.cs:regel 39
    --- Einde van stacktracering vanaf vorige locatie waar uitzondering is opgetreden ---
       bij System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       bij System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       bij System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
       bij PokemonGo.RocketAPI.Client.<GetMapObjects>d__17.MoveNext() in C:\Users\Sjelle\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Client.cs:regel 241
    --- Einde van stacktracering vanaf vorige locatie waar uitzondering is opgetreden ---
       bij System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       bij System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       bij System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
       bij PokemonGo.RocketAPI.Console.Program.<ExecuteCatchAllNearbyPokemons>d__6.MoveNext() in C:\Users\Sjelle\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs:regel 163
    --- Einde van stacktracering vanaf vorige locatie waar uitzondering is opgetreden ---
       bij System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       bij System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       bij System.Runtime.CompilerServices.TaskAwaiter.GetResult()
       bij PokemonGo.RocketAPI.Console.Program.<ExecuteFarmingPokestopsAndPokemons>d__7.MoveNext() in C:\Users\Sjelle\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs:regel 213
    --- Einde van stacktracering vanaf vorige locatie waar uitzondering is opgetreden ---
       bij System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       bij System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       bij System.Runtime.CompilerServices.TaskAwaiter.GetResult()
       bij PokemonGo.RocketAPI.Console.Program.<Execute>d__5.MoveNext() in C:\Users\Sjelle\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs:regel 155
    --- Einde van stacktracering vanaf vorige locatie waar uitzondering is opgetreden ---
       bij System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
       bij System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
       bij System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       bij System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       bij System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       bij System.Threading.ThreadPoolWorkQueue.Dispatch()
       bij System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
    Press any key to continue . . .

  9. #233
    Maarf's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys
    My bot is working perfectly fine.
    But there's one weird thing happening.
    I'm using Nox to play it on this acc, and if I stop the bot and try to catch pokemons or farm pokestops on Nox it doesn't let me, like if I was soft banned, but if I turn on the bot it keeps farming and I even level up...

  10. #234
    Warrez's Avatar Member
    Reputation
    2
    Join Date
    Jun 2008
    Posts
    19
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For some reason the bot stops functioning after 5 minute.... no idea why

  11. #235
    flashknox's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    20
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So I tried to set this up but it would only get to transferring disabled and never produce anymore commands. After setting up transferring it transferred my charmander then nothing. At least I know its logging in but it does nothing after that.

  12. #236
    Subversion2's Avatar Contributor
    Reputation
    108
    Join Date
    Jul 2016
    Posts
    137
    Thanks G/R
    68/41
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by explosive82 View Post
    Was working now i get this (after having changed nothing)

    https://i.imgur.com/rJ4dSTF.png
    click rebuild solution then hit ctrl f5, you're welcome

  13. #237
    Subversion2's Avatar Contributor
    Reputation
    108
    Join Date
    Jul 2016
    Posts
    137
    Thanks G/R
    68/41
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Maarf View Post
    Hey guys
    My bot is working perfectly fine.
    But there's one weird thing happening.
    I'm using Nox to play it on this acc, and if I stop the bot and try to catch pokemons or farm pokestops on Nox it doesn't let me, like if I was soft banned, but if I turn on the bot it keeps farming and I even level up...
    Can't use Nox until you exit bot :shh:

  14. #238
    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)
    transfered another V0019PokemonRattata to Professor.
    transfered another V0013PokemonWeedle to Professor.
    transfered another V0041PokemonZubat to Professor.
    transfered another V0041PokemonZubat to Professor.
    transfered another V0010PokemonCaterpie to Professor.
    transfered another V0017PokemonPidgeotto to Professor.
    transfered another V0029PokemonNidoran to Professor.
    transfered another V0029PokemonNidoran to Professor.
    transfered another V0048PokemonVenonat to Professor.
    [03:27:21] Spearow got away..
    [03:27:27] We caught a Pidgey
    transfered another V0016PokemonPidgey to Professor.
    [03:27:46] Farmed XP: 50, Gems: 0, Eggs: 0 Items: 3 x ITEM_POKE_BALL
    [03:27:47] We caught a Pidgey
    transfered another V0016PokemonPidgey to Professor.
    [03:27:56] We caught a Zubat
    transfered another V0041PokemonZubat to Professor.
    [03:28:15] Farmed XP: 50, Gems: 0, Eggs: 0 Items:
    [03:28:26] Farmed XP: 50, Gems: 0, Eggs: 0 Items:
    [03:28:37] Farmed XP: 100, Gems: 0, Eggs: 0 Items:
    [03:28:38] We caught a Zubat
    transfered another V0041PokemonZubat to Professor.


    So that's working great. I had a previous build when it stopped after 30 minutes. Is this also 'sorted' now?

  15. #239
    ahmar789's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    22
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How does the bot helps when your inventory is full?

  16. #240
    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 Subversion2 View Post
    Can't use Nox until you exit bot :shh:
    at least not on the same account

    I'm testing this on a new account. I'm really curious how the throwing ball thing works though...I'd be really interested to have a hotkey when a pokemon shows up, to automatically throw an 'excellent' ball like 80-90% of the time.

    Also: does it now save the last coordinates? If so: guess i could just check

    public const double DefaultLatitude = 40.76988181489869;
    public const double DefaultLongitude = -73.97489547729492;

    copy/paste and see on live pokemap where he's at?
    Last edited by Jelle86; 07-20-2016 at 08:34 PM.

Page 16 of 66 FirstFirst ... 121314151617181920 ... 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 06:30 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