ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
[💥SPETSNAZ] Special Forces Simulator
15.2k Views

ESP opensource

[💥SPETSNAZ] Special Forces SimulatorUploaded by
2 years ago
Please login to perform these actions:

Description

Red = Enemies Green = Hostages

View Raw
Edited By: WRATH Download


Comments
3
User profile picture
scriptv3r 1 year ago - Edited
Hey bro i tested it out and it seems like minigunner and hostage doesnt count in esp , when i pla* the game i found that the minigunner named "Juggernaut" and hostages name "npc" . I tried fixing and it worked , can you rework your script ? ( note that these names were from 2024 December so it could change at any time )
User profile picture
scriptv3r 1 year ago - Edited
also good esp btw it helps me alot
User profile picture
Fast_Skullbeats 1 year ago
-- Full Auto Lie Hub by Lulumasterofthemax local Players = game:GetService("Players") local RunService = game:GetService("RunService") local TweenService = game:GetService("TweenService") local UIS = game:GetService("UserInputService") local Camera = workspace.CurrentCamera local localPlayer = Players.LocalPlayer local playerGui = localPlayer:WaitForChild("PlayerGui") -- === GUI BASE === local screenGui = Instance.new("ScreenGui") screenGui.Name = "LieHub" screenGui.ResetOnS* = false screenGui.Parent = playerGui -- Toggle Button local toggleButton = Instance.new("TextButton") toggleButton.Size = UDim2.new(0, 150, 0, 40) toggleButton.Position = UDim2.new(0.5, -75, 0, 10) toggleButton.Text = "Open Lie Hub" toggleButton.BackgroundColor3 = Color3.fromRGB(40, 40, 40) toggleButton.TextColor3 = Color3.fromRGB(255, 255, 255) toggleButton.Font = Enum.Font.SourceSansBold toggleButton.TextSize = 18 toggleButton.Parent = screenGui -- Hub Main Frame local mainFrame = Instance.new("Frame") mainFrame.Size = UDim2.new(0, 250, 0, 220) mainFrame.Position = UDim2.new(0.5, -125, 0, -250) mainFrame.BackgroundColor3 = Color3.fromRGB(25, 25, 25) mainFrame.Visible = true mainFrame.Transparency = 1 mainFrame.Parent = screenGui -- *le local *le = Instance.new("TextLabel") *le.Size = UDim2.new(1, 0, 0, 40) *le.BackgroundColor3 = Color3.fromRGB(20, 20, 20) *le.Text = "Lie Hub" *le.TextColor3 = Color3.fromRGB(255, 255, 255) *le.Font = Enum.Font.SourceSansBold *le.TextSize = 24 *le.Parent = mainFrame -- Aimbot Button local aimbotButton = Instance.new("TextButton") aimbotButton.Size = UDim2.new(0.8, 0, 0, 40) aimbotButton.Position = UDim2.new(0.1, 0, 0, 60) aimbotButton.Text = "Aimbot (NPC Only)" aimbotButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60) aimbotButton.
Please Login to add a comment.