Created
February 27, 2016 02:18
-
-
Save necrogami/c72a49f439eef7f5f8f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Do { | |
| $partner = (C:\ProgramData\chocolatey\bin\curl.exe -ks https://api.twitch.tv/kraken/channels/kiwifails | jq .partner) | |
| echo $partner | |
| if ($partner -eq "true") { | |
| echo "KIWI IS A PARTNER!!!!!!!" | |
| echo "kiwi fails is now a partner go subscribe" | cscript //nologo "C:\Program Files\Jampal\ptts.vbs" | |
| } | |
| sleep 30 | |
| } While (1 -eq 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment