Small & short questions

Monstercat

Well-known member
Joined
Feb 26, 2013
Messages
281
Reaction score
5
Hey how i can fix this bug... how i can fix that the car HP come up random in the screen.
Code:
{$CLEO .cs}
0000:
0662: NOP "#########################"
0662: NOP "___Made by Opcode.eXe___"
0662: NOP "Www.Youtube.Com/OpcodeXe"
0662: NOP "#########################"
0AA8: call_function_method 0x6A0050 0xC1B340 num_params 1 pop 0 'CRED445' 0@ //// Get gxt text address by gxt name
0AA5: call 0x718600 2 pop 2 0@ "Health: ~1~%"
 
 
1@ = 0
while true
wait 0
    if
    0ADC:  test_cheat "CARDL"
    then
        if
        1@ == 0
        then
            0ACD: show_text_highpriority "Car-HP On." time 1337
            018C: play_sound 1083 at 0.0 0.0 0.0
            1@ = 1
        else
            0ACD: show_text_highpriority "Car-HP Off." time 1337
            018C: play_sound 1084 at 0.0 0.0 0.0
            1@ = 0
            0A92: create_custom_thread "Car-HP Indicator.cs"
            End_Thread
        end
    end
    if
    1@ == 1
    then
        0A8D: 29@ = read_memory 0xB74494 size 4 virtual_protect 0
        29@ += 0x4
        0A8D: 29@ = read_memory 29@ size 4 virtual_protect 0
        for 30@ = 0 to 27904 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@
                0227: 5@ = car 31@ health
                5@ /= 10
                if
                80DF: not  actor $PLAYER_ACTOR driving
                then
                    0407: store_coords_to 2@ 3@ 4@ from_car 31@ with_offset 0.0 0.0 0.0
                    04C4: store_coords_to 22@ 23@ 24@ from_actor $PLAYER_ACTOR with_offset 0.0 0.0 0.0
                    050A: 20@ = distance_between_XYZ 2@ 3@ 4@ and_XYZ 22@ 23@ 24@
                    0AB1: call_scm_func @getScreenXYFrom3DCoords 3 3D_coords_X 2@ Y 3@ Z 4@ store_screen_X_to 6@ Y_to 7@
                    if
                        20@ < 20.0
                    then
                        03F0: enable_text_draw 1
                        0342: set_text_draw_centered 1
                        03E0: draw_text_behind_textures 0
                        033F: set_text_draw_letter_size width 0.17 height 0.77
                        081C: draw_text_outline 1 RGBA 0 0 0 255
                        0340: set_text_draw_RGBA 0 255 0 255
                        045A: draw_text_1number 6@ 7@ GXT 'CRED445' number 5@  //
                    end
                end                   
            end
        end
    end
end
 
 
:getScreenXYFrom3DCoords
0AC7: 14@ = var 0@ offset
0AC7: 15@ = var 3@ offset
0AC7: 16@ = var 6@ offset
0AC7: 17@ = var 9@ offset
0AA5: call 0x70CE30 num_params 6 pop 6 {18@ 18@} 0 0 17@ 16@ 15@ 14@
0007: 12@ = 640.0
0007: 13@ = 448.0
0A8D: 14@ = read_memory 0xC17044 size 4 virtual_protect 0
0A8D: 15@ = read_memory 0xC17048 size 4 virtual_protect 0
0093: 14@ = integer 14@ to_float
0093: 15@ = integer 15@ to_float
0073: 12@ /= 14@
0073: 13@ /= 15@
006B: 3@ *= 12@
006B: 4@ *= 13@
0AB2: ret 2 3@ 4@

samp06190wz7rhnve.png
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Code:
{$CLEO .cs}
0000:
0662: NOP "#########################"
0662: NOP "___Made by Opcode.eXe___"
0662: NOP "Www.Youtube.Com/OpcodeXe"
0662: NOP "#########################"
0AA8: call_function_method 0x6A0050 0xC1B340 num_params 1 pop 0 'CRED445' 0@ //// Get gxt text address by gxt name
0AA5: call 0x718600 2 pop 2 0@ "Health: ~1~%"
03F0: enable_text_draw 1 
 
1@ = 0
while true
wait 0
    if
    0ADC:  test_cheat "CARDL"
    then
        if
        1@ == 0
        then
            0ACD: show_text_highpriority "Car-HP On." time 1337
            018C: play_sound 1083 at 0.0 0.0 0.0
            1@ = 1
        else
            0ACD: show_text_highpriority "Car-HP Off." time 1337
            018C: play_sound 1084 at 0.0 0.0 0.0
            1@ = 0
            0A92: create_custom_thread "Car-HP Indicator.cs"
            End_Thread
        end
    end
    if
    1@ == 1
    then
        0A8D: 29@ = read_memory 0xB74494 size 4 virtual_protect 0
        29@ += 0x4
        0A8D: 29@ = read_memory 29@ size 4 virtual_protect 0
        for 30@ = 0 to 27904 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@
                0227: 5@ = car 31@ health
                5@ /= 10
                if
                80DF: not  actor $PLAYER_ACTOR driving
                then
                    0407: store_coords_to 2@ 3@ 4@ from_car 31@ with_offset 0.0 0.0 0.0
                    04C4: store_coords_to 22@ 23@ 24@ from_actor $PLAYER_ACTOR with_offset 0.0 0.0 0.0
                    0509: 20@ = distance_between_XY 2@ 3@ and_XY 22@ 23@
                    0AB1: call_scm_func @getScreenXYFrom3DCoords 3 3D_coords_X 2@ Y 3@ Z 4@ store_screen_X_to 6@ Y_to 7@
                    if
                        20@ < 20.0
                    then
                        0342: set_text_draw_centered 1
                        03E0: draw_text_behind_textures 0
                        033F: set_text_draw_letter_size width 0.17 height 0.77
                        081C: draw_text_outline 1 RGBA 0 0 0 255
                        0340: set_text_draw_RGBA 0 255 0 255
                        045A: draw_text_1number 6@ 7@ GXT 'CRED445' number 5@  //
                    end
                end                   
            end
        end
    end
end
 
 :getScreenXYFrom3DCoords
0AA7: call_function 0x70CE30 num_params 6 pop 6 clipNear 1 clipFar 1 yMult 7@s xMult 6@s outVector 2@s inVector 0@s 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@
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Code:
{$CLEO .cs}
0000:
0662: NOP "#########################"
0662: NOP "___Made by Opcode.eXe___"
0662: NOP "Www.Youtube.Com/OpcodeXe"
0662: NOP "#########################"
0AA8: call_function_method 0x6A0050 0xC1B340 num_params 1 pop 0 'CRED445' 0@ //// Get gxt text address by gxt name
0AA5: call 0x718600 2 pop 2 0@ "Health: ~1~%"
 
 
1@ = 0
while true
wait 0
    if
    0ADC:  test_cheat "CARDL"
    then
        if
        1@ == 0
        then
            0ACD: show_text_highpriority "Car-HP On." time 1337
            018C: play_sound 1083 at 0.0 0.0 0.0
            1@ = 1
        else
            0ACD: show_text_highpriority "Car-HP Off." time 1337
            018C: play_sound 1084 at 0.0 0.0 0.0
            1@ = 0
            0A92: create_custom_thread "Car-HP Indicator.cs"
            End_Thread
        end
    end
    if
    1@ == 1
    then
        0A8D: 29@ = read_memory 0xB74494 size 4 virtual_protect 0
        29@ += 0x4
        0A8D: 29@ = read_memory 29@ size 4 virtual_protect 0
        for 30@ = 0 to 27904 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@
                0227: 5@ = car 31@ health
                5@ /= 10
                if
                80DF: not  actor $PLAYER_ACTOR driving
                then
                    0407: store_coords_to 2@ 3@ 4@ from_car 31@ with_offset 0.0 0.0 0.0
                    04C4: store_coords_to 22@ 23@ 24@ from_actor $PLAYER_ACTOR with_offset 0.0 0.0 0.0
                    050A: 20@ = distance_between_XYZ 2@ 3@ 4@ and_XYZ 22@ 23@ 24@
                    0AB1: call_scm_func @getScreenXYFrom3DCoords 3 3D_coords_X 2@ Y 3@ Z 4@ store_screen_X_to 6@ Y_to 7@
                    if
                        20@ < 20.0
                    then
                        03F0: enable_text_draw 1
                        0342: set_text_draw_centered 1
                        03E0: draw_text_behind_textures 0
                        033F: set_text_draw_letter_size width 0.17 height 0.77
                        081C: draw_text_outline 1 RGBA 0 0 0 255
                        0340: set_text_draw_RGBA 0 255 0 255
                        045A: draw_text_1number 6@ 7@ GXT 'CRED445' number 5@  //
                    end
                end                   
            end
        end
    end
end
 
 
:getScreenXYFrom3DCoords
0AC7: 14@ = var 0@ offset
0AC7: 15@ = var 3@ offset
0AC7: 16@ = var 6@ offset
0AC7: 17@ = var 9@ offset
0AA5: call 0x70CE30 num_params 6 pop 6 1 1 17@ 16@ 15@ 14@
0007: 12@ = 640.0
0007: 13@ = 448.0
0A8D: 14@ = read_memory 0xC17044 size 4 virtual_protect 0
0A8D: 15@ = read_memory 0xC17048 size 4 virtual_protect 0
0093: 14@ = integer 14@ to_float
0093: 15@ = integer 15@ to_float
0073: 12@ /= 14@
0073: 13@ /= 15@
006B: 3@ *= 12@
006B: 4@ *= 13@
0AB2: ret 2 3@ 4@
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Code:
{$CLEO .cs}
0000:
0662: NOP "#########################"
0662: NOP "___Made by Opcode.eXe___"
0662: NOP "Www.Youtube.Com/OpcodeXe"
0662: NOP "#########################"
0AA8: call_function_method 0x6A0050 0xC1B340 num_params 1 pop 0 'CRED445' 0@ //// Get gxt text address by gxt name
0AA5: call 0x718600 2 pop 2 0@ "Health: ~1~%"
 
 
1@ = 0
while true
wait 0
    if
    0ADC:  test_cheat "CARDL"
    then
        if
        1@ == 0
        then
            0ACD: show_text_highpriority "Car-HP On." time 1337
            018C: play_sound 1083 at 0.0 0.0 0.0
            1@ = 1
        else
            0ACD: show_text_highpriority "Car-HP Off." time 1337
            018C: play_sound 1084 at 0.0 0.0 0.0
            1@ = 0
            0A92: create_custom_thread "Car-HP Indicator.cs"
            End_Thread
        end
    end
    if
    1@ == 1
    then
        0A8D: 29@ = read_memory 0xB74494 size 4 virtual_protect 0
        29@ += 0x4
        0A8D: 29@ = read_memory 29@ size 4 virtual_protect 0
        for 30@ = 0 to 27904 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@
                0227: 5@ = car 31@ health
                5@ /= 10
                if
                80DF: not  actor $PLAYER_ACTOR driving
                then
                    0407: store_coords_to 2@ 3@ 4@ from_car 31@ with_offset 0.0 0.0 0.0
                    04C4: store_coords_to 22@ 23@ 24@ from_actor $PLAYER_ACTOR with_offset 0.0 0.0 0.0
                    050A: 20@ = distance_between_XYZ 2@ 3@ 4@ and_XYZ 22@ 23@ 24@
                    0AB1: call_scm_func @getScreenXYFrom3DCoords 3 3D_coords_X 2@ Y 3@ Z 4@ store_screen_X_to 6@ Y_to 7@
                    if
                        20@ < 20.0
                    then
                        03F0: enable_text_draw 1
                        0342: set_text_draw_centered 1
                        03E0: draw_text_behind_textures 0
                        033F: set_text_draw_letter_size width 0.17 height 0.77
                        081C: draw_text_outline 1 RGBA 0 0 0 255
                        0340: set_text_draw_RGBA 0 255 0 255
                        045A: draw_text_1number 6@ 7@ GXT 'CRED445' number 5@  //
                    end
                end                   
            end
        end
    end
end
 
 
:getScreenXYFrom3DCoords
0AC7: 14@ = var 0@ offset
0AC7: 15@ = var 3@ offset
0AC7: 16@ = var 6@ offset
0AC7: 17@ = var 9@ offset
0AA5: call 0x70CE30 num_params 6 pop 6 0 1 17@ 16@ 15@ 14@
0007: 12@ = 640.0
0007: 13@ = 448.0
0A8D: 14@ = read_memory 0xC17044 size 4 virtual_protect 0
0A8D: 15@ = read_memory 0xC17048 size 4 virtual_protect 0
0093: 14@ = integer 14@ to_float
0093: 15@ = integer 15@ to_float
0073: 12@ /= 14@
0073: 13@ /= 15@
006B: 3@ *= 12@
006B: 4@ *= 13@
0AB2: ret 2 3@ 4@

sorry, i'm sleepy
BAps9iB.gif
 

Monstercat

Well-known member
Joined
Feb 26, 2013
Messages
281
Reaction score
5
[youtube:2epbwcii]http://www.youtube.com/watch?v=o_UalD9pCpY[/youtube:2epbwcii]

Thanks :3


Translation: Best Man ^^
 
Joined
May 11, 2014
Messages
7
Reaction score
0
Sorry if I sound like a dumby here but kinda new to cleos  :sweet_jesus:

I remember back when I used FUGGA with the old 0.3x and I was so stupid that I tried shouting FUGGA in the chat box to activate it.  :eek:key:

i got banned cuz they knew what i was trying to do  :face_palm:

how do you activate .cs's that require you to "write" something? I can never find where to write it.. shouting FUGGA didn't work obviously. do i just press the keys? is there a cheat console i don't know about? thanks  :urtheman:


also: FUGGA obviously doesn't work anymore for 0.3z but I'm also talking about other .cs's i may download that will require me to write stuff. thanks for the help  :somuchwin:
 

Ben3759

Active member
Joined
Dec 14, 2013
Messages
106
Reaction score
0
DerekTheFerret link said:
Sorry if I sound like a dumby here but kinda new to cleos  :sweet_jesus:

I remember back when I used FUGGA with the old 0.3x and I was so stupid that I tried shouting FUGGA in the chat box to activate it.  :eek:key:

i got banned cuz they knew what i was trying to do  :face_palm:

how do you activate .cs's that require you to "write" something? I can never find where to write it.. shouting FUGGA didn't work obviously. do i just press the keys? is there a cheat console i don't know about? thanks  :urtheman:


also: FUGGA obviously doesn't work anymore for 0.3z but I'm also talking about other .cs's i may download that will require me to write stuff. thanks for the help  :somuchwin:

just press they keys in order just like a cheat in singleplayer
 
Joined
May 11, 2014
Messages
7
Reaction score
0
Ben3759 link said:
[quote author=DerekTheFerret link=topic=3788.msg41320#msg41320 date=1400288500]
Sorry if I sound like a dumby here but kinda new to cleos  :sweet_jesus:

I remember back when I used FUGGA with the old 0.3x and I was so stupid that I tried shouting FUGGA in the chat box to activate it.  :eek:key:

i got banned cuz they knew what i was trying to do  :face_palm:

how do you activate .cs's that require you to "write" something? I can never find where to write it.. shouting FUGGA didn't work obviously. do i just press the keys? is there a cheat console i don't know about? thanks  :urtheman:


also: FUGGA obviously doesn't work anymore for 0.3z but I'm also talking about other .cs's i may download that will require me to write stuff. thanks for the help  :somuchwin:

just press they keys in order just like a cheat in singleplayer
[/quote]

Never works  :kidding:


its like if a .cs file needs me to "write" the word WHAT


i press W ( i move forward)

i press H ( nothing )

I press A ( I move to the right)

I press T (my chat opens)


the .cs file does not execute
 

Ben3759

Active member
Joined
Dec 14, 2013
Messages
106
Reaction score
0
DerekTheFerret link said:
[quote author=Ben3759 link=topic=3788.msg41321#msg41321 date=1400289060]
[quote author=DerekTheFerret link=topic=3788.msg41320#msg41320 date=1400288500]
Sorry if I sound like a dumby here but kinda new to cleos  :sweet_jesus:

I remember back when I used FUGGA with the old 0.3x and I was so stupid that I tried shouting FUGGA in the chat box to activate it.  :eek:key:

i got banned cuz they knew what i was trying to do  :face_palm:

how do you activate .cs's that require you to "write" something? I can never find where to write it.. shouting FUGGA didn't work obviously. do i just press the keys? is there a cheat console i don't know about? thanks  :urtheman:


also: FUGGA obviously doesn't work anymore for 0.3z but I'm also talking about other .cs's i may download that will require me to write stuff. thanks for the help  :somuchwin:

just press they keys in order just like a cheat in singleplayer
[/quote]

Never works  :kidding:


its like if a .cs file needs me to "write" the word WHAT


i press W ( i move forward)

i press H ( nothing )

I press A ( I move to the right)

I press T (my chat opens)


the .cs file does not execute
[/quote]
i dont think it works with a word that has T in it also do you have cleo 4?
 
Joined
May 11, 2014
Messages
7
Reaction score
0
springfield link said:
[quote author=Ben3759 link=topic=3788.msg41321#msg41321 date=1400289060]
just press they keys in order just like a cheat in singleplayer

Press TAB, then just write the word on your keyboard.
[/quote]

omg :somuchwin: thanks ill try it  :eek:h_stop_it_u:
 

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,118
Reaction score
166
DrunkkJDM link said:
There exist any money cheat\hack\script?
depends on many things, mainly NO it's serversided go find a server bug.
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Depends on how many mods you got. (If you have only textures use 512, if you have all textures, skins, cars, weapons modded etc. use 2048)
 
Top