PTC Account Creator menu

User Tag List

Page 8 of 18 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 260
  1. #106
    athitikorn's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank youuuuu

    PTC Account Creator
  2. #107
    Viiclovish's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    With what email adresses are they created, is it possible that is added to text file as well?

  3. #108
    LazyRoot's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Viiclovish View Post
    With what email adresses are they created, is it possible that is added to text file as well?
    Replace line 166 https://github.com/ocjd/ptc-account-...reator.rb#L166 with my code:

    Code:
    	File.open("created_accounts.txt", 'a') do |file|
    		file.puts "#{username}:#{password}:#{email}"
    	end
    EDIT: I don't know the Ruby language that much and only picked it up today but I was just wondering if anyone would be interested if I posted a plug and play Account Creater + Bot Farmer. Just quote me or something and I'll see about setting stuff up. (Current build is cancer and throws out more errors/warnings than OP's).
    Last edited by LazyRoot; 07-31-2016 at 04:47 PM.

  4. #109
    radr5's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the accounts dont seem to be verified (from what ive read), is this still the case?

  5. #110
    hybran's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    31
    Thanks G/R
    5/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by radr5 View Post
    the accounts dont seem to be verified (from what ive read), is this still the case?
    Nevermind, works.
    Last edited by hybran; 08-01-2016 at 05:41 AM. Reason: Ptc being ptc...

  6. #111
    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)
    When I posted it wasn't verifying that was on the older version. Credits to the creator as it seems the issue is solved. Wish I knew more about coding myself as well so I could add a function to 'setbasename' or something and then there would be variables to follow because as it is right now the usernames are VERY random.

  7. #112
    Firegone's Avatar Active Member
    Reputation
    19
    Join Date
    Sep 2007
    Posts
    286
    Thanks G/R
    5/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Axeon1g View Post
    When I posted it wasn't verifying that was on the older version. Credits to the creator as it seems the issue is solved. Wish I knew more about coding myself as well so I could add a function to 'setbasename' or something and then there would be variables to follow because as it is right now the usernames are VERY random.
    Atleast it's something

    Originally Posted by JD View Post
    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

  8. #113
    efthgr's Avatar Member
    Reputation
    3
    Join Date
    Aug 2013
    Posts
    23
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LoL it worked just fine.. Niiiiice

  9. #114
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works. But its kinda slow, but think its coz of PTC servers! THEY SUCK!

  10. #115
    electronikars.es's Avatar Sergeant
    CoreCoins Purchaser
    Reputation
    31
    Join Date
    Jul 2016
    Posts
    61
    Thanks G/R
    20/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jackus View Post
    Works. But its kinda slow, but think its coz of PTC servers! THEY SUCK!
    Can someone tell me why every bot keeps saying ptc account not verified?

  11. #116
    rebeliu's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is asking for account verification. How can I do this? Thanks for the creator!

  12. #117
    tata01's Avatar Member
    Reputation
    3
    Join Date
    Oct 2013
    Posts
    52
    Thanks G/R
    5/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same here.

  13. #118
    splitdogg's Avatar Member
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    43
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rebeliu View Post
    It is asking for account verification. How can I do this? Thanks for the creator!
    Originally Posted by tata01 View Post
    Same here.
    When did you guys create your accounts? Did you use the latest release of PTC Account Creator?

  14. #119
    kingchenc's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    65
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by splitdogg View Post
    When did you guys create your accounts? Did you use the latest release of PTC Account Creator?
    Yes with latest version... Is the account verfied or not? but i think its a bot bug, because my second-main account is 100% verfied(ptc login), but the bot say not verfied and exit ^^ looks like a bug from bots

  15. #120
    wakewakewakaranai's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, thanks for your great contribution to POKEGO man however when i run the exe its just blank then closes, do I need to install any addition things?

    windows 10

    thanks

Page 8 of 18 FirstFirst ... 456789101112 ... LastLast

Similar Threads

  1. [Tool] Working PTC Account Creator?
    By Microsoft in forum Pokemon GO Hacks|Cheats
    Replies: 13
    Last Post: 03-23-2021, 11:03 AM
  2. Replies: 143
    Last Post: 09-19-2016, 10:11 PM
  3. [Bot] Ptc Account Creator
    By coiner in forum Pokemon GO Hacks|Cheats
    Replies: 24
    Last Post: 09-05-2016, 01:28 PM
  4. [Release] PTC Accounts Creator + Email Verifier (Bonus: PokeMobBot Compatible)
    By blaanima2 in forum Pokemon GO Hacks|Cheats
    Replies: 41
    Last Post: 08-13-2016, 05:25 AM
  5. [Release] PTC Account Creator (edited) With Name and Pwd select
    By aVitomin in forum Pokemon GO Hacks|Cheats
    Replies: 45
    Last Post: 08-03-2016, 03:00 PM
All times are GMT -5. The time now is 05:53 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