PokeVisionFinder [PokeSniper2 Support] [Python 2.7] menu

Shout-Out

User Tag List

Page 26 of 43 FirstFirst ... 222324252627282930 ... LastLast
Results 376 to 390 of 640
  1. #376
    olofpp's Avatar Sergeant
    Reputation
    14
    Join Date
    Jul 2016
    Posts
    57
    Thanks G/R
    2/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sangleezy View Post
    Hey im a noob that just needs some help. I did everything that was instructed but when i hit enter all it does is open up the PokeVisionFinder.py for me to edit. Nothing else happens. please help
    Sounds like your .py is assiated with an editor. Right click the ,py and choose python as default.

    PokeVisionFinder [PokeSniper2 Support] [Python 2.7]
  2. #377
    sangleezy's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by olofpp View Post
    Sounds like your .py is assiated with an editor. Right click the ,py and choose python as default.
    WOW THANK YOU SIR! I was stuck o nthis for hours, but it was that simple lol... Everyone i asked didnt seem to know what teh problem was. Thanks alot.

  3. #378
    keyfrags's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Modified the bot to support pokemons from a predefined textfile.
    It will parse a plain old .txt file.
    Separate pokemons with a new line.

    Code:
    charizard
    gyarados
    bulbasaur
    Code:
    charizard,gyarados,bulbasaur
    Merged
    Last edited by keyfrags; 07-31-2016 at 10:08 PM.

  4. Thanks xencodex (1 members gave Thanks to keyfrags for this useful post)
  5. #379
    xencodex's Avatar Contributor Authenticator enabled
    Reputation
    120
    Join Date
    Jul 2016
    Posts
    100
    Thanks G/R
    5/106
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by keyfrags View Post
    Modified the bot to support pokemons from a predefined textfile.
    It will parse a plain old .txt file.
    Separate pokemons with a new line.

    Code:
    charizard
    gyarados
    bulbasaur
    Code:
    charizard,gyarados,bulbasaur

    Until (if) this is merged into the main github you can get the latest code at my github, all credits to the original author, I am just modifying it to my liking.
    https://github.com/Automaticism/PokeVisionFinder
    make a request on github ill accept it

  6. #380
    keyfrags's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xencodex View Post
    make a request on github ill accept it
    A pull request was opened 10 minutes ago.

    I am also new to github so a few more things got added.

  7. #381
    xencodex's Avatar Contributor Authenticator enabled
    Reputation
    120
    Join Date
    Jul 2016
    Posts
    100
    Thanks G/R
    5/106
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by keyfrags View Post
    A pull request was opened 10 minutes ago.

    I am also new to github so a few more things got added.
    Thanks for contributing!

  8. #382
    keyfrags's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xencodex View Post
    Thanks for contributing!

    No problem.

    Thanks for the base. Awesome work.

    Only thing missing is multi-account support for pokesniper

  9. #383
    xencodex's Avatar Contributor Authenticator enabled
    Reputation
    120
    Join Date
    Jul 2016
    Posts
    100
    Thanks G/R
    5/106
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by keyfrags View Post
    No problem.

    Thanks for the base. Awesome work.

    Only thing missing is multi-account support for pokesniper
    Ill make another branch for a heavy update, a clean up of the project and add multithreading support, multi account is a must also.

  10. Thanks Aitrian, shadowht (2 members gave Thanks to xencodex for this useful post)
  11. #384
    keyfrags's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xencodex View Post
    Ill make another branch for a heavy update, a clean up of the project and add multithreading support, multi account is a must also.
    If Pokesniper supports logging in with console commands then it can easily be made multi-account through your project in python.

    Same thing as with pokemons, could have one list with accounts & passwords,
    Code:
    account, password
    account, password
    and just parse that, on each hit of a pokemon, iterate through the list of accounts.

  12. #385
    don4prez's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xencodex View Post
    Install Python 2.7 and obtain a google places api key as stated in readme
    the readme doesn't contain an installation process

  13. #386
    ryandeads's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    12
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PokeVisionFinder [PokeSniper2 Support] [Python 2.7]-wkwkw-jpg whats happend help me

  14. #387
    shadowht's Avatar Member CoreCoins Purchaser
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    113
    Thanks G/R
    44/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont know why, but it isnt catching the pokemons i type in the command line, its getting drowzee, pidgeys or w/e it find.
    I already edited cath.txt, my command is PokeVisionFinder.py dragonite,lapras 1 12 1
    Any ideas? And thanks for the good work.

    edit. nvm fixed in last update
    Last edited by shadowht; 07-31-2016 at 11:57 PM.

  15. Thanks sk19 (1 members gave Thanks to shadowht for this useful post)
  16. #388
    sk19's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is catching everything. Please help!!

  17. #389
    xencodex's Avatar Contributor Authenticator enabled
    Reputation
    120
    Join Date
    Jul 2016
    Posts
    100
    Thanks G/R
    5/106
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its Fixed now.

  18. #390
    zionfol's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    43
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why i cant seem to find any pokemon?
    try dratini, it keep looking pokemon

Page 26 of 43 FirstFirst ... 222324252627282930 ... LastLast

Similar Threads

  1. Updated PokeVisionFinder [PokeSniper2 Support] [Python 2.7]
    By hypertoken in forum Pokemon GO Hacks|Cheats
    Replies: 41
    Last Post: 08-25-2016, 01:04 PM
  2. Errors and support
    By A_Snake01 in forum World of Warcraft Model Editing
    Replies: 23
    Last Post: 05-25-2007, 08:41 PM
  3. Live WoWemu And Mongos support
    By mchugh in forum Suggestions
    Replies: 12
    Last Post: 04-13-2007, 06:54 PM
  4. Need Help/Support - Creating Programs
    By kookle in forum World of Warcraft General
    Replies: 1
    Last Post: 03-22-2007, 10:01 PM
  5. Petition! Need support!
    By dela in forum World of Warcraft General
    Replies: 5
    Last Post: 12-27-2006, 03:57 AM
All times are GMT -5. The time now is 12:09 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