Licence system for javascript

Status
This thread has been locked.

Ty

Supreme
Feedback score
28
Posts
790
Reactions
497
Resources
2
Needing a licence key system for my Discord Bots, can work through a website or software or whatever idc, add my Discord Ty#7904 and we'll talk.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

croissant222

Feedback score
0
Posts
439
Reactions
151
Resources
0
A licensing system that gives you the functioning system then tries to lock it can always be bypassed, since youre using javascript it will probably be even easier.
 

Cade

Currency Exchange
Supreme
Feedback score
34
Posts
686
Reactions
252
Resources
0
I'm in need of this too. Is there a way where you have a license key that goes to a website and you enter your license key to get a download link?

Example:
Purchase's bot for $0.50
Receives license key
goes to randomwebsitehere.randomdomain
enters key
If the key is correct, allows downloading the files.
 

Ty

Supreme
Feedback score
28
Posts
790
Reactions
497
Resources
2
I'm in need of this too. Is there a way where you have a license key that goes to a website and you enter your license key to get a download link?

Example:
Purchase's bot for $0.50
Receives license key
goes to randomwebsitehere.randomdomain
enters key
If the key is correct, allows downloading the files.
That'd do nothing against leakers :(

I'm talking to someone who is going to use an api and store their name and a key, they put the key in a key.txt file, if the key is valid the bot starts, if not it exists, take from that what you will :p
 

Cade

Currency Exchange
Supreme
Feedback score
34
Posts
686
Reactions
252
Resources
0
That'd do nothing against leakers :(

I'm talking to someone who is going to use an api and store their name and a key, they put the key in a key.txt file, if the key is valid the bot starts, if not it exists, take from that what you will :p
Who is doing this for you and how much you paying? I really need this.
 

Ty

Supreme
Feedback score
28
Posts
790
Reactions
497
Resources
2
Who is doing this for you and how much you paying? I really need this.
Not sure of his MCM, but he's going to do it in a couple of days so I'll let you know how it works and link you to him :)
 

Spoch

Developer & Game seller
Supreme
Feedback score
13
Posts
269
Reactions
112
Resources
0
I'm in need of this too. Is there a way where you have a license key that goes to a website and you enter your license key to get a download link?

Example:
Purchase's bot for $0.50
Receives license key
goes to randomwebsitehere.randomdomain
enters key
If the key is correct, allows downloading the files.
Yes, but it would not prevent redistribution and this is already what MCM resources do (Without a key)
That'd do nothing against leakers :(

I'm talking to someone who is going to use an api and store their name and a key, they put the key in a key.txt file, if the key is valid the bot starts, if not it exists, take from that what you will :p
Still, when its just javascript I would imagine this to be so easy to disable. If the user has access to edit the code of a program then they will also be able to just remove any licensing system.

Best way would probably be to host yourself, only to customers. That would prevent your bot from being leaked.
 

Ty

Supreme
Feedback score
28
Posts
790
Reactions
497
Resources
2
Yes, but it would not prevent redistribution and this is already what MCM resources do (Without a key)

Still, when its just javascript I would imagine this to be so easy to disable. If the user has access to edit the code of a program then they will also be able to just remove any licensing system.

Best way would probably be to host yourself, only to customers. That would prevent your bot from being leaked.
Granted people will be able to bypass it, but if they want to waste time de-obfuscating the code for a £2.50 bot they got real problems.
 

FreshlyCooked

Supreme
Feedback score
15
Posts
232
Reactions
76
Resources
0
Ty try compiling your js into an exe? I'm not sure how it works but I think its possible and super secure
 

Ty

Supreme
Feedback score
28
Posts
790
Reactions
497
Resources
2
Ty try compiling your js into an exe? I'm not sure how it works but I think its possible and super secure
Yeah that’s what I’m going to try and do, tested it a little bit yesterday. However I don’t know how to compile a whole folder into an eye, right now I know how to do the main file and that’s about it lol.
 

FreshlyCooked

Supreme
Feedback score
15
Posts
232
Reactions
76
Resources
0
Yeah that’s what I’m going to try and do, tested it a little bit yesterday. However I don’t know how to compile a whole folder into an eye, right now I know how to do the main file and that’s about it lol.
Yeah, if you get it hmu xD
 
Status
This thread has been locked.
Top