Jump to content

check this script out


bojak71730
 Share

Recommended Posts

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
Link to comment
Share on other sites

what script

?????

8)

LOL, Nice script!!! good job, hahah :lmao:

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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!
Link to comment
Share on other sites

  • 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
 Share

  • Recently Browsing   0 members

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