gimme-ptc menu

User Tag List

Thread: gimme-ptc

Page 2 of 7 FirstFirst 123456 ... LastLast
Results 16 to 30 of 103
  1. #16
    zerospec0's Avatar Knight-Lieutenant
    Reputation
    22
    Join Date
    Jul 2016
    Posts
    348
    Thanks G/R
    21/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

    gimme-ptc
  2. #17
    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 zerospec0 View Post
    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.

  3. #18
    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
    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

  4. #19
    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
    Added user prefix

  5. #20
    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
    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.

  6. #21
    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)

    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 ?

  7. #22
    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

    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.

  8. #23
    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
    `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

  9. #24
    Taranis's Avatar Member
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    31
    Thanks G/R
    17/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks HackerName, it works great and fast!

  10. Thanks HackerName (1 members gave Thanks to Taranis for this useful post)
  11. #25
    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
    "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

  12. Thanks aVitomin (1 members gave Thanks to HackerName for this useful post)
  13. #26
    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)
    ty, great work

  14. #27
    ryanhaych1's Avatar Member
    Reputation
    3
    Join Date
    Mar 2014
    Posts
    13
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    could you make it output like Username: Password: or add a "start_of_line": ""

  15. #28
    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 ryanhaych1 View Post
    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
    Code:
    "separator": ": ",
    I will add start_of_line shortly

  16. #29
    Axeon1g's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    80
    Thanks G/R
    13/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    gimme-ptc-failfailfail-jpg


    Anyone else getting all fails?
    Last edited by Axeon1g; 08-02-2016 at 11:08 PM.

  17. #30
    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 ryanhaych1 View Post
    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

Page 2 of 7 FirstFirst 123456 ... 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:26 PM. 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