CLEO Help Does this cleo work with 0.3z ?

CLEO related
Status
Not open for further replies.

not490

Well-known member
Joined
Feb 8, 2014
Messages
438
Reaction score
4
Hello peeps, is this cleo still working, i tested  in game, i wrote PICK and nothing happens. Look at it:
Code:
{$CLEO .cs}
0000:
0662: NOP "#########################"
0662: NOP "___Made by OpFAG.eXe___"
0662: NOP "Www.Youtube.Com/OpcodeXe"
0662: NOP "#########################"
03F0: enable_text_draw 1


WHILE TRUE
WAIT 0
    if
    0ADC:   test_cheat "PICK"
    then
        0A8D: 29@ = read_memory 0xB7449C size 4 virtual_protect 0
        000A: 29@ += 0x4
        0A8D: 29@ = read_memory 29@ size 4 virtual_protect 0
        for 30@ = 0 to 89344 step 0x100
            0A8D: 31@ = read_memory 29@ size 1 virtual_protect 0
            000A: 29@ += 0x1
            if and
                0029:  31@ >= 0x00 
                001B:  0x80 > 31@
            then 
                005A: 31@ += 30@
                if    
                09CC:   object 31@ model_is 1276
                then
                    01BB: store_object 31@ position_to 1@ 2@ 3@
                    0AB1: call_scm_func @getScreenXYFrom3DCoords 3 3D_coords_X 1@ Y 2@ Z 3@ store_screen_X_to 4@ Y_to 5@
                    0AA8: call_function_method 0x6A0050 0xC1B340 num_params 1 pop 0 'CRED200' 6@
                    0AA5: call 0x718600 2 pop 2 6@ "Object"
                    0342: set_text_draw_centered 1
                    081C: draw_text_outline 1 RGBA 0 0 0 255
                    033F: set_text_draw_letter_size 0.3 1.0
                    0340: set_text_draw_RGBA 0 255 0 255
                    033E: set_draw_text_position 4@ 5@ GXT 'CRED200'
                end
            end
        end
    end
END



:getScreenXYFrom3DCoords
0AA7: call_function 0x70CE30 num_params 6 pop 6 clipNear 1 clipFar 1 yMult 7[member=21661]S[/member] xMult 6[member=21661]S[/member] outVector 2[member=21661]S[/member] inVector 0[member=21661]S[/member] result 29@
0073: 2@ /= 6@
0073: 2@ /= 4@
0073: 3@ /= 7@
0073: 3@ /= 4@
2@ *= 640.0
3@ *= 448.0
0AB2: ret 2 2@ 3@
 
Status
Not open for further replies.
Top