❄️Ferty|Scripts❄️
9.42K subscribers
1.43K photos
160 videos
159 files
441 links
все лучшие скрипты только тут
owner: @FS_Ferty
Download Telegram
Forwarded from Roblox
Сервера Roblox — всё.

У игроков по всему миру наблюдаются сбои при подключении. Проблема связана со сбоем на облачном хостинге AWS — это облачный сервис, на котором размещены серверы Roblox.

Не волнуйтесь — с вашими аккаунтами всё будет в порядке.

Roblox
2
Forwarded from Roblox
Roblox стало еще хуже.

Количество жалоб только увеличивается — у игроков просто не получается зайти ни в одну игру и ничего не прогружается.

Roblox всё еще работают над исправлением.

Roblox
1💯1
Роблокс починили? Похоже на то, все мои друзья уже играют во всю.

И вот роблокс опять смог остаться на плаву, но надолго ли?
Forwarded from Roblox
Roblox заработал!

Amazon официально признали проблему и быстро все пофиксили.

Roblox
😭21👌1
Delta-2.694.983.apk
226 MB
Delta X • Android
Update • Official

+Обновлено до версии
2.694.983 Roblox
+Updated to version
2.694.983 Roblox
JJSploit(694).apk
169.8 MB
JJSploit • Android
Update • Official

Обновлено до версии
2.694.983 Roblox
Updated to version
2.694.983 Roblox
😭1
Please open Telegram to view this post
VIEW IN TELEGRAM
На что скрипты пупсы👋 (это не меня фоткали клянусь)
Please open Telegram to view this post
VIEW IN TELEGRAM
💘2
на что вам поискать топовый скриптик?
Game-military tycoon
funtions-the screen
key-
script⬇️


--  Lyxx SCRIPT: ESP, AIMBOT, FLY, FULLBRIGHT, WALKSPEED, NOCLIP
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local Lighting = game:GetService("Lighting")
local LocalPlayer = Players.LocalPlayer
local Camera = workspace.CurrentCamera

-- Runtime
local WalkSpeed = 16
local Flying = false
local NoClip = false
local AutoAimEnabled = true
local FullBrightEnabled = false
local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
local Humanoid = Character:WaitForChild("Humanoid")
local HRP = Character:WaitForChild("HumanoidRootPart")

-- Fly Setup
local BodyVelocity = Instance.new("BodyVelocity")
BodyVelocity.MaxForce = Vector3.zero
BodyVelocity.Velocity = Vector3.zero

-- GUI
local function createUI()
local gui = Instance.new("ScreenGui", LocalPlayer:WaitForChild("PlayerGui"))
gui.Name = "Lyxx UI"
gui.ResetOnSpawn = false

local title = Instance.new("TextLabel", gui)
title.Size = UDim2.new(1, 0, 0, 40)
title.BackgroundTransparency = 1
title.TextColor3 = Color3.new(1, 1, 1)
title.Font = Enum.Font.GothamBold
title.TextScaled = true
title.Text = "Arni's Script"

local function createToggle(name, stateFunc, toggleFunc, yPos)
local btn = Instance.new("TextButton", gui)
btn.Position = UDim2.new(0, 10, 0, yPos)
btn.Size = UDim2.new(0, 130, 0, 40)
btn.Font = Enum.Font.GothamBold
btn.TextSize = 18
btn.TextColor3 = Color3.new(1, 1, 1)
btn.BackgroundColor3 = stateFunc() and Color3.fromRGB(0, 200, 0) or Color3.fromRGB(200, 0, 0)
btn.Text = name

btn.MouseButton1Click:Connect(function()
toggleFunc()
btn.BackgroundColor3 = stateFunc() and Color3.fromRGB(0, 200, 0) or Color3.fromRGB(200, 0, 0)
end)
end

local y = 45
createToggle("Aimbot", function() return AutoAimEnabled end, function() AutoAimEnabled = not AutoAimEnabled end, y) y += 45
createToggle("Fly", function() return Flying end, function()
Flying = not Flying
if Flying then
BodyVelocity.MaxForce = Vector3.new(400000, 400000, 400000)
BodyVelocity.Parent = HRP
else
BodyVelocity.MaxForce = Vector3.zero
BodyVelocity.Parent = nil
end
end, y) y += 45

local speedInc = Instance.new("TextButton", gui)
speedInc.Position = UDim2.new(0, 10, 0, y)
speedInc.Size = UDim2.new(0, 75, 0, 40)
speedInc.Text = "+Speed"
speedInc.Font = Enum.Font.GothamBold
speedInc.TextColor3 = Color3.new(1, 1, 1)
speedInc.BackgroundColor3 = Color3.fromRGB(30, 120, 30)
speedInc.MouseButton1Click:Connect(function() WalkSpeed = WalkSpeed + 4 end)

local speedDec = Instance.new("TextButton", gui)
speedDec.Position = UDim2.new(0, 95, 0, y)
speedDec.Size = UDim2.new(0, 75, 0, 40)
speedDec.Text = "-Speed"
speedDec.Font = Enum.Font.GothamBold
speedDec.TextColor3 = Color3.new(1, 1, 1)
speedDec.BackgroundColor3 = Color3.fromRGB(120, 30, 30)
speedDec.MouseButton1Click:Connect(function() WalkSpeed = WalkSpeed - 4 end)
y += 45

createToggle("Noclip", function() return NoClip end, function() NoClip = not NoClip end, y) y += 45
createToggle("FullBright", function() return FullBrightEnabled end, function()
FullBrightEnabled = not FullBrightEnabled
if FullBrightEnabled then
Lighting.Brightness = 10
Lighting.ClockTime = 12
Lighting.FogEnd = 100000
Lighting.GlobalShadows = false
else
Lighting.Brightness = 2
Lighting.ClockTime = 14
Lighting.FogEnd = 1000
Lighting.GlobalShadows = true
end
end, y)
end

-- ESP
local function createESP(player)
local function attach()
repeat task.wait() until player.Character and player.Character:FindFirstChild("Head")
local char = player.Character
local highlight = Instance.new("Highlight", char)
highlig
Please open Telegram to view this post
VIEW IN TELEGRAM
1
делал Chat GPT
1
Игра/Game: Slasher Blade Loot
⚙️Функции/Functions⚙️
• Kill aura
• Auto Rebirth
• Speed Hack
• God Mode & lnstant kill

СКРИПТ/SCRIPT⬇️
loadstring(game:HttpGet("https://pastebin.com/raw/PWHXtrWu"))()

[No Key Script]
[Без Ключа Скрипт]
Игра/Game: Arsenal
⚙️Функции/Functions⚙️
infinite Ammo V1
infinite Ammo V2
Fast Reload
Fast Fire Rate
Auto Farm
Enable Hitbox
Always Auto
Aimbot
No Recoil
Fly
Walkspeed
lnfinite Jump
Custom JumpPower
Spin Speed
DeapHP (Auto Heal)
DeadAmmo (lnf-Ammo)
Noclip
Xrav
Arm Charms
Gun Skin
Rainbow Gun
Esp

СКРИПТ/SCRIPT⬇️
loadstring(game:
HttpGet("https://raw.githubusercontent.com/Orangecatgamer696969/Arsenal/refs/heads/main/Protected_8195528649941335.lua.txt"))()

[No Key Script]
[Без Ключа Скрипт]
Игра/Game: Evade
⚙️Функции/Functions⚙️
Auto Jump
Auto Carry
Lag Switch
Game Timer Display
Auto Respawn
Tracer Downed Players
Set Speed
Set Jump Cap

СКРИПТ/SCRIPT⬇️
loadstring(game:HttpGet("https://raw.githubusercontent.com/dhiosetia/trollplayerXD/refs/heads/main/evadenokey.lua"))()

[No Key Script]
[Без Ключа Скрипт]
Игра/Game: 99 Nights in the Forest
⚙️Функции/Functions⚙️
• Kill Aura
• Tree Aura
• Auto Plant
• Auto Farm
• Bring ltems
• Teleport
• Walkspeed

СКРИПТ/SCRIPT⬇️
loadstring(game:HttpGet('https://raw.githubusercontent.com/wrestonbest/Luminary-2025/refs/heads/main/Scripts/Main%20Loader.lua'))()
Игра/Game: SCP Roleplay
⚙️функции/Functions⚙️
• Anti afk
• Fullbright
• Noclip
• Anti Void
• Speed Boost
• Show Full Chat
•lnfinite Jump
• Get Radio
• Respawn
• Esp Boxes, Names,
• Head Hitbox Size
• Aimbot

СКРИПТ/SCRIPT⬇️
loadstring(game:HttpGet("https://raw.githubusercontent.com/axleoislost/Accent/main/Scp-Roleplay"))()

[No Key Script]
[Без Ключа Скрипт]
1
Игра/Game: ink game
⚙️Функции/Functions⚙️
• Fly (Ban Risk)
• Player Esp
• Staff Room
• Teleport to lobby
• Teleport to player

СКРИПТ/SCRIPT⬇️
loadstring(game:HttpGet('https://pastefy.app/jSG8rqox/raw'))()

Script For Pc/If you are going to run the script on your phone, you will also need a keyboard.
1
Игра/Game: build ur base
⚙️Функции/Functions⚙️
• Auto Hit
• Method
• Auto Start
• Auto Buy Blocks
• Selected Chapter
• Auto Buy Crates
• Selected Chapter
• Auto Open Crates

СКРИПТ/SCRIPT⬇️
loadstring(game:HttpGet("https://raw.githubusercontent.com/SCPShadow/novushub/refs/heads/main/loader.lua"))()

[No Key Script]
[Без Ключа Скрипт]
1
Игра/Game: FORTBLOX
⚙️Функции/Functions⚙️
• Aimbot
• Esp
• Lock Type
• Wallbang

СКРИПТ/SCRIPT⬇️
loadstring(game:HttpGet('https://raw.githubusercontent.com/fatesc/fates-esp/main/main.lua'))()

[No Key Script]
[Без Ключа Скрипт]
Игра/Game: Forsaken
⚙️Функции/Functions⚙️
• Auto RagingPace
• Auto 404 ERROR [John doe]
• No Fog
• Esp killer, Generator, player,
• distance, Medkit,
• Auto Block
• Auto Punch
• Auto Fix
• Auto Generator Farm
• Aimbot
• Kill aura
• And many & other features

СКРИПТ/SCRIPT⬇️
getfenv().ADittoKey="NOL_FRERKEY_THISISFOR"---SPINNIN’ ON IT
loadstring(game:HttpGet("https://raw.githubusercontent.com/Syndromehsh/NOL/refs/heads/main/Nolsaken"))()