Wraith Indicators
Wraith Indicators
ffi.cdef[[
]]
files.create_folder('nl\\wraithindicators')
Download("https://cdn.discordapp.com/attachments/839906710507880541/101965452416990
0163/pixel.ttf", "nl\\wraithindicators\\Smallest Pixel-7.ttf")
function desync_delta()
local desync_rotation = rage.antiaim:get_rotation(true)
local real_rotation = rage.antiaim:get_rotation()
local delta_to_draw = math.min(math.abs(real_rotation - desync_rotation) / 2,
60)
return string.format("%.1f", delta_to_draw)
end
local fake = desync_delta()
local currentTime = globals.curtime
local lp = entity.get_local_player()
if not lp or not lp:is_alive() then return end
if not switch:get() then return end
if switch:get() then
local x = render.screen_size().x
local y = render.screen_size().y
if globals.is_connected then
aa_inv_state = lp.m_flPoseParameter[11] * 120 - 60 <= 0 and true or
false
else
return
end
local ay = 13
local alpha = math.min(math.floor(math.sin((globals.curtime%3) * 4) * 175 +
50), 255)
local ax = 0
if isHS:get() then
render.text(font, vector(948, 531+ay), color(255, 255, 255, 255), nil,
"OS-AA")
ay = ay + 9
end
events.render:set(acatel_indicators)