Halo Demo Dedicated Server Tool

Halo modding and gaming related applications.
User avatar
spida
SEAL
Posts: 500
Joined: Tue Aug 29, 2006 5:40 pm
Location: Sacramento, California

Post by spida » Mon Dec 18, 2006 7:28 pm

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?

Yummy
Ranger
Posts: 684
Joined: Wed Jun 14, 2006 5:42 pm
Location: Near Pittsburgh, PA

Post by Yummy » Mon Dec 18, 2006 8:46 pm

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:


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
Image

Kraken
SEAL
Posts: 550
Joined: Mon May 22, 2006 1:32 pm
Location: Michigan, USA
Contact:

Post by Kraken » Mon Dec 18, 2006 9:19 pm

This could be fun. :twisted:
Image
Image

User avatar
spida
SEAL
Posts: 500
Joined: Tue Aug 29, 2006 5:40 pm
Location: Sacramento, California

Post by spida » Mon Dec 18, 2006 10:03 pm

wow thats pretty wierd. cool, but wierd. I once did one of those things only on aim.com i put in hip hop and i put in eminem and it came out hphpemnm as some of u know haha

Yummy
Ranger
Posts: 684
Joined: Wed Jun 14, 2006 5:42 pm
Location: Near Pittsburgh, PA

Post by Yummy » Tue Dec 19, 2006 12:43 pm

The problem is the script doesn't automatically IM the people (have to work on code for that), but it will create the s/n's.
Image

User avatar
spida
SEAL
Posts: 500
Joined: Tue Aug 29, 2006 5:40 pm
Location: Sacramento, California

Post by spida » Tue Dec 19, 2006 8:34 pm

can u get or i mean write a code for opening aim and typing in ur name and password or no? and yummy im learning a little more every minute about applescript but thanks again for help

mavrick06
Operative
Posts: 215
Joined: Thu Sep 21, 2006 4:32 pm

Post by mavrick06 » Tue Dec 19, 2006 10:56 pm

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.
Image
Image

Everyone on Macgamingmods.com wrote:WOOT for MAV!

User avatar
spida
SEAL
Posts: 500
Joined: Tue Aug 29, 2006 5:40 pm
Location: Sacramento, California

Post by spida » Wed Dec 20, 2006 4:10 pm

Well, thats not what i meant. I meant get it to open aim up and then have it typee your sn into the name spot and password into the password spot?

Yummy
Ranger
Posts: 684
Joined: Wed Jun 14, 2006 5:42 pm
Location: Near Pittsburgh, PA

Post by Yummy » Wed Dec 20, 2006 4:16 pm

I could do that, but I don't see why you don't have it automatically login...it's not that hard to auto login compared to writing a script.
Image

Kraken
SEAL
Posts: 550
Joined: Mon May 22, 2006 1:32 pm
Location: Michigan, USA
Contact:

Post by Kraken » Wed Dec 20, 2006 4:54 pm

Or better than both of those options. Get Adium.
Image
Image

Yummy
Ranger
Posts: 684
Joined: Wed Jun 14, 2006 5:42 pm
Location: Near Pittsburgh, PA

Post by Yummy » Wed Dec 20, 2006 5:09 pm

Right, that's what i meant pretty much. Adium is the h4x.
Image

GZ
Peon
Posts: 138
Joined: Fri Sep 01, 2006 11:00 am
Location: Planet Earth

Post by GZ » Wed Dec 20, 2006 5:52 pm

Where is the version for the intel core 2 duo macs?

mavrick06
Operative
Posts: 215
Joined: Thu Sep 21, 2006 4:32 pm

Post by mavrick06 » Wed Dec 20, 2006 6:19 pm

i dont want it to auto log in cause i dont go on it all the time plus im not the only one that uses this comp.
Image
Image

Everyone on Macgamingmods.com wrote:WOOT for MAV!

Yummy
Ranger
Posts: 684
Joined: Wed Jun 14, 2006 5:42 pm
Location: Near Pittsburgh, PA

Post by Yummy » Wed Dec 20, 2006 6:23 pm

Well then, IM me mavrick and I shall help you with that, it's just using GUI.
Image

User avatar
spida
SEAL
Posts: 500
Joined: Tue Aug 29, 2006 5:40 pm
Location: Sacramento, California

Post by spida » Thu Dec 21, 2006 6:19 pm

yea same here im not the only one using this computer

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests