ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
The Strongest Battlegrounds
931 Views

BEST Combat GUI AutoBlock v1

The Strongest BattlegroundsUploaded by
3 months ago
Please login to perform these actions:

Description

- **Features/Desc:** ⭐ NEW! COMBAT GUI/AUTOBLOCK V1.0 ⭐ The script consists of competitive features & utilities that help PROS! (Very Legit) 🔥 🛠️ FEATURES 🛠️ 🛡️ *BEST* Auto Block (Close Range, Long Range) 🎥 *BEST* Block Aim (Auto Aims on nearest player when blocking) 🔒 *BEST* Camlock (PC + MOBILE, Target Info, Mobile Toggle, Highlight Target, etc) 📸 *OP* ESP Features: - Block ESP (Show a 🛡️ on the opponent when they are blocking) - Death Counter ESP - Ultimate ESP - Ping ESP - Dash Cooldown Indicator - High Ping Warning - and many more! 🔩 *BEST* Many AUTO TECHS! - Instant Lethal - Instant Twisted - Loopdash - Supa Tech - Kiba Tech - Wasp Tech - and 30+ more! Subscribe to Waspire for more ♥️

View Raw
Edited By: Visored Download


Comments
1
User profile picture
francy 3 months ago
--// CPS Network GUI (Updated) if game.CoreGui:FindFirstChild("CPSNetworkGui") then game.CoreGui.CPSNetworkGui:Destroy() end local TweenService = game:GetService("TweenService") local StarterGui = game:GetService("StarterGui") -- Create main GUI local gui = Instance.new("ScreenGui") gui.Name = "CPSNetworkGui" gui.Parent = game.CoreGui gui.ResetOnS* = false -- Blur background local blur = Instance.new("BlurEffect") blur.Size = 0 blur.Parent = game.Lighting -- Main frame local mainFrame = Instance.new("Frame") mainFrame.Size = UDim2.new(0, 380, 0, 200) mainFrame.Position = UDim2.new(0.5, -190, 0.5, -100) mainFrame.BackgroundColor3 = Color3.fromRGB(10, 10, 10) mainFrame.BorderSizePixel = 0 mainFrame.Parent = gui mainFrame.ClipsDescendants = true -- Rounded borders local corner = Instance.new("UICorner") corner.CornerRadius = UDim.new(0, 15) corner.Parent = mainFrame -- Red gradient local gradient = Instance.new("UIGradient") gradient.Color = ColorSequence.new{ ColorSequenceKeypoint.new(0, Color3.fromRGB(10, 10, 10)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 50)) } gradient.Rotation = 90 gradient.Parent = mainFrame -- *le local *le = Instance.new("TextLabel") *le.Size = UDim2.new(1, 0, 0, 40) *le.BackgroundTransparency = 1 *le.Text = "CPS Network" *le.Font = Enum.Font.GothamBold *le.TextColor3 = Color3.fromRGB(255, 50, 50) *le.TextSize = 26 *le.Parent = mainFrame -- New description line local topDesc = Instance.new("TextLabel") topDesc.Size = UDim2.new(1, -20, 0, 20) topDesc.Position = UDim2.new(0, 10, 0, 45) topDesc.BackgroundTransparency = 1 topDesc.Text = "The script has switched loaders." topDesc.Font = Enum.Font.GothamMedium topDesc.TextColor3 = Color3.fromRGB(255, 90, 90) topDesc.TextSize = 16 Fake script lmao
Please Login to add a comment.