C# Bot for Farming Pokestops & Catching Pokemon menu

Shout-Out

User Tag List

Page 61 of 151 FirstFirst ... 11575859606162636465111 ... LastLast
Results 901 to 915 of 2253
  1. #901
    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 Neer View Post
    Change Client.cs find
    Code:
    Pokeball = (int) MiscEnums.Item.ITEM_POKE_BALL,
    Change to
    Code:
    Pokeball = (int) MiscEnums.Item.ITEM_GREAT_BALL,
    is there a simple OR statement in C# so it will use pokeballs or great balls or ultra balls if it runs out of the others?

    C# Bot for Farming Pokestops & Catching Pokemon
  2. Thanks windowsguy (1 members gave Thanks to Subversion2 for this useful post)
  3. #902
    ekans11's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ev0lbyte View Post
    ok my softban is over.
    I still have the same problem : im in a area with a lot of pokestops but the bot stops working after about 2-5 minutes.
    Cmd prompt doesnt update
    This is because theres no handling for running out of pokestops, so it just stops.

    Neer needs to make it wait for say, 60 seconds or so, then re-run the script -WITHOUT RETURNING TO LONG/LAT- otherwise youll get a softban.

  4. #903
    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 Subversion2 View Post
    is there a simple OR statement in C# so it will use pokeballs, great balls, and ultra balls if it runs out of the others?
    It isn't that simple i'm afraid.

  5. Thanks Subversion2, WoWSondermüll (2 members gave Thanks to Neer for this useful post)
  6. #904
    lukasz.izteff's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ev0lbyte View Post
    ok my softban is over.
    I still have the same problem : im in a area with a lot of pokestops but the bot stops working after about 2-5 minutes.
    Cmd prompt doesnt update
    It happens when you're on a bad location, you need a better one. See in the first post.

  7. #905
    Advancensar's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neer View Post
    It isn't that simple i'm afraid.
    Since you can call inventory you can check the pokeball count and use the other ones i guess?

    Also keep an eye out on the original repo pull requests, plenty of useful info there.

  8. #906
    ekans11's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is the code to fix the early crash - this happens when it runs out of pokestops - feel free to change the delay.

    {
    ExecuteFarmingPokestopsAndPokemons(client).Wait();
    //await ExecuteCatchAllNearbyPokemons(client);

    System.Console.WriteLine("Main loop ended. Nothing left... Waiting 5 minutes then trying again...");

    await Task.Delay(300000);
    }

  9. #907
    gurkensalat88's Avatar Member
    Reputation
    5
    Join Date
    Dec 2014
    Posts
    18
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey - a little tip for you if you want to keep specific pokemon (of course the new catched ones too ...)

    1. Set the Pokemon(s) you wanna keep as Favorite (★)

    2. Preparation to record a Rename Macro:
    2.1 Open the Pokemon Overview, ordered by Favorites
    2.1 Click on a Fav Pokemon without the Name "zz"

    3. Start recording, do following:
    3.2 Click on the Pencil
    3.3 Click on the current Name (you dont need to delete it - you see on the bottom that it has selected the text, so you can overwrite it)
    3.4 Type "zz"
    3.5 Click on "OK"
    3.6.Click on the "x" to close
    3.7 Stop recording
    3.8 Give the Macro the Name Rename >"zz"

    4. Transfer the unwanted ones:
    4.1 Get the Number how much Pokemons needs to be transferred
    4.1.2 Count you Pokemons with a Star and substract the total amount with the counted Number (Starred Pokemons: 40 - Total 120 -- 120-40 = 80.....)
    4.2 Order the Pokemon by Name (A-Z)
    4.3 Use (or Create first) your "Transfer all" Macro - and set the Number you calculated as the number of loops ...


    So if you see a Pokemon you want to keep you can manually rename it to "zz" .....
    Last edited by gurkensalat88; 07-20-2016 at 07:42 AM.

  10. #908
    k199's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    50
    Thanks G/R
    30/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neer View Post
    Change Client.cs find
    Code:
    Pokeball = (int) MiscEnums.Item.ITEM_POKE_BALL,
    Change to
    Code:
    Pokeball = (int) MiscEnums.Item.ITEM_GREAT_BALL,
    thx , put it in first page

  11. #909
    MonsterMMORPG's Avatar Active Member
    Reputation
    71
    Join Date
    Jun 2012
    Posts
    461
    Thanks G/R
    44/48
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    should we change this clientid?

    CLIENT_ID

  12. #910
    pinn90's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    87
    Thanks G/R
    6/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Some "ignore" option for pokemons would be really nice.
    515 candies for Pinsir right now, lol.
    Worst part is that it can't be even evolved.

  13. #911
    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)
    after 30min in Sydney CBD

    ArgumentOutOfRangeException - Restarting

  14. #912
    vayneprod's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why does it stop after 20 min

  15. #913
    clashermanf187's Avatar Corporal
    Reputation
    5
    Join Date
    Feb 2015
    Posts
    25
    Thanks G/R
    8/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pinn90 View Post
    Some "ignore" option for pokemons would be really nice.
    515 candies for Pinsir right now, lol.
    Worst part is that it can't be even evolved.
    Something like this?
    https://gyazo.com/8c2dd0e703698c9302ecad00e5355b82

  16. #914
    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 ekans11 View Post
    Here is the code to fix the early crash - this happens when it runs out of pokestops - feel free to change the delay.

    {
    ExecuteFarmingPokestopsAndPokemons(client).Wait();
    //await ExecuteCatchAllNearbyPokemons(client);

    System.Console.WriteLine("Main loop ended. Nothing left... Waiting 5 minutes then trying again...");

    await Task.Delay(300000);
    }
    Random code without any explaination where to put it, also strange bracelets.
    Paste whole function otherwise it's only confusing.

  17. #915
    ekans11's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vayneprod View Post
    why does it stop after 20 min
    Mate.. really?

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:46 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