-
Corporal
gimme-ptc
GIMME PTC
A modified version of ptc-account-creator:
http://www.ownedcore.com/forums/poke...t-creator.html (PTC Account Creator)
download: https://github.com/xssc/gimme-ptc/re...nt-creator.zip
source code here: https://github.com/xssc/gimme-ptc
Make sure username_prefix is less then 10 characters. Otherwise it will become to long with the numbers added
Changes
v1.2
- Added start_of_line option
v1.1.1
- Fixed an issue related to emails and custom prefixes
v1.1
The changes include
- A config.json file
- An clean looking output table
- Multiple threads
- Set a password
- Choose end of line, and separator for output file
- Wont wait forever for an email.
if you want to use from ruby: install ruby: Easy Tutorial
After ruby is installed and you have set your config.json, open cmd and do the following:
Code:
cd C:\path\to\gimme-ptc
gem install bundle
bundle install
ruby account_creator.rb
Last edited by HackerName; 08-03-2016 at 04:30 AM.
Reason: changelog
-
Post Thanks / Like - 6 Thanks
-
Member
-
Corporal
I don't know how. If you have any info can you point me somewhere?
-
Member
Unfortunately, I also have no idea
-
Member
Hello can u help me , how to generate username like first latter "test" and follow up by number at last one like "001" "002" "003" like that.
and the result must be "test001" "test002"
thanks
-
Corporal
Originally Posted by
vayrusbts
Hello can u help me , how to generate username like first latter "test" and follow up by number at last one like "001" "002" "003" like that.
and the result must be "test001" "test002"
thanks
The script does not currently support this
-
Active Member
you can can compile with ocra.
gem install ocra
( if you don't want to get your script started while compiling : )
in your .rb put after all require '' write
require 'rubygems'
exit if Object.const_defined?(:Ocra)
then type in your cmd : ocra yourscript.rb
-
Corporal
Originally Posted by
coderx2
you can can compile with ocra.
gem install ocra
then in your .rb put after all require '' put
require 'rubygems'
exit if Object.const_defined?(:Ocra)
then type cmd : ocra yourscript.rb
Orca does not work with ruby 2.3.1, I will see about downgrading to compile soon.
-
Member
Originally Posted by
HackerName
Orca does not work with ruby 2.3.1, I will see about downgrading to compile soon.
I use ocra-1.2.0 Documentation with last ruby and it's working fine with you code also
-
Corporal
Originally Posted by
aVitomin
Which version of ruby, 2.3 or 2.4? Im on 2.3.1 and I get command "script.rb" not found
-
Corporal
Sorry @aVitomin and @coderx2, I should read more carefully, `orca` != `ocra` lol
-
Member
Originally Posted by
HackerName
Which version of ruby, 2.3 or 2.4? Im on 2.3.1 and I get command "script.rb" not found
ruby 2.3.1p112 (2016-04-26 revision 5476
[i386-mingw32]
cd C:\path\to\gimme-ptc
ocra account_creator.rb
PROFIT ?!? )))
-
Corporal
Originally Posted by
aVitomin
ruby 2.3.1p112 (2016-04-26 revision 5476

[i386-mingw32]
cd C:\path\to\gimme-ptc
ocra account_creator.rb
PROFIT ?!? )))
EXE has been uploaded and added to original post
-
Member
It is possible to add a selection of their login with the prefix? And just to add a prefix to password
-
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
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.