yeah, using any password generator tut from youtube would be basically the same as a name generator but with different values
Hmm, i want a program who i have to tip in a word like "test" and then the program gives me different variants of "test". for exaple "t3st" or "[t]est" or "tesT".
You know? :P
Originally Posted by FreakixX
Hmm, i want a program who i have to tip in a word like "test" and then the program gives me different variants of "test". for exaple "t3st" or "[t]est" or "tesT".
You know? :P
You can't really do that oO
why do you need it
Just watch some tutorials on youtube to how to make a keygen or soemthing else and replace keys with names , is that so hard for you?
Code:
Dim Key As Integer
key =(rnd()*1)
Select Case Key
Case 1
textbox1.text ="Write something"
End Select
Originally Posted by Takari
Dim Key As Integer
key =(rnd()*1)
Select Case Key
Case 1
textbox1.text ="Write something"
End Select