C# Bot for Farming Pokestops & Catching Pokemon menu

User Tag List

Page 56 of 151 FirstFirst ... 6525354555657585960106 ... LastLast
Results 826 to 840 of 2253
  1. #826
    Newborn92's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    59
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it works for 5 mins then it stops.. thought i was in a decent area aswell.

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #827
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1460
    Join Date
    Apr 2007
    Posts
    751
    Thanks G/R
    183/834
    Trade Feedback
    6 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Snuppert View Post
    Well, because of yesterday's DDoS. It was so irritating to restart the application every time the connection failed. So I just did a simple try & catch, to reconnect.
    Just overwrite the server response/settings/profile etc with the code below. Note, this is a temp quickfix but works fine for me. Other bugs without catches may still be there.
    Code:
                try
                {
                    var serverResponse = await client.GetServer();
                    var profile = await client.GetProfile();
                    var settings = await client.GetSettings();
                    var mapObjects = await client.GetMapObjects();
                    var inventory = await client.GetInventory();
                    var pokemons = inventory.Payload[0].Bag.Items.Select(i => i.Item?.Pokemon).Where(p => p != null && p?.PokemonId != InventoryResponse.Types.PokemonProto.Types.PokemonIds.PokemonUnset);
    
                    await ExecuteFarmingPokestopsAndPokemons(client);
    
                }
                catch
                {
                    System.Console.WriteLine("Something gone wrong.. probably serverside... restarting..");
                    Execute();
                }
    This is already in the latest version 4.1

  3. Thanks Snuppert, blueberry18, Kite-X, WoWSondermüll (4 members gave Thanks to Neer for this useful post)
  4. #828
    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)
    Ah! Yeah I didn't update yet, as of the first one. I'll just write the fixes myself. WIll have a look though. Thanks neer!

  5. #829
    gorlhax's Avatar Corporal CoreCoins Purchaser
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    32
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nox randomly decided to move me to sydney from another city, awesome.

  6. #830
    Strewiii's Avatar Member
    Reputation
    2
    Join Date
    Apr 2016
    Posts
    5
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works like a charm *-*

  7. #831
    S3lent's Avatar Member
    Reputation
    3
    Join Date
    Jun 2016
    Posts
    334
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any way so i can see what my character is doing?

  8. #832
    spodakek's Avatar Contributor Authenticator enabled
    Reputation
    98
    Join Date
    Jul 2016
    Posts
    232
    Thanks G/R
    15/86
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any solutions to this?

    Using PTC, Logging in.

    Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
    at PokemonGo.RocketAPI.Client.<LoginPtc>d__12.MoveNext() in C:\Users\Lite\Desktop\GoogleBot 4.1\PokemonGo\RocketAPI\Client.cs:line 203
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
    at PokemonGo.RocketAPI.Console.Program.<Execute>d__1.MoveNext() in C:\Users\Lite\Desktop\GoogleBot 4.1\PokemonGo\RocketAPI\Console\Program.cs:line 39
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Ob ject 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 . . .

  9. #833
    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 S3lent View Post
    Any way so i can see what my character is doing?
    Push the actions that your character is doing to 'somewhere' whether its anoter TCP server, database or whatever. Then do whatever you want with it and you'll have a great view of (all) your bots what they did as last.

  10. #834
    S3lent's Avatar Member
    Reputation
    3
    Join Date
    Jun 2016
    Posts
    334
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neer View Post
    This is already in the latest version 4.1
    Autoswitch to Greatball when Pokeball is empty would also awesome

    Is there any way to see what my character is doing?

  11. #835
    Arashi87's Avatar Sergeant
    Reputation
    6
    Join Date
    Jan 2014
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by S3lent View Post
    Autoswitch to Greatball when Pokeball is empty would also awesome

    Is there any way to see what my character is doing?
    strongly agree

  12. #836
    ShiroiHebi's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot for your hard work @Neer, the bot works fine with google account

  13. #837
    in_debt's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    43
    Thanks G/R
    17/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is insane work, and for you to just release it for free... What drives you?

  14. #838
    Mazi115's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All the time i have message "got away" and i dont have full bps.

  15. #839
    gorlhax's Avatar Corporal CoreCoins Purchaser
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    32
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Snuppert View Post
    Push the actions that your character is doing to 'somewhere' whether its anoter TCP server, database or whatever. Then do whatever you want with it and you'll have a great view of (all) your bots what they did as last.
    You are thinking in programmer's way. Don't forget most of these people haven't seen code in life.
    He wants to see his character in-game moving.

  16. #840
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1460
    Join Date
    Apr 2007
    Posts
    751
    Thanks G/R
    183/834
    Trade Feedback
    6 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by in_debt View Post
    This is insane work, and for you to just release it for free... What drives you?
    56 pages of bot doesn't work.

  17. Thanks WoWSondermüll, k199 (2 members gave Thanks to Neer 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 09:37 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