CLEO Help Update system / script turn off system

CLEO related
Status
Not open for further replies.

iVilux

Well-known member
Joined
Nov 12, 2013
Messages
207
Reaction score
5
I know there are some update systems, would it be possible to create a system that when you write something in that html page it just makes the script not work for the people that have it? If someone knows where can I find the update system, link it here, thank you.
 

T3KTONIT

Well-known member
Joined
Sep 2, 2013
Messages
308
Reaction score
5
What do YOU think?, is it possible or not?

you will not find it either ways.. you have to make it yourself..
 

iVilux

Well-known member
Joined
Nov 12, 2013
Messages
207
Reaction score
5
T3K link said:
What do YOU think?, is it possible or not?

you will not find it either ways.. you have to make it yourself..

Something similar is in SAMPFUNCS, also in the CLEO keyloggers.
 

T3KTONIT

Well-known member
Joined
Sep 2, 2013
Messages
308
Reaction score
5
iVilux link said:
Something similar is in SAMPFUNCS, also in the CLEO keyloggers.
yes yes, if u want to make something like a HWID lock for your cleos, you will still need a good crypter to protect the script.

if u have that, then all you have to do is setup a free host, and let the php do its job :], as for cleo , you can read text from any website by implementing the methods you would normally use in superior programming languages...
 

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,493
Reaction score
236
Location
( ͡° ͜ʖ ͡°)
It's easy. This is the shit i just did fast:



0C65: 0@ = download_url "http://yourserver.org/canuse.php" to_file "canuse.php"
WAIT 5000 // DOWNLOAD TIME
0AF0: 0@ = get_int_from_ini_file "canuse.php" section "canuse" key "canuse"
if
0@ == 0
THEN
    0AD0: show_formatted_text_lowpriority "THS MOD HAS BEEN DISABLED" time 2000
    WAIT 99999999999999999999
END
0C7D: release_download 0@


You put the file canuse.php on your server, then
the cleo downloads the file and checks if the value is 0.
if its 0 then the script turns off..


.php file should look like this.
[canuse]
canuse=1
 

iVilux

Well-known member
Joined
Nov 12, 2013
Messages
207
Reaction score
5
Opcode.eXe link said:
It's easy. This is the shit i just did fast:



0C65: 0@ = download_url "http://yourserver.org/canuse.php" to_file "canuse.php"
WAIT 5000 // DOWNLOAD TIME
0AF0: 0@ = get_int_from_ini_file "canuse.php" section "canuse" key "canuse"
if
0@ == 0
THEN
    0AD0: show_formatted_text_lowpriority "THS MOD HAS BEEN DISABLED" time 2000
    WAIT 99999999999999999999
END
0C7D: release_download 0@


You put the file canuse.php on your server, then
the cleo downloads the file and checks if the value is 0.
if its 0 then the script turns off..


.php file should look like this.
[canuse]
canuse=1

Thanks a lot! I'll see similar opcodes, and try to also create nick sender that will say who installed it. No malicious purposes. Thanks again!
 
Status
Not open for further replies.
Top