gimme-ptc menu

Shout-Out

User Tag List

Thread: gimme-ptc

Page 1 of 7 12345 ... LastLast
Results 1 to 15 of 103
  1. #1
    HackerName's Avatar Corporal
    Reputation
    14
    Join Date
    Aug 2016
    Posts
    34
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    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
    • Added user_prefix option


    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

    gimme-ptc
  2. Thanks coderx2, aVitomin, Taranis, BuuBot, bobdan, nizonrox (6 members gave Thanks to HackerName for this useful post)
  3. #2
    miawa's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    maybe compile to .exe?

  4. #3
    HackerName's Avatar Corporal
    Reputation
    14
    Join Date
    Aug 2016
    Posts
    34
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't know how. If you have any info can you point me somewhere?

  5. #4
    miawa's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Unfortunately, I also have no idea

  6. #5
    vayrusbts's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  7. #6
    HackerName's Avatar Corporal
    Reputation
    14
    Join Date
    Aug 2016
    Posts
    34
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vayrusbts View Post
    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

  8. #7
    coderx2's Avatar Active Member
    Reputation
    44
    Join Date
    Jul 2016
    Posts
    103
    Thanks G/R
    29/42
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  9. #8
    HackerName's Avatar Corporal
    Reputation
    14
    Join Date
    Aug 2016
    Posts
    34
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by coderx2 View Post
    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.

  10. #9
    aVitomin's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    7/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HackerName View Post
    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

  11. #10
    HackerName's Avatar Corporal
    Reputation
    14
    Join Date
    Aug 2016
    Posts
    34
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aVitomin View Post
    I use ocra-1.2.0 Documentation with last ruby and it's working fine with you code also
    Which version of ruby, 2.3 or 2.4? Im on 2.3.1 and I get command "script.rb" not found

  12. #11
    HackerName's Avatar Corporal
    Reputation
    14
    Join Date
    Aug 2016
    Posts
    34
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry @aVitomin and @coderx2, I should read more carefully, `orca` != `ocra` lol

  13. #12
    aVitomin's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    7/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HackerName View Post
    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 ?!? )))

  14. #13
    HackerName's Avatar Corporal
    Reputation
    14
    Join Date
    Aug 2016
    Posts
    34
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aVitomin View Post
    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

  15. #14
    miawa's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is possible to add a selection of their login with the prefix? And just to add a prefix to password

  16. #15
    HackerName's Avatar Corporal
    Reputation
    14
    Join Date
    Aug 2016
    Posts
    34
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by miawa View Post
    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.

Page 1 of 7 12345 ... LastLast

Similar Threads

  1. Paying 30€ True Paypal for a PTC , A.S.A.P
    By Traz in forum World of Warcraft General
    Replies: 12
    Last Post: 02-29-2008, 04:48 AM
  2. [How To] Set up muiltiple PTC autoclickers!
    By muhaahaa in forum World of Warcraft Guides
    Replies: 13
    Last Post: 02-05-2008, 03:53 PM
  3. my great idea! Please gimme your views
    By Bennyrub in forum Community Chat
    Replies: 5
    Last Post: 10-30-2007, 04:00 AM
All times are GMT -5. The time now is 07:52 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search