C# Bot for Farming Pokestops & Catching Pokemon menu

User Tag List

Page 122 of 151 FirstFirst ... 2272118119120121122123124125126 ... LastLast
Results 1,816 to 1,830 of 2253
  1. #1816
    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)
    How do we transfer duplicates instead of based on CP in the latest version 1.2.1?

    aka. what do I replace "cp" with?
    Code:
    public string TransferType => GetSetting() != string.Empty ? GetSetting() : "cp";
    .
    bitcoin? or gold coin?
    .

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #1817
    trix222's Avatar Member
    Reputation
    1
    Join Date
    Nov 2010
    Posts
    4
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Finrodi View Post
    @nonm

    Put all information into the Settings.cs & App.config file but I'm getting https://i.imgur.com/dFeba6J.png this error now.
    Again, not sure if its because of the unstable servers.
    C# Bot for Farming Pokestops & Catching Pokemon-rmuhe7n-jpg

    https://go.jooas.com

  3. #1818
    3ly1n's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    17
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by andyt315 View Post
    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\AT\Downloads\Pokemon-Go-Rocket-API-master\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\AT\Downloads\Pokemon-Go-Rocket-API-master\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\AT\Downloads\Pokemon-Go-Rocket-API-master\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 . . .
    How to fix this? using Ptc, already set proper setting.
    That's exactly what i get

  4. #1819
    ptmazkirut's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    89
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shadowht View Post
    did you guys edited app.config too? in necro version
    i think i got softbanned because i didnt changed

    edit. yea, need to edit that too
    edit to what?

  5. #1820
    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)
    Anybody knows, who was that guy in this thread?

    He posted here how to make bot remember last location,
    so if it restarts he continues there. The last location coordinates were saved into a .txt file.

    I can not remember his name. Somebody knows?
    He edited his post later, saying "waiting for neer" or something

  6. #1821
    zno3's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Perhaps adding white/blacklist like transfer also for evolving pokemon

  7. #1822
    spikeone's Avatar Member
    Reputation
    5
    Join Date
    Nov 2007
    Posts
    6
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by daastaman View Post
    Anybody knows, who was that guy in this thread?

    He posted here how to make bot remember last location,
    so if it restarts he continues there. The last location coordinates were saved into a .txt file.

    I can not remember his name. Somebody knows?
    He edited his post later, saying "waiting for neer" or something
    that was me

    never heard back from Neer, problem is if people add it manually, it will always be lost whenever Neer adds a new version

  8. Thanks daastaman (1 members gave Thanks to spikeone for this useful post)
  9. #1823
    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)
    Please update the git. There are 2 app.config files, but you need to edit the one with the capital A.

    " App.config "

    not " app.config "


    btw I love what you guys are doing. awesomesauce
    .
    bitcoin? or gold coin?
    .

  10. #1824
    shadowht's Avatar Member CoreCoins Purchaser
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    113
    Thanks G/R
    44/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ptmazkirut View Post
    edit to what?
    your location

  11. #1825
    djpd's Avatar Corporal
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    28
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    SERVERS OFFLINE! Necro Bot dont work! Wait to up Servers.

    PS: Good job Necronomicon, if you make remove % of items if too much you are my GOD ;-) example:

    if 90% items in bag then remove 40%, or make variables Pokeballs,Greatballs,Ultraballs,fruits,revive,potions and other shits if it is greater than "value" then remove to get "value2".

    You are my GOD!

  12. #1826
    Adri38's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It says it will work 30 mins, does that mean i'll have to restart the bot each 30 mins?

  13. #1827
    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)
    which one is curretnly best? necro or ferox?

  14. #1828
    spikeone's Avatar Member
    Reputation
    5
    Join Date
    Nov 2007
    Posts
    6
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyway, if people want to use my code to keep last location (since we have to relog every 30minutes)

    you will need to edit the files yourself...

    execute function, edit beginning with, replace "client = new Client(Settings.DefaultLatitude, Settings.DefaultLongitude);" with this:
    Client client;
    if (File.Exists(Directory.GetCurrentDirectory() + "\\coords.txt"))
    {
    string latlngFromFile = File.ReadAllText(Directory.GetCurrentDirectory() + "\\coords.txt");
    String[] latlng = latlngFromFile.Split(':');
    client = new Client(Convert.ToDouble(latlng[0]), Convert.ToDouble(latlng[1]));
    }
    else
    {
    client = new Client(Settings.DefaultLatitude, Settings.DefaultLongitude);
    }
    add this new function
    private static void SaveLatLng(double lat, double lng)
    {
    string latlng = lat.ToString() + ":" + lng.ToString();
    File.WriteAllText(Directory.GetCurrentDirectory() + "\\coords.txt", latlng);
    }
    in ExecuteFarmingPokestopsAndPokemons, after the var update, add
    SaveLatLng(pokeStop.Latitude, pokeStop.Longitude);
    in ExecuteCatchAllNearbyPokemons, after the var update, add
    SaveLatLng(pokemon.Latitude, pokemon.Longitude);
    So what this does is save your coords in a file called coords.txt on evrey pokestop and pokemon catch so whenever you close, you should go back to last spot when you reopen

  15. Thanks daastaman (1 members gave Thanks to spikeone for this useful post)
  16. #1829
    xoreyo'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)
    Add
    else
    {
    Console.WriteLine("Server down! Exiting!");
    Console.ReadLine();
    System.Environment.Exit(-1);
    }
    Under the continue; } in RetryHandler.cs to get rid of the error.

  17. #1830
    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)
    It said before guys, please use this thread for Necro's Repo:

    http://www.ownedcore.com/forums/poke...ml#post3462409 (Necronomicon's Version of FeroxRev's Bot)

  18. Thanks xoreyo (1 members gave Thanks to KefkaBot for this useful post)

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 04:55 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