Jump to content

Recommended Posts

Posted (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 by bojak71730
Posted

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)

NEWHeader1.png

Posted

okay what i can read i haven't runned it because i have not yahoo installed

am 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

Posted

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! you’re the best in town Fight!
Posted

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

  • 2 weeks later...

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
  • Recently Browsing   0 members

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