C# Bot for Farming Pokestops & Catching Pokemon menu

Shout-Out

User Tag List

Page 73 of 151 FirstFirst ... 23697071727374757677123 ... LastLast
Results 1,081 to 1,095 of 2253
  1. #1081
    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)
    i ask a lot i know , but is it ok run both NOX and the bot at the same time ?

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #1082
    xxblinddzxx's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any of you guys that has problem with compiling the program (giving an error that the pokemongo rocketapi console.exe is not found)
    I've installed VS2015 Pro and it fixed it (used to have vs 2013 express)

  3. #1083
    uzi94's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    35
    Thanks G/R
    15/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your file got removed from mega.

  4. #1084
    katsas's Avatar Master Sergeant
    Reputation
    19
    Join Date
    Aug 2011
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    go here Screenshot by Lightshot pick the pokemon code u desire

    and paste it in program.cs but with the underlines deleted "_"

  5. #1085
    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)
    Originally Posted by uploader619 View Post
    seems the transfer still lacks some features like an if command if CP < 100 transfer if not keep if not in the transfer list
    Code:
      var unwantedPokemon = pokemonOfDesiredType.Skip(1) // keep the strongest one for potential battle-evolving
                                                              .ToList();
    Right now it keeps your highest CP

  6. Thanks k199, uploader619, bimaradhpoke (3 members gave Thanks to valderino for this useful post)
  7. #1086
    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)
    I don't have the time to download all those update with amazing new features!

    btw, how should I go about to launch two bots on two accounts, just change settings and rebuild while the first bot is still running? Maybe create a .exe for each?

  8. #1087
    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 DrogonNulled View Post
    i don't know what im doing wrong, everything works perfect, no errors, console shows im farming xp and catching lots of pokemons, i decided to close it and open nox to check the account and evolve/transfer the pokemons i got but when i enter it shows like if i didn't play, any of the pokemons i got or the xp i farmed is showed on the game itself, is this normal or im missing something?
    it's just a simulation

  9. Thanks DrogonNulled (1 members gave Thanks to Subversion2 for this useful post)
  10. #1088
    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)
    link for V5.0 is down. Can anyone reupload ?

  11. #1089
    qweeboi's Avatar Member
    Reputation
    14
    Join Date
    Apr 2009
    Posts
    135
    Thanks G/R
    6/13
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    Works pretty nice so far!

  12. #1090
    Smoshi's Avatar Member
    Reputation
    3
    Join Date
    Apr 2007
    Posts
    59
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, if anyone could be so kind and reupload.

  13. #1091
    jiyu's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    4
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    download straight from their github
    https://github.com/FeroxRev/Pokemon-Go-Rocket-API

  14. #1092
    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)
    Uploaded yet again! Sorry for that
    Originally Posted by jiyu View Post
    download straight from their github
    https://github.com/FeroxRev/Pokemon-Go-Rocket-API
    That one wont have the extras check First post.

  15. Thanks MonsterMMORPG (1 members gave Thanks to Neer for this useful post)
  16. #1093
    vosszaa's Avatar Member
    Reputation
    4
    Join Date
    Jul 2012
    Posts
    80
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If I want to keep all the Eevee I can just delete the Eevee line right?

  17. #1094
    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)
    ok i see it works great

    now only need to switch poke ball type automatically

  18. #1095
    uploader619's Avatar Knight
    Reputation
    65
    Join Date
    Jul 2016
    Posts
    219
    Thanks G/R
    13/56
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by valderino View Post
    Code:
      var unwantedPokemon = pokemonOfDesiredType.Skip(1) // keep the strongest one for potential battle-evolving
                                                              .ToList();
    Right now it keeps your highest CP
    thanks mate you answered my question +rep

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