Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
require "lib.moonloader"
function main()
repeat wait(0) until isSampAvailable()
while true do
wait(0)
if isKeyJustPressed(VK_L) and not sampIsCursorActive() then
sampSendChat("/lock")
end
if isKeyJustPressed(VK_K) and not sampIsCursorActive() then
sampSendChat("/key")
end
end
end