C# Bot for Farming Pokestops & Catching Pokemon menu

User Tag List

Page 4 of 151 FirstFirst 1234567854104 ... LastLast
Results 46 to 60 of 2253
  1. #46
    Spegeli86's Avatar Contributor
    Reputation
    91
    Join Date
    Jul 2016
    Posts
    54
    Thanks G/R
    0/71
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do we need to change something from this:
    Code:
            public const string DeviceId = "cool-device-id";
            public const string Email = "[email protected]";
            public const string ClientSig = "fake";
            public const string LongDurationToken = "fakeid";
    ?

    And when using a Google Account, should we set
    Code:
    public const bool UsePTC = true;
    to false?

    When using the FeroxRev Version.
    Last edited by Spegeli86; 07-19-2016 at 04:57 PM.

    C# Bot for Farming Pokestops & Catching Pokemon
  2. #47
    CruelGiraffe's Avatar Elite User
    Reputation
    325
    Join Date
    Jul 2016
    Posts
    88
    Thanks G/R
    2/105
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mew351 View Post




    I know how Visual Studio works
    Welp, thats not where I told you the .exe is. You might know how Visual Studio work but you can't read obv

  3. #48
    CrucialStress's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neer View Post
    Crucial, What version of visual studio do you have? Also delete the whole folder and zip and try downloading it again. Also, which are you using? Google login or ptc?
    vs 2015 and using gmail

  4. #49
    Mew351's Avatar Site Donator CoreCoins Purchaser
    Reputation
    13
    Join Date
    Oct 2013
    Posts
    85
    Thanks G/R
    38/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neer View Post
    Then why are you not looking in the console folder?
    It wasn't there either.
    It still isn't.
    I'm going to reinstall Visual Studio, see if that works

  5. #50
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1445
    Join Date
    Apr 2007
    Posts
    749
    Thanks G/R
    177/828
    Trade Feedback
    5 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CrucialStress View Post
    vs 2015 and using gmail
    Did you download this version https://github.com/Maufeat/Pokemon-Go-Rocket-API ?

  6. Thanks WoWSondermüll (1 members gave Thanks to Neer for this useful post)
  7. #51
    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 Neer View Post
    This is currently the only public bot as of (19/7-2016)
    https://github.com/FeroxRev/Pokemon-Go-Rocket-API
    EDIT: Rep with Working Google Login: https://github.com/Maufeat/Pokemon-Go-Rocket-API/


    • 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)
    • 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 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.




    Note: This might not work right now as API is [unstable], keep trying.
    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;

    Credits: All credits go to Ferox!
    https://www.reddit.com/r/pokemongode...kemon_go_in_c/

    managed to make it work it does get exp in pokestops but it does not get pokemons around him any idea i used the other one which has google account enabled maybe it has less features than the original can you confirm it?

  8. #52
    Mew351's Avatar Site Donator CoreCoins Purchaser
    Reputation
    13
    Join Date
    Oct 2013
    Posts
    85
    Thanks G/R
    38/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Neer View Post
    Did you download this version https://github.com/Maufeat/Pokemon-Go-Rocket-API ?
    I'm legit retarded, I was compiling it wrong.
    EXE was created, but now it is still crashing as soon as the error comes up.
    Is that normal?

  9. #53
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1445
    Join Date
    Apr 2007
    Posts
    749
    Thanks G/R
    177/828
    Trade Feedback
    5 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mew351 View Post
    I'm legit retarded, I was compiling it wrong.
    EXE was created, but now it is still crashing as soon as the error comes up.
    Is that normal?
    It is, we've been talking about it in three pages now ^^ API is down and he hasn't thrown in any support for that so the program crashes.
    Just wait till the API is back up and reap the benefits.
    Originally Posted by uploader619 View Post
    managed to make it work it does get exp in pokestops but it does not get pokemons around him any idea i used the other one which has google account enabled maybe it has less features than the original can you confirm it?
    Right! I forgot about the google version, sorry.
    Do this, replace the program.cs in your console folder over at PokemonGo\RocketAPI\Console\
    With my modified version:
    http://www.filedropper.com/program_9
    Last edited by Neer; 07-19-2016 at 05:04 PM.

  10. Thanks uploader619, WoWSondermüll (2 members gave Thanks to Neer for this useful post)
  11. #54
    SpyroPT's Avatar Active Member
    Reputation
    15
    Join Date
    Aug 2011
    Posts
    121
    Thanks G/R
    3/7
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I believe so, as the servers are down.

  12. #55
    wishkeeper's Avatar Knight-Lieutenant CoreCoins Purchaser
    Reputation
    46
    Join Date
    Apr 2012
    Posts
    231
    Thanks G/R
    9/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    got this error that appears for 0.5 seconds and then disappears:
    C# Bot for Farming Pokestops & Catching Pokemon-og3jz7o-jpg

  13. #56
    CruelGiraffe's Avatar Elite User
    Reputation
    325
    Join Date
    Jul 2016
    Posts
    88
    Thanks G/R
    2/105
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mew351 View Post
    I'm legit retarded, I was compiling it wrong.
    EXE was created, but now it is still crashing as soon as the error comes up.
    Is that normal?
    Dude I am sorry but you really gotta ****ing read.
    What is wrong with you people???

  14. #57
    Mew351's Avatar Site Donator CoreCoins Purchaser
    Reputation
    13
    Join Date
    Oct 2013
    Posts
    85
    Thanks G/R
    38/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CruelGiraffe View Post
    Dude I am sorry but you really gotta ****ing read.
    It wasn't on your end, it was on mine >, <

  15. #58
    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)
    These servers haven't been down this long in awhile. I wasn't going to use anything like this but I figure we're all going to get banned eventually for gps spoofing so my as well have fun while it lasts.

  16. #59
    hiIter'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)
    same error here

  17. #60
    CruelGiraffe's Avatar Elite User
    Reputation
    325
    Join Date
    Jul 2016
    Posts
    88
    Thanks G/R
    2/105
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    My game is open and I can see my XP going up!
    For some reason it doesnt update the "farmed xp" but i see it going up
    Attached Thumbnails Attached Thumbnails C# Bot for Farming Pokestops &amp; Catching Pokemon-0cy3dg2-jpg  

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:11 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search