CLEO Help Changing from typing activation to virtual key activation

CLEO related
Status
Not open for further replies.

lehm

Member
Joined
Jun 17, 2013
Messages
10
Reaction score
0
How do you do that?
I'm trying to change the activation key of ProAim.cs to CTRL+1, but I'm not capable of doing that. I googled and tried to edit the file, but with no success. It doesn't even compile. It says, "Incorrect number of the conditions". I'd appreciate an edited cleo file, but I'd appreciate more if someone could give me a link to the tutorial or just simply explain me what to do. I have SannyBuilder set up.

Thanks.
 

Attachments

  • ProAim.cs
    25.6 KB · Views: 15

lehm

Member
Joined
Jun 17, 2013
Messages
10
Reaction score
0
14/88 link said:
Search for 0ADC: TYPING "AIM" and replace AIM with the keys you want to use.
I want to use the keys "17" and "50". Am I supposed to do this: 0ADC: TYPING "17 50"? Sorry for my little knowledge about this scripting business, lol.
 

pepeelpubero

Well-known member
Joined
Jan 21, 2014
Messages
433
Reaction score
1
What's the problem?

Code:
:ON_OFF
if and
0AB0: 17
0AB0: 50    
then
    if 
    15@ == 0
    then
        15@ = 1
        018C: play_sound 1083 at 0.0 0.0 0.0
        0ACD: show_text_highpriority "PRO-AIM ENABLED" time 1337
    else
        15@ = 0
        018C: play_sound 1084 at 0.0 0.0 0.0
        0ACD: show_text_highpriority "PRO-AIM DISABLED" time 1337  
    end
WAIT 350
end
 

Attachments

  • ProAim.cs
    25.6 KB · Views: 20
Status
Not open for further replies.
Top