McJagger003 Posted December 11, 2016 Share Posted December 11, 2016 Hey, I wrote an script that starts chrome and creates a twitter account, the only problem is I cant think of any ways to make generate an new email and password each time its plugged in. As of now, I have to change the email and password than re-encode the file. I thought of and looked into reading from the sd card directory, but that seems too messy. Any one have any ideas where or how I could generate / get the account information? I tested it on my machine (windows 10) and for some reason it requires more tabs than when I tested it at the computer lab computer (windows 7), so here are both scripts. Windows 7: DELAY 5000 CONTROL ESCAPE DELAY 100 STRING chrome https://twitter.com/signup ENTER DELAY 3000 STRING PapaJones564 REM ^Enters the username^ DELAY 100 TAB STRING @nardski.33mail.com REM ^Enters the email^ DELAY 200 TAB STRING Samsung1 REM ^Enters the pass^ DELAY 200 ENTER Note: added delete to windows 10 because my computer would auto-fill it Windows 10 DELAY 5000 CONTROL ESCAPE DELAY 100 STRING Chrome https://twitter.com/signup ENTER DELAY 5000 STRING DIMONOS5sh3 REM ^ Enters username^ DELAY 600 TAB DELAY 100 TAB TAB DEL STRING @nardski.33mail.com REM ^Enters EMAL^ DELAY 2000 TAB DEL DELAY 900 STRING G0ldFISH!! REM ^Enter pass^ TAB TAB TAB ENTER Thanks for your help, and have a good holiday ! :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.