CLEO Help Temporarily change aiming sensitivity.

CLEO related
Status
Not open for further replies.

Zin

Expert
Joined
Aug 1, 2013
Messages
1,734
Solutions
2
Reaction score
117
So there's a very useful mod called sensfix and it makes your guns aim slower and it seriously improves your aim with it, but sometimes you wanna just flip your camera around in a heartbeat but because it makes the aiming slower you cannot do this. How do you change the aiming sensitivity in CLEO because there's got to be a way if it's possible in .asi like with memory addresses or something. Anyone know how?
 

bladero

Active member
Joined
Jan 3, 2017
Messages
73
Reaction score
0
You can do it in cleo. 
Code:
{$CLEO .CS}
0000:

REPEAT
WAIT 0
UNTIL 0AFA:

0B34: samp register_client_command ".sens" to_label @Main_1

:Loop
WAIT 0
jump @Loop

:Main_1
WAIT 0
0B35: samp 0@ = get_last_command_params
IF
0AD4: 0@ = scan_string 0@ format "%f" 1@
jf @Main_2
0A8C: write_memory 0xB6EC1C size 4 value 1@ virtual_protect 0
cmdret

:Main_2
wait 0
chatmsg "{FFFFFF}Usage: /.sens [Sensitivity]"
cmdret

I made a script where you can change sensitivity with command /.sens . Only thing is you need to enter small values like 0.001 and such.
 
Status
Not open for further replies.
Top