Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @ECHO OFF
- TITLE MOVIE DOWNLOADER by Lapinpt
- move /Y wget.exe C:\Windows >NUL
- move /Y unzip.exe C:\Windows >NUL
- :LOOP
- echo.
- set /p pswrd=PASSWORD?:
- cls & echo. & timeout 2 >NUL
- IF /I NOT [%pswrd%]==[SOMEPASS] GOTO BADPASS
- IF NOT EXIST C:\Windows\aria2c.exe (
- wget -q https://mydisk.se/lapinpt/webpage/batch/tools/aria2c.zip
- unzip -q -o aria2c.zip -d C:\Windows
- del aria2c.zip
- )
- echo ESCOLHE OS FILMES QUE QUERES. & echo. & timeout 3 >NUL
- echo para SIM, clica na letra S e ENTER & echo. & timeout 4 >NUL
- echo para NAO, clica apenas em ENTER & echo. & timeout 5 >NUL
- echo Europa.Report.2013.BluRay.720p.x264
- set /p Europa=s ou n:
- echo.
- echo The.Purge.2013.720p.BluRay.x264
- set /p The.Purge=s ou n:
- echo.
- echo Only.God.Forgives.2013.BluRay.720p.x264
- set /p Only.God=s ou n:
- echo.
- echo After.Earth.2013.720p.BluRay.x264
- set /p After.Earth=s ou n:
- echo.
- echo The.Hangover.Part.III.2013.720p.BluRay.x264
- set /p Hangover=s ou n:
- echo.
- echo This.Is.the.End.2013.720p.BluRay.x264
- set /p This.Is=s ou n:
- echo.
- echo The.Croods.2013.720p.BDRiP.x264
- set /p The.Croods=s ou n:
- cls
- if /I "%Europa%"=="s" (
- echo Downloading Europa.Report.2013.BluRay.720p.x264 & echo.
- aria2c --http-user=USER --http-passwd=PASSWORD -x4 --continue=true --file-allocation=falloc http://your.link.net/Europa.Report.2013.BluRay.720p.x264-CHD.mkv
- )
- if /I "%The.Purge%"=="s" (
- echo Downloading The.Purge.2013.720p.BluRay.x264 & echo.
- aria2c --http-user=USER --http-passwd=PASSWORD -x4 --continue=true --file-allocation=falloc http://your.link.net/The.Purge.2013.720p.BluRay.x264-WiKi.mkv
- )
- if /I "%Only.God%"=="s" (
- echo Downloading Only.God.Forgives.2013.BluRay.720p.x264 & echo.
- aria2c --http-user=USER --http-passwd=PASSWORD -x4 --continue=true --file-allocation=falloc http://your.link.net/Only.God.Forgives.2013.BluRay.720p.x264-CHD.mkv
- )
- if /I "%After.Earth%"=="s" (
- echo Downloading After.Earth.2013.720p.BluRay.x264 & echo.
- aria2c --http-user=USER --http-passwd=PASSWORD -x4 --continue=true --file-allocation=falloc http://your.link.net/After.Earth.2013.720p.BluRay.x264-WiKi.mkv
- )
- if /I "%Hangover%"=="s" (
- echo Downloading The.Hangover.Part.III.2013.720p.BluRay.x264 & echo.
- aria2c --http-user=USER --http-passwd=PASSWORD -x4 --continue=true --file-allocation=falloc http://your.link.net/The.Hangover.Part.III.2013.720p.BluRay.x264-HiDt.mkv
- )
- if /I "%This.Is%"=="s" (
- echo Downloading This.Is.the.End.2013.720p.BluRay.x264 & echo.
- aria2c --http-user=USER --http-passwd=PASSWORD -x4 --continue=true --file-allocation=falloc http://your.link.net/This.Is.the.End.2013.720p.BluRay.x264-HiDt.mkv
- )
- if /I "%The.Croods%"=="s" (
- echo Downloading The.Croods.2013.720p.BDRiP.x264 & echo.
- aria2c --http-user=USER --http-passwd=PASSWORD -x4 --continue=true --file-allocation=falloc http://your.link.net/BRRIP/The.Croods.2013.720p.BDRiP.x264-nTHD/The.Croods.2013.720p.BDRiP.x264-nTHD.mp4
- )
- GOTO EOF
- :BADPASS
- echo ERRADO, TENTA OUTRA VEZ... & timeout 3 >NUL
- cls
- GOTO LOOP
- :EOF
Add Comment
Please, Sign In to add comment