CLEO Help Help Free crosshair

CLEO related
Status
Not open for further replies.

xAmUser

Active member
Joined
Feb 23, 2018
Messages
55
Reaction score
2

how to make the same moving sight (Function "Free Crosshair")
give the code please
 

xAmUser

Active member
Joined
Feb 23, 2018
Messages
55
Reaction score
2
You typed 'give the code please'.
The code is only 1 line long and its:
0A8C: write_memory 0x859014 size 4 value -10.0 virtual_protect 0
does not work

{$CLEO .cs}
0000:
while not SAMP.Available()
wait 0
end

0B34: samp register_client_command "arl" to_label @Reload

//0A8C: write_memory 0x859014 size 4 value -10.0 virtual_protect 0
while true
wait 0
0AD0: show_formatted_text_lowpriority "This is %.4X opco111de" time 2000 0x0AD0
0A8C: write_memory 0x859014 size 4 value -10.0 virtual_protect 0
end

:reload
0A92: create_custom_thread "TERA AIMBOT.CS"
0A93: end_custom_thread
0b43: samp cmd_ret
 
Status
Not open for further replies.
Top