Jump to content

Recommended Posts

Posted

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
Posted (edited)

HotKeySet("{esc}","term")
HotKeySet("{PAUSE}","pause")



While 1
    Sleep(100)
WEnd

func term()
    Exit
EndFunc

Func pause()
    send("{MEDIA_PLAY_PAUSE}")
EndFunc

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

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