Free Random Code Generator built in AutoHotkey

preview_player
Показать описание
This is a very simple Random Code Generator (great for drawings or Unique IDs for tracking). I walk through how you can use the script to generate a random code. It lets you decide which characters you'd like to have your code and how many characters it should use

You can get the script here:

TLDR: The key idea of the video is to demonstrate a script that generates random unique IDs with customizable character length and options.

1. 00:00 💡 This video demonstrates a script that generates random unique IDs with customizable character length and character options.

2. 00:27 💡 We create arrays with various characters and randomly push them into an object to iterate over them.

3. 00:48 💡 The code generator can generate a specified number of alphanumeric codes, which are then copied to the clipboard for easy use.

4. 01:17 💡 The code generator can quickly create a unique list of random characters, which can be sorted or kept random based on preference.

5. 01:58 🔧 This is a simple script for generating random code that can be downloaded and customized, although it lacks error checking and a GUI.
Рекомендации по теме
Комментарии
Автор

Thank you very much, this is perfect for generating passwords.
Then you just have to memorize them. It's a piece of cake. LOL

thepragmatic
Автор

I only need one code and do not need to change the length often, but would like to set it, how would I change the script?

I am not a script writer and everything I use autohotkey for I have reversed engineered from previous scripts and they are not very complicated.

This one, while I can see how it works, I do not have the knowledge on how to make those changes.

Any help would be great! Thank you!

sandman
Автор

Ooooh, random _code_ generator, as in codes. I thought you meant it generates code as in programs that do random things. 🤦 I was wondering how that would work and was eager to see the results. Now I'm disappointed. Doh. 😕 I guess a polymorphic virus is essentially a random-code generator. 🤔

vnceigz