Halo Demo Dedicated Server Tool
hey thanks monoman. yes i have looked at the examples an im trying to learn a little off of those and thanks to yummy i had some help from him so i should be good for a little while. I havent checked out that applescript guide yet but i will after this post. And kraken and yummy what are you trying to make?
Well I've got it so it creates a screen name that's TOTALLY RANDOM but it has the specified requirements that the AIM server needs:
AIM screen names must be 3 to 16 characters with the first character being a letter.
Now I have to send it to this person, maybe check if they're online first.
Here's the last 3 it created:
"w9cte7t91f99x1"
"gz3y52npw2"
"r4n4"
If you want to try this, here's the code:
AIM screen names must be 3 to 16 characters with the first character being a letter.
Now I have to send it to this person, maybe check if they're online first.
Here's the last 3 it created:
"w9cte7t91f99x1"
"gz3y52npw2"
"r4n4"
If you want to try this, here's the code:
Code: Select all
set the_ascii to rnd_range(97, 122)
set length_sn to rnd_range(3, 16)
repeat with blah from 2 to length_sn
set num_or_let to rnd_range(0, 1)
if num_or_let is 0 then
set the_ascii to the_ascii & rnd_range(48, 57)
else
set the_ascii to the_ascii & rnd_range(97, 122)
end if
end repeat
set the_name to (ASCII character of (item 1 of the_ascii))
repeat with blah from 2 to (length_sn)
set the_test to (the ASCII character of (item blah of the_ascii))
set the_name to (the_name & the_test)
end repeat
display dialog "The Random IM you got was: " & the_name
on rnd_range(x, y)
(random number (y - x)) + (x)
end rnd_range

yeh could you make a script to open msn or something on a click (types in user name and password for you).
hen it makes a new name or you every time. but the user name is not any random numbers or letters but must come from a list of words somewhere. perhaps a dictionary.... dunno.
so the user name would have to be a real word but would be random.
hen it makes a new name or you every time. but the user name is not any random numbers or letters but must come from a list of words somewhere. perhaps a dictionary.... dunno.
so the user name would have to be a real word but would be random.


Everyone on Macgamingmods.com wrote:WOOT for MAV!
Who is online
Users browsing this forum: No registered users and 3 guests