bojak71730 Posted January 28, 2006 Posted January 28, 2006 (edited) i made this script and what it does is it opens yahoo and aim (works with new versions only) and i also have it so it will close by pushing alt+f9 and it signs u off of yahoo and aim when u push alt+f9 leave me your comments #NoTrayIcon HotKeySet("!{F9}", "Close");alt + F9 to close Dim $Yahoo = Run(@ProgramFilesDir & '\Yahoo!\Messenger\YPager.exe') Dim $aim6 = Run('"C:\Program Files\Common Files\AOL\Launch\aollaunch.exe" /d suiteid=TritonGM /d locale=en-US ee://aol/imApp') While 1 Sleep (1000) Wend Func Close() If ProcessExists("YPager.exe") Then ProcessClose ("YPager.exe") If ProcessExists("aolsoftware.exe") Then Processclose ("aolsoftware.exe") If ProcessExists("aim6.exe") Then Processclose ("aim6.exe") EndFunc() Edited January 29, 2006 by bojak71730
Valuater Posted January 28, 2006 Posted January 28, 2006 i made this script and what it does is it opens yahoo and aim (works with new versions only) and i also have it so it will close by pushing alt+f9 and it signs u off of yahoo and aim when u push alt+f9 leave me your comments what script ????? 8)
ConsultingJoe Posted January 29, 2006 Posted January 29, 2006 what script?????8)LOL, Nice script!!! good job, hahah Check out ConsultingJoe.com
rambo3889 Posted January 29, 2006 Posted January 29, 2006 why the endfunc() cant you just use endfunc My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youre the best in town Fight!
bojak71730 Posted January 29, 2006 Author Posted January 29, 2006 yep i tried that and it worked but other than that what do u think about it?
rambo3889 Posted January 29, 2006 Posted January 29, 2006 okay what i can read i haven't runned it because i have not yahoo installed My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youre the best in town Fight!
theguy0000 Posted January 29, 2006 Posted January 29, 2006 okay what i can read i haven't runned it because i have not yahoo installedam I the only one confused by that post? The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
rambo3889 Posted January 29, 2006 Posted January 29, 2006 Im sorry im danish so im not so good to write in english what i mean: the script looks fine I haven't tryed to run it because i have not installed yahoo on my pc Hope that explains what i mean My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youre the best in town Fight!
bojak71730 Posted January 29, 2006 Author Posted January 29, 2006 i understand what u mean but i just didnt know if this was a good script and if it is do u have anymore suggestions to make it better? just to let u know im a newbie at this stuff so i dont know alot about scripting but please be paitent im learning...
bang Posted February 7, 2006 Posted February 7, 2006 well well but like rambo why Endfunc() and close()
Faustvii Posted February 7, 2006 Posted February 7, 2006 rambo didnt say anything about close() and i dont see the problem whit it its usefull to close the program whit a hotkey..
rambo3889 Posted February 7, 2006 Posted February 7, 2006 (edited) When the hell did i say something about Close() Edited February 7, 2006 by rambo3889 My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youre the best in town Fight!
rambo3889 Posted February 10, 2006 Posted February 10, 2006 Bang when did i say anything about the Close() My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youre the best in town Fight!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now