Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Generator
#1
hey im trying to make a password generator that makes hard password using like 1234567890 !@#%$%^*& and letters. anyone have any idea how to do this?
#2
Macro
Code:
Copy      Help
str s.RandomString(12 12 "A-Z0-9!@#%$%^*&")
out s
#3
if you really want to mix it up try this.

Macro
Code:
Copy      Help
out _s.RandomString(12 12 " -~")

it hits all ascii chars from #32-#126. that is "space" to "tilde".
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)