Pon. ТОЛЬКО СКРИПТЫ (Архив)
670 subscribers
164 photos
5 videos
67 links
Download Telegram
Forwarded from kashir0x
СКРИПТ НА (blox fruit)

loadstring(game:HttpGet"https://raw.githubusercontent.com/PNguyen0199/Script/main/Fai-Fao-Ver2.lua")()

ДЕЛЬТА
АРЕСУС
ФЛЮКС
Forwarded from kashir0x
СКРИПТ НА (mm2)

loadstring(game:HttpGet("https://raw.githubusercontent.com/Ethanoj1/EclipseMM2/master/Script", true))()

ДЕЛЬТА
АРЕСУС
ФЛЮКС
Forwarded from kashir0x
СКРИПТ НА (meme sea)

loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/MemeSea/main/Source.lua"))()

ДЕЛЬТА
АРЕСУС
ФЛЮКС
1
Forwarded from kashir0x
СКРИПТ НА (fish)

loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/2529a5f9dfddd5523ca4e22f21cceffa.lua"))()

ДЕЛЬТА
АРЕСУС
ФЛЮКС
Forwarded from kashir0x
СКРИПТ НА (Arsenal)

loadstring(game:HttpGet("https://raw.githubusercontent.com/ATrainz/main/main/Phantasm-Loader.lua"))()

ДЕЛЬТА
АРЕСУС
ФЛЮКС
Forwarded from kashir0x
ой что то совсем забыл про существование канала, теперь буду кидать по 1 скрипту каждый день
Forwarded from kashir0x
СКРИПТ НА (Bee swarm simulator)

loadstring(game:HttpGet("https://www.macrov2-script.xyz/macrov3.lua"))()

ДЕЛЬТА
АРЕСУС
ФЛЮКС
Forwarded from kashir0x
СКРИПТ НА (Prison life)

loadstring(game:HttpGet('https://raw.githubusercontent.com/LiverMods/xRawnder/main/Project'))()

ДЕЛЬТА
АРЕСУС
ФЛЮКС
Forwarded from kashir0x
СКРИПТ НА (Stend awakening)

loadstring(game:HttpGet(('https://raw.githubusercontent.com/MarsQQ/ScriptHubScripts/master/MM2%20Admin%20Panel'),true))()

ДЕЛЬТА
АРЕСУС
ФЛЮКС
Forwarded from kashir0x
СКРИПТ НА (mm2)

loadstring(game:HttpGet("https://raw.githubusercontent.com/tbao143/thaibao/main/TbaoHubMurderMystery2"))()

ДЕЛЬТА
АРЕСУС
ФЛЮКС
Forwarded from kashir0x
СКРИПТ НА (Death ball)

loadstring(game:HttpGet("https://github.com/Hosvile/InfiniX/releases/latest/download/main.lua",true))()

ДЕЛЬТА
АРЕСУС
ФЛЮКС
1
Forwarded from kashir0x
🆕 Скрипт на Dead rails 🆕

© Dead rails, Мёртвые рельсы

🔍 Функции :

- Авто тп в конец
- Ноуклип
- esp (это приспособление показывающее игроков, предметы или объекты сквозь стены.)
- Автоаим
- буст скорости/прыжка

‼️ БЕЗ КЛЮЧА

Скрипт

👇 👇 👇
loadstring(game:HttpGet('https://skullhub.xyz/loader.lua'))()
Please open Telegram to view this post
VIEW IN TELEGRAM
1
Forwarded from kashir0x
🆕 Скрипт на Murder mystery 2 🆕

© Murder mystery 2, мм2

🔍 Функции :

- авто фарм
- Ноуклип
- esp (это приспособление показывающее игроков, сквозь стены.)
- Автоаим
- телепорты
- и тд

‼️ БЕЗ КЛЮЧА

Скрипт

👇 👇 👇

loadstring(game:HttpGet("https://raw.githubusercontent.com/vertex-peak/vertex/refs/heads/main/loadstring"))(
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from kashir0x
🆕 Скрипт на farm blossom Rings Adopt Me 🆕

© Murder mystery 2, мм2

🔍 Функции :

- авто фарм лепестков

‼️ БЕЗ КЛЮЧА

Скрипт

👇 👇 👇
--[[ Blossom Rings Autofarm by D3v1l Hub ]]

local player = game.Players.LocalPlayer
local isFarming = false
local visitedObjects = {}

local function smoothTeleport(targetPosition)
if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
local rootPart = player.Character.HumanoidRootPart
rootPart.CFrame = CFrame.new(targetPosition + Vector3.new(0, 3, 0))
end
end

local function scanBlossomColliders()
local colliders = {}
local ringsFolder = workspace:WaitForChild("Interiors"):WaitForChild("BlossomShakedownInterior"):WaitForChild("RingPickups")
for _, ring in pairs(ringsFolder:GetDescendants()) do
if ring:IsA("BasePart") then
table.insert(colliders, ring)
end
end
return colliders
end

local function collectAllBlossomRings()
local blossomColliders = scanBlossomColliders()
for _, ringCollider in pairs(blossomColliders) do
if not visitedObjects[ringCollider] then
smoothTeleport(ringCollider.Position)
wait(0.05)
visitedObjects[ringCollider] = true
end
end
end
spawn(function()
while wait(0.1) do
if isFarming then
collectAllBlossomRings()
end
end
end)
local ScreenGui = Instance.new("ScreenGui")
local MainFrame = Instance.new("Frame")
local ToggleButton = Instance.new("TextButton")
local Header = Instance.new("TextLabel")
local UICorner = Instance.new("UICorner")

ScreenGui.Parent = game.CoreGui
MainFrame.Parent = ScreenGui
MainFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
MainFrame.Position = UDim2.new(0.05, 0, 0.2, 0)
MainFrame.Size = UDim2.new(0, 220, 0, 100)
MainFrame.Active = true
MainFrame.Draggable = true

UICorner.Parent = MainFrame
UICorner.CornerRadius = UDim.new(0, 10)

Header.Parent = MainFrame
Header.Size = UDim2.new(1, 0, 0.3, 0)
Header.BackgroundTransparency = 1
Header.Font = Enum.Font.GothamBold
Header.Text = "Blossom Rings Farm"
Header.TextColor3 = Color3.fromRGB(255, 255, 255)
Header.TextSize = 20

ToggleButton.Parent = MainFrame
ToggleButton.Position = UDim2.new(0.1, 0, 0.5, 0)
ToggleButton.Size = UDim2.new(0.8, 0, 0.4, 0)
ToggleButton.Font = Enum.Font.GothamBold
ToggleButton.Text = "[ OFF ]"
ToggleButton.TextColor3 = Color3.fromRGB(255, 255, 255)
ToggleButton.BackgroundColor3 = Color3.fromRGB(200, 0, 0)

local function toggleButtonAnimation()
if isFarming then
ToggleButton.Text = "[ ON ]"
ToggleButton.BackgroundColor3 = Color3.fromRGB(0, 200, 0)
else
ToggleButton.Text = "[ OFF ]"
ToggleButton.BackgroundColor3 = Color3.fromRGB(200, 0, 0)
end
end

ToggleButton.MouseButton1Click:Connect(function()
isFarming = not isFarming
toggleButtonAnimation()
end)
--Please Credit Me When Modifying My Script Or Showcasing it.
Please open Telegram to view this post
VIEW IN TELEGRAM
1
Forwarded from kashir0x
🆕 five nights td 🆕

© five nights td, пять ночей тд

🔍 Функции :

- авто ферма
- автоматическое обновление юнитов
- ESP

‼️ БЕЗ КЛЮЧА

Скрипт

👇 👇 👇
loadstring(game:HttpGet("https://raw.githubusercontent.com/Prosexy/Demonic-HUB-V2/main/DemonicHub_V2.lua", true))()
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from kashir0x
🆕 five nights td 🆕

© five nights td, пять ночей тд

🔍 Функции :

- Присоединиться к Карте
- Автоматическое голосование / Начало / Повтор
- Автоматический выход на волне X
- Поддержка макросов
- собирает ежедневный вознаграждение


‼️ БЕЗ КЛЮЧА

Скрипт

👇 👇 👇

loadstring(game:HttpGet("https://raw.githubusercontent.com/couldntBeT/Main/refs/heads/main/Main.lua"))()
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from kashir0x
🆕 War Tycoon 🆕

© War Tycoon, вар тайкун

🔍 Функции :

- Быстрое Возрождение
- Автоферма
- Фуллбрайт


‼️ БЕЗ КЛЮЧА

Скрипт

👇 👇 👇
loadstring(game:HttpGet("https://raw.githubusercontent.com/JinxTheCatto/Neptune/main/NeptuneHub.lua"))()
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from kashir0x
🆕 Fish 🆕

© Fish, фиш

🔍 Функции :

- автоматическая ловля рыбы
- авто продажа
- и многое другое


‼️ БЕЗ КЛЮЧА

Скрипт

👇 👇 👇
loadstring(game:HttpGet("https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua", true))()
Please open Telegram to view this post
VIEW IN TELEGRAM
1
Forwarded from kashir0x
🆕 Скрипт на Fling Things and People🆕

© Fling Things and People, Летающие люди и вещи

🔍 Функции :

•Супер сила (с которой можно отбрасывать далеко)
•Телепорт по карте
•ESP

‼️ С КЛЮЧОМ

Скрипт
👇 👇 👇
loadstring(game:HttpGet("https://raw.githubusercontent.com/BlizTBr/scripts/main/FTAP.lua"))()
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from kashir0x
🆕Скрипт на Forsaken🆕

© Forsaken, форсакен

🔍 Функции :

- ESP ( подсвечивает генераторы, игроков, убийцу, ботов которых спанит убийца и т.д.)
- Инф. скорость и т.д.


‼️ КЛЮЧ - ( blue )
Ключ меняется со временем

  Скрипт
👇  👇  👇
loadstring(game:HttpGet("https://raw.githubusercontent.com/souyanen/Fsscripts/refs/heads/main/Forsaken"))()
Please open Telegram to view this post
VIEW IN TELEGRAM