Skip to content

Instantly share code, notes, and snippets.

@kmkmjhyiiiu
Created December 25, 2018 18:48
Show Gist options
  • Save kmkmjhyiiiu/2f800d14a104c16016dcc27972469efb to your computer and use it in GitHub Desktop.
Save kmkmjhyiiiu/2f800d14a104c16016dcc27972469efb to your computer and use it in GitHub Desktop.
bypass mega downloading limit with tor - Tested in ubuntu
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
Copy link

can it work on chrome?

@kmkmjhyiiiu
Copy link
Author

@Auditormadness9, what does Chrome have to do with this?

@Auditormadness9
Copy link

Nvm, I use Mega in browser on Windows so was curious.

@kmkmjhyiiiu
Copy link
Author

kmkmjhyiiiu commented Oct 19, 2023 via email

@Auditormadness9
Copy link

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