Jump to content

Random Name Creator


 Share

Recommended Posts

I suggest you look at stringsplit

The below statement is False.The above statement is True.a lesson I learned from Greenmachine; give a man a code and he'll solve one problem. Teach a man to code and he'll solve all his problems.P.S please don't use autoIt as a virus creator/spyware maker(keyLogger especially)Cick this and help me[center]My Scripts:[/center][center]Port Scanner[/center]

Link to comment
Share on other sites

I suggest you look at stringsplit

here is what i have so far

HotKeySet("{Home}", "n")

While 1
Sleep(10000)
WEnd

Func n() 
$Gods1 = string( "grenth" )
$Gods2 = string( "dwayna" )
$Gods3 = string( "balthazar" )
$Gods4 = string( "melandru" )

$pet1 = string( "spider" )
$pet2 = string( "lynx" )
$pet3 = string( "hog" )
$pet4 = string( "strider" )
$pet5 = string( "bear" )
$pet6 = string( "stalker" )
$FirstName = Random(string $Gods(Random(int)
$LastName = Random(string $pet(Random(int)
$FullName = string( $FirstName + "s " + $Lastname )
MsgBox(64, "Your Pet's Name", $FullName )
EndFunc

But it doesnt choose a random variable.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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