PTC Account Creator menu

User Tag List

Page 7 of 18 FirstFirst ... 34567891011 ... LastLast
Results 91 to 105 of 260
  1. #91
    ZombieJo'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)
    You can see on the following screen that the account is not verified.
    This is with the newest version from Necrobot
    https://gyazo.com/06d93a795b803f4b012de68d30363811

    PTC Account Creator
  2. #92
    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 Noize593 View Post
    Great, ty
    Works with NecroBot v.0.3.3 but on the new release (v4.0.0), i have this error .
    Check auth.json ... password/username changed order

  3. Thanks augusteen11 (1 members gave Thanks to Firegone for this useful post)
  4. #93
    Noize593'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)
    EDIT : oh yes, my bad
    Last edited by Noize593; 07-30-2016 at 03:24 PM. Reason: miss

  5. #94
    SliceOfLife1337's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I verify there accounts?
    Thanks for the help

  6. #95
    JD's Avatar Fedora Potato Johnson V
    Reputation
    1113
    Join Date
    Jan 2008
    Posts
    3,129
    Thanks G/R
    12/89
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The account creator now accepts the TOS. Adding a new link to the original post.




  7. Thanks darkdantee (1 members gave Thanks to JD for this useful post)
  8. #96
    darkdantee's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Unknown key: Max-Age = 31449600
    Unknown key: Max-Age = 7200
    Unknown key: Max-Age = 31449600
    Unknown key: Max-Age = 0
    Unknown key: Max-Age = 31449600
    Unknown key: Max-Age = 31449600
    Unknown key: Max-Age = 31449600
    Unknown key: Max-Age = 31449600

  9. #97
    Ashmo's Avatar Corporal
    Reputation
    6
    Join Date
    Jan 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JD View Post
    The emails are already verified. I'll think of updating this tomorrow.

    and to whom? One could now impute evil and suspect that that work is relief when others his accounts lvln)
    (Not taken too seriously)

  10. #98
    mng.ueki's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    22
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help me

  11. #99
    EvilVillain's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the bot works, but the username is kinda random, it would be nice if the username is more readable.
    anw thanks for this good work

  12. #100
    wega4845's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What is TOS ?

  13. #101
    Sheetka's Avatar Contributor Premium Account Seller
    CoreCoins Purchaser Authenticator enabled
    Reputation
    95
    Join Date
    Jan 2011
    Posts
    254
    Thanks G/R
    18/71
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wega4845 View Post
    What is TOS ?
    Terms of service

  14. #102
    noj123's Avatar Member
    Reputation
    4
    Join Date
    May 2008
    Posts
    25
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by EvilVillain View Post
    the bot works, but the username is kinda random, it would be nice if the username is more readable.
    anw thanks for this good work
    I'd also like to see this feature added, would be a great addition

  15. #103
    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 noj123 View Post
    I'd also like to see this feature added, would be a great addition
    Really butchered way of doing it I guess:
    Code:
    	#username = (0...12).map { o[rand(o.length)] }.join
    
    	lines = File.readlines("custom_names.txt")
    	username = lines[rand(lines.length)].tr("\n","")
    	while(username.length < 12)
    		begin
    			username = "#{lines[rand(lines.length)].tr("\n","")}#{username.tr("\n","")}"
    			username = "#{username[0,15]}" #Just here to make sure we don't go over the 15 character limit for names.
    		end
    	end
    Provide your own custom_names.txt file.
    Last edited by LazyRoot; 07-31-2016 at 07:06 AM.

  16. Thanks Sheetka (1 members gave Thanks to LazyRoot for this useful post)
  17. #104
    Sheetka's Avatar Contributor Premium Account Seller
    CoreCoins Purchaser Authenticator enabled
    Reputation
    95
    Join Date
    Jan 2011
    Posts
    254
    Thanks G/R
    18/71
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LazyRoot View Post
    Really butchered way of doing it I guess:
    Code:
    	#username = (0...12).map { o[rand(o.length)] }.join
    
    	lines = File.readlines("custom_names.txt")
    	username = lines[rand(lines.length)].tr("\n","")
    	while(username.length < 12)
    		begin
    			username = "#{lines[rand(lines.length)].tr("\n","")}#{username.tr("\n","")}"
    		end
    	end
    	while(username.length > 15)
    		begin
    			username = "#{username[0,15]}"
    		end
    	end
    Provide your own custom_names.txt file.
    Do you have a little bit more noobfriendly guide on this?

  18. #105
    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 Sheetka View Post
    Do you have a little bit more noobfriendly guide on this?
    Assuming you've already got the sourcecode from github and you have downloaded & installed Ruby and the required gem files, you simply goto the line where you would find
    Code:
    username = (0...12).map { o[rand(o.length)] }.join
    and replace it with my code.

    There is no really noob friendly guide because I don't wish to provide an .exe for you all without creating my own thread regarding it and then that would be useless because it is somewhat contributing to useless duplicate posts regarding the same project (as you can see, there's already a lot of bots that offer the same features, look the same and are basically duplicate posts).

    TL;DR: Wait for the author to read my post and update the project.exe.

    PS: Accounts will come out looking like this

    Code:
    StormTontoAdam:xOftiZFKOsbR
    And no, that is not a valid account.

  19. Thanks Sheetka, EvilVillain (2 members gave Thanks to LazyRoot for this useful post)
Page 7 of 18 FirstFirst ... 34567891011 ... 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 08:37 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