CLEO Help Activation button HELP

CLEO related
Status
Not open for further replies.

Haxzorlmao

Active member
Joined
Aug 24, 2014
Messages
56
Reaction score
3
So, I need a activation button on this cleo. Can somebody make it for me or tell me how to do it?

Activation and deactivation key: f9

Please.

Thanks in advance.

:ugbase: :ugbase: :ugbase:

Cleo in attachment
 

Attachments

  • runwithoutweap.cs
    17.3 KB · Views: 27

Mennims

Active member
Joined
Mar 18, 2014
Messages
41
Reaction score
0
Here is the code, figure out how to use it. Next time you give us your script tell us how it works and where you want the new code to be. I don't have time to figure it out but here's something what it should look like. You will need to have it in a loop to constantly check if it's being pressed. Work around with it

Code:
1@ == 0

:ENABLE_DISABLE
if
0AB0:  key_pressed 120  //When key F9 pressed
then
    if 
    1@ = 1 //If turned on
    then
    1@ = 0 //Turn off code
    //Code disable
    else // Turn on code
    1@ = 1
    //Code enable
end
 
Status
Not open for further replies.
Top