bang Posted February 7, 2006 Posted February 7, 2006 need pause and un pause windows medie player stop music and start agin HotKeySet("{esc}","term") HotKeySet("{PAUSE}","pause") While 1 Sleep(250) WEnd func term() Exit 0 EndFunc Func pause() EndFunc
rambo3889 Posted February 7, 2006 Posted February 7, 2006 (edited) HotKeySet("{esc}","term") HotKeySet("{PAUSE}","pause") While 1 Sleep(100) WEnd func term() Exit EndFunc Func pause() send("{MEDIA_PLAY_PAUSE}") EndFunc 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 7, 2006 Posted February 7, 2006 (edited) I did just changed it in the script i posted 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!
Faustvii Posted February 7, 2006 Posted February 7, 2006 Rambo3889 looks better if the script is in code
rambo3889 Posted February 7, 2006 Posted February 7, 2006 Sorry i did forgot that 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