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

Shout-Out

User Tag List

Page 13 of 21 FirstFirst ... 91011121314151617 ... LastLast
Results 181 to 195 of 311
  1. #181
    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 camar0rs View Post
    So I understand this, steps are:

    1. run: python worker.py
    2. run : python web.py --host 127.0.0.1 --port 8000
    3. run bot from visual studio?

    also, I am currently only using this for one account so should the config.py just show:
    GRID = (1, 1) ?



    I have done #1 and #2, seems worker goes to sleep after its process
    I do have icons on the map but what is the refresh data on it?
    so you basically done everything if you see pokemon on the map

    nothing else necessary

    just run the bot with giving it proper database file location

    Pokemon Rare hunting Bot - based on Necronomicon's Bot - Utilizes Poke Miner project
  2. #182
    PBALLER325's Avatar Contributor
    Reputation
    108
    Join Date
    Jan 2008
    Posts
    545
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    C:\Python27\pokeminer-master>pip install -r requirements.txt
    'pip' is not recognized as an internal or external command,
    operable program or batch file.
    keep getting this error trying to install pokeminer I installed just like the link said 2 any clue

  3. #183
    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 MonsterMMORPG View Post
    it goes after finished visiting all pokestops nearby

    since in my town i have limited it works fine but if you have 300 yes it can take a while

    though since you need pokeballs, i think it should work fine but it may enter infinite loop

    so i am setting now max 50 pokestop visiting ^^

    download latest version
    That might have been it than yeah ^^ Downloaded the new version will see how it goes!

  4. Thanks Brewfasa, Diffused (2 members gave Thanks to Crazyhead for this useful post)
  5. #184
    PBALLER325's Avatar Contributor
    Reputation
    108
    Join Date
    Jan 2008
    Posts
    545
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My bad, should have included this in the original post.

    If you're on windows 10,

    1.Search and click on "Edit system environment variables"


    2.Click environment variables


    3.Scroll down to Path under system variables


    4.Click Path, then click Edit


    5.Select New


    6.Copy/Paste the path to your Python install directory - like C:\Python27


    7.Click OK and restart your computer, then try the pip command again.

    FOUND THIS FOR WINDOWS 10

  6. Thanks MonsterMMORPG (1 members gave Thanks to PBALLER325 for this useful post)
  7. #185
    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 PBALLER325 View Post
    C:\Python27\pokeminer-master>pip install -r requirements.txt
    'pip' is not recognized as an internal or external command,
    operable program or batch file.
    keep getting this error trying to install pokeminer I installed just like the link said 2 any clue
    python - How do I install pip on Windows? - Stack Overflow

  8. #186
    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)
    If you dont have any priority pokemons, does it jump to the nearest pokemon, or will it jump pokestops like the other bots?

  9. Thanks Brewfasa, Diffused, broncobroo (3 members gave Thanks to Crazyhead for this useful post)
  10. #187
    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
    If you dont have any priority pokemons, does it jump to the nearest pokemon, or will it jump pokestops like the other bots?
    it jump nearest as long as you have pokeball

  11. #188
    chiennguyen4499's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does it use rawberry and other ball as well? It will famr to the total balls >100 or only pokeballs >100?

    This idea is great, thank u to make it come true!

  12. #189
    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 chiennguyen4499 View Post
    Does it use rawberry and other ball as well? It will famr to the total balls >100 or only pokeballs >100?

    This idea is great, thank u to make it come true!
    total balls till 50

    if ((pokeBallsCount + greatBallsCount + ultraBallsCount) < 25)
    {
    blCriticalBall = true;
    }
    if ((pokeBallsCount + greatBallsCount + ultraBallsCount) > 50)
    {
    blCriticalBall = false;

  13. Thanks MonsterMMORPG, Brewfasa, Diffused, broncobroo (4 members gave Thanks to Crazyhead for this useful post)
  14. #190
    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 chiennguyen4499 View Post
    Does it use rawberry and other ball as well? It will famr to the total balls >100 or only pokeballs >100?

    This idea is great, thank u to make it come true!
    yes it uses berries

    total ball 50 but you can change as you wish

    search this function in project

    GetBestBall

  15. #191
    macaron1's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, I am setting my latitude and longitude in the UserSettings.settings, but whenever i run it, it shows a different latitude and longitude

  16. #192
    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 macaron1 View Post
    Hi, I am setting my latitude and longitude in the UserSettings.settings, but whenever i run it, it shows a different latitude and longitude
    change from app.config

  17. #193
    iliketowin's Avatar Member
    Reputation
    1
    Join Date
    Apr 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone help me with pokeminer? This is me going through the process. C:\Users\Randy Brown\Downloads\pokeminer-master>c:\python27\scripts\pip2.7.exe i - Pastebin.com

    I get a syntax error.

    Here is what happens if I run python worker.py -st 8

    C:\Users\Randy Brown\Downloads\pokeminer-master>python worker.py -st 8 Tracebac - Pastebin.com

  18. #194
    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 ili****win View Post
    Can anyone help me with pokeminer? This is me going through the process. C:\Users\Randy Brown\Downloads\pokeminer-master>c:\python27\scripts\pip2.7.exe i - Pastebin.com

    I get a syntax error.

    Here is what happens if I run python worker.py -st 8

    C:\Users\Randy Brown\Downloads\pokeminer-master>python worker.py -st 8 Tracebac - Pastebin.com
    copy paste entire miner project into your python installed folder

    than from there run "python worker.py" command

    so from cmd move into python folder than run the command

  19. #195
    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)
    does this use lucky eggs?

Page 13 of 21 FirstFirst ... 91011121314151617 ... 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 01:57 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