Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. ~Numpad0::
  2. if(IsChatOpen() == 1 || IsDialogOpen() == 1)
  3. {
  4. SendInput, {%A_ThisHotkey%}
  5. return
  6. }
  7. else
  8. {
  9. WinGetTitle, now_playing, ahk_class SpotifyMainWindow
  10. IF(now_playing = "Spotify")
  11. {
  12. SendChat("/fc Spotify: Aktuelles Lied: {01DF01}Werbung oder es läuft keins !")
  13. return
  14. }
  15. IF(now_playing != "" or "Spotify")
  16. {
  17. SendChat("/fc Spotify: Aktuelles Lied: " now_playing)
  18. }
  19. }
  20. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement