Safely host bot service in Javascript
Hello!
I have no experience in Encryptation or any methods to hide own code.
I am developing a bot for browser game, running in JavaScript.
Using Tampermonkey obviously :P,
I already managed to make bot later comunicates with a server a made in NodeJS.
The code can be stolen and played offline with almost no work,
What would be the best way to protect the code and make a bot service?
- Any way to encrypt javascript and keep it safe from leak?
- Or should go SERVER-SIDE code? Will require servers...
I have no experience in Encryptation or any methods to hide own code.
I am developing a bot for browser game, running in JavaScript.
Using Tampermonkey obviously :P,
I already managed to make bot later comunicates with a server a made in NodeJS.
The code can be stolen and played offline with almost no work,
What would be the best way to protect the code and make a bot service?
- Any way to encrypt javascript and keep it safe from leak?
- Or should go SERVER-SIDE code? Will require servers...