Jump to content

rubber ducky twitter account creator idea


McJagger003

Recommended Posts

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
ENTER
DELAY 3000
STRING PapaJones564
REM ^Enters the username^
DELAY 100
TAB
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 ! :)
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...