Applescript Tutorial
Loading...
22,548
Loading...
Uploader Comments (middiablo)
see all
All Comments (42)
-
@TechExpertHD nice job, I liked it.
-
@Stealth884 Before you posted this comment I had already created Magic 8 Ball, download it here at: applescripts.weebly.com
-
@ko0lego I know but I mean sumthing like: a text input display dialog then set k to randum number (4) if k is blah blah then display blah blah. Not sumthing with animation.
-
@Stealth884 applescript is not a something for gamedev..
-
I'm thinking about making magic 8 ball with applescript... how would i approach this?
-
i would i have this type commands in terminal
-
Can you make a video on the advanced techniques, like to compose a new message in Mail?
-
Good video thankyou
Loading...
Can i make script that launches Call of Duty 4 and then connect to a server with a certain password?I am able to make the script open CoD4,but i get stuck there,what i need to do after is to open console("\" key) and insert ip followed by password.Thanks!
AleXxXcOd4 8 months ago
@AleXxXcOd4 If I were doing something like that, I'd try:
tell application "System Events" keystroke "/" & return keystroke "255.255.255.255" & return (or whatever the IP address is) keystroke "password" & return
end tell
That is, if "return" is what you hit after you enter each of those. If it's something else like "tab" then just say & tab. if it's the down arrow, then you'll have to look up the keycode for the down arrow. And then do "key code" instead of "keystroke" with a number.
middiablo 7 months ago
what is colloqy?
chriskass100 1 year ago
@chriskass100 An Internet Relay Chat (IRC) client for the Mac.
middiablo 1 year ago