adampwrightusa
Member
- Nov 18, 2019
- 32
- 29
- 18
Hello - long time lurker, first time contributor (simply because I didn't have anything good to add until now)! 
This is a script that will completely automate the process of having unlimited downloads for free from MEGA using NordVPN and jDownloader2.
Pre-requisites:
jDownloader2 - free and open source
NordVPN - I pay monthly but there are many free premium accounts available on this forum. Just search.
Windows computer - I could write one for Linux too on request but sorry Mac, you're on your own.
Method:
1. Copy and paste MEGA link into jDownloader2's "Link Grabber" function.
2. Start NordVPN like you normally would.
3. Start downloads.
4. Wait until you hit the Daily Limit Exceeded notification.
4. Make a .txt file in notepad and paste in:
@echo off
:loop
cd "C:\Program Files (x86)\NordVPN\"
nordvpn -c
TIMEOUT /T 15
taskkill /IM JDownloader2.exe /F
cd "C:\Users\YourAccount\AppData\Local\JDownloader 2.0"
start JDownloader2.exe
TIMEOUT /T 600
GOTO loop
end of script (don't include this
)
NOTE: MAKE SURE YOU CHANGE THE PATHS TO THE ACTUAL LOCATION OF YOUR NORDVPN AND JDOWNLOADER APPS AS THEY MAY DIFFER FROM MINE.
NOTE 2: The part of the script that says "TIMEOUT /T 600" is the amount of time it takes your internet connection roughly to download 5GB from MEGA. It's time in seconds. Edit this to your needs.
5. Save file and rename the .txt part of the file to .bat
6. Run the file you just made.
7. Profit $$$
What takes place:
1. Tells the automation where to start.
2. Moves to the directory of NordVPN
3. Tells NordVPN to connect to a random server.
4. Waits 15seconds to give VPN chance to connect. (adjust this if for some reason yours takes longer)
5. Closes jDownloader2
6 & 7. Moves to jDownloader directory & restarts jDownloader2.exe
8. Waits 10 minutes and then repeats the process. Repeat of above note: ADJUST THE "600" part of the script to reflect roughly how long it takes your internet connection to download 5GB.
You can leave this script running for days, weeks, whatever you want and it will keep on working. The only limitation is your hard drive space.
In return, if someone could PM me a link to CyberDevil's Warez forum or another recommended Warez forum, that'd be hugely appreciated. I'm aware of the rules on asking for this posting/publicly.
Hope this helps people and feel free to comment with any questions.
This is a script that will completely automate the process of having unlimited downloads for free from MEGA using NordVPN and jDownloader2.
Pre-requisites:
jDownloader2 - free and open source
NordVPN - I pay monthly but there are many free premium accounts available on this forum. Just search.
Windows computer - I could write one for Linux too on request but sorry Mac, you're on your own.
Method:
1. Copy and paste MEGA link into jDownloader2's "Link Grabber" function.
2. Start NordVPN like you normally would.
3. Start downloads.
4. Wait until you hit the Daily Limit Exceeded notification.
4. Make a .txt file in notepad and paste in:
@echo off
:loop
cd "C:\Program Files (x86)\NordVPN\"
nordvpn -c
TIMEOUT /T 15
taskkill /IM JDownloader2.exe /F
cd "C:\Users\YourAccount\AppData\Local\JDownloader 2.0"
start JDownloader2.exe
TIMEOUT /T 600
GOTO loop
end of script (don't include this
NOTE: MAKE SURE YOU CHANGE THE PATHS TO THE ACTUAL LOCATION OF YOUR NORDVPN AND JDOWNLOADER APPS AS THEY MAY DIFFER FROM MINE.
NOTE 2: The part of the script that says "TIMEOUT /T 600" is the amount of time it takes your internet connection roughly to download 5GB from MEGA. It's time in seconds. Edit this to your needs.
5. Save file and rename the .txt part of the file to .bat
6. Run the file you just made.
7. Profit $$$
What takes place:
1. Tells the automation where to start.
2. Moves to the directory of NordVPN
3. Tells NordVPN to connect to a random server.
4. Waits 15seconds to give VPN chance to connect. (adjust this if for some reason yours takes longer)
5. Closes jDownloader2
6 & 7. Moves to jDownloader directory & restarts jDownloader2.exe
8. Waits 10 minutes and then repeats the process. Repeat of above note: ADJUST THE "600" part of the script to reflect roughly how long it takes your internet connection to download 5GB.
You can leave this script running for days, weeks, whatever you want and it will keep on working. The only limitation is your hard drive space.
In return, if someone could PM me a link to CyberDevil's Warez forum or another recommended Warez forum, that'd be hugely appreciated. I'm aware of the rules on asking for this posting/publicly.
Hope this helps people and feel free to comment with any questions.
Last edited: