if teste1 and isKeyJustPressed (0x31) then
wait(1000)
sampSendChat('hi1')
elseif teste1 and isKeyJustPressed (0x32) then
wait(10)
sampSendChat('hi2')
elseif teste1 and isKeyJustPressed (0x33) then
wait(10)
sampSendChat('hi5')
elseif teste1 and isKeyJustPressed (0x34) then
wait(10)
sampSendChat('hi4')
end