falloutr 19 Share Posted October 3, 2018 (edited) Wrote an account generator that uses DeathByCaptcha to create and save accounts to a CSV Just updated it to verify the username before and after creation. Reports any failed post creation attempts as invalid captchas; saving you money! Only thing missing now is the database portion. Feel free to add my discord if you need any help or have recommendations to add to the thread/script. You can change up the name generation by modifying the words in the word_array, any word will work so more realistic name should be easy. There are some comments explaining what certain things do, please feel free to h8 on my code, give me some criticism or ask questions if you need help! Enjoy! P.S. Deprecated until I can update it, needs a proper keep-alive header or some workaround, currently focusing on other projects. :^\ Should be back to botting soon! Params, only optional param isnt implemented yet lol: deathbycaptcha_username - your username for deathbycaptcha deathbycaptcha_password - your password for deathbycaptcha email_prefix - the prefix to the email ex: dream+bot email_suffix - the suffix to the email ex: @gmail.com the above two generate the email so if you want to validate to a gmail and your username is [email protected] you can use dream+bot as the prefix and @gmail.com as the suffix, each email will be numbered [email protected], [email protected], [email protected], etc. If you dont plan to validate just use anything amount_to_create - the amount of accounts to generate starting_number - the starting number on the email, ex: if you wanted it to start at [email protected] you would put 50, start at [email protected] put 0 thread_count - the amount of accounts being made at a time, improves speed Script: ctrl+v failed, which ever is your favorite I suppose:https://pastebin.com/i9AgJVkThttps://gist.github.com/FalloutR/3bf9c9a4843ebea344243137fc27196b Edited February 13, 2019 by falloutr Semper Fi, no run escape, Junker and 2 others 2 3 Link to comment Share on other sites More sharing options...
Articron 736 Share Posted October 3, 2018 Good to see some other languages :p Python used to be my go-to language Nice work Fallout Link to comment Share on other sites More sharing options...
Junker 1 Share Posted October 13, 2018 (edited) Added on discord Edited October 13, 2018 by Junker Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now