Guest User

Untitled

a guest
Sep 26th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.15 KB | None | 0 0
  1. $mp3 = _TempFile()
  2. $résultat = ShellExecute("curl", *paramètres*)
  3. $lien = _StringBetween($résultat, "mp3:", "")
  4. InetGet($lien, $mp3)
  5. SoundPlay($mp3)
Add Comment
Please, Sign In to add comment