Free PTC account creator menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 35
  1. #16
    sriyegna's Avatar Private
    Reputation
    22
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    4/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As of now, the feature list is:

    --username, -u #Specify a username
    --password, -p #Specify a password
    --email, -e #This is the email
    --plusmail, -m #Suppose your gmail address is [email protected]. If you use -m [email protected], this will activate the plusmail trick
    --count, -c #This is the number of accounts to make
    --recaptcha, -r #This is your 2captcha key
    --autoverify, -av #Set this to True if you want to autoverify emails. Otherwise False (or don't use the tag)
    --googlepass, -gp #This is the password to your google account if you are using -m argument and -av True
    --location, -l #This is the location that is spoofed when accepting TOS
    --textfile, -t #This is the location of the output text file. Eg: -l C:\users\sri\desktop\user.txt
    --outputformat, -of #If you pass pkgo, it will print in the PokemonGo-Map format (-u user -p pass).
    --startnum, -sn #If you use -c and -u, it will start counting from this number instead
    --captchatimeout, -ct #If you want captcha to timeout of after n seconds
    --inputtext, -it #If you want to read userass from file

    Free PTC account creator
  2. #17
    kubiszon's Avatar Member CoreCoins Purchaser Authenticator enabled
    Reputation
    2
    Join Date
    Jan 2010
    Posts
    33
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In newest version getting this error
    Traceback (most recent call last):
    File "C:\Python27\Scripts\pikaptcha-script.py", line 11, in <module>
    load_entry_point('Pikaptcha==0.1', 'console_scripts', 'pikaptcha')()
    File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 564, in l
    oad_entry_point
    return get_distribution(dist).load_entry_point(group, name)
    File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2621, in
    load_entry_point
    return ep.load()
    File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2281, in
    load
    return self.resolve()
    File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2287, in
    resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
    File "c:\python27\lib\site-packages\pikaptcha\console.py", line 163
    <<<<<<< HEAD
    ^
    SyntaxError: invalid syntax
    EDIT: probably because Trainer Club doesn't work, sorry to bother
    Last edited by kubiszon; 08-23-2016 at 12:52 AM.

  3. #18
    sriyegna's Avatar Private
    Reputation
    22
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    4/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kubiszon View Post
    In newest version getting this error


    EDIT: probably because Trainer Club doesn't work, sorry to bother
    Nope. I shat the bed with my latest commit. Just update pikaptcha with pip install --upgrade git+GitHub - sriyegna/Pikaptcha: Automated and Manual creation of PTC accts

  4. #19
    Cats_'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)
    Any idea why i'm getting this error?

    C:\Users\7\Desktop>pikaptcha
    Traceback (most recent call last):
    File "C:\Python27\Scripts\pikaptcha-script.py", line 9, in <module>
    load_entry_point('Pikaptcha==0.1', 'console_scripts', 'pikaptcha')()
    File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 542, in l
    oad_entry_point
    return get_distribution(dist).load_entry_point(group, name)
    File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2569, in
    load_entry_point
    return ep.load()
    File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2229, in
    load
    return self.resolve()
    File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2235, in
    resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
    File "c:\python27\lib\site-packages\pikaptcha\console.py", line 6, in <module>

    from pikaptcha.tos import *
    File "c:\python27\lib\site-packages\pikaptcha\tos.py", line 3, in <module>
    from pgoapi import PGoApi
    File "c:\python27\lib\site-packages\pgoapi\__init__.py", line 50, in <module>
    from pgoapi.pgoapi import PGoApi
    File "c:\python27\lib\site-packages\pgoapi\pgoapi.py", line 36, in <module>
    from pgoapi.auth_google import AuthGoogle
    File "c:\python27\lib\site-packages\pgoapi\auth_google.py", line 33, in <modul
    e>
    from gpsoauth import perform_master_login, perform_oauth
    File "c:\python27\lib\site-packages\gpsoauth\__init__.py", line 4, in <module>

    from . import google
    File "c:\python27\lib\site-packages\gpsoauth\google.py", line 4, in <module>
    from Cryptodome.PublicKey import RSA
    File "c:\python27\lib\site-packages\Cryptodome\PublicKey\RSA.py", line 79, in
    <module>
    from Cryptodome.IO import PKCS8, PEM
    File "c:\python27\lib\site-packages\Cryptodome\IO\PKCS8.py", line 73, in <modu
    le>
    from Cryptodome.IO._PBES import PBES1, PBES2, PbesError
    File "c:\python27\lib\site-packages\Cryptodome\IO\_PBES.py", line 44, in <modu
    le>
    from Cryptodome.Cipher import DES, ARC2, DES3, AES
    File "c:\python27\lib\site-packages\Cryptodome\Cipher\__init__.py", line 78, i
    n <module>
    from Cryptodome.Cipher._mode_ecb import _create_ecb_cipher
    File "c:\python27\lib\site-packages\Cryptodome\Cipher\_mode_ecb.py", line 46,
    in <module>
    """
    File "c:\python27\lib\site-packages\Cryptodome\Util\_raw_api.py", line 168, in
    load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s'" % name)
    OSError: Cannot load native module 'Cryptodome.Cipher._raw_ecb'

  5. #20
    sriyegna's Avatar Private
    Reputation
    22
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    4/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cats_ View Post
    Any idea why i'm getting this error?
    You dont have crpytodome for some reason

    do this in cmd
    pip install pycryptodome

  6. #21
    Cats_'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 sriyegna View Post
    You dont have crpytodome for some reason

    do this in cmd
    pip install pycryptodome
    i just did that and still getting the same error message..

  7. #22
    jonboy416's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So is there a way to use deathbycaptcha with is instead of 2catpcha? Deathbycaptcha doesn't have a key

  8. #23
    acidified's Avatar Active Member

    Reputation
    21
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    12/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works flawlessly. Thank you.
    Wendy, Darling, Light of my life...

  9. #24
    Petterholm's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Sep 2016
    Posts
    24
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your 2captcha balance is: 10.00160
    This run will cost you approximately: 0.015
    Making account #1
    Attempting to create user bapflontmifempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: bapflontmif
    Attempting to create user jamprehpabempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: jamprehpab
    Attempting to create user vudrawzushempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: vudrawzush
    Attempting to create user jayyakspudempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: jayyakspud
    Attempting to create user frinstroskragempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: frinstroskrag
    Attempting to create user stentbrongvezempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: stentbrongvez
    Attempting to create user zolplactnintempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: zolplactnint
    Attempting to create user kavrervussempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: kavrervuss
    Attempting to create user frospgrungzantempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: frospgrungzant
    Attempting to create user bluchtuprossempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: bluchtupross
    Attempting to create user lortemvungempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: lortemvung
    Attempting to create user changrinkcrinempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: changrinkcrin
    Attempting to create user spuchgrangstriftempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: spuchgrangstrift
    Attempting to create user vaspstazsmuwempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: vaspstazsmuw
    Attempting to create user navskevcristempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: navskevcrist
    Attempting to create user fottrintbiptempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: fottrintbipt
    Attempting to create user bungdonpaftempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.
    Solved captcha
    Failed to create user: bungdonpaft
    Attempting to create user shumpzeftswutempbluntvak. Opening browser...
    Step 1: Verifying age using birthday: 1981-08-05
    Step 2: Entering account details
    Starting autosolve recaptcha
    We will wait 10 seconds for captcha to be solved by 2captcha
    Captcha still not solved, waiting another 10 seconds.


    Why does it never end it works with manual captcha

  10. #25
    Petterholm's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Sep 2016
    Posts
    24
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    FIxed but where can i find the username and password for the accounts

  11. #26
    pandudpn's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    4
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works, thank you create 50acc today xD

  12. #27
    Trainerkadri's Avatar Sergeant
    Reputation
    6
    Join Date
    Aug 2016
    Posts
    43
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the effort , trying it...

  13. #28
    *Pokemongoseller*'s Avatar Master Sergeant
    Reputation
    26
    Join Date
    Aug 2016
    Posts
    126
    Thanks G/R
    5/23
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sriyegna View Post
    Hi,

    I made a small tool that can make PTC accounts for you while doing all the finishing touches. It's definitely more complicated to install than TwinFuture's but its free. If you would like the convenience aspect, pay for his program. I probably won't bundle this into an exe.

    GitHub - sriyegna/Pikaptcha: Automated and Manual creation of PTC accts

    I have tried to document the readme as clearly and as much as possible. Please go through it if you plan to use the script so I don't have to answer questions that are already explained.

    In the above link, you will find what it can/cant do, and how to use it.

    So what can this script do?
    It can make PTC accounts randomly.
    It can verify emails automatically (if you follow the instructions)
    It can verify TOS automatically
    It can simulate a browser and automatically solve captcha (if you follow the instructions and pay 2captcha)
    it can open a chrome browser and let you manually solve captcha

    Yeah. Well, have fun.

    Join us on discord! Discord
    looks legit I'll give it a try thanks !!
    Selling cheap pokemon go accounts, message me if your interested !

  14. #29
    sammyg69's Avatar Member
    Reputation
    4
    Join Date
    May 2008
    Posts
    67
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by *Pokemongoseller* View Post
    looks legit I'll give it a try thanks !!
    then he used paint and tried to sell accs lmao.

  15. #30
    aempes's Avatar Member
    Reputation
    1
    Join Date
    Jan 2015
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Petterholm View Post
    FIxed but where can i find the username and password for the accounts
    How did you fixed it? For me it always says that the username is already used when it isn't.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Tool] Working PTC Account Creator?
    By Microsoft in forum Pokemon GO Hacks|Cheats
    Replies: 13
    Last Post: 03-23-2021, 11:03 AM
  2. Replies: 143
    Last Post: 09-19-2016, 10:11 PM
  3. [Release] PTC Accounts Creator + Email Verifier (Bonus: PokeMobBot Compatible)
    By blaanima2 in forum Pokemon GO Hacks|Cheats
    Replies: 41
    Last Post: 08-13-2016, 05:25 AM
  4. [Release] PTC Account Creator
    By JD in forum Pokemon GO Hacks|Cheats
    Replies: 259
    Last Post: 08-07-2016, 06:36 PM
  5. [Release] PTC Account Creator (edited) With Name and Pwd select
    By aVitomin in forum Pokemon GO Hacks|Cheats
    Replies: 45
    Last Post: 08-03-2016, 03:00 PM
All times are GMT -5. The time now is 06: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