Created
December 25, 2018 18:48
-
-
Save kmkmjhyiiiu/2f800d14a104c16016dcc27972469efb to your computer and use it in GitHub Desktop.
bypass mega downloading limit with tor - Tested in ubuntu
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
from time import sleep | |
import subprocess | |
if __name__ == '__main__': | |
while True: | |
subprocess.call(["killall " + " megasync"], shell = True) | |
subprocess.call(["kill -9 " + " `pidof tor`"], shell = True) | |
subprocess.call(["tor &"], shell = True) | |
subprocess.call(["megasync &"], shell = True) | |
sleep(60 * 15) |
@Auditormadness9, what does Chrome have to do with this?
Nvm, I use Mega in browser on Windows so was curious.
Good luck wasting your time and sooner you will face lots of issues.
…On Fri, Oct 20, 2023, 2:58 AM Auditormadness9 ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
Nvm, I use Mega in browser on Windows so was curious.
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/Ammadkhalid/2f800d14a104c16016dcc27972469efb#gistcomment-4732029>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADRDTUPJTXCVAMMVORB4VIDYAGPBJBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA4TGNZUGI4DMN5HORZGSZ3HMVZKMY3SMVQXIZI>
.
You are receiving this email because you authored the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
I didn't lol, I asked and just found better alts, all good
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
can it work on chrome?