Posted
DOTENVPROTECT is a script that hides all your code in a .env file.
It's super useful if you don't have money for hosting so you choose to host on repl.it
On repl.it, the free tier cannot make private repls (containers), so anyone can see your code.
Sometimes, you wanna make something and keep the code for you, so if you don't have the money for hosting, DOTENVPROTECT is for you.
What do you need to run DOTENVPROTECT?
You just need Python3. Some linux distros come with it already, and for Windows and Mac it does not come with it.
So you obviously gotta install Python. I won't show you how, just find a guide online and also make sure Python3 is on path.
How to use DOTENVPROTECT?
So you put the python script i will be giving you in the route folder of your NodeJS project.
You then modify the line for DEST_FOLDER_NAME to what suites you. By default, it's gonna put the output code in "dep_build", so you don't really need to change that.
You then execute the script.
You can double click on it, or for windows do python protect.py
If you have mac or linux its python3 protect.py
It's gonna do its job, and then you will see the output folder.
Just cd into it and run it normally. It will still work.
Now, if you look at the code you will not see anything, except if you look at .env
In repl, .env is invisible to others, so no one will see your code.
How it looks like: https://wabz.is-ne.at/pf8h6J
Script link: https://raw.githubusercontent.com/rblxploit/dotenvprotect/master/protect.py
To download this code just do ctrl+s to save it.
I will be doing a tutorial too
My new discord is Wabz#1337 with ID 777154062789509130
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post