{$CLEO .cs}
//-------------MAIN---------------
thread 'ANTISTUNSHOT'
0662: NOP "XZYTRO SAYS HI"
0662: NOP "XZYTRO SAYS HI"
:MAIN
wait 0
if and
0256: player $PLAYER_CHAR defined
0AB0: key_pressed 113
else_jump @MAIN
wait 0
0946: set_actor $PLAYER_ACTOR actions_uninterupted_by_weapon_fire 1
0ACD: show_text_highpriority "ACTIVATED" time 1200
:DEACTIVATION
wait 0
if
0AB0: key_pressed 114
else_jump @DEACTIVATION
wait 0
0946: set_actor $PLAYER_ACTOR actions_uninterupted_by_weapon_fire 0
0ACD: show_text_highpriority "DEACTIVATED" time 1200
jump @MAIN