-
Автор темы
- #1
крч у меня не робят 5 вэй аа хз правильно ли все сделал но не робит помогите плиз
local main = ui.create(ui.get_icon("user-shield") .." \a237BFBFFAnti\a418EFDFFAim", ui.get_icon("feather").. " \aFF6161FFMisc")
mainsw = main:switch("Enable 5 way AntiAim", false)
set_way_visib = function()
if mainsw:get() then
local current_stage = 6
if cmd.command_number % 5 > 1 then
current_stage = current_stage + 1
end
if current_stage == 1 then
current_stage[1].yaw_modifier:set("Center")
current_stage[5].modifier_offset_l:set(-38)
current_stage[1].jitter_opt:set(true)
end
end
end
local main = ui.create(ui.get_icon("user-shield") .." \a237BFBFFAnti\a418EFDFFAim", ui.get_icon("feather").. " \aFF6161FFMisc")
mainsw = main:switch("Enable 5 way AntiAim", false)
set_way_visib = function()
if mainsw:get() then
local current_stage = 6
if cmd.command_number % 5 > 1 then
current_stage = current_stage + 1
end
if current_stage == 1 then
current_stage[1].yaw_modifier:set("Center")
current_stage[5].modifier_offset_l:set(-38)
current_stage[1].jitter_opt:set(true)
end
end
end