-
Knight-Lieutenant
Like I asked somewhere else, do these make trainer nicknames for you / capture your first pokemon for you or must you go in manually one by one
want to know if I can mass produce these then just throw them straight on a bot ..maybe what I'm referring to is a bot feature?
-
Corporal
Originally Posted by
zerospec0
Like I asked somewhere else, do these make trainer nicknames for you / capture your first pokemon for you or must you go in manually one by one
want to know if I can mass produce these then just throw them straight on a bot ..maybe what I'm referring to is a bot feature?
You would have to ask a bot creator about this. I don't know much about them (only scanners). Although this does just add them do a combo list, so if you find a bot that supports combo lists, then you should be able to just use the file.
-
Member
Originally Posted by
HackerName
I will add user prefix for user and upload within 10 minutes. There is no reason for password prefix, PTC should not be able to see your password anyways.
Add:
Prefix [ true / false ]
PrefixName [ ***_& ] & = creation number
RandomPassword [ true / false ]
Password [ 123456 ] = if true and random if = false
I think that the config would look something like that
Code:
{
"threads": "1",
"accounts_per_thread": "20",
"PrefixEnable": "true",
"PrefixName": "PreName_",
"RandomPasswordEnable": "false",
"Password": "1234567890",
}
And it will be just gorgeous
-
Corporal
Originally Posted by
miawa
It is possible to add a selection of their login with the prefix? And just to add a prefix to password
Added user prefix
-
Corporal
Originally Posted by
aVitomin
Add:
Prefix [ true / false ]
PrefixName [ ***_& ] & = creation number
RandomPassword [ true / false ]
Password [ 123456 ] = if true and random if = false
I think that the config would look something like that
Code:
{
"threads": "1",
"accounts_per_thread": "20",
"PrefixEnable": "true",
"PrefixName": "PreName_",
"RandomPasswordEnable": "false",
"Password": "1234567890",
}
And it will be just gorgeous
why should they all to be strings? The _info above each section describes how to set it to random.
-
Member

Code:
{
"_info": "accounts: set prefix or password to 'false' with no quotes for random",
"username_prefix": "TestThis111",
"password": "false",
"_info": "threads and accounts to make",
"threads": 5,
"accounts_per_thread": 5,
"_info": "file output",
"output_password": "true",
"separator": ":",
"end_of_line": ""
}
Maybe i stupid, but why i get error on all threads ?
-
Corporal
Originally Posted by
aVitomin
Code:
{
"_info": "accounts: set prefix or password to 'false' with no quotes for random",
"username_prefix": "TestThis111",
"password": "false",
"_info": "threads and accounts to make",
"threads": 5,
"accounts_per_thread": 5,
"_info": "file output",
"output_password": "true",
"separator": ":",
"end_of_line": ""
}
Maybe i stupid, but why i get error on all threads ?
`false` next to the password should not be in quotes, neither should `true` next to output password. Also PTC might be slow or partially down. Sometimes I get no errors sometimes a lot.. Also your reason for 100% errors is due to "false" being to short of a password i think
Last edited by HackerName; 08-02-2016 at 09:50 PM.
-
Member
Originally Posted by
HackerName
`false` next to the password should not be in quotes, neither should `true` next to output password. Also PTC might be slow or partially down. Sometimes I get no errors sometimes a lot.. Also your reason for 100% errors is due to "false" being to short of a password i think
"username_prefix": "Custom", with Custom name i get "waiting for email" error
I think you create tempmail with "Custom" name and this don't work
Try to create tempmail with random name always
-
Member
thanks HackerName, it works great and fast!
-
Post Thanks / Like - 1 Thanks
HackerName (1 members gave Thanks to Taranis for this useful post)
-
Corporal
Originally Posted by
aVitomin
"username_prefix": "Custom", with Custom name i get "waiting for email" error
I think you create tempmail with "Custom" name and this don't work
Try to create tempmail with random name always
Email is now always random: https://github.com/xssc/gimme-ptc/re...ownload/v1.1.1
-
Post Thanks / Like - 1 Thanks
aVitomin (1 members gave Thanks to HackerName for this useful post)
-
-
Member
could you make it output like Username: Password: or add a "start_of_line": ""
-
Corporal
Originally Posted by
ryanhaych1
could you make it output like Username: Password: or add a "start_of_line": ""
You can already make it output "Username: Password:" by setting
Code:
"end_of_line": ":",
and I will add start_of_line shortly
-
Member

Anyone else getting all fails?
Last edited by Axeon1g; 08-02-2016 at 11:08 PM.
-
Corporal
Originally Posted by
ryanhaych1
could you make it output like Username: Password: or add a "start_of_line": ""
Start of line added: https://github.com/xssc/gimme-ptc/re...nt-creator.zip