script_name('вечный прицел')
script_author('Bredd Lane')
local memory = require 'memory'
function main()
while not isSampAvailable() do wait(100) end
memory.copy(0x0058FBBF, memory.strptr(string.rep('\x90', 5)), 5, true)
while true do
wait(0)
local sx, sy = getScreenResolution()
renderDrawLine(sx / 1.87900630004, sy / 2.59284267387, sx / 1.87900630004, sy / 2.40601503759, sx / 455.333333333, 0xFF000000)
renderDrawLine(sx / 1.91590226935, sy / 2.51226692836, sx / 1.85099867205, sy / 2.51226692836, sx / 455.333333333, 0xFF000000)
end
end