-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Obfuscated #18
Comments
Your computer can run the code even if it's obfuscated |
hi, if you think there is a token grabber, know that there isn't (I deobfuscated the code but I don't share it out of respect to the creator), obfuscer codes still work, just enter everything you need in the configs and npm i |
let total = 0;
for (let i = 0; i < 10; i++) {
total += i;
}
console.log("Total: " + total); This is the deobfuscated code. This is stupid to make a project open source to obfuscate it, even more for that code. Just make it private in that case, or simply delete your file if not used (which looks like it is). |
Bro, I wanted to share it only for my discord server. Why do you come and bother me "gneugneu this is so stupid", I don't give a f**k about what you say. |
If you want to share it then share it on your discord server, dont obfuscate things on a platform mostly based for open source projects. |
My computer can't run it because of the o fuscated code. Do you have an unobfuscated version?
The text was updated successfully, but these errors were encountered: