PTC Accounts Creator + Email Verifier (Bonus: PokeMobBot Compatible) menu

Shout-Out

User Tag List

Page 3 of 3 FirstFirst 123
Results 31 to 42 of 42
  1. #31
    20cortar's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    3/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dont work for me anymore ... no create .txt with accounts

    PTC Accounts Creator + Email Verifier (Bonus: PokeMobBot Compatible)
  2. #32
    usrmd's Avatar Sergeant
    Reputation
    7
    Join Date
    Jul 2012
    Posts
    69
    Thanks G/R
    7/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have 25 accounts that need to be activated, I am locked out of them after 2 days due to temporary emails, and not changing it to something legitimate. Would this be able to activate those accounts at all?

  3. #33
    Boon24'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)
    Originally Posted by usrmd View Post
    I have 25 accounts that need to be activated, I am locked out of them after 2 days due to temporary emails, and not changing it to something legitimate. Would this be able to activate those accounts at all?
    Yeah I'm having this same issue with the 15 accounts I made. I was able to bot them up to level 30 and then I stopped using the account for 3 or 4 days. But now none of the accounts work because apparently the email was never verified except only one other account. The program only verified one account's email out of the 14. Is there any way to re-verify these accounts or something? Like if I resend the activation email will the accounts actually became valid again?

  4. #34
    peintech's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello seems like none are working now

  5. #35
    jakesmurf's Avatar Master Sergeant
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    92
    Thanks G/R
    2/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This worked for the first batch of 20 accounts that I made.

    The next batch of 20 accounts I made are all now locked out because they were never verified. Is the email server still up for this?

  6. #36
    peintech's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does not work anymore...

    Furthermore the code at this point due to the change in auth.json should be this

    ERRORRESUME('1');
    SET('PREFIX', '{PARAM0}');
    SET('COUNT', '{PARAM1}');
    SET('PASSWORD', '{PARAM2}');
    SET('DOMAIN', '{PARAM3}');
    IF(GET('DOMAIN'), '=', '', SET('DOMAIN', 'domain.com'), PASS());
    WC_ClearCookies();
    SET('INDEX', '');
    LOG('Program Starts');
    LOG('Please wait');
    SET('JSON', '{
    "AuthType": "ptc",
    "GoogleUsername": null,
    "GooglePassword": null,
    "PtcUsername": "<USERNAME>",
    "PtcPassword": "<PASSWORD>",
    "UseProxy": false,
    "UseProxyHost": null,
    "UseProxyPort": null,
    "UseProxyAuthentication": false,
    "UseProxyUsername": null,
    "UseProxyPassword": null,
    "DeviceId": "9fi66xqxc9cmk1s1",
    "AndroidBoardName": "msm8994",
    "AndroidBootloader": "unknown",
    "DeviceBrand": "OnePlus",
    "DeviceModel": "OnePlus2",
    "DeviceModelIdentifier": "ONE A2003_24_160604",
    "DeviceModelBoot": "qcom",
    "HardwareManufacturer": "OnePlus",
    "HardwareModel": "ONE A2003",
    "FirmwareBrand": "OnePlus2",
    "FirmwareTags": "dev-keys",
    "FirmwareType": "user",
    "FirmwareFingerprint": "OnePlus/OnePlus2/OnePlus2:6.0.1/MMB29M/1447840820:user/release-keys"
    }');
    WHILE(LENGTH(GET('INDEX')), '<', GET('COUNT'),
    WC_ClearCookies();
    SET('PG', WC_MethodPage('https://club.pokemon.com/us/pokemon-trainer-club/sign-up/', 'GET', '', ''));
    SET('MTH', MI_Add(SO_RandomNext('12'), '1'));
    SET('DD', MI_Add(SO_RandomNext('27'), '1'));
    SET('YY', MI_Add(SO_RandomNext('25'), '1980'));
    SET('TOKEN', SO_TagMatchSingle(GET('PG'), 'name=''csrfmiddlewaretoken', 'value=''', ''''));
    SET('DOB', JOIN('-', GET('YY'), GET('MTH'), GET('DD')));
    SET('PS', JOIN('', 'csrfmiddlewaretoken=', GET('TOKEN'),'&dob=', GET('DOB'), '&country=ID&country=ID'));
    SET('PG2', WC_MethodPage('https://club.pokemon.com/us/pokemon-trainer-club/sign-up/', 'POST', GET('PS'), 'referer=https://club.pokemon.com/us/pokemon-trainer-club/sign-up/'));
    SET('TOKEN', SO_TagMatchSingle(GET('PG2'), 'name=''csrfmiddlewaretoken', 'value=''', ''''));
    SET('INDEX2', SO_RandomString('3'));
    SET('PS2', JOIN('', 'csrfmiddlewaretoken=', GET('TOKEN'),'&username=', GET('PREFIX'), GET('INDEX2'), '&password=', SO_UrlEncode(GET('PASSWORD')), '&confirm_password=', SO_UrlEncode(GET('PASSWORD')), '&email=', GET('PREFIX'), GET('INDEX2'), '%40', GET('DOMAIN'), '&confirm_email=', GET('PREFIX'), GET('INDEX2'), '%40', GET('DOMAIN'), '&public_profile_opt_in=False&screen_name=', GET('PREFIX'), GET('INDEX2'), '&terms=on'));
    SET('PG3', WC_MethodPage('https://club.pokemon.com/us/pokemon-trainer-club/parents/sign-up', 'POST', GET('PS2'), 'referer=https://club.pokemon.com/us/pokemon-trainer-club/parents/sign-up'));
    IF(GET('PG3'), 'CONTAINS', 'Thank you for creating an account',
    SO_AppendFile(JOIN('', 'Bots\', GET('PREFIX'), GET('INDEX2'), '\config\auth.json'), REPLACE(REPLACE(GET('JSON'), '<USERNAME>', JOIN('', GET('PREFIX'), GET('INDEX2'))), '<PASSWORD>', GET('PASSWORD')));
    SO_AppendFile(JOIN('', 'Bots\', 'StartAll.bat'), JOIN('', 'START PokeMobBot.exe ', GET('PREFIX'), GET('INDEX2')));
    LOG(JOIN('', 'Username ', '', GET('PREFIX'), GET('INDEX2'), ' Password ', GET('PASSWORD'), ' (please wait for auto email activation)'));
    ,
    LOG(GET('PS2'));
    );
    SET('INDEX', JOIN('', GET('INDEX'), '1'));
    );
    LOG('Program Ends');




    If you could verify insure of whats the problem at this point and fix it to provide us the new list so we may proceed with our account creations that would be great.
    Last edited by peintech; 08-07-2016 at 06:02 PM.

  7. #37
    DeKnarf's Avatar Active Member
    Reputation
    26
    Join Date
    Mar 2014
    Posts
    93
    Thanks G/R
    5/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Any chance of an update?
    Terima kasih
    .
    bitcoin? or gold coin?
    .

  8. #38
    Lamename'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)
    I have a few account that did not verify, how can i login to the email adresses to manually verify the accounts?

  9. #39
    Voicess's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    41
    Thanks G/R
    5/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to change the email of accounts created with this program?

  10. #40
    tecko22's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same thing happened to me. The emails were not verified within 2 days, so it locked me out. Can the owner of this thread please activate the emails or get in touch with me?

  11. #41
    rizako's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where is located the "bots" created folder with accs? I didnt find this! *didnt use pokemobbot*

  12. #42
    Bondmalone's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it even possible to activate email anymore ?

Page 3 of 3 FirstFirst 123

Similar Threads

  1. [Tool] PTC Account Creator + Verifier
    By AznRico in forum Pokemon GO Hacks|Cheats
    Replies: 111
    Last Post: 07-12-2017, 07:22 PM
  2. [Tutorial] PTC Account Creator Auto Email Verification and PTC email change
    By ShuffleTanker in forum Pokemon GO Hacks|Cheats
    Replies: 49
    Last Post: 09-27-2016, 03:55 PM
  3. Replies: 143
    Last Post: 09-19-2016, 10:11 PM
  4. [Selling] 100 level 1 PTC accounts $5 | EMAIL VERIFIED | TOS ACCEPTED | Thousands of accounts
    By hive_mods in forum Pokemon GO Buy Sell Trade
    Replies: 2
    Last Post: 08-17-2016, 01:44 PM
  5. [Release] PTC Account Creator
    By JD in forum Pokemon GO Hacks|Cheats
    Replies: 259
    Last Post: 08-07-2016, 06:36 PM
All times are GMT -5. The time now is 11:49 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