Welcome to this guide!
Today am gonna teach you how to Crypt/Obfuscate
ENJOY
Today am gonna teach you how to Crypt/Obfuscate
ENJOY
So First of all you will need some things!
you will need:
you will need:
1. Pyinstaller (pip3 or pip install pyinstaller)
2. A base 64 encoder (
Now when you have the things listed above you should do the following:
1. Go to your base64 encoder and paste in your entire source code.
2. Grab the encoded base64 string and make a new python file
3. Add the following import base64; exec(base64.b64decode('yourbase64source'))
4. test if this works (you just have to run the python script. If it worked then proceed otherwise you did something wrong)
5. Open CMD in the same directory as the python file and type: pyinstaller --onefile (you can add -w if you want the python console hidden) thepythonscript.py
6. Go to the new created "dist" folder that is in the same path as the main script!
7. Enjoy!
2. A base 64 encoder (
Bağlantıları görmek için lütfen
Giriş Yap
)Now when you have the things listed above you should do the following:
1. Go to your base64 encoder and paste in your entire source code.
2. Grab the encoded base64 string and make a new python file
3. Add the following import base64; exec(base64.b64decode('yourbase64source'))
4. test if this works (you just have to run the python script. If it worked then proceed otherwise you did something wrong)
5. Open CMD in the same directory as the python file and type: pyinstaller --onefile (you can add -w if you want the python console hidden) thepythonscript.py
6. Go to the new created "dist" folder that is in the same path as the main script!
7. Enjoy!
Moderatörün son düzenlenenleri: