Skip to content

Commit

Permalink
Update Vare.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saintdaddy authored Mar 29, 2023
1 parent 5af7173 commit 31de866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vare.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ def junkgenerator(junkrange):
hex_str = newdata.encode().hex()


stub = f"""{__VareObfuscator__ = ''
junkgenerator(10)}
stub = f"""__VareObfuscator__ = ''
{junkgenerator(10)}
import base64 as ______;import marshal as ____;import zlib as __________;from cryptography.fernet import Fernet;import base64;__mikey__="{base64.b64encode(stubkey).decode()}";mydata="{hex_str}";__vare__ = lambda x: ____.loads(__________.decompress(______.b32decode(______.b64decode(x[::-1]))));__mycip__= Fernet(base64.b64decode(__mikey__));__step1__=bytes.fromhex(mydata);__step2__=__mycip__.decrypt(__step1__);__decr__=base64.b64decode(__step2__);__decrdata__=__decr__;__gotnew__=base64.b32decode(__decr__);__newdecr__={random.randint(999999,999999999999)};__getnew__=__newdecr__;__myb64code__=base64.b64decode(__gotnew__);__myb64codee__=base64.b64decode(__myb64code__);___ = __myb64codee__;exec(__vare__(___))
{junkgenerator(10)}"""

Expand Down

0 comments on commit 31de866

Please sign in to comment.