C# Bot for Farming Pokestops & Catching Pokemon menu

User Tag List

Page 54 of 151 FirstFirst ... 4505152535455565758104 ... LastLast
Results 796 to 810 of 2253
  1. #796
    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)
    Originally Posted by Neer View Post
    You just make one yourself, its easy takes 8 seconds. Get nox. Open macro interface, record, save, play.
    ah i know nox player

    i though there is another script

    by the way downloading visual studio 2015 iso cant wait to test this app

    so how fast does it move between locations to capture new pokemon?

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #797
    senseirain's Avatar Member
    Reputation
    2
    Join Date
    Jun 2016
    Posts
    142
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by senseirain View Post
    Hi! Anyone?
    Hello? Need help

  3. #798
    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 MonsterMMORPG View Post
    ah i know nox player

    i though there is another script

    by the way downloading visual studio 2015 iso cant wait to test this app

    so how fast does it move between locations to capture new pokemon?
    like 2 seconds between pokemon/pokestops lol its sick

  4. #799
    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)
    Originally Posted by Subversion2 View Post
    like 2 seconds between pokemon/pokestops lol its sick
    well i think it can be too fast: i dont want to get banned

    i will check code to slow down anyone know the function name?

    by the way coding transfer function would be great

    so we can selectively and much faster than Nox player script transfer our pokemon

    nox player script too too slow

  5. #800
    Ev0lbyte's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im testing 4.1 right now.
    I still have the bug that it stops searching after about 2-4 minutes.
    I might have to record a windows macro to automate the restart of script and enter the google.com/device code.

    Any fix for this bug ?

  6. #801
    RavenPooh's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Changing to ITEM_GREAT_BALL works, but im not good enough with code to guess how to do a if else else :/ so it uses one if the other is empty.

    Code:
            public async Task<CatchPokemonResponse> CatchPokemon(ulong encounterId, string spawnPointGuid, double pokemonLat,
                double pokemonLng)
            {
                var customRequest = new Request.Types.CatchPokemonRequest()
                {
                    EncounterId = encounterId,
                    Pokeball = (int)MiscEnums.Item.ITEM_GREAT_BALL,
                    SpawnPointGuid = spawnPointGuid,
                    HitPokemon = 1,
                    NormalizedReticleSize = Utils.FloatAsUlong(1.950),
                    SpinModifier = Utils.FloatAsUlong(1),
                    NormalizedHitPosition = Utils.FloatAsUlong(1)
                };

  7. Thanks MonsterMMORPG, Subversion2 (2 members gave Thanks to RavenPooh for this useful post)
  8. #802
    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
    Updated to 4.1
    Hopefully this will fix the 10 min crashes..

    Its still stop for me after about 10 Minutes and no more message appear in cmd
    only the last one
    Any solution?

  9. #803
    15000nick's Avatar Member
    Reputation
    4
    Join Date
    Oct 2014
    Posts
    21
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It stops after a few catches for me :/

  10. #804
    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)
    where's the delay settings for PTC account?? its not the same as the google version.

  11. #805
    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)
    Originally Posted by RavenPooh View Post
    Changing to ITEM_GREAT_BALL works, but im not good enough with code to guess how to do a if else else :/ so it uses one if the other is empty.

    Code:
            public async Task<CatchPokemonResponse> CatchPokemon(ulong encounterId, string spawnPointGuid, double pokemonLat,
                double pokemonLng)
            {
                var customRequest = new Request.Types.CatchPokemonRequest()
                {
                    EncounterId = encounterId,
                    Pokeball = (int)MiscEnums.Item.ITEM_GREAT_BALL,
                    SpawnPointGuid = spawnPointGuid,
                    HitPokemon = 1,
                    NormalizedReticleSize = Utils.FloatAsUlong(1.950),
                    SpinModifier = Utils.FloatAsUlong(1),
                    NormalizedHitPosition = Utils.FloatAsUlong(1)
                };
    ye if we can check the item count in bag it can be easily done to switch

  12. #806
    Devolkoff's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow great topic. i have some question
    Is default delay = best setting now?
    or what value i should try?

  13. #807
    Ev0lbyte's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tested 4.1 => stops searching after about 2-4 minutes

  14. #808
    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)
    If it stops after a while you've probably chosen a bad location, please use the locations provided or some place that you know that atleast has 300 stops in a 15km radius.

  15. Thanks WoWSondermüll (1 members gave Thanks to Neer for this useful post)
  16. #809
    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)
    Thanks for the source. Nice contribution. Multiple instances work great, no crashes (just added some try catch and reconnects). Going to hook it onto my NodeJS server which publishes everything to one database to have one view of all accounts. =)

    Many thanks for this OP.


  17. Thanks Neer (1 members gave Thanks to Snuppert for this useful post)
  18. #810
    Zongfoo's Avatar Contributor
    Reputation
    109
    Join Date
    Dec 2007
    Posts
    150
    Thanks G/R
    10/28
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Neer!
    Ok, I got everything working fine, and it's doing its thing as I type this. Thank you very much, by the way!

    I just was wondering if there is a way to verify the coordinates that it's using? I mean, I changed the Settings.cs like in the instructions, but it seems like it is just catching the same Pokemon everywhere I go. So, I tried plugging in coords for London, and it still seems to be the same Pokemon.

    Is it possible that I missed a step and it's just using some coords that are in there by default? I am not a coder, but I am clever, however that will only carry me so far until I need your help

    ALSO... Am I supposed to "right click the PokemonGO.RocketAPI.Console and set as startup project" everytime I want to start a new hunt? I don't think I am, but I feel like I may be mising a step or something, even though it seems to be working.

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 06:01 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