{$CLEO}
0000:
repeat
wait 0
until samp.Available()
:Start
wait 0
if and
0256: player $PLAYER_ACTOR defined
0ADC: test_cheat "akb"
jf @Start
print "Auto Key Bind: ~g~ON~w~" 1500
jump @Main
:Main
wait 0
if and
0ADC: test_cheat "akb"
wait 1000
Actor.StorePos($PLAYER_ACTOR, 4@, 5@, 6@)
0843: get_zone_at 4@ 5@ 6@ nameA_to 9@
094B: 9@ = get_active_interior_name_from_actor $PLAYER_ACTOR
jf @DEACT
0AF9: samp say_msg GXT 9@
jump @DEACT
:DEACT
wait 0
if
0ADC: test_cheat "akb"
jf @Main
print "Auto Key Bind: ~r~OFF~w~" 1500
SAMP.CmdRet()