require "lib.moonloader"
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
wait(2000)
sampAddChatMessage("Аим успешно загружен by Skezz_Uchina", -1)
while true do
wait(0)
if isKeyJustPressed(VK_P) then
printStringNow("AimBot ON", 2000)
end
end
end