NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

#Persistent

; List of 300 first names (you can add more names as needed)
FirstNameList := "Alice|Bob|Charlie|David|Emma|Frank|Grace|Hannah|Isaac|Jack|Katherine|Liam|Megan|Nathan|Olivia|Patrick|Quinn|Rachel|Samuel|Tina|Ulysses|Victoria|William|Xander|Yasmine|Zachary|Aaron|Bella|Chloe|Daniel|Emily|Fiona|George|Holly|Ivy|Jacob|Kate|Lily|Mason|Nora|Oscar|Penny|Quincy|Rebecca|Sophia|Thomas|Uma|Violet|Walter|Xenia|Yara|Zoe|Alex|Ben|Catherine|Dylan|Ella|Felix|Gina|Hank|Isabel|Jason|Kayla|Landon|Mia|Nate|Oliver|Paige|Quentin|Riley|Sarah|Tristan|Ursula|Valerie|Winston|Xena|Yvonne|Zane|Abigail|Andrew|Caroline|Dexter|Eleanor|Freddie|Georgia|Henry|Isabelle|Jasper|Katie|Lucas|Madison|Milo|Natalie|Owen|Penelope|Quinn|Ruby|Sebastian|Tabitha|Ulysses|Vera|Wyatt|Ximena|Yasmin|Zander|Abby|Bennett|Callie|Duke|Eliza|Finn|Giselle|Harrison|Isla|Jackson|Kylie|Liam|Maisie|Noah|Olivia|Parker|Quincy|Riley|Sadie|Theo|Uma|Violet|Wesley|Xander|Yasmine|Zane"

; Split the names into an array
StringSplit, FirstNameArray, FirstNameList, |

; Function to generate a random name
GenerateRandomName() {
Random, RandomIndex, 1, % FirstNameArray0
return FirstNameArray%RandomIndex%
}

Shift & LButton:: ; Detect Shift key + Left click
Click ; Perform a single click
Sleep, 1000 ; Wait for 1 second (adjust as needed)
Send % GenerateRandomName() ; Send a random name
return

#Persistent

; List of 300 last names (you can add more as needed)
LastNameList := "Smith|Johnson|Brown|Williams|Jones|Miller|Davis|Garcia|Rodriguez|Martinez|Hernandez|Lopez|Gonzalez|Wilson|Anderson|Thomas|Taylor|Moore|Jackson|Martin|Lee|Perez|Thompson|White|Harris|Sanchez|Clark|Ramirez|Lewis|Young|Walker|Hall|Allen|King|Wright|Scott|Torres|Nguyen|Hill|Flores|Green|Adams|Nelson|Baker|Hall|Rivera|Campbell|Mitchell|Carter|Roberts|Gomez|Phillips|Evans|Turner|Parker|Collins|Edwards|Stewart|Flores|Morris|Nguyen|Murphy|Rivera|Cook|Rogers|Morgan|Peterson|Cooper|Reed|Bailey|Bell|Gonzalez|Reed|Cook|Kelly|Howard|Ward|Cox|Diaz|Richardson|Wood|Watson|Brooks|Bennett|Gray|James|Reyes|Cruz|Hughes|Price|Myers|Long|Foster|Sanders|Ross|Morales|Powell|Sullivan|Russell|Ortiz|Jenkins|Gutierrez|Perry|Butler|Barnes|Fisher|Henderson|Coleman|Simmons|Patterson|Jordan|Reynolds|Hamilton|Graham|Kim|Gardner|West|Hudson|Stone|Hawkins|Dunn|Dixon|Holland|Scott|Collins|Gomez|Vasquez|Chavez|Perkins|Morales|Fleming"

; Split the last names into an array
StringSplit, LastNameArray, LastNameList, |

; Function to generate a random last name
GenerateRandomLastName() {
Random, RandomIndex, 1, % LastNameArray0
return LastNameArray%RandomIndex%
}

Shift & RButton:: ; Detect Shift key + Right click
Click ; Perform a single left click
Sleep, 1000 ; Wait for 1 second (adjust as needed)
Send % GenerateRandomLastName() ; Send a random last name
return


#Persistent

; Function to generate a random 10-character password
GenerateRandomPassword() {
Random, Password, 97, 122 ; Random lowercase letter (ASCII values)
Loop 9 {
Random, RandomChar, 65, 122 ; Random character from 'A' to 'z' (ASCII values)
; Exclude characters between 'Z' and 'a' to avoid special characters
if (RandomChar > 90 && RandomChar < 97)
RandomChar := 65 ; Change it to 'A'
Password := Password . Chr(RandomChar)
}
return Password
}

^LButton:: ; Detect Ctrl key + Left click
Click ; Perform a single left click
Sleep, 1000 ; Wait for 1 second (adjust as needed)
Send % GenerateRandomPassword() ; Send a random 10-character password
return


#Persistent

; Function to generate a random 9-digit number
GenerateRandomNumber() {
Random, Number, 100000000, 999999999
return Number
}

; List of email domains
EmailDomains := ["@outlook.co.nz", "@hotmail.co.nz", "@proton.me"]

^RButton:: ; Detect Ctrl key + Right click
Click ; Perform a single left click
Sleep, 500 ; Wait for 0.5 seconds (adjust as needed)
Random, DomainIndex, 1, % EmailDomains.Length()
RandomNumber := GenerateRandomNumber()
Email := RandomNumber . EmailDomains[DomainIndex]
Clipboard := Email
Send ^v ; Paste the email
return


#Persistent

AltLButton:: ; Detect Alt key + Left click
Click ; Perform a single left click
Sleep, 500 ; Wait for 0.5 seconds (adjust as needed)

Loop, 100 {
Send, %A_Index%%A_Index% ; Send the current number twice
Sleep, 500 ; Wait for a longer time (adjust as needed)
}
return
     
 
what is notes.io
 

Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 14 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.