CLEO Help About dialogbox (easy)

CLEO related
Status
Not open for further replies.

Fr0z3n

Well-known member
Joined
Nov 20, 2019
Messages
294
Reaction score
36
Location
Srbija
can anyone create a script that will handle the dialog that is every 1 hour or every paycheck just needs to click enter when that dialog is out
P.S sorry for the bad english
 

erichoward

Member
Joined
Dec 9, 2019
Messages
15
Reaction score
0
Location
egypt
Code:
{$CLEO .cs}

0000:


REPEAT
wait 0
UNTIL 0AFA:

0B34: "cap" @cmd

0AC8: 1@ = allocate_memory_size 256
0AC8: 2@ = allocate_memory_size 256

WHILE TRUE
wait 0
FOR 0@ = 98 TO 99 /// GET 98 AND 99 CHAT LINES
0B75: samp get_chat_string 0@ text_to 1@ prefix_to 2@ color_to 3@ prefix_color_to 4@

IF AND
15@ == TRUE // WORKS ONLY IF COMMAND ENABLED
0C29: $NOT_USED = stristr string1 1@ string2 "Type /signcheck" /// detect text "Type /signcheck"
THEN
    say "/signcheck"
    wait 1000 // wait one sec and then say /capture
    0AF8: "This text color is: %x" -1 3@
END

END // END WHILE TRUE
END // END FOR 0@ = 98 TO 99 /// GET 98 AND 99 CHAT LINES


IF
15@ == TRUE
THEN
    PRINTF "Auto capturf ~G~Enabled" 2000
ELSE
    PRINTF "Auto capturf ~R~Disabled" 2000
END

0B43:
This is an auto cap turf mod, type cap to activate/deactivate
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,133
Solutions
5
Reaction score
885
Location
Lithuania
can anyone create a script that will handle the dialog that is every 1 hour or every paycheck just needs to click enter when that dialog is out
P.S sorry for the bad english

What you can tell about that dialog , do you have any pic , or something more , explain more clearly...
 
Status
Not open for further replies.
Top