-
Member
Originally Posted by
aVitomin
lol, working fine with u guide
Add this info to first post please
This may have been my issue as well every time xD
EDIT: Yeah as long as I keep the username prefix below 10 characters, the creator seems to be working everytime.
Thank you all makers of PTC Account Creator!
Last edited by Axeon1g; 08-03-2016 at 07:43 AM.
-
Corporal
Originally Posted by
sshadownz
does this verify accounts?
Yes it verifies and activates all accounts.
-
Post Thanks / Like - 1 Thanks
dabosshun (1 members gave Thanks to HackerName for this useful post)
-
Member
Is it mean that the accounts will not "expire" after 2 days?
(sorry for the probably noob question)
-
Member
Getting an error message when lauching the bot... account not registered... ?
-
Member
Code:
C:\>cd C:\gimme-ptc-master
C:\gimme-ptc-master>ruby account_creator.rb
C:/Ruby23/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': ca
nnot load such file -- nokogiri (LoadError)
from C:/Ruby23/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
from account_creator.rb:1:in `<main>'
C:\gimme-ptc-master>
First time using ruby. Any idea whats going on?
EDIT:
forgot to
Code:
cd C:\path\to\gimme-ptc
gem install bundle
bundle install
ruby account_creator.rb
and now it gives me
Code:
C:\gimme-ptc-master>ruby account_creator.rb
C:/Ruby23/lib/ruby/2.3.0/json/common.rb:156:in `parse': 784: unexpected token at
'{ (JSON::ParserError)
"_info": "accounts: FOR RANDOM: set prefix or password to 'false' with n
o quotes ",
"username_prefix": luresilm,
"password": testing,
"_info": "threads and accounts to make",
"threads": 1,
"accounts_per_thread": 10,
"_info": "file output",
"output_password": true,
"start_of_line": "",
"separator": ":",
"end_of_line": ""
}'
from C:/Ruby23/lib/ruby/2.3.0/json/common.rb:156:in `parse'
from account_creator.rb:208:in `<main>'
C:\gimme-ptc-master>
edit2: the reason i want to mass create accounts is i want to create them, then bot them to ~lvl 20 so i can have tons of lures to give away to friends when we are out chilling. Feel free to copy my idea and make friends in your town
Last edited by BuuBot; 08-03-2016 at 02:17 PM.
-
Corporal
Originally Posted by
dabosshun
Is it mean that the accounts will not "expire" after 2 days?
(sorry for the probably noob question)
The accounts do not expire.
-
Corporal
Originally Posted by
zirakit76
Getting an error message when lauching the bot... account not registered... ?

Does this happen for all accounts ? I haven't had this issue and I've logged into over 1k accounts
-
Corporal
Originally Posted by
BuuBot
Code:
C:\>cd C:\gimme-ptc-master
C:\gimme-ptc-master>ruby account_creator.rb
C:/Ruby23/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': ca
nnot load such file -- nokogiri (LoadError)
from C:/Ruby23/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
from account_creator.rb:1:in `<main>'
C:\gimme-ptc-master>
First time using ruby. Any idea whats going on?
EDIT:
forgot to
Code:
cd C:\path\to\gimme-ptc
gem install bundle
bundle install
ruby account_creator.rb
and now it gives me
Code:
C:\gimme-ptc-master>ruby account_creator.rb
C:/Ruby23/lib/ruby/2.3.0/json/common.rb:156:in `parse': 784: unexpected token at
'{ (JSON::ParserError)
"_info": "accounts: FOR RANDOM: set prefix or password to 'false' with n
o quotes ",
"username_prefix": luresilm,
"password": testing,
"_info": "threads and accounts to make",
"threads": 1,
"accounts_per_thread": 10,
"_info": "file output",
"output_password": true,
"start_of_line": "",
"separator": ":",
"end_of_line": ""
}'
from C:/Ruby23/lib/ruby/2.3.0/json/common.rb:156:in `parse'
from account_creator.rb:208:in `<main>'
C:\gimme-ptc-master>
edit2: the reason i want to mass create accounts is i want to create them, then bot them to ~lvl 20 so i can have tons of lures to give away to friends when we are out chilling. Feel free to copy my idea and make friends in your town

You must add quotes around your username and password.
-
hey mate great script, can you explain more what threads do? i have been running 20 threads at a time but i think it gets harder for it to make them go thru if i use more? have a heap of fails, not so many fail if i use less. also some threads seem to lock up or freeze or something?
-
Corporal
Originally Posted by
bobdan
hey mate great script, can you explain more what threads do? i have been running 20 threads at a time but i think it gets harder for it to make them go thru if i use more? have a heap of fails, not so many fail if i use less. also some threads seem to lock up or freeze or something?

Thread make it able to generate multiple accounts at one time. This is harder on your CPU, but 20 should be possible on most computers. Based on the time of your reply PTCs slow servers could be a factor
-
Active Member
can you make it so it will use an email prefix as well?
I would prefer them all to go to my gmail accont I made for accounts ([email protected]) adding + after USERNAME and a random number or characters after the + will all go to the same email
so (USERNAME+12@gmail) also goes to [email protected] BUT pokemon trainer club allows it thinking its a new email) also makes it easier to confirm if something goes wrong AND safer for account recovery etc to have access to account./
-
-
Member
Originally Posted by
peintech
I think it does not want to work
Any idea?
EDIT : just started a 5000 account creation, i alraedy got 3 to work i am running a 50 thread. however please understand that its 10 % success at this point.
Server down right now
Maybe u names have a limit
Originally Posted by
HackerName
Account names have a limit of 15 (PTC). My script adds 6 numbers to the end to ensure it is unique (5 is not enough only 90k combos, and counting up from 1 can cause issues across threads and sessions). so "Account111" is to long (16 after added number) to work.
-
Member
Originally Posted by
aVitomin
Server down right now
Maybe u names have a limit
I am wondering , if i know i will only create lets say 500 accounts, why can't the numbers go sequential
1, 2, 3 etc.. until 500?
Could that be an option?
"username_postfix_sequential" : True/False ( False = random 6 characters ) True = number 1 until requested number reached.
-
Corporal
Originally Posted by
peintech
I think it does not want to work
Any idea?
EDIT : just started a 5000 account creation, i alraedy got 3 to work i am running a 50 thread. however please understand that its 10 % success at this point.
Any fails are related to PTC servers. Some times lots of fails sometimes none.