-
This is ****ing amazing, thank you.
I do have one question though, does this register the accounts to an email address, as you need to activate the account after 48 hours?
-
Fedora Potato Johnson V
Originally Posted by
Methodeu
This is ****ing amazing, thank you.
I do have one question though, does this register the accounts to an email address, as you need to activate the account after 48 hours?
They're already verified
-
Post Thanks / Like - 1 Thanks
Methodeu (1 members gave Thanks to JD for this useful post)
-
Originally Posted by
JD
They're already verified

I think... I think I love you.
I do have one last question: Is there anyway to customise the accounts created? Example:
I wanted to use a variation such as 'redcar5678' and a random password instead of the ones that are currently generated.
Last edited by Methodeu; 07-28-2016 at 01:35 PM.
-
Fedora Potato Johnson V
Originally Posted by
Methodeu
I think... I think I love you.
I do have one last question: Is there anyway to customise the accounts created? Example:
I wanted to use a variation such as 'redcar5678' and a random password instead of the ones that are currently generated.
Not really, unless you are running the ruby script instead of the executable. I can add more features in the future but this is it for now
-
Member
Originally Posted by
Methodeu
I think... I think I love you.
I do have one last question: Is there anyway to customise the accounts created? Example:
I wanted to use a variation such as 'redcar5678' and a random password instead of the ones that are currently generated.
We are waiting for something like that 
Originally Posted by
aVitomin
Add some settings please.
- Account name+number or random:
PreName1
PreName2
PreName3
...
PreName111
- Select password or random.
If JD does this then it will be very cool
-
-
Member
Originally Posted by
JD
Not really, unless you are running the ruby script instead of the executable. I can add more features in the future but this is it for now

Thank you so much! If i use ruby script how would I modify code correctly to use my own username prefix? I think it in line 54
-
Fedora Potato Johnson V
If you want to customize usernames and you're using the ruby script, do this:
Replace this code
Code:
username = (0...12).map { o[rand(o.length)] }.join
With this code
Code:
username = "PRESETSTUFF_#{5.times.map{ Random.rand(9) }.join}"
On line 57
-
Post Thanks / Like - 1 Thanks
makapoh (1 members gave Thanks to JD for this useful post)
-
Active Member
Originally Posted by
JD
The email verification is all done through this tool

The problem is not the email verification, the problem is you must acknowledge and allow pokemon go through your pokemon club trainer profile. You have to visit the page for that, checkmark, submit, done.
EDIT: So in this case, if you create 10 accounts, they are being useless after two days if you do not activate them manually.
-
Member
Hey
Thanks for the Tool
But can You upload to uploaded dot to or something similar?
Cuz I reached my Limit downloading on Mega (pretty new)
-
Member
Doesn't work--> always like this
https://i.imgur.com/nFrQjx0.png
I only need the exe file right
-
Fedora Potato Johnson V
Originally Posted by
PuppyLover101
It fails when the Pokemon Trainer Club site is down or too slow.
-
Member
SNZdgSGDgtAt , GBNGNbUdqAJY
first time opening it at bot and its lvl 6 alr.
pretty sure it's someone else's id which means it generates same id ?
-
Fedora Potato Johnson V
Originally Posted by
kvnsntosa
SNZdgSGDgtAt , GBNGNbUdqAJY
first time opening it at bot and its lvl 6 alr.
pretty sure it's someone else's id which means it generates same id ?
If it was the first one in the file, that one was left there by me accidentally
Try the 2nd account
-
Banned
JD, how i edit source of this exe for add this ?
Code:
username = (0...12).map { o[rand(o.length)] }.join
With this code
Code:
username = "PRESETSTUFF_#{5.times.map{ Random.rand(9) }.join}"
On line 57
How comand i use to compile and edit ?