CLEO Help help with a cleo

CLEO related
Status
Not open for further replies.
Joined
Mar 5, 2014
Messages
15
Reaction score
0
Hi, so i want to change the aim radius on this aimbot[so i could aim more to the sides and it would hit the person] but i cant find where it is :/ can someone help ? Thanks in advance.

:B
wait 0
0AD2: 1@ = player $PLAYER_CHAR targeted_actor //IF and SET
if
0457:  player $PLAYER_CHAR aiming_at_actor 1@
jf @OFF
 
:C
wait 0
if
key 1
jf @B
if   
056D:  actor 1@ defined
jf @B
text "~y~[E4]~r~HACKING!! ~g~FIREARMS"            2000
04C4: store_coords_to 2@ 3@ 4@ from_actor $PLAYER_ACTOR with_offset 0.15 1.5 -0.6
Actor.PutAt(1@, 2@, 3@, 4@)
33@ = Actor.Angle($PLAYER_ACTOR)
Actor.Angle(1@) = 33@
jump @C
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
04C4: store_coords_to 2@ 3@ 4@ from_actor $PLAYER_ACTOR with_offset 0.15 1.5 -0.6

This will store the position in front of you where you'll teleport the other actor.
 

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
He want to change the radius of actor detection not offsets :me_gusta:

You can't do it in these simple codes
 
Status
Not open for further replies.
Top