Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $URLS = "path\to\urls.txt"
- $TORR = "path\to\folder\"
- $TGUI = "path\to\transgui.exe"
- $wsh = New-Object -ComObject Wscript.Shell
- $wsh.Popup("Copy all links from nCore Activity page then press OK")
- Clear-Content $URLS
- Get-Clipboard > $URLS
- (Get-Content $URLS) -replace 'details', 'download' | Out-File -encoding ASCII $URLS
- (Get-Content $URLS) -replace '$', '&key=passkey' | Out-File -encoding ASCII $URLS
- aria2c --follow-torrent=false --input-file=$URLS --dir=$TORR --disable-ipv6
- explorer $TORR
- start-process $TGUI
Add Comment
Please, Sign In to add comment