C# Bot for Farming Pokestops & Catching Pokemon menu

User Tag List

Page 128 of 151 FirstFirst ... 2878124125126127128129130131132 ... LastLast
Results 1,906 to 1,920 of 2253
  1. #1906
    axewfious's Avatar Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    52
    Thanks G/R
    4/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xhektz View Post
    Guys on this: await Task.Delay(5000); // Delay for Catching Pokemon how much is the best delay for catching pokemons and dont get soft ban?
    Using 2000 for the past two hours, no ban

    Sent from my LG-D852 using Tapatalk

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #1907
    SordidX's Avatar Member
    Reputation
    9
    Join Date
    Aug 2012
    Posts
    12
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by axewfious View Post
    I do that with 4 instances. Just copy paste in different folders and run it up.
    When i run a second instance, its literally just pasting duplicate information from the first one that is running. This is after copy/pasting in a seperate folder and renaming project. There must be something else Im missing that seperates the processes.

  3. #1908
    zenenet's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by axewfious View Post
    Using 2000 for the past two hours, no ban

    Sent from my LG-D852 using Tapatalk
    How can I change delay?

  4. #1909
    Derekja's Avatar Member
    Reputation
    1
    Join Date
    May 2015
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How is it that lower delays makes it so you don't get a soft ban? Makes no sense how moving faster would prevent this.

  5. #1910
    aly68's Avatar Member
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    70
    Thanks G/R
    8/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neer View Post
    Might I remind you that this bot is free and demanding stuff doesn't work. There are people in the thread kind enough to add functions that you are requesting
    You guys could request features but don't demand stuff. Thank you!
    People like DV999 are adding functions to the bot. I will continue to update this topic with new stuff.

    This is currently the only public bot as of (19/7-2016)
    Seems like I need to bolden this: IT CURRENTLY ONLY USES POKEBALLS IF YOU DON'T HAVE NORMAL POKEBALLS IT WONT CATCH POKEMON
    Download V5.0 BETA With Catching, Getting Pokestops, Transfering pokemon: >> DOWNLOAD AGAIN <<
    Download V4.2 "Stable" without Pokemon Transfers. >> DL <<
    Download GUI Version:
    https://github.com/AnthonyOSX/GO-Bot/releases
    << Gui Version. You are on your own with this one.
    Note
    : The transfer version will transfer all of your
    Code:
    PokemonIds.V0016PokemonPidgey,
                    PokemonIds.V0019PokemonRattata,
                    PokemonIds.V0013PokemonWeedle,
                    PokemonIds.V0041PokemonZubat,
                    PokemonIds.V0010PokemonCaterpie,
                    PokemonIds.V0017PokemonPidgeotto,
                    PokemonIds.V0029PokemonNidoran,
                    PokemonIds.V0046PokemonParas,
                    PokemonIds.V0048PokemonVenonat,
                    PokemonIds.V0054PokemonPsyduck,
                    PokemonIds.V0060PokemonPoliwag,
                    PokemonIds.V0079PokemonSlowpoke,
                    PokemonIds.V0096PokemonDrowzee,
                    PokemonIds.V0092PokemonGastly,
                    PokemonIds.V0118PokemonGoldeen,
                    PokemonIds.V0120PokemonStaryu,
                    PokemonIds.V0129PokemonMagikarp,
                    PokemonIds.V0133PokemonEevee,
                    PokemonIds.V0147PokemonDratini,
                    PokemonIds.V0100PokemonVoltorb,
                    PokemonIds.V0081PokemonMagnemite,
                    PokemonIds.V0021PokemonSpearow
    DON'T FORGET TO CHANGE THE LOCATION IN SETTINGS.CS

    PTC Login Instructions.


    • Get Visual Studio 2015 (Any version works)
    • Download the ZIP and exctract it from the link provided.
    • Inside the ZIP folder that you just extracted you will find a .sln file. Open that.
    • When you've got Visual studio open right click the PokemonGO.RocketAPI.Console and set as startup project.
    • Next up you set the Latitude and Longitude of the place where you wanna farm (It's gonna cover a huge area around those coordinates) You can do this through Google maps. ( THIS WILL HAVE TO BE MODIFIED INSIDE SETTINGS.CS THROUGH VISUAL STUDIO)
    • Now we've gotta setup Pokemon Club login as I haven't figured Google Login out yet. If you dont have a Pokemon Club account you should start afresh and create one over at The Official Pokémon Website | Pokemon.com | Explore the World of Pokémon
    • Inside the File where we edited Longitude and latitude we gotta change our login info also. Edit PtcUsername to your username and PtcPassword to your password. (POKEMON TRAINER CLUB) Also! Make sure it Says UsePTC = true; in settings.cs
    • We are done! press CTRL + F5 to compile and run.


    Google Login Instructions.

    • Get Visual Studio 2015 (Any version works)
    • Download the ZIP and exctract it from the link provided.
    • Inside the ZIP folder that you just extracted you will find a .sln file. Open that.
    • When you've got Visual studio open right click the PokemonGO.RocketAPI.Console and set as startup project
    • Next up we need to set it to start with Google Login. Check Settings.cs for this line, UsePTC = true; change it to UsePTC = false;
    • Next up you set the Latitude and Longitude of the place where you wanna farm (It's gonna cover a huge area around those coordinates) You can do this through Google maps. ( THIS WILL HAVE TO BE MODIFIED INSIDE SETTINGS.CS THROUGH VISUAL STUDIO
    • All done! Press Ctrl +F5 And follow the instructions! /The account you just logged in with over at google.com/device will be the Google account that is linked to your Pokemon Account.

    V.5.0 Released! Check the new Download DON'T FORGET TO SET LOCATION! Or you will get banned.

    Credits:
    Spegeli86
    Note: This might not work right now as API is [unstable], keep trying.
    If you are not Softbanned and it spams "Got away" its probably because your Pokemon Inventory is full.
    No function for transferring Pokemon is implemented and wont be for a while.
    If you get this error
    :
    https://i.imgur.com/DRdxEOF.png Try again later!
    Example of a Location, Sydney AU: -33.870225, 151.208343
    In this case the settings.cs should be as follows:
    Code:
    public const double DefaultLatitude = -33.870225;
    public const double DefaultLongitude = 151.208343;
    NY, Central park:
    Code:
     public const double DefaultLatitude = 40.770648;
     public const double DefaultLongitude = -73.974755;
    Edit: UPDATED WITH WORKING GOOGLE BOT.
    Edit: Updated with BOT that has A GUI!

    Credits: All credits go to Ferox!
    https://www.reddit.com/r/pokemongode...kemon_go_in_c/
    i need transfer all - leave strongest

    and can u make it to use all of pokeballs ?? waiting for your replie thanks

    also i guess transferin all can be make , it requires 157 code to type hard but i belive u

    and pokeball should be easy

  6. #1911
    HermitDash's Avatar Member
    Reputation
    6
    Join Date
    Jul 2016
    Posts
    20
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aly68 View Post
    i need transfer all - leave strongest

    and can u make it to use all of pokeballs ?? waiting for your replie thanks

    also i guess transferin all can be make , it requires 157 code to type hard but i belive u

    and pokeball should be easy

    Read how to use it, you need to edit code in order to set the settings you want, and it will use Pokeballs.

  7. #1912
    lkjfds1's Avatar Master Sergeant
    Reputation
    9
    Join Date
    Jun 2012
    Posts
    133
    Thanks G/R
    35/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aly68 View Post
    i need transfer all - leave strongest

    and can u make it to use all of pokeballs ?? waiting for your replie thanks

    also i guess transferin all can be make , it requires 157 code to type hard but i belive u

    and pokeball should be easy

    lol, Might I remind you that this bot is free and demanding stuff doesn't work. There are people in the thread kind enough to add functions that you are requesting

  8. Thanks FrenchieNinja, axewfious (2 members gave Thanks to lkjfds1 for this useful post)
  9. #1913
    seagula's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    copy same folder wont work redo new project then each time just edit each project for each account. that way u can just craft up bunch of shortcuts. Also rbtray to put them all away form view.

  10. #1914
    valderino's Avatar Corporal
    Reputation
    7
    Join Date
    Jul 2012
    Posts
    20
    Thanks G/R
    7/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone found a better spot than the central park location? Is the sydney location better/different population.

  11. #1915
    axewfious's Avatar Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    52
    Thanks G/R
    4/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SordidX View Post
    When i run a second instance, its literally just pasting duplicate information from the first one that is running. This is after copy/pasting in a seperate folder and renaming project. There must be something else Im missing that seperates the processes.
    Copy Paste the folder of the first instance, in anither folder.
    If this doesn't work, try the windows key R trick for Skype using /secondary

  12. #1916
    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)
    Originally Posted by valderino View Post
    Has anyone found a better spot than the central park location? Is the sydney location better/different population.
    Getting decent rate at the Minneapolis 6 Pokestops spot, I'd say the difference is only negligible if you're running the bot for very long hours however.

  13. #1917
    axewfious's Avatar Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    52
    Thanks G/R
    4/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zenenet View Post
    How can I change delay?
    CTRL+F Delay, 4-5 results are the ones you change

  14. #1918
    axewfious's Avatar Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    52
    Thanks G/R
    4/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    By the way, i remember a few pages ago, someone posted codes for both auto relog for Google acc and a code to add in settings that makes it use ALL pokeballs. Anyone care to link them to me?

    Sent from my LG-D852 using Tapatalk

  15. #1919
    axewfious's Avatar Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    52
    Thanks G/R
    4/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spodakek View Post
    Getting decent rate at the Minneapolis 6 Pokestops spot, I'd say the difference is only negligible if you're running the bot for very long hours however.
    Does the distance from the starting point ALWAYS goes further away on long run hours?

  16. #1920
    hk_me's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does it throw away potions?

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