CLEO Help Im searching for camset.cs

CLEO related
Status
Not open for further replies.

Slumpy

Member
Joined
Apr 2, 2015
Messages
5
Reaction score
0
Hello everyone, im searching for camset.cs fix When you work for police or gang and you are standing next to the wall you always see charactars behind from close up. But this cleo makes you see everything in front. There are alot of links to this cleo, but when i install it, i connect to the server and my screen is flashing like on drugs so i need a new version or a fix so i couldn't find anywhere so my last chance is here.

Here is the video about cleo 

https://www.youtube.com/watch?v=Fow8IwThnas
 

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,315
Solutions
7
Reaction score
935
Location
Lithuania
here code , do it 's self..., just update.

[shcode=cpp]
{$CLEO .cs}

//-------------MAIN---------------
0000: NOP
wait 1750
chatmsg "[Cam.set] {ffffff}Creator {FF4444}SR_team{ffffff}." 4474111
0A8C: write_memory 11989212 size 4 value 3 virtual_protect 0
0A96: 9@ = actor $PLAYER_ACTOR struct
9@ += 1140

:Noname_94
wait 0
068D: get_camera_position_to 3@ 4@ 5@
04C4: store_coords_to 0@ 1@ 2@ from_actor $PLAYER_ACTOR with_offset 0.0 0.0 0.0
050A: 6@ = distance_between_XYZ 0@ 1@ 2@ and_XYZ 3@ 4@ 5@
if and
  not Actor.Driving($PLAYER_ACTOR)
  not 6@ > 1.0
jf @Noname_242
if
 10@ == 0
jf @Noname_235
10@ = 1
0A8D: 8@ = read_memory 9@ size 4 virtual_protect 0
0A8C: write_memory 9@ size 4 value 2 virtual_protect 0

:Noname_235
goto @Noname_279

:Noname_242
if
 10@ == 1
jf @Noname_279
10@ = 0
0A8C: write_memory 9@ size 4 value 8@ virtual_protect 0

:Noname_279
if
  Actor.Driving($PLAYER_ACTOR)
jf @Noname_331
0@ = Actor.CurrentCar($PLAYER_ACTOR)
1@ = Car.Model(0@)
09EF: set_behind_camera_autoposition_mode_for_car_model 1@ distance 1.0 altitude_multiplier 1.0 angle_X 0.18

:Noname_331
09E8: 7@ = actor $PLAYER_ACTOR active_interior
if and
 7@ == 0
82D8:   not actor $PLAYER_ACTOR current_weapon == 34
82D8:   not actor $PLAYER_ACTOR current_weapon == 43
jf @Noname_387
0922: set_camera_zoom_from 78.5 to 78.5 timelimit 10 smooth_transition 0

:Noname_387
goto @Noname_94

[/shcode]
 
Status
Not open for further replies.
Top