CLEO Help red checkpoint detector

CLEO related
Status
Not open for further replies.

Forever15

Expert
Joined
Dec 31, 2015
Messages
510
Reaction score
12
* Name of the mod (if the mod doesn't exist, you don't have to tell one):redmarkerchecker
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):in my mind
* What do you want (the most important part, explain this carefully)i need a cleo or exe. When i press it all surrounding will be mark a dot it means that dot has a red marker or checkpoint
* Details (add more details to your request) when i press a specific button/ or cmd automically all red marker/checkpoint will be reveal even its hidden, its like a redmarker/checkpoint finder
* On/off key (specify it): cmd/ f11
 

Forever15

Expert
Joined
Dec 31, 2015
Messages
510
Reaction score
12
it teleports to the marker what i need if there is a * HIDDEN red marker or checkpoint* on my surrounding my RADAR will mark a dot each red marker/check point that is near on me (some server will not show redmarker or checkpoint if you're not close or standing beside it
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
882
Location
Lithuania
NOT TESTED!
PHP:
{$CLEO .cs}

0000: NOP

wait 10000


while true
wait 0

for 13@ = 0 to 32
if and
17@ == 0 
0AB1: @GetMarkerPosition 1 13@ 14@ 15@ 16@
then
    17@ = 1
    00A0: store_actor $PLAYER_ACTOR position_to 9@ 10@ 11@      
    04E4: refresh_game_renderer_at 14@ 15@ 
    Camera.SetAtPos(14@, 15@, 16@)        
    00A1: put_actor $PLAYER_ACTOR at 14@ 15@ 16@
    17@ = 0
    end
end

end


:GetMarkerPosition
//0AB1: @GetMarkerPosition 1 0@ 1@ 2@ 3@ 
0@ *= 0xA0
0@ += 0xC7DD58
0@ += 0x30      
0A8D: 1@ = read_memory 0@ size 4 virtual_protect 0
0@ += 0x4
0A8D: 2@ = read_memory 0@ size 4 virtual_protect 0
0@ += 0x4
0A8D: 3@ = read_memory 0@ size 4 virtual_protect 0
0@ += 0x1A
0A8D: 4@ = read_memory 0@ size 1 virtual_protect 0
    if and
    1@ == 1099.551025
    2@ == 1601.496948
    3@ == 11.555000
    then
    5@ = 0
    else
    5@ = 1
        if and
        1@ == 2695.624023
        2@ == -1704.687988
        3@ == 10.844000
        then
        6@ = 0
        else
        6@ = 1
            if and
            1@ == 0.0
            2@ == 0.0
            3@ == 0.0
            then
            7@ = 0
            else
            7@ = 1
            end
        end
    end
    
    if and
    4@ == 1
    5@ == 1
    6@ == 1
    7@ == 1
    then
    0485:  return_true
    else
    059A:  return_false
    end
0AB2: ret 3 1@ 2@ 3@
 

Forever15

Expert
Joined
Dec 31, 2015
Messages
510
Reaction score
12
it teleports towards red marker , i just need a red marker detector that when there is Near redmarker inmy rader A DOT will mark the red marker or checkpoint no need to teleport
 
Status
Not open for further replies.
Top