CLEO Help What Kind of Anti-Stun Like This?

CLEO related

yimmeister1999z

New member
Joined
Dec 24, 2021
Messages
3
Reaction score
0
Location
Thailand

blvck0v

Active member
Joined
Feb 23, 2019
Messages
97
Reaction score
51
Location
ugbase.eu
Try this one, activation cheatcode 'SN'.
PHP:
{$CLEO}
NOP

wait 8500
31@ = 0

while true
wait 0

    //SWITCH
    if
    056D: actor $PLAYER_ACTOR defined
    then       
        if 0ADC: test_cheat "SN"
        then           
            if 31@ == 0
            then
                0ACD: show_text_highpriority "NOSTUN ACTIVE ~r~blvck0v-ugbase" time 2000
                31@ = 1                                                           
            else
                0ACD: show_text_highpriority "NOSTUN DEACTIVATED ~r~blvck0v-ugbase" time 2000
                31@ = 0               
            end           
        end           
    end
    
    //ANTISTUN
    if 31@ == 0
    then 0946: set_actor $PLAYER_ACTOR actions_uninterupted_by_weapon_fire 0
    else 0946: set_actor $PLAYER_ACTOR actions_uninterupted_by_weapon_fire 1
    end

end

end_thread
 

Attachments

  • antistun.cs
    18.2 KB · Views: 81

yimmeister1999z

New member
Joined
Dec 24, 2021
Messages
3
Reaction score
0
Location
Thailand
Try this one, activation cheatcode 'SN'.
PHP:
{$CLEO}
NOP

wait 8500
31@ = 0

while true
wait 0

    //SWITCH
    if
    056D: actor $PLAYER_ACTOR defined
    then      
        if 0ADC: test_cheat "SN"
        then          
            if 31@ == 0
            then
                0ACD: show_text_highpriority "NOSTUN ACTIVE ~r~blvck0v-ugbase" time 2000
                31@ = 1                                                          
            else
                0ACD: show_text_highpriority "NOSTUN DEACTIVATED ~r~blvck0v-ugbase" time 2000
                31@ = 0              
            end          
        end          
    end
   
    //ANTISTUN
    if 31@ == 0
    then 0946: set_actor $PLAYER_ACTOR actions_uninterupted_by_weapon_fire 0
    else 0946: set_actor $PLAYER_ACTOR actions_uninterupted_by_weapon_fire 1
    end

end

end_thread
Still Get Stun hitting by katana
 
Top