-
Corporal
Originally Posted by
Axeon1g
Running it now got 3 fails 3 tries for every thread. Other account generators were working fine.
What is in your config.json?
-
Post Thanks / Like - 1 Thanks
Axeon1g (1 members gave Thanks to HackerName for this useful post)
-
Member
{
"_info": "accounts: FOR RANDOM: set prefix or password to 'false' with no quotes ",
"username_prefix": "myusernamehere",
"password": false,
"_info": "threads and accounts to make",
"threads": 5,
"accounts_per_thread": 10,
"_info": "file output",
"output_password": "true",
"start_of_line": "",
"separator": ":",
"end_of_line": ""
}
Ran till it hit 10 tries on all 10 threads. Ran it three times side by side with other account creator and that worked fine.
-
Corporal
Originally Posted by
Axeon1g
Ran till it hit 10 tries on all 10 threads. Ran it three times side by side with other account creator and that worked fine.
Code:
"output_password": "true",
true should not be in quotes. change to:
Code:
"output_password": true,
-
Member
Originally Posted by
HackerName
Code:
"output_password": "true",
true should not be in quotes. change to:
Code:
"output_password": true,
Without quotes giving same error, screenshot was without quotes put quotes after to test still failing.
EDIT: Ok so I resolved the issue. The issue was that I was putting 00 at the end of every username I tried, for instance. I wanted the username to be USERNAME00 and the creator would add 0,1,2,3,4,5 to the end. After just changing it to USERNAME the creator worked fine. Sorry for the misunderstanding.
EDIT: After fixing that, worked one time. Now failing 5x in a row while other 5x. Is this a PTC issue or something with your server?
Last edited by Axeon1g; 08-02-2016 at 11:52 PM.
-
Corporal
Originally Posted by
Axeon1g
Without quotes giving same error, screenshot was without quotes put quotes after to test still failing.
EDIT: Ok so I resolved the issue. The issue was that I was putting 00 at the end of every username I tried, for instance. I wanted the username to be USERNAME00 and the creator would add 0,1,2,3,4,5 to the end. After just changing it to USERNAME the creator worked fine. Sorry for the misunderstanding.
EDIT: After fixing that, worked one time. Now failing 5x in a row while other 5x. Is this a PTC issue or something with your server?
It doesn't go through any middle server. so the issue is with PTC. Sometimes i get near 100% fail, sometimes I get no fails. Depends on how PTC is doing.
-
Post Thanks / Like - 1 Thanks
Axeon1g (1 members gave Thanks to HackerName for this useful post)
-
Member
Well I know PTC is buggy usually. Great work will keep testing it out . Thank you.
-
Member
FATAL ERROR: Failed to create process (C:\Users\win\AppData\Local\Temp\ocr52B4.tmp\bin\ruby.exe): 216 how can i fix it?
-
Corporal
Originally Posted by
IchigoBR
FATAL ERROR: Failed to create process (C:\Users\win\AppData\Local\Temp\ocr52B4.tmp\bin\ruby.exe): 216 how can i fix it?
This is related to the EXE, so to be honest I have no idea. Please run with ruby if you can, if you have any problems that way, I can help
-
Member
Thank you, you helped me a lot, very grateful, blessing!
-
Member
Thank you, very easy to use software.
-
Member
Originally Posted by
HackerName
v1.2
Idk, but
If i use "username_prefix": false,
waiting for email > email arrived > account created
"username_prefix": "Account111",
waiting for email > ?!? waiting for email > error
-
Corporal
Originally Posted by
aVitomin
v1.2
Idk, but
If i use "username_prefix": false,
waiting for email > email arrived > account created
"username_prefix": "Account111",
waiting for email > ?!? waiting for email > error
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
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.
lol, working fine with u guide
Add this info to first post please
-
Corporal
Originally Posted by
aVitomin
lol, working fine with u guide
Add this info to first post please
Glad to hear it's working for you. Added info about user prefix to first post.
-
Member
does this verify accounts?