PTC Account Creator menu

Shout-Out

User Tag List

Page 13 of 18 FirstFirst ... 91011121314151617 ... LastLast
Results 181 to 195 of 260
  1. #181
    Axeon1g's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    80
    Thanks G/R
    13/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes I will post a screenshot right now and yes it's in a folder accouunts.txt with both username : password (without space)

    EDIT: My apologies. For some reason the accounts.txt had made a space in the top where the first username : password should have been.. I removed that line to make sure the first line was an account. Worked fine.

    PTC Account Creator
  2. #182
    mydragon1's Avatar Private
    Reputation
    21
    Join Date
    Aug 2016
    Posts
    9
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Axeon1g View Post
    Yes I will post a screenshot right now and yes it's in a folder accouunts.txt with both username : password (without space)

    EDIT: My apologies. For some reason the accounts.txt had made a space in the top where the first username : password should have been.. I removed that line to make sure the first line was an account. Worked fine.
    I should have add a "continue" for those cases, but well, you solved it so everything is good

  3. Thanks Axeon1g, PBO (2 members gave Thanks to mydragon1 for this useful post)
  4. #183
    Axeon1g's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    80
    Thanks G/R
    13/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mydragon1 View Post
    I should have add a "continue" for those cases, but well, you solved it so everything is good
    I was about to say that however I have no idea how the coding works, difficulty, time and honestly this is already amazing as is with its one click function.. Simple fix if anyone has that issue just double check the accounts.txt before running the auth creator. Appreciate your response though.

  5. #184
    oriisking's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    54
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you guys know how is it possible to change password? And maybe you know the email that assigned to each user?

  6. #185
    killersmurf101'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)
    Is there a way so the account is not so random?
    Like you enter details like:

    MyAccount : MyPassword

    and what it pumps out is

    MyAccount01 : MyPassword
    MyAccount02 : MyPassword
    MyAccount03 : MyPassword
    MyAccount04 : MyPassword
    ?

  7. #186
    Axeon1g's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    80
    Thanks G/R
    13/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Read up someone already posted the code to do so, you just need to edit the source code.

  8. #187
    JakeP's Avatar Corporal
    Reputation
    7
    Join Date
    Aug 2016
    Posts
    15
    Thanks G/R
    1/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by killersmurf101 View Post
    Is there a way so the account is not so random?
    Like you enter details like:

    MyAccount : MyPassword

    and what it pumps out is

    MyAccount01 : MyPassword
    MyAccount02 : MyPassword
    MyAccount03 : MyPassword
    MyAccount04 : MyPassword
    ?
    It's possible, and I have it *MOSTLY* done, I just hit one issue at the minute which I'm debugging to find a solution.

    I have it so the username you want is inputted through the command line on first run, the data is stored and an integer is added to the end of it, which increments on each loop.

    The password is also requested upon run and stored.

    The only issue I'm running into is, when I have two variables in the username variable, it causes the program to hang..

    I'm having trouble finding exactly which line of code cannot be completed as Ruby isn't the easiest thing for me to debug, considering I only picked it up yesterday when I started editing this program.

    tl;dr

    the sign up process doesn't like
    Code:
    username = "#{$user}#{Array.new(3) { Random.rand(9) }.join}"
    Originally Posted by Axeon1g View Post
    Read up someone already posted the code to do so, you just need to edit the source code.
    What was released earlier, was the option to have a specified username with 5 random numbers following it, so the element of randomness is still there really.

  9. Thanks Axeon1g (1 members gave Thanks to JakeP for this useful post)
  10. #188
    Axeon1g's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    80
    Thanks G/R
    13/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JakeP View Post
    It's possible, and I have it *MOSTLY* done, I just hit one issue at the minute which I'm debugging to find a solution.

    I have it so the username you want is inputted through the command line on first run, the data is stored and an integer is added to the end of it, which increments on each loop.

    The password is also requested upon run and stored.

    The only issue I'm running into is, when I have two variables in the username variable, it causes the program to hang..

    I'm having trouble finding exactly which line of code cannot be completed as Ruby isn't the easiest thing for me to debug, considering I only picked it up yesterday when I started editing this program.

    tl;dr

    the sign up process doesn't like
    Code:
    username = "#{$user}#{Array.new(3) { Random.rand(9) }.join}"


    What was released earlier, was the option to have a specified username with 5 random numbers following it, so the element of randomness is still there really.
    If you manage to get that working and release it. Kudos to you JakeP. Would make managing the accounts a lot easier.

  11. #189
    grambas's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    change email

    Is there any opportunity to change account email? I think we can have problems if this temporary email stays for ever?

  12. #190
    sebflex's Avatar Active Member
    Reputation
    17
    Join Date
    Feb 2012
    Posts
    312
    Thanks G/R
    1/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JD View Post
    Hey guys,

    I created a PTC Account Creator that creates 10 accounts at a time.

    Requirements
    • A windows computer
    • Half a brain


    How To:
    1. Unzip files
    2. Double click .exe file
    3. Open accounts.txt file to see your accounts


    Download
    Source

    V1.1
    Added random DOB

    V1.2
    Added TOS accepting

    Enjoy!
    COuld you add an other download link?

  13. #191
    Axeon1g's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    80
    Thanks G/R
    13/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by grambas View Post
    Is there any opportunity to change account email? I think we can have problems if this temporary email stays for ever?
    You can log in after on PTC website and change password/e-mail.

  14. #192
    Zestro's Avatar Active Member
    Reputation
    57
    Join Date
    May 2012
    Posts
    166
    Thanks G/R
    6/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wakewakewakaranai View Post
    can anyone help, when I try to run nothing appears, no text nothing. I just hangs then closes. Am I missing a step or requirement?

    windows 10
    wait like 15 seconds, then press ctrl+c in the cmd window once.

  15. #193
    raigeky's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I came out with something, using the code someone else provided a few posts before wasn't very stable because the script picks a random line. It will stuck pretty soon. So by using this piece of code the script will auto delete the username it used. Just add it after:
    Code:
    File.open("accounts.txt", 'a') do |file|
    		file.puts "#{username}:#{password}:#{email}"
    		
    	end

    Here it is:
    Code:
    open('custom_names.txt', 'r') do |f|
      open('custom_names.txt.tmp', 'w') do |f2|
        f.each_line do |line|
           f2.write(line) unless line.start_with? "#{username}"
        end
      end
    end
    Also you will need to add these at the top of the page and download the gems as well:
    Code:
    require 'fileutils'
    require 'tempfile'

  16. #194
    Sheetka's Avatar Contributor Premium Account Seller
    CoreCoins Purchaser Authenticator enabled
    Reputation
    95
    Join Date
    Jan 2011
    Posts
    254
    Thanks G/R
    18/71
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So does it verify yes or no? I see many different answers

  17. #195
    aVitomin's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    7/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by killersmurf101 View Post
    Is there a way so the account is not so random?
    Like you enter details like:

    MyAccount : MyPassword

    and what it pumps out is

    MyAccount01 : MyPassword
    MyAccount02 : MyPassword
    MyAccount03 : MyPassword
    MyAccount04 : MyPassword
    ?
    I edit source and create new thread with select name and pwd
    http://www.ownedcore.com/forums/poke...or-edited.html

Page 13 of 18 FirstFirst ... 91011121314151617 ... 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. [Bot] Ptc Account Creator
    By coiner in forum Pokemon GO Hacks|Cheats
    Replies: 24
    Last Post: 09-05-2016, 01:28 PM
  4. [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
  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 08:48 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