Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ EZ ESP V0.1 for Phantom Forces. Created by CodeUnsecure
- __ ___________ ___________ ____ _ ______ ___ __
- \ \ / ____/__ / / ____/ ___// __ \ | | / / __ \ < / / /
- \ \ / __/ / / / __/ \__ \/ /_/ / | | / / / / / / / / /
- / / / /___ / /__ / /___ ___/ / ____/ | |/ / /_/ / / / \ \
- /_/ /_____/ /____/ /_____//____/_/ |___/\____(_)_/ \_\
- ____ ______ __ __ __
- / __ )__ ___ / ____/___ ____/ /__ / / / /___ ________ _______ __________
- / __ / / / (_) / / / __ \/ __ / _ \/ / / / __ \/ ___/ _ \/ ___/ / / / ___/ _ \
- / /_/ / /_/ / / /___/ /_/ / /_/ / __/ /_/ / / / (__ ) __/ /__/ /_/ / / / __/
- /_____/\__, (_) \____/\____/\__,_/\___/\____/_/ /_/____/\___/\___/\__,_/_/ \___/
- /____/
- ]]
- local xScriptRefreshSpeed=0.025 -- Determines how fast the ESP runs. The lower the number or decimal, the faster the ESP operates.
- local AI=Instance.new("BoolValue")
- local xDestroyScript=false
- local BBESPFolder
- local BackBlue
- local Frame
- local BottomBlue
- local Frame_2
- local FrontBlue
- local Frame_3
- local LeftBlue
- local Frame_4
- local RightBlue
- local Frame_5
- local TopBlue
- local Frame_6
- local BOESPFolder
- local BackOrange
- local Frame_1
- local LeftOrange
- local Frame_7
- local RightOrange
- local Frame_8
- local TopOrange
- local Frame_9
- local BottomOrange
- local Frame_10
- local FrontOrange
- local Frame_11
- if game:GetService("Workspace").Players:FindFirstChild("AlreadyInstalled") then
- warn('CodeSecure EZ ESP V0.1 (Phantom Forces) is already installed!')
- xDestroyScript=true
- else
- AI.Name="AlreadyInstalled"
- AI.Parent=game:GetService("Workspace").Players
- warn('Script Speed is set to: '..tostring(xScriptRefreshSpeed)..'\'s')
- BBESPFolder=Instance.new("Folder")
- BBESPFolder.Name="BBESP"
- BBESPFolder.Parent=game:GetService("Workspace").Players
- BackBlue=Instance.new("SurfaceGui")
- Frame=Instance.new("Frame")
- BottomBlue=Instance.new("SurfaceGui")
- Frame_2=Instance.new("Frame")
- FrontBlue=Instance.new("SurfaceGui")
- Frame_3=Instance.new("Frame")
- LeftBlue=Instance.new("SurfaceGui")
- Frame_4=Instance.new("Frame")
- RightBlue=Instance.new("SurfaceGui")
- Frame_5=Instance.new("Frame")
- TopBlue=Instance.new("SurfaceGui")
- Frame_6=Instance.new("Frame")
- BackBlue.Name="BackBlue"
- BackBlue.Parent=BBESPFolder
- BackBlue.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
- BackBlue.AlwaysOnTop=true
- BackBlue.Face=Enum.NormalId.Back
- BackBlue.LightInfluence=1.000
- Frame.Parent=BackBlue
- Frame.BackgroundColor3=Color3.fromRGB(78, 164, 239)
- Frame.BackgroundTransparency=0.500
- Frame.Size=UDim2.new(1, 0, 1, 0)
- BottomBlue.Name="BottomBlue"
- BottomBlue.Parent=BBESPFolder
- BottomBlue.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
- BottomBlue.AlwaysOnTop=true
- BottomBlue.Face=Enum.NormalId.Bottom
- BottomBlue.LightInfluence=1.000
- Frame_2.Parent=BottomBlue
- Frame_2.BackgroundColor3=Color3.fromRGB(78, 164, 239)
- Frame_2.BackgroundTransparency=0.500
- Frame_2.Size=UDim2.new(1, 0, 1, 0)
- FrontBlue.Name="FrontBlue"
- FrontBlue.Parent=BBESPFolder
- FrontBlue.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
- FrontBlue.AlwaysOnTop=true
- FrontBlue.LightInfluence=1.000
- Frame_3.Parent=FrontBlue
- Frame_3.BackgroundColor3=Color3.fromRGB(78, 164, 239)
- Frame_3.BackgroundTransparency=0.500
- Frame_3.Size=UDim2.new(1, 0, 1, 0)
- LeftBlue.Name="LeftBlue"
- LeftBlue.Parent=BBESPFolder
- LeftBlue.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
- LeftBlue.AlwaysOnTop=true
- LeftBlue.Face=Enum.NormalId.Left
- LeftBlue.LightInfluence=1.000
- Frame_4.Parent=LeftBlue
- Frame_4.BackgroundColor3=Color3.fromRGB(78, 164, 239)
- Frame_4.BackgroundTransparency=0.500
- Frame_4.Size=UDim2.new(1, 0, 1, 0)
- RightBlue.Name="RightBlue"
- RightBlue.Parent=BBESPFolder
- RightBlue.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
- RightBlue.AlwaysOnTop=true
- RightBlue.Face=Enum.NormalId.Right
- RightBlue.LightInfluence=1.000
- Frame_5.Parent=RightBlue
- Frame_5.BackgroundColor3=Color3.fromRGB(78, 164, 239)
- Frame_5.BackgroundTransparency=0.500
- Frame_5.Size=UDim2.new(1, 0, 1, 0)
- TopBlue.Name="TopBlue"
- TopBlue.Parent=BBESPFolder
- TopBlue.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
- TopBlue.AlwaysOnTop=true
- TopBlue.Face=Enum.NormalId.Top
- TopBlue.LightInfluence=1.000
- Frame_6.Parent=TopBlue
- Frame_6.BackgroundColor3=Color3.fromRGB(78, 164, 239)
- Frame_6.BackgroundTransparency=0.500
- Frame_6.Size=UDim2.new(1, 0, 1, 0)
- BOESPFolder=Instance.new("Folder")
- BOESPFolder.Name="BOESP"
- BOESPFolder.Parent=game:GetService("Workspace").Players
- BackOrange=Instance.new("SurfaceGui")
- Frame_1=Instance.new("Frame")
- LeftOrange=Instance.new("SurfaceGui")
- Frame_7=Instance.new("Frame")
- RightOrange=Instance.new("SurfaceGui")
- Frame_8=Instance.new("Frame")
- TopOrange=Instance.new("SurfaceGui")
- Frame_9=Instance.new("Frame")
- BottomOrange=Instance.new("SurfaceGui")
- Frame_10=Instance.new("Frame")
- FrontOrange=Instance.new("SurfaceGui")
- Frame_11=Instance.new("Frame")
- BackOrange.Name="BackOrange"
- BackOrange.Parent=BOESPFolder
- BackOrange.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
- BackOrange.AlwaysOnTop=true
- BackOrange.Face=Enum.NormalId.Back
- BackOrange.LightInfluence=1.000
- Frame_1.Parent=BackOrange
- Frame_1.BackgroundColor3=Color3.fromRGB(239, 171, 83)
- Frame_1.BackgroundTransparency=0.500
- Frame_1.Size=UDim2.new(1, 0, 1, 0)
- LeftOrange.Name="LeftOrange"
- LeftOrange.Parent=BOESPFolder
- LeftOrange.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
- LeftOrange.AlwaysOnTop=true
- LeftOrange.Face=Enum.NormalId.Left
- LeftOrange.LightInfluence=1.000
- Frame_7.Parent=LeftOrange
- Frame_7.BackgroundColor3=Color3.fromRGB(239, 171, 83)
- Frame_7.BackgroundTransparency=0.500
- Frame_7.Size=UDim2.new(1, 0, 1, 0)
- RightOrange.Name="RightOrange"
- RightOrange.Parent=BOESPFolder
- RightOrange.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
- RightOrange.AlwaysOnTop=true
- RightOrange.Face=Enum.NormalId.Right
- RightOrange.LightInfluence=1.000
- Frame_8.Parent=RightOrange
- Frame_8.BackgroundColor3=Color3.fromRGB(239, 171, 83)
- Frame_8.BackgroundTransparency=0.500
- Frame_8.Size=UDim2.new(1, 0, 1, 0)
- TopOrange.Name="TopOrange"
- TopOrange.Parent=BOESPFolder
- TopOrange.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
- TopOrange.AlwaysOnTop=true
- TopOrange.Face=Enum.NormalId.Top
- TopOrange.LightInfluence=1.000
- Frame_9.Parent=TopOrange
- Frame_9.BackgroundColor3=Color3.fromRGB(239, 171, 83)
- Frame_9.BackgroundTransparency=0.500
- Frame_9.Size=UDim2.new(1, 0, 1, 0)
- BottomOrange.Name="BottomOrange"
- BottomOrange.Parent=BOESPFolder
- BottomOrange.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
- BottomOrange.AlwaysOnTop=true
- BottomOrange.Face=Enum.NormalId.Bottom
- BottomOrange.LightInfluence=1.000
- Frame_10.Parent=BottomOrange
- Frame_10.BackgroundColor3=Color3.fromRGB(239, 171, 83)
- Frame_10.BackgroundTransparency=0.500
- Frame_10.Size=UDim2.new(1, 0, 1, 0)
- FrontOrange.Name="FrontOrange"
- FrontOrange.Parent=BOESPFolder
- FrontOrange.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
- FrontOrange.AlwaysOnTop=true
- FrontOrange.LightInfluence=1.000
- Frame_11.Parent=FrontOrange
- Frame_11.BackgroundColor3=Color3.fromRGB(239, 171, 83)
- Frame_11.BackgroundTransparency=0.500
- Frame_11.Size=UDim2.new(1, 0, 1, 0)
- end
- while true do
- if xDestroyScript==true then break end
- wait(tonumber(xScriptRefreshSpeed))
- local xDeployButton
- local FindDeployButton=game:GetService("Players").TheTHCWashedMe.PlayerGui.MenuScreenGui.Pages.PageMainMenu.ContainerMenu:GetChildren()
- for i=1,#FindDeployButton do
- if FindDeployButton[i].Name=="ButtonMain" then
- if FindDeployButton[i].Design.TextFrame.Text=="DEPLOY" then
- xDeployButton=FindDeployButton[i].Design.BackFrame
- end
- end
- end
- local AllowSpawn=game:GetService("ReplicatedStorage").ServerSettings.AllowSpawn.Value
- if AllowSpawn==true then
- --[[if xAutoSpawn==true then
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer("spawn")
- end]] -- Yes, this is an option, but it's not a very good option.. It works, don't get me wrong~ it just- sucks...
- xDeployButton.BackgroundColor3=Color3.new(0,255,0)
- elseif AllowSpawn==false then
- xDeployButton.BackgroundColor3=Color3.new(255,0,0)
- end
- wait(tonumber(xScriptRefreshSpeed))
- local DeadPlrs=game:GetService("Workspace").Ignore.DeadBody:GetChildren()
- for i=1,#DeadPlrs do
- DeadPlrs[i]:Destroy()
- end
- wait(tonumber(xScriptRefreshSpeed))
- local BrightBlue=game:GetService("Workspace").Players["Bright blue"]:GetChildren()
- for i=1,#BrightBlue do
- if BrightBlue[i].Name=="Dead" then
- elseif BrightBlue[i].Name=="Player" then
- if BrightBlue[i]:FindFirstChild("Active") then else
- local Active=Instance.new("BoolValue")
- Active.Name="Active"
- Active.Parent=BrightBlue[i]
- local xHead=BrightBlue[i]:FindFirstChild("Head")
- local BBTop=TopBlue:Clone()
- BBTop.Parent=xHead
- local BBBottom=BottomBlue:Clone()
- BBBottom.Parent=xHead
- local BBLeft=LeftBlue:Clone()
- BBLeft.Parent=xHead
- local BBRight=RightBlue:Clone()
- BBRight.Parent=xHead
- local BBFront=FrontBlue:Clone()
- BBFront.Parent=xHead
- local BBBack=BackBlue:Clone()
- BBBack.Parent=xHead
- local xTorso=BrightBlue[i]:FindFirstChild("Torso")
- local BBTop=TopBlue:Clone()
- BBTop.Parent=xTorso
- local BBBottom=BottomBlue:Clone()
- BBBottom.Parent=xTorso
- local BBLeft=LeftBlue:Clone()
- BBLeft.Parent=xTorso
- local BBRight=RightBlue:Clone()
- BBRight.Parent=xTorso
- local BBFront=FrontBlue:Clone()
- BBFront.Parent=xTorso
- local BBBack=BackBlue:Clone()
- BBBack.Parent=xTorso
- local xLA=BrightBlue[i]:FindFirstChild("Left Arn")
- local BBTop=TopBlue:Clone()
- BBTop.Parent=xLA
- local BBBottom=BottomBlue:Clone()
- BBBottom.Parent=xLA
- local BBLeft=LeftBlue:Clone()
- BBLeft.Parent=xLA
- local BBRight=RightBlue:Clone()
- BBRight.Parent=xLA
- local BBFront=FrontBlue:Clone()
- BBFront.Parent=xLA
- local BBBack=BackBlue:Clone()
- BBBack.Parent=xLA
- local xRA=BrightBlue[i]:FindFirstChild("Right Arm")
- local BBTop=TopBlue:Clone()
- BBTop.Parent=xRA
- local BBBottom=BottomBlue:Clone()
- BBBottom.Parent=xRA
- local BBLeft=LeftBlue:Clone()
- BBLeft.Parent=xRA
- local BBRight=RightBlue:Clone()
- BBRight.Parent=xRA
- local BBFront=FrontBlue:Clone()
- BBFront.Parent=xRA
- local BBBack=BackBlue:Clone()
- BBBack.Parent=xRA
- local xLL=BrightBlue[i]:FindFirstChild("Left Leg")
- local BBTop=TopBlue:Clone()
- BBTop.Parent=xLL
- local BBBottom=BottomBlue:Clone()
- BBBottom.Parent=xLL
- local BBLeft=LeftBlue:Clone()
- BBLeft.Parent=xLL
- local BBRight=RightBlue:Clone()
- BBRight.Parent=xLL
- local BBFront=FrontBlue:Clone()
- BBFront.Parent=xLL
- local BBBack=BackBlue:Clone()
- BBBack.Parent=xLL
- local xRL=BrightBlue[i]:FindFirstChild("Right Leg")
- local BBTop=TopBlue:Clone()
- BBTop.Parent=xRL
- local BBBottom=BottomBlue:Clone()
- BBBottom.Parent=xRL
- local BBLeft=LeftBlue:Clone()
- BBLeft.Parent=xRL
- local BBRight=RightBlue:Clone()
- BBRight.Parent=xRL
- local BBFront=FrontBlue:Clone()
- BBFront.Parent=xRL
- local BBBack=BackBlue:Clone()
- BBBack.Parent=xRL
- end
- end
- end
- wait(tonumber(xScriptRefreshSpeed))
- local BrightOrange=game:GetService("Workspace").Players["Bright orange"]:GetChildren()
- for i=1,#BrightOrange do
- if BrightOrange[i].Name=="Dead" then
- elseif BrightOrange[i].Name=="Player" then
- if BrightOrange[i]:FindFirstChild("Active") then else
- local Active=Instance.new("BoolValue")
- Active.Name="Active"
- Active.Parent=BrightOrange[i]
- local xHead=BrightOrange[i]:FindFirstChild("Head")
- local BOTop=TopOrange:Clone()
- BOTop.Parent=xHead
- local BOBottom=BottomOrange:Clone()
- BOBottom.Parent=xHead
- local BOLeft=LeftOrange:Clone()
- BOLeft.Parent=xHead
- local BORight=RightOrange:Clone()
- BORight.Parent=xHead
- local BOFront=FrontOrange:Clone()
- BOFront.Parent=xHead
- local BOBack=BackOrange:Clone()
- BOBack.Parent=xHead
- local xTorso=BrightOrange[i]:FindFirstChild("Torso")
- local BOTop=TopOrange:Clone()
- BOTop.Parent=xTorso
- local BOBottom=BottomOrange:Clone()
- BOBottom.Parent=xTorso
- local BOLeft=LeftOrange:Clone()
- BOLeft.Parent=xTorso
- local BORight=RightOrange:Clone()
- BORight.Parent=xTorso
- local BOFront=FrontOrange:Clone()
- BOFront.Parent=xTorso
- local BOBack=BackOrange:Clone()
- BOBack.Parent=xTorso
- local xLA=BrightOrange[i]:FindFirstChild("Left Arn")
- local BOTop=TopOrange:Clone()
- BOTop.Parent=xLA
- local BOBottom=BottomOrange:Clone()
- BOBottom.Parent=xLA
- local BOLeft=LeftOrange:Clone()
- BOLeft.Parent=xLA
- local BORight=RightOrange:Clone()
- BORight.Parent=xLA
- local BOFront=FrontOrange:Clone()
- BOFront.Parent=xLA
- local BOBack=BackOrange:Clone()
- BOBack.Parent=xLA
- local xRA=BrightOrange[i]:FindFirstChild("Right Arm")
- local BOTop=TopOrange:Clone()
- BOTop.Parent=xRA
- local BOBottom=BottomOrange:Clone()
- BOBottom.Parent=xRA
- local BOLeft=LeftOrange:Clone()
- BOLeft.Parent=xRA
- local BORight=RightOrange:Clone()
- BORight.Parent=xRA
- local BOFront=FrontOrange:Clone()
- BOFront.Parent=xRA
- local BOBack=BackOrange:Clone()
- BOBack.Parent=xRA
- local xLL=BrightOrange[i]:FindFirstChild("Left Leg")
- local BOTop=TopOrange:Clone()
- BOTop.Parent=xLL
- local BOBottom=BottomOrange:Clone()
- BOBottom.Parent=xLL
- local BOLeft=LeftOrange:Clone()
- BOLeft.Parent=xLL
- local BORight=RightOrange:Clone()
- BORight.Parent=xLL
- local BOFront=FrontOrange:Clone()
- BOFront.Parent=xLL
- local BOBack=BackOrange:Clone()
- BOBack.Parent=xLL
- local xRL=BrightOrange[i]:FindFirstChild("Right Leg")
- local BOTop=TopOrange:Clone()
- BOTop.Parent=xRL
- local BOBottom=BottomOrange:Clone()
- BOBottom.Parent=xRL
- local BOLeft=LeftOrange:Clone()
- BOLeft.Parent=xRL
- local BORight=RightOrange:Clone()
- BORight.Parent=xRL
- local BOFront=FrontOrange:Clone()
- BOFront.Parent=xRL
- local BOBack=BackOrange:Clone()
- BOBack.Parent=xRL
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement