Pokemon Rare hunting Bot - based on Necronomicon's Bot - Utilizes Poke Miner project menu

User Tag List

Page 5 of 21 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 311
  1. #61
    bimaradhpoke's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    79
    Thanks G/R
    11/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MonsterMMORPG View Post
    here my mining agents all 0% since PTC servers are down



    so i cant use the miner feature atm
    so the mining agent must be an actual pokemon go account??
    if i use google one as account does it still needs device pass login and authenthication code?

    Pokemon Rare hunting Bot - based on Necronomicon's Bot - Utilizes Poke Miner project
  2. #62
    yrul's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pokeminer is working well (i checked witht he map generated). The issue is with Visual Studio i guess.
    this is a screenshot : http://puu.sh/qe70V/637ec6ccee.png

  3. #63
    Crazyhead's Avatar Elite User
    Reputation
    328
    Join Date
    May 2009
    Posts
    287
    Thanks G/R
    19/316
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yrul View Post
    Pokeminer is working well (i checked witht he map generated). The issue is with Visual Studio i guess.
    this is a screenshot : http://puu.sh/qe70V/637ec6ccee.png
    Just put it directly in app.config instead of using the usersettings file, you can still do it like that. The point where you get stuck is when you try to run the bot with a google account (atleast that is where i'm stuck atm)

  4. Thanks yrul, Brewfasa, Diffused (3 members gave Thanks to Crazyhead for this useful post)
  5. #64
    Crazyhead's Avatar Elite User
    Reputation
    328
    Join Date
    May 2009
    Posts
    287
    Thanks G/R
    19/316
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Crazyhead View Post
    The only thing i'm missing is:
    List<string> lstFileNames = new List<string> { @"D:\74 pokemon go\pokestop_poke_list.txt" };
    I dont have that pokestop_poke_list.txt, it wasn't provided and i have no clue what to put in it.. idk if its that?
    I'm also missing this file:
    string srDirectory = @"C:\Users\King\Dropbox\Public\PokemonGoAccounts\";

    Didnt do anything with this:
    File.WriteAllLines("myAccount.txt", lstVals);

  6. Thanks Brewfasa, Diffused (2 members gave Thanks to Crazyhead for this useful post)
  7. #65
    yashine59fr's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can't change settings

  8. #66
    loligeroliver's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This Bot looks so nice. But Im failing to install it, It works till "pip install -r requirements.txt" but when I go for "python -i" it says phyton is not a viable command.

    Really Struggling with this guide^^

  9. #67
    Swagspeare's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Changed coords.txt, lat/long was still didnt change and i got a ban

  10. #68
    Crazyhead's Avatar Elite User
    Reputation
    328
    Join Date
    May 2009
    Posts
    287
    Thanks G/R
    19/316
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any update OP?

    ///

    I think this part is stucking us, this is something with locations.. which i dont have and maybe thats why he says that there are no locations?

    private static List<string> funcReturnLocs()
    {
    List<string> lstFileNames = new List<string> { @"D:\74 pokemon go\pokestop_poke_list.txt" };
    List<string> LstLatLong = new List<string>();
    foreach (var vrFileName in lstFileNames)
    Last edited by Crazyhead; 07-25-2016 at 02:17 PM.

  11. Thanks Brewfasa, Diffused (2 members gave Thanks to Crazyhead for this useful post)
  12. #69
    yrul's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just put it directly in app.config instead of using the usersettings file, you can still do it like that. The point where you get stuck is when you try to run the bot with a google account (atleast that is where i'm stuck atm)
    Thank you i managed to edit the app.config. Now i get this error : http://puu.sh/qe8Cl/2e4d994fb7.png (if it helps, it did transfer my duplicate pokemons, so I think the bot just cant move or find the sql database maybe (I didnt change the sql path, thinking the default was the right one, maybe im wrong))

  13. #70
    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 Crazyhead View Post
    Any update OP?
    sorry i was eating

    those files are personal and not necessary

    just made an update so we can see if any database connection error

    please run and let me know

  14. #71
    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 yrul View Post
    Thank you i managed to edit the app.config. Now i get this error : http://puu.sh/qe8Cl/2e4d994fb7.png (if it helps, it did transfer my duplicate pokemons, so I think the bot just cant move or find the sql database maybe (I didnt change the sql path, thinking the default was the right one, maybe im wrong))
    just did another update please download again and let me know what do you see on the screen

  15. #72
    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 Swagspeare View Post
    Changed coords.txt, lat/long was still didnt change and i got a ban
    you have to configure app.config file

  16. #73
    Swagspeare's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @OP How do i change the coordinates? i tried to change the coords.txt and failed and got a softban.

  17. #74
    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 yashine59fr View Post
    Can't change settings
    configure app.config file under console project

  18. #75
    Nou4r's Avatar Knight
    Reputation
    62
    Join Date
    Jul 2016
    Posts
    202
    Thanks G/R
    34/55
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    How can i keep my settings when updating?
    Last edited by Nou4r; 07-25-2016 at 02:24 PM.

Page 5 of 21 FirstFirst 123456789 ... LastLast

Similar Threads

  1. [Selling] Boosting/Auto Buy Shop Accounts/Pokemon Rare Hunting! [Very Cheap! Guaranteed!]
    By ShizDawg in forum Pokemon GO Buy Sell Trade
    Replies: 0
    Last Post: 08-01-2016, 05:28 PM
  2. Pokemon Rare Hunting With Coords + General Chat + Hotspots
    By LesBelcherModz in forum Pokemon GO Hacks|Cheats
    Replies: 8
    Last Post: 07-25-2016, 02:53 AM
  3. MMOViper Free WAR Hunting Bot / Radar
    By mmoviper in forum MMO Exploits|Hacks
    Replies: 45
    Last Post: 01-12-2009, 05:18 AM
  4. MMOViper Free AOC Hunting Bot / Radar [Program]
    By mmoviper in forum Age of Conan Exploits|Hacks
    Replies: 3
    Last Post: 10-06-2008, 11:34 PM
All times are GMT -5. The time now is 10:39 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