CLEO Help Make [.exe] out of [CLEO]

CLEO related
Status
Not open for further replies.

Lucky

New member
Joined
Jun 22, 2013
Messages
3
Reaction score
0
Is there anyway to run a cleo file as an .exe file? or convert it to an .exe?
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
You can convert it to .exe or .dll, but there's no software for that, so you should do it yourself, look into the code and implement those functions in C++ or C#, whatever language you want
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
52
Location
LongForgotten <-> 0x32789
Yeah, you have to learn C++ or C# or any language like python (but it will be .py) bu you want a .exe so go with C++ or C#, first you would want to start with learning C++ or C# then decide whether you are going to use SAMPFuncs API (for C++ only) or whether you are going to do it by editing the game memory, but finding addresses would be a problem so go with the samp funcs api but it is only for c++, now then you should start translating your cleo code into a function and then launch the function when you are ready.
 

Lucky

New member
Joined
Jun 22, 2013
Messages
3
Reaction score
0
springfield said:
Alternative is to inject the cleo script, but you'd still need CLEO and whatever other dependencies that CLEO has, like SF etc.

Is there any tutorial or some shit like that?
 
Status
Not open for further replies.
Top