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!
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
882
Location
Lithuania
You not fucking learning just waiting get free code..
Here bich...

[shcode=cpp]
{$CLEO .cs}

0000:

repeat
wait 0
until 0afa:

while true
wait 0

IF
0B61:  samp is_local_player_spawned
THEN
   0B2B: samp 0@ = get_player_id_by_actor_handle $PLAYER_ACTOR
   0B36: samp 1@ = get_player_nickname 0@
   IF
   0C14: strcmp string1 1@ string2 "Alach_Akbar"
   THEN
       2@ = true
   END
END

if
2@ == true
then
   /// put here all code
end

end


[/shcode]
 
Status
Not open for further replies.
Top