local act = false
act = "]"
function main()
while not isSampAvailable() do wait(100) end
sampAddChatMessage("{FFFF00}[KeySpoof]{FFFFFF} (/time) {FFFFFF}был загружен. Активация: "..act, -1)
while true do wait(0)
if act then
if sampIsChatInputActive() then...