CLEO Help shi*y op multi hax

CLEO related
Status
Not open for further replies.

shanker

Well-known member
Joined
Sep 18, 2016
Messages
291
Reaction score
17
Location
Romania
[shcode=cpp]
while true
wait 0
if 3@ == 1  // MainThread 
then 
    0B8D: samp set_cursor_mode 2
    0B86: samp dialog 2@ set_visible true
    else if 3@ == 0    
    then 
        0B86: samp dialog 2@ set_visible false
        0B86: samp dialog 4@ set_visible false
        0B86: samp dialog 5@ set_visible false
        "Dialog.UnCheckBoxIsChecked(2@,1)" (looking for this opcode if it exists)

    end
end 
   
if Dialog.CheckBoxIsChecked(2@, 1) // MiscThread  
then 
    0B8D: samp set_cursor_mode 2
    0B86: samp dialog 4@ set_visible true
    else if not Dialog.CheckBoxIsChecked(2@, 1) 
    then 0B86: samp dialog 4@ set_visible false
    end
end [/shcode]

nvm i found it

[shcode=cpp]Dialog.SetCheckBoxChecked(dialog,checkbox,checked(true/false))[/shcode]
 

shanker

Well-known member
Joined
Sep 18, 2016
Messages
291
Reaction score
17
Location
Romania
[shcode=cpp]0xBA6788 - [float] Draw Distance[/shcode]

max value of it?but minim?

// how can i set messages on the screen like s0beit does? example: RPC incoming/outcoming info or X/Y/Z pos? is there any opcode? i don't think via "create txd" i can do it
 
Status
Not open for further replies.
Top