LUA скрипт Sk33t auto peek

Начинающий
Статус
Оффлайн
Регистрация
9 Ноя 2020
Сообщения
4
Реакции[?]
0
Поинты[?]
0
хз мейби ещё у кого то нету
local autopeek_enable = Menu.SwitchColor("Visuals Extension", "Enable Autopeek",false,Color.new(1, 1, 1, 1), "Put your normal Neverlose autopeek alpha to 0 and turn on this autopeek.")

-- Skeet autopeek
local draw_autopeek = function()

if autopeek_enable:Get() == true then
if EntityList.GetLocalPlayer() == nil then return end
if EntityList.GetLocalPlayer():GetProp("m_iHealth") <= 0 then return end

if Menu.FindVar("Miscellaneous", "Main", "Movement", "Auto Peek"):Get() == false then
apeekorigin = EntityList.GetLocalPlayer():GetProp('m_vecOrigin')
return
end


for i = 1, 60 do

local apeekval = 1/i

if i <= 60 then

apeekval = apeekval + 1.5

end

apeekcolor = autopeek_enable:GetColor()

apeekcolor.a = apeekval/50

Render.Circle3DFilled(apeekorigin, 28, i / -2.5, apeekcolor)
Render.Circle3DFilled(apeekorigin, 18, i / -2.6, apeekcolor)

end
end
end
-- End

Cheat.RegisterCallback("draw", function()
draw_autopeek()
end)
 
👁Вас заметили!👁
Пользователь
Статус
Оффлайн
Регистрация
20 Май 2021
Сообщения
497
Реакции[?]
109
Поинты[?]
1K
хз мейби ещё у кого то нету
local autopeek_enable = Menu.SwitchColor("Visuals Extension", "Enable Autopeek",false,Color.new(1, 1, 1, 1), "Put your normal Neverlose autopeek alpha to 0 and turn on this autopeek.")

-- Skeet autopeek
local draw_autopeek = function()

if autopeek_enable:Get() == true then
if EntityList.GetLocalPlayer() == nil then return end
if EntityList.GetLocalPlayer():GetProp("m_iHealth") <= 0 then return end

if Menu.FindVar("Miscellaneous", "Main", "Movement", "Auto Peek"):Get() == false then
apeekorigin = EntityList.GetLocalPlayer():GetProp('m_vecOrigin')
return
end


for i = 1, 60 do

local apeekval = 1/i

if i <= 60 then

apeekval = apeekval + 1.5

end

apeekcolor = autopeek_enable:GetColor()

apeekcolor.a = apeekval/50

Render.Circle3DFilled(apeekorigin, 28, i / -2.5, apeekcolor)
Render.Circle3DFilled(apeekorigin, 18, i / -2.6, apeekcolor)

end
end
end
-- End

Cheat.RegisterCallback("draw", function()
draw_autopeek()
end)
было уже 800 раз
 
Эксперт
Статус
Оффлайн
Регистрация
10 Фев 2021
Сообщения
1,740
Реакции[?]
559
Поинты[?]
2K
Забаненный
Статус
Оффлайн
Регистрация
4 Май 2021
Сообщения
228
Реакции[?]
39
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Похожие темы
Сверху Снизу