require 'lib.moonloader'
function main()
while not isSampAvailable() do wait(0) end
while true do wait(0)
if isKeyDown(VK_Q) then
sampSendChat("/anim 1")
wait(300)
setVirtualKeyDown(VK_RETURN, true)
wait(30)
setVirtualKeyDown(VK_RETURN, false)
end
end
end