while true do wait(0)
if isKeyDown(66) and not (sampIsDialogActive() and sampGetCurrentDialogId() == 25619) and not (sampIsDialogActive() and sampGetCurrentDialogId() == 25619) then
wait(50)
sampSendChat("/newsredak")
if sampIsDialogActive(25619) then
return
end
end
end