CLEO Help License opcode and locking your scripts

CLEO related
Status
Not open for further replies.

Jordanas

Member
Joined
Feb 24, 2018
Messages
14
Reaction score
0
Hello, i'm new at scripting so i'm sorry if i don't know the obviuos  :D I would like to know how to put a license on your script as i license i mean that the script would only work on 1 nickname.Does anyone know the code for that?

And secondly i would like to find out how to code or lock your scripts. I know something about hex or something but it didn't really work  :-/

So yeah, if you can please help me  ;)

Good day!
 

Edvincik

Well-known member
Joined
Mar 15, 2016
Messages
399
Reaction score
26
@Parazitas is kur cia tie daug tu lietuviu scripteriu atsirado? :D


Jordanas said:
Hello, i'm new at scripting so i'm sorry if i don't know the obviuos  :D I would like to know how to put a license on your script as i license i mean that the script would only work on 1 nickname.Does anyone know the code for that?

And secondly i would like to find out how to code or lock your scripts. I know something about hex or something but it didn't really work  :-/

So yeah, if you can please help me  ;)

Good day!

0C18 for nick, for lock you can use cryptor
 

Jordanas

Member
Joined
Feb 24, 2018
Messages
14
Reaction score
0
Malchik said:
@Parazitas is kur cia tie daug tu lietuviu scripteriu atsirado? :D


Jordanas said:
Hello, i'm new at scripting so i'm sorry if i don't know the obviuos  :D I would like to know how to put a license on your script as i license i mean that the script would only work on 1 nickname.Does anyone know the code for that?

And secondly i would like to find out how to code or lock your scripts. I know something about hex or something but it didn't really work  :-/

So yeah, if you can please help me  ;)

Good day!

0C18 for nick, for lock you can use cryptor



Sveikas sveikas ::D o tai gal galetum atsiust kaip atrody tas 0C18 kodas paciam skripte ::D jei gali imesk betkoki pavizdi :D
 

Edvincik

Well-known member
Joined
Mar 15, 2016
Messages
399
Reaction score
26
Jordanas said:
Malchik said:
@Parazitas is kur cia tie daug tu lietuviu scripteriu atsirado? :D


Jordanas said:
Hello, i'm new at scripting so i'm sorry if i don't know the obviuos  :D I would like to know how to put a license on your script as i license i mean that the script would only work on 1 nickname.Does anyone know the code for that?

And secondly i would like to find out how to code or lock your scripts. I know something about hex or something but it didn't really work  :-/

So yeah, if you can please help me  ;)

Good day!

0C18 for nick, for lock you can use cryptor



Sveikas sveikas ::D o tai gal galetum atsiust kaip atrody tas 0C18 kodas paciam skripte ::D jei gali imesk betkoki pavizdi :D


Tai pats pasidaryk, ten visai nesunku, internete pavyzdziu paziurek
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
Welcome to the LIT(huanian)-BASE.eu

Topic related :
There's various public CLEO cryptors on the internet, they are good if your target audience is :
completely shit at cleo and doesn't know what CLEO decryptor is
completely lazy and can't even google what CLEO decryptor is

And there's various private (paid) CLEO cryptors on the internet, they are also good if :
you have the monei
no decryptor for that kind of cryptor is leaked
your target audience is barely knows (or completely doesnt) the programming at all
no one is willing to pay (or ask) someone good (like @monday) to decrypt your cleo

There's also several ways to protect your script from stealing\editing, but they're kinda difficult, you know
 

Edvincik

Well-known member
Joined
Mar 15, 2016
Messages
399
Reaction score
26
supahdupahnubah said:
Welcome to the LIT(huanian)-BASE.eu

Topic related :
There's various public CLEO cryptors on the internet, they are good if your target audience is :
completely shit at cleo and doesn't know what CLEO decryptor is
completely lazy and can't even google what CLEO decryptor is

And there's various private (paid) CLEO cryptors on the internet, they are also good if :
you have the monei
no decryptor for that kind of cryptor is leaked
your target audience is barely knows (or completely doesnt) the programming at all
no one is willing to pay (or ask) someone good (like @monday) to decrypt your cleo

There's also several ways to protect your script from stealing\editing, but they're kinda difficult, you know

yea boi
 

_=Gigant=_

Well-known member
Joined
Mar 21, 2017
Messages
353
Reaction score
16
Jordanas said:
Hello, i'm new at scripting so i'm sorry if i don't know the obviuos  :D I would like to know how to put a license on your script as i license i mean that the script would only work on 1 nickname.

0AA2: 0@ = "kernel32.dll"
0AA4: 1@ = "GetComputerName" 0@

you can lock your script to be activated only on computers with determined names  

btw you can load licence number from ini file write int to file for example some number 11111 and let script to activate only if the number located in ini file is true
 

Jordanas

Member
Joined
Feb 24, 2018
Messages
14
Reaction score
0
_=Gigant=_ said:
Jordanas said:
Hello, i'm new at scripting so i'm sorry if i don't know the obviuos  :D I would like to know how to put a license on your script as i license i mean that the script would only work on 1 nickname.

0AA2: 0@ = "kernel32.dll"
0AA4: 1@ = "GetComputerName" 0@

btw you can load licence number from ini file write int to file for example some number 11111 and let script to activate only if the number located in ini file is true
And what does those codes do exatcly ? ::D can you give me an example?
 

Mila.cs ✅

Well-known member
Joined
Jun 24, 2016
Messages
247
Reaction score
10
Location
̀́̀́
Code:
thread "lock"

:start
jump @code

hex
  BB 01 02
end

:CODE
// bla bla

Very simple, but will stop
(absolute) noobs maybe.

Before compiling it,
go to tools -> options and
deactivate

Write opcodes
Replace mission numbers
Insert original mission names
and
Add extra info to SCM.

It's best to keep them open source.
There's no way to (100%)prevent someone from stealing your code anyway.

Also, if you're making a Cleo that should just work for 1 nickname,
why not keep it private in the first place?

If you're planning on selling it - don't, stop it, get some help.  :sadpepe:
 

Jordanas

Member
Joined
Feb 24, 2018
Messages
14
Reaction score
0
Mila.cs ✅ said:
Code:
thread "lock"

:start
jump @code

hex
  BB 01 02
end

:CODE
// bla bla

Very simple, but will stop
(absolute) noobs maybe.

Before compiling it,
go to tools -> options and
deactivate

Write opcodes
Replace mission numbers
Insert original mission names
and
Add extra info to SCM.

It's best to keep them open source.
There's no way to (100%)prevent someone from stealing your code anyway.

Also, if you're making a Cleo that should just work for 1 nickname,
why not keep it private in the first place?

If you're planning on selling it - don't, stop it, get some help.  :sadpepe:
Why would I lock them for 1 nick? well if i don't want anyone to know the code i'm using so i'll just lock crypt them and lock them for 1 nick, if I don't lock or crypt them the script is just gonna spread and i'm not going to earn any credit for it




Malchik said:
Jordanas said:
Malchik said:
@Parazitas is kur cia tie daug tu lietuviu scripteriu atsirado? :D


Jordanas said:
Hello, i'm new at scripting so i'm sorry if i don't know the obviuos  :D I would like to know how to put a license on your script as i license i mean that the script would only work on 1 nickname.Does anyone know the code for that?

And secondly i would like to find out how to code or lock your scripts. I know something about hex or something but it didn't really work  :-/

So yeah, if you can please help me  ;)

Good day!

0C18 for nick, for lock you can use cryptor



Sveikas sveikas ::D o tai gal galetum atsiust kaip atrody tas 0C18 kodas paciam skripte ::D jei gali imesk betkoki pavizdi :D


Tai pats pasidaryk, ten visai nesunku, internete pavyzdziu paziurek


Vistiek visiskai zalias del to kodo, gal vis del to imestum pavizdy :p  :D
 

Mila.cs ✅

Well-known member
Joined
Jun 24, 2016
Messages
247
Reaction score
10
Location
̀́̀́
Jordanas said:
Why would I lock them for 1 nick? well if i don't want anyone to know the code i'm using so i'll just lock crypt them and lock them for 1 nick, if I don't lock or crypt them the script is just gonna spread and i'm not going to earn any credit for it

But that would force them to use your nick.
 

Jordanas

Member
Joined
Feb 24, 2018
Messages
14
Reaction score
0
Mila.cs ✅ said:
Jordanas said:
Why would I lock them for 1 nick? well if i don't want anyone to know the code i'm using so i'll just lock crypt them and lock them for 1 nick, if I don't lock or crypt them the script is just gonna spread and i'm not going to earn any credit for it

But that would force them to use your nick.

what do you mean by that?
 

Mila.cs ✅

Well-known member
Joined
Jun 24, 2016
Messages
247
Reaction score
10
Location
̀́̀́
Jordanas said:
what do you mean by that?

Isn't that obvious?
Let's say you 'lock' your script and only allow
the name "Noob123" (example), this will force
every player that wants to use the script to play as
"Noob123".

I don't see any sense in that, unless you want
to sell your hack.
 

Jordanas

Member
Joined
Feb 24, 2018
Messages
14
Reaction score
0
Mila.cs ✅ said:
Jordanas said:
what do you mean by that?

Isn't that obvious?
Let's say you 'lock' your script and only allow
the name "Noob123" (example), this will force
every player that wants to use the script to play as
"Noob123".

I don't see any sense in that, unless you want
to sell your hack.
Well it depends on the script i am making, if i'm going to make a script which only works on 1 server (for example a command) so it's not going to be any use in that script
 

BigMan

Member
Joined
Nov 30, 2017
Messages
17
Reaction score
0
0B36: samp 4@ = get_player_nickname 1@
IF 0C18: 4@ = strstr string1 4@ string2 "Test_Test" 1@
Then
// your code
 
Status
Not open for further replies.
Top