Necronomicon's Version of FeroxRev's Bot menu

Shout-Out

User Tag List

Page 36 of 66 FirstFirst ... 323334353637383940 ... LastLast
Results 526 to 540 of 976
  1. #526
    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)
    Regarding the "teleport to far away" problem.

    Can I not just disable the movement completely? I just want the bot to stand at a 4-6 spot and grind it all day without moving at all.

    How to disable the movement function?

    Necronomicon's Version of FeroxRev's Bot
  2. #527
    wetshrimp's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    61
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by psicrest View Post
    This is a quick and dirty way to keep the google login persistent using Google Refresh Token

    1. In GoogleLogin.cs line 32 you will find this code
      Code:
      Console.WriteLine("Logged in Google Account..");
      Below that code insert this line:
      Code:
      Console.WriteLine("Refresh Token: " + tokenResponse.refresh_token);
      This will print the refresh token after you enter the user code at google.com/device
    2. Copy the refresh token and go to App.config and paste the value in the "GoogleRefreshToken" key


    I believe the problem was the refresh token was not written in a persistent config file so when the auth timed out the program couldn't find the right refresh code.

    There are some snippet in this thread that makes the bot auto restart when it crashes.

    Code:
                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(); }
    This will make the bot run hopefully 24/7
    have you tried this? I thoguht the crash was due to the google token code expiring after 30mins? and for that code -- does that tell the bot to restart automatically and insert the code?

  3. #528
    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)
    Originally Posted by wetshrimp View Post
    have you tried this? I thoguht the crash was due to the google token code expiring after 30mins? and for that code -- does that tell the bot to restart automatically and insert the code?
    That's what the refreshtoken is for.
    .
    bitcoin? or gold coin?
    .

  4. #529
    Awlter's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im using PTC but mine still crashes every 30min or so. works fine other than that

  5. #530
    heybigboy5's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why is my bot always stopping after exactly 5 minutes?

  6. #531
    daastaman's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If we want to use evolve.......

    in app config <add key="EvolveAllGivenPokemons" value="false"/> set this to true? or put in pokemon id's? where to put pokemon ids?


    Nobody knows? wtf

  7. #532
    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 tentrust View Post
    Copy this code into Line 153 of programm.cs !!
    it will restart ur farming automaticly after 40 seconds.




    Code:
                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(); }
    Originally Posted by Awlter View Post
    where would we add the line for restarting so it runs 24/7?
    Copy this code into Line 153 of programm.cs !!
    it will restart ur farming automaticly after 40 seconds.

  8. #533
    lantecer's Avatar Member
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just got the bot running and it works like a charm

    But I got a question, like how does the bot work in the background? Will my character just stay at the coords I entered in the App.config or does it "move" in the area around that position and farm pokemon and pokestops and everything?

  9. #534
    ersenos's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    42
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by daastaman View Post
    If we want to use evolve.......

    in app config <add key="EvolveAllGivenPokemons" value="false"/> set this to true? or put in pokemon id's? where to put pokemon ids?


    Nobody knows? wtf

    im curious if i can just set pidgey as autoevole so my XP egg

  10. #535
    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 tentrust View Post
    Copy this code into Line 153 of programm.cs !!
    it will restart ur farming automaticly after 40 seconds.




    Code:
                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(); }
    Originally Posted by wetshrimp View Post
    have you tried this? I thoguht the crash was due to the google token code expiring after 30mins? and for that code -- does that tell the bot to restart automatically and insert the code?
    tentrust made a post about catching the execption and restarting the the program. I have no idea whats causing the error, but after i add right refresh token in the app.config even if it encounters another error tentrust's code restart it and I do not have to input the user code in google.com/device again.

  11. #536
    kingchenc's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    65
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DeKnarf View Post
    If I make a shortcut of the .exe it just continues with the previous account
    Sir, you know, you cant use one exe for all accs, you must make for each account a own folder, and each acc have different account login settings.. But this work only with PTC Login, not Google (30m login issue atm)

  12. #537
    expander8's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Line 153 is between this two:

    ColoredConsoleWrite(ConsoleColor.Cyan, "Password: " + ClientSettings.PtcPassword + "\n");
    ColoredConsoleWrite(ConsoleColor.DarkGray, "Latitude: " + ClientSettings.DefaultLatitude);

    are you sure is in that line?

  13. #538
    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)
    If I try to build:

    Severity Code Description Project File Line Suppression State
    Error An error occurred while signing: SignTool.exe was not found at path C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\signtool.exe. PokemonGo.RocketAPI.Console


    How to fix this?

  14. #539
    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)
    Where is a better place to use this? Currently in amsterdam and i have 1900 magicarp candies would like to catch other stuff does anybody recommend a locations?

  15. #540
    lantecer's Avatar Member
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by explosive82 View Post
    Where is a better place to use this? Currently in amsterdam and i have 1900 magicarp candies would like to catch other stuff does anybody recommend a locations?
    New York, Central Park, 4 Pokestops without moving: 40.764871325992615, -73.97272154688835
    Last edited by lantecer; 07-21-2016 at 03:25 AM.

Page 36 of 66 FirstFirst ... 323334353637383940 ... 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:56 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