C# Bot for Farming Pokestops & Catching Pokemon menu

Shout-Out

User Tag List

Page 118 of 151 FirstFirst ... 1868114115116117118119120121122 ... LastLast
Results 1,756 to 1,770 of 2253
  1. #1756
    wishkeeper's Avatar Knight-Lieutenant CoreCoins Purchaser
    Reputation
    46
    Join Date
    Apr 2012
    Posts
    231
    Thanks G/R
    9/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    Coded by Ferox - edited by NecronomiconCoding
    Awesome! You have already got the newest version!
    
    Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
       at PokemonGo.RocketAPI.Login.PtcLogin.<GetAccessToken>d__0.MoveNext() in C:\Users\iBot2\Desktop\Pokemon2\PokemonGo\RocketAPI\Login\PtcLogin.cs:line
     45
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
       at PokemonGo.RocketAPI.Client.<DoPtcLogin>d__11.MoveNext() in C:\Users\iBot2\Desktop\Pokemon2\PokemonGo\RocketAPI\Client.cs:line 96
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
       at PokemonGo.RocketAPI.Console.Program.<Execute>d__5.MoveNext() in C:\Users\iBot2\Desktop\Pokemon2\PokemonGo\RocketAPI\Console\Program.cs:line 128
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
       at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx
    )
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
    Press any key to continue . . .
    got this with the new version

    C# Bot for Farming Pokestops &amp; Catching Pokemon
  2. #1757
    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 nonm View Post
    Editing the wrong file, edit Settings.cs not ISettings.cs
    ohhh sorry

    lastly how do i make it stop evolving pokemon? or made exceptions?

    *edit* and also just transfer low cp ones?

  3. #1758
    Magoogle's Avatar Member
    Reputation
    2
    Join Date
    Jan 2014
    Posts
    15
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The changes I made to the previous version is working with Ptc login. and so far only 1 retry request. I tried with my google account and it grinded my pokemon like I told it to then it got stuck on retry till I had to close it.

  4. #1759
    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)
    I feel like Nccro should open a own Thread for his REPO

  5. Thanks KefkaBot, Jig666 (2 members gave Thanks to Ehnoah for this useful post)
  6. #1760
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheEnglishGuy View Post
    How to set PTC as authtype?
    it's in AuthType.cs

    namespace PokemonGo.RocketAPI.Enums
    {
    public enum AuthType
    {
    Google,
    Ptc
    }
    }

    so use Ptc as AuthType

  7. #1761
    nonm's Avatar Elite User
    Reputation
    438
    Join Date
    Jul 2012
    Posts
    43
    Thanks G/R
    8/301
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheEnglishGuy View Post
    How to set PTC as authtype?
    go to settings.cs and edit
    public AuthType AuthType => AuthType.Google; // what authentication method you want
    to
    public AuthType AuthType => AuthType.Ptc; // what authentication method you want

  8. #1762
    cedricdu94's Avatar Member
    Reputation
    11
    Join Date
    May 2009
    Posts
    175
    Thanks G/R
    9/10
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nonm View Post
    I have released the hotfix, should work now guys
    https://github.com/NecronomiconCodin...-Go-Rocket-API
    How transfert all pokemon excepted the first high CP, example I have magikarp 200 / 150 / 100 only save 200 and transfert 150 / 100

    Thanks for all <3

  9. #1763
    b0Ni07's Avatar Sergeant Major
    Reputation
    19
    Join Date
    Jul 2016
    Posts
    184
    Thanks G/R
    7/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i want to keep 2-3 pokemons with high cp instead of 1, is it possible? i mean for transfer

  10. #1764
    yanyn`'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)
    getting unexpected stop how to fix thisC# Bot for Farming Pokestops &amp; Catching Pokemon-untitled-jpg

  11. #1765
    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)
    Can someone please message me I need help please

  12. #1766
    Snuppert's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jul 2016
    Posts
    75
    Thanks G/R
    5/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cedricdu94 View Post
    How transfert all pokemon excepted the first high CP, example I have magikarp 200 / 150 / 100 only save 200 and transfert 150 / 100

    Thanks for all <3
    Maybe if you took a look a couple pages back?

  13. Thanks Deedaa (1 members gave Thanks to Snuppert for this useful post)
  14. #1767
    ShadeEverest's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome updates, thank you so much for the new commits! Looking forward to trying them out when the servers are more stable.

    A small feature request (or suggestion): it may be better to use randomized delays between tasks. Some banning software looks for server request timing that is too consistent to be human (ex. the consistent Task.Delay(15000) between execution). How about something more randomized instead? Maybe like:

    Code:
    private static int HumanPause(int LowRange, int HighRange)
    {
        var rnd = new Random();                             // By default, seed is system time
        int rnd_pause = rnd.Next(LowRange, HighRange);      // Random integer in range
        return rnd_pause;
    }
    
    // Example Call
    Task.Delay(HumanPause(8000, 19000));
    // Will pick a random wait time between 8000 and 19000, or whatever you specify.

  15. #1768
    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)
    Just want to confirm that the problem is with me not with the program... anyone got Ptc account working with necro fork? without modifying anything beside settings.cs

  16. #1769
    KefkaBot's Avatar Contributor CoreCoins Purchaser
    Reputation
    103
    Join Date
    Sep 2013
    Posts
    663
    Thanks G/R
    51/80
    Trade Feedback
    38 (95%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ehnoah View Post
    I feel like Nccro should open a own Thread for his REPO
    I think this is wise, it's going to get confusing in here...

  17. #1770
    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)
    should i just change "false" to "true" if I want to activate a certain function?

Similar Threads

  1. [Bot] Looking for working BOT only farm Pokestops!
    By samhayne in forum Pokemon GO Hacks|Cheats
    Replies: 4
    Last Post: 08-16-2016, 08:51 PM
  2. [How-To] Question: Is there a bot that farms pokestops ONLY for items and NOT catch pokemon?
    By Aubrionnax in forum Pokemon GO Hacks|Cheats
    Replies: 3
    Last Post: 07-28-2016, 06:13 AM
  3. Best Bot for farm?
    By tanksz in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 11-09-2013, 09:01 AM
  4. What is the best Bot for farming?
    By CookieMage in forum WoW Bots Questions & Requests
    Replies: 4
    Last Post: 05-15-2013, 11:41 AM
  5. Bot for farming eggs?
    By dw~ in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 10-16-2012, 06:30 AM
All times are GMT -5. The time now is 03:50 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