en
Feedback
AVTOR SCRIPTS | 𝗥𝗢𝗕𝗟𝗢𝗫 𝗦𝗖𝗥𝗜𝗣𝗧𝗦 | Roblox Scripts | Avtor Scripts

AVTOR SCRIPTS | 𝗥𝗢𝗕𝗟𝗢𝗫 𝗦𝗖𝗥𝗜𝗣𝗧𝗦 | Roblox Scripts | Avtor Scripts

Open in Telegram

👨‍💻 Добро пожаловать в канал AVTOR SCRIPTS! | Здесь вы найдёте: • Скрипты на все режимы. • Универсальные скрипты. • И другие... 💸 По рекламе: @AvtorManager 🔍 Правила и курс рекламы: https://t.me/SalesAvtor1zaTion/10 🤖Наш бот- @AvtorLink_bot

Show more

📈 Analytical overview of Telegram channel AVTOR SCRIPTS | 𝗥𝗢𝗕𝗟𝗢𝗫 𝗦𝗖𝗥𝗜𝗣𝗧𝗦 | Roblox Scripts | Avtor Scripts

Channel AVTOR SCRIPTS | 𝗥𝗢𝗕𝗟𝗢𝗫 𝗦𝗖𝗥𝗜𝗣𝗧𝗦 | Roblox Scripts | Avtor Scripts (@avtorscripts) in the Russian language segment is an active participant. Currently, the community unites 34 771 subscribers, ranking 2 441 in the Games category and 18 558 in the Russia region.

📊 Audience metrics and dynamics

Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 34 771 subscribers.

According to the latest data from 07 July, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -576 over the last 30 days and by 14 over the last 24 hours, overall reach remains high.

  • Verification status: Not verified
  • Engagement rate (ER): The average audience engagement rate is 4.71%. Within the first 24 hours after publication, content typically collects 1.24% reactions from the total number of subscribers.
  • Post reach: On average, each post receives 1 640 views. Within the first day, a publication typically gains 431 views.
  • Reactions and interaction: The audience actively supports content: the average number of reactions per post is 3.
  • Thematic interests: Content is focused on key topics such as скрипт, script, brainrot, escape, т.д.

📝 Description and content policy

The author describes the resource as a platform for expressing subjective opinions:
👨‍💻 Добро пожаловать в канал AVTOR SCRIPTS! | Здесь вы найдёте: • Скрипты на все режимы. • Универсальные скрипты. • И другие... 💸 По рекламе: @AvtorManager 🔍 Правила и курс рекламы: https://t.me/SalesAvtor1zaTion/10 🤖Наш бот- @AvtorLink_bot

Thanks to the high frequency of updates (latest data received on 08 July, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Games category.

34 771
Subscribers
+1424 hours
-1327 days
-57630 days
Posts Archive
krnl_release_2.663.660_2025.3.13_15.apk221.73 MB

KRNL (mobile) Новое обновление для KRNL +есть ключ система +unc 99 + Обойдены меры защиты от несанкционированного доступа. Kr
KRNL (mobile) Новое обновление для KRNL
+есть ключ система
+unc 99

+ Обойдены меры защиты от несанкционированного доступа. Krnl официально безопасен в использовании!
file from: @MmoM000 Файл: ⬇️⬇️⬇️⬇️⬇️

#оффтоп Версия устарела, но завтра выйдет новая

не ворк, это вообще старая версия

Quest X Загружено обновление для Quest X. Плюсы/Минусы: Без ключа Нормальный интерфейс Можно искать скрипты Встроенный анти к
Quest X Загружено обновление для Quest X. Плюсы/Минусы:
Без ключа Нормальный интерфейс Можно искать скрипты Встроенный анти кик
Скачать: ⬇️⬇️

Хотите выделиться среди миллионов игроков⁉️ Хотите иметь на вашем аккаунте редкие вещи и украсить ваш профиль⁉️ Хотите стать
Хотите выделиться среди миллионов игроков⁉️ Хотите иметь на вашем аккаунте редкие вещи и украсить ваш профиль⁉️ Хотите стать круче других в вашей любимой игре⁉️ ✅Тогда хочу вам посоветовать Solaries Shop 💎В Solaries Shop вы сможете найти: 🔝Аккаунты на любой вкус и цвет 🔝Эксклюзивные и редкие Той Коды 🔝Разные игровые ценности (валюта, предметы, скины) ТАК ЖЕ СЕЙЧАС ТАМ ПРОХОДЯТ БОЛЬШИЕ СКИДКИ В ЧЕСТЬ ИХ ОТКРЫТИЯ 📉 https://t.me/solariestock https://t.me/solariestock https://t.me/solariestock

🎮 • GAME:
Universal
🕹️ • FUNC:
Удобный скрипт на настройку прицела
⚙️ • script:
settings = {
    color = Color3.fromRGB(255, 255/2, 255),    -- The color of the crosshair, takes any Color3.
    thickness = 2,                              -- The thickness of the crosshair in pixel, takes any full number.
    length = 8,                                 -- The length of each side in pixel, takes any full number.
    opacity = 1,                                -- The opacity of the crosshair, takes any number, 1 is fully visible and 0 is invisible.
 x_offset = 0,                               -- The x offset of the crosshair, takes any positive or negative number.
 y_offset = 0,                               -- The y offset of the crosshair, takes any positive or negative number.
 
    recenter = true                             -- Automatically recenter the crosshair if your window was resized, this is an option in case it causes lag for anyone which I highly doubt, if it does for you, then please stop using your Microwave for Roblox.
}

local cam = workspace.CurrentCamera or workspace:FindFirstChildOfClass("Camera")

getgenv().crosshair_x = getgenv().crosshair_x or {}
getgenv().crosshair_y = getgenv().crosshair_y or {}

local function draw(a1, a2)
    local obj = Drawing.new(a1)
    for i, v in pairs(a2) do 
        obj[i] = v
    end
    return obj
end

if getgenv().crosshair_x ~= nil or getgenv().crosshair_x ~= {} then
    if getgenv().crosshair_x["Line"] then
        getgenv().crosshair_x["Line"]:Remove()
    end
    
    if getgenv().crosshair_x["Connection"] then
        getgenv().crosshair_x["Connection"]:Disconnect()
    end
    getgenv().crosshair_x = {}
end

if getgenv().crosshair_y ~= nil or getgenv().crosshair_y ~= {} then
    if getgenv().crosshair_y["Line"] then
        getgenv().crosshair_y["Line"]:Remove()
    end

    if getgenv().crosshair_y["Connection"] then
        getgenv().crosshair_y["Connection"]:Disconnect()
    end
    
    getgenv().crosshair_y = {}
end

getgenv().crosshair_x["Line"] = draw("Line", {
    To = Vector2.new(((cam.ViewportSize.x / 2) - settings.x_offset) - settings.length, (cam.ViewportSize.y / 2) - settings.y_offset),
    From = Vector2.new(((cam.ViewportSize.x / 2) - settings.x_offset) + settings.length, (cam.ViewportSize.y / 2) - settings.y_offset),
    Thickness = settings.thickness,
    Color = settings.color,
    Transparency = settings.opacity,
    Visible = true
})

getgenv().crosshair_y["Line"] = draw("Line", {
    To = Vector2.new((cam.ViewportSize.x / 2) - settings.x_offset, ((cam.ViewportSize.y / 2) - settings.y_offset) - settings.length),
    From = Vector2.new((cam.ViewportSize.x / 2) - settings.x_offset, ((cam.ViewportSize.y / 2) - settings.y_offset) + settings.length),
    Thickness = settings.thickness,
    Color = settings.color,
    Transparency = settings.opacity,
    Visible = true
})

if settings.recenter then
    getgenv().crosshair_x["Connection"] = cam:GetPropertyChangedSignal("ViewportSize"):Connect(function()
        getgenv().crosshair_x["Line"]["To"] = Vector2.new(((cam.ViewportSize.x / 2) - settings.x_offset) - settings.length, (cam.ViewportSize.y / 2) - settings.y_offset)
        getgenv().crosshair_x["Line"]["From"] = Vector2.new(((cam.ViewportSize.x / 2) - settings.x_offset) + settings.length, (cam.ViewportSize.y / 2) - settings.y_offset)
    end)

    getgenv().crosshair_y["Connection"] = cam:GetPropertyChangedSignal("ViewportSize"):Connect(function()
        getgenv().crosshair_y["Line"]["To"] = Vector2.new((cam.ViewportSize.x / 2) - settings.x_offset, ((cam.ViewportSize.y / 2) - settings.y_offset) - settings.length)
        getgenv().crosshair_y["Line"]["From"] = Vector2.new((cam.ViewportSize.x / 2) - settings.x_offset, ((cam.ViewportSize.y / 2) - settings.y_offset) + settings.length)
    end)
end
📋 • info - @Quest_tag ⭐ Request script: @LI_Script_rp_bot

Delta X Новое обновление для Delta X +есть ключ система +обновлена на последнюю версию +unc 97 Файл: ⬇️⬇️⬇️⬇️⬇️
Delta X Новое обновление для Delta X
+есть ключ система
+обновлена на последнюю версию
+unc 97
Файл: ⬇️⬇️⬇️⬇️⬇️

Выбор дополнительных победителей (в количестве 2): 🏆 Победители: 1. 𝑀𝑦𝑠𝑡𝑖𝑘 𝐵𝑎𝑛𝑘𝑎𝑖⁹ (@Khurnets) 2. cheto是用中文写的 (@Mario44131) ✔️Проверить результаты

2 человека не отписали, делаю реролл

●fluxus● •новая Версия •система ключей •исправлены баги ●фан Версия●

#оффтоп Скачивайте самый лучший эксплоит Code Quest Девелопер постарался.
#оффтоп Скачивайте самый лучший эксплоит Code Quest Девелопер постарался.

Выбор дополнительных победителей (в количестве 4): 🏆 Победители: 1. Миничоус (@Dydyadiegi) 2. Дмитрий. Годжо (@Dmittru) 3. Питер карлик 4. •𝖆𝖗𝖎𝖉𝖊𝖍𝖔𝖑𝖊•18:46 ...ᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠ ✔️Проверить результаты

на 5 лайков сношу ему аккаунт
на 5 лайков сношу ему аккаунт

на отписку в лс @Avtor1zaTion 1 час реролл будет полюбому