Advertisement
VoltixDevelopment

EZ ESP V0.1 by CodeUnsecure (Roblox: Phantom Forces)

Nov 15th, 2022 (edited)
1,814
-2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 16.80 KB | None | 0 2
  1. --[[ EZ ESP V0.1 for Phantom Forces. Created by CodeUnsecure
  2. __       ___________      ___________ ____     _    ______   ___   __
  3. \ \     / ____/__  /     / ____/ ___// __ \   | |  / / __ \ <  /  / /
  4.  \ \   / __/    / /     / __/  \__ \/ /_/ /   | | / / / / / / /  / /
  5.  / /  / /___   / /__   / /___ ___/ / ____/    | |/ / /_/ / / /   \ \
  6. /_/  /_____/  /____/  /_____//____/_/         |___/\____(_)_/     \_\
  7.                                                                      
  8.     ____             ______          __     __  __                                  
  9.    / __ )__  ___    / ____/___  ____/ /__  / / / /___  ________  _______  __________
  10.   / __  / / / (_)  / /   / __ \/ __  / _ \/ / / / __ \/ ___/ _ \/ ___/ / / / ___/ _ \
  11.  / /_/ / /_/ /    / /___/ /_/ / /_/ /  __/ /_/ / / / (__  )  __/ /__/ /_/ / /  /  __/
  12. /_____/\__, (_)   \____/\____/\__,_/\___/\____/_/ /_/____/\___/\___/\__,_/_/   \___/
  13.       /____/                                                                        
  14.  
  15. ]]
  16.  
  17. local xScriptRefreshSpeed=0.025 -- Determines how fast the ESP runs. The lower the number or decimal, the faster the ESP operates.
  18. local AI=Instance.new("BoolValue")
  19. local xDestroyScript=false
  20. local BBESPFolder
  21. local BackBlue
  22. local Frame
  23. local BottomBlue
  24. local Frame_2
  25. local FrontBlue
  26. local Frame_3
  27. local LeftBlue
  28. local Frame_4
  29. local RightBlue
  30. local Frame_5
  31. local TopBlue
  32. local Frame_6
  33. local BOESPFolder
  34. local BackOrange
  35. local Frame_1
  36. local LeftOrange
  37. local Frame_7
  38. local RightOrange
  39. local Frame_8
  40. local TopOrange
  41. local Frame_9
  42. local BottomOrange
  43. local Frame_10
  44. local FrontOrange
  45. local Frame_11
  46. if game:GetService("Workspace").Players:FindFirstChild("AlreadyInstalled") then
  47.     warn('CodeSecure EZ ESP V0.1 (Phantom Forces) is already installed!')
  48.     xDestroyScript=true
  49. else
  50.     AI.Name="AlreadyInstalled"
  51.     AI.Parent=game:GetService("Workspace").Players
  52.     warn('Script Speed is set to: '..tostring(xScriptRefreshSpeed)..'\'s')
  53.     BBESPFolder=Instance.new("Folder")
  54.     BBESPFolder.Name="BBESP"
  55.     BBESPFolder.Parent=game:GetService("Workspace").Players
  56.     BackBlue=Instance.new("SurfaceGui")
  57.     Frame=Instance.new("Frame")
  58.     BottomBlue=Instance.new("SurfaceGui")
  59.     Frame_2=Instance.new("Frame")
  60.     FrontBlue=Instance.new("SurfaceGui")
  61.     Frame_3=Instance.new("Frame")
  62.     LeftBlue=Instance.new("SurfaceGui")
  63.     Frame_4=Instance.new("Frame")
  64.     RightBlue=Instance.new("SurfaceGui")
  65.     Frame_5=Instance.new("Frame")
  66.     TopBlue=Instance.new("SurfaceGui")
  67.     Frame_6=Instance.new("Frame")
  68.     BackBlue.Name="BackBlue"
  69.     BackBlue.Parent=BBESPFolder
  70.     BackBlue.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
  71.     BackBlue.AlwaysOnTop=true
  72.     BackBlue.Face=Enum.NormalId.Back
  73.     BackBlue.LightInfluence=1.000
  74.     Frame.Parent=BackBlue
  75.     Frame.BackgroundColor3=Color3.fromRGB(78, 164, 239)
  76.     Frame.BackgroundTransparency=0.500
  77.     Frame.Size=UDim2.new(1, 0, 1, 0)
  78.     BottomBlue.Name="BottomBlue"
  79.     BottomBlue.Parent=BBESPFolder
  80.     BottomBlue.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
  81.     BottomBlue.AlwaysOnTop=true
  82.     BottomBlue.Face=Enum.NormalId.Bottom
  83.     BottomBlue.LightInfluence=1.000
  84.     Frame_2.Parent=BottomBlue
  85.     Frame_2.BackgroundColor3=Color3.fromRGB(78, 164, 239)
  86.     Frame_2.BackgroundTransparency=0.500
  87.     Frame_2.Size=UDim2.new(1, 0, 1, 0)
  88.     FrontBlue.Name="FrontBlue"
  89.     FrontBlue.Parent=BBESPFolder
  90.     FrontBlue.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
  91.     FrontBlue.AlwaysOnTop=true
  92.     FrontBlue.LightInfluence=1.000
  93.     Frame_3.Parent=FrontBlue
  94.     Frame_3.BackgroundColor3=Color3.fromRGB(78, 164, 239)
  95.     Frame_3.BackgroundTransparency=0.500
  96.     Frame_3.Size=UDim2.new(1, 0, 1, 0)
  97.     LeftBlue.Name="LeftBlue"
  98.     LeftBlue.Parent=BBESPFolder
  99.     LeftBlue.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
  100.     LeftBlue.AlwaysOnTop=true
  101.     LeftBlue.Face=Enum.NormalId.Left
  102.     LeftBlue.LightInfluence=1.000
  103.     Frame_4.Parent=LeftBlue
  104.     Frame_4.BackgroundColor3=Color3.fromRGB(78, 164, 239)
  105.     Frame_4.BackgroundTransparency=0.500
  106.     Frame_4.Size=UDim2.new(1, 0, 1, 0)
  107.     RightBlue.Name="RightBlue"
  108.     RightBlue.Parent=BBESPFolder
  109.     RightBlue.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
  110.     RightBlue.AlwaysOnTop=true
  111.     RightBlue.Face=Enum.NormalId.Right
  112.     RightBlue.LightInfluence=1.000
  113.     Frame_5.Parent=RightBlue
  114.     Frame_5.BackgroundColor3=Color3.fromRGB(78, 164, 239)
  115.     Frame_5.BackgroundTransparency=0.500
  116.     Frame_5.Size=UDim2.new(1, 0, 1, 0)
  117.     TopBlue.Name="TopBlue"
  118.     TopBlue.Parent=BBESPFolder
  119.     TopBlue.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
  120.     TopBlue.AlwaysOnTop=true
  121.     TopBlue.Face=Enum.NormalId.Top
  122.     TopBlue.LightInfluence=1.000
  123.     Frame_6.Parent=TopBlue
  124.     Frame_6.BackgroundColor3=Color3.fromRGB(78, 164, 239)
  125.     Frame_6.BackgroundTransparency=0.500
  126.     Frame_6.Size=UDim2.new(1, 0, 1, 0)
  127.     BOESPFolder=Instance.new("Folder")
  128.     BOESPFolder.Name="BOESP"
  129.     BOESPFolder.Parent=game:GetService("Workspace").Players
  130.     BackOrange=Instance.new("SurfaceGui")
  131.     Frame_1=Instance.new("Frame")
  132.     LeftOrange=Instance.new("SurfaceGui")
  133.     Frame_7=Instance.new("Frame")
  134.     RightOrange=Instance.new("SurfaceGui")
  135.     Frame_8=Instance.new("Frame")
  136.     TopOrange=Instance.new("SurfaceGui")
  137.     Frame_9=Instance.new("Frame")
  138.     BottomOrange=Instance.new("SurfaceGui")
  139.     Frame_10=Instance.new("Frame")
  140.     FrontOrange=Instance.new("SurfaceGui")
  141.     Frame_11=Instance.new("Frame")
  142.     BackOrange.Name="BackOrange"
  143.     BackOrange.Parent=BOESPFolder
  144.     BackOrange.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
  145.     BackOrange.AlwaysOnTop=true
  146.     BackOrange.Face=Enum.NormalId.Back
  147.     BackOrange.LightInfluence=1.000
  148.     Frame_1.Parent=BackOrange
  149.     Frame_1.BackgroundColor3=Color3.fromRGB(239, 171, 83)
  150.     Frame_1.BackgroundTransparency=0.500
  151.     Frame_1.Size=UDim2.new(1, 0, 1, 0)
  152.     LeftOrange.Name="LeftOrange"
  153.     LeftOrange.Parent=BOESPFolder
  154.     LeftOrange.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
  155.     LeftOrange.AlwaysOnTop=true
  156.     LeftOrange.Face=Enum.NormalId.Left
  157.     LeftOrange.LightInfluence=1.000
  158.     Frame_7.Parent=LeftOrange
  159.     Frame_7.BackgroundColor3=Color3.fromRGB(239, 171, 83)
  160.     Frame_7.BackgroundTransparency=0.500
  161.     Frame_7.Size=UDim2.new(1, 0, 1, 0)
  162.     RightOrange.Name="RightOrange"
  163.     RightOrange.Parent=BOESPFolder
  164.     RightOrange.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
  165.     RightOrange.AlwaysOnTop=true
  166.     RightOrange.Face=Enum.NormalId.Right
  167.     RightOrange.LightInfluence=1.000
  168.     Frame_8.Parent=RightOrange
  169.     Frame_8.BackgroundColor3=Color3.fromRGB(239, 171, 83)
  170.     Frame_8.BackgroundTransparency=0.500
  171.     Frame_8.Size=UDim2.new(1, 0, 1, 0)
  172.     TopOrange.Name="TopOrange"
  173.     TopOrange.Parent=BOESPFolder
  174.     TopOrange.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
  175.     TopOrange.AlwaysOnTop=true
  176.     TopOrange.Face=Enum.NormalId.Top
  177.     TopOrange.LightInfluence=1.000
  178.     Frame_9.Parent=TopOrange
  179.     Frame_9.BackgroundColor3=Color3.fromRGB(239, 171, 83)
  180.     Frame_9.BackgroundTransparency=0.500
  181.     Frame_9.Size=UDim2.new(1, 0, 1, 0)
  182.     BottomOrange.Name="BottomOrange"
  183.     BottomOrange.Parent=BOESPFolder
  184.     BottomOrange.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
  185.     BottomOrange.AlwaysOnTop=true
  186.     BottomOrange.Face=Enum.NormalId.Bottom
  187.     BottomOrange.LightInfluence=1.000
  188.     Frame_10.Parent=BottomOrange
  189.     Frame_10.BackgroundColor3=Color3.fromRGB(239, 171, 83)
  190.     Frame_10.BackgroundTransparency=0.500
  191.     Frame_10.Size=UDim2.new(1, 0, 1, 0)
  192.     FrontOrange.Name="FrontOrange"
  193.     FrontOrange.Parent=BOESPFolder
  194.     FrontOrange.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
  195.     FrontOrange.AlwaysOnTop=true
  196.     FrontOrange.LightInfluence=1.000
  197.     Frame_11.Parent=FrontOrange
  198.     Frame_11.BackgroundColor3=Color3.fromRGB(239, 171, 83)
  199.     Frame_11.BackgroundTransparency=0.500
  200.     Frame_11.Size=UDim2.new(1, 0, 1, 0)
  201. end
  202. while true do
  203.     if xDestroyScript==true then break end
  204.     wait(tonumber(xScriptRefreshSpeed))
  205.     local xDeployButton
  206.     local FindDeployButton=game:GetService("Players").TheTHCWashedMe.PlayerGui.MenuScreenGui.Pages.PageMainMenu.ContainerMenu:GetChildren()
  207.     for i=1,#FindDeployButton do
  208.         if FindDeployButton[i].Name=="ButtonMain" then
  209.             if FindDeployButton[i].Design.TextFrame.Text=="DEPLOY" then
  210.                 xDeployButton=FindDeployButton[i].Design.BackFrame
  211.             end
  212.         end
  213.     end
  214.     local AllowSpawn=game:GetService("ReplicatedStorage").ServerSettings.AllowSpawn.Value
  215.     if AllowSpawn==true then
  216.         --[[if xAutoSpawn==true then
  217.             game:GetService("ReplicatedStorage").RemoteEvent:FireServer("spawn")
  218.         end]] -- Yes, this is an option, but it's not a very good option.. It works, don't get me wrong~ it just- sucks...
  219.         xDeployButton.BackgroundColor3=Color3.new(0,255,0)
  220.     elseif AllowSpawn==false then
  221.         xDeployButton.BackgroundColor3=Color3.new(255,0,0)
  222.     end
  223.     wait(tonumber(xScriptRefreshSpeed))
  224.     local DeadPlrs=game:GetService("Workspace").Ignore.DeadBody:GetChildren()
  225.     for i=1,#DeadPlrs do
  226.         DeadPlrs[i]:Destroy()
  227.     end
  228.     wait(tonumber(xScriptRefreshSpeed))
  229.     local BrightBlue=game:GetService("Workspace").Players["Bright blue"]:GetChildren()
  230.     for i=1,#BrightBlue do
  231.         if BrightBlue[i].Name=="Dead" then
  232.         elseif BrightBlue[i].Name=="Player" then
  233.             if BrightBlue[i]:FindFirstChild("Active") then else
  234.                 local Active=Instance.new("BoolValue")
  235.                 Active.Name="Active"
  236.                 Active.Parent=BrightBlue[i]
  237.                 local xHead=BrightBlue[i]:FindFirstChild("Head")
  238.                 local BBTop=TopBlue:Clone()
  239.                 BBTop.Parent=xHead
  240.                 local BBBottom=BottomBlue:Clone()
  241.                 BBBottom.Parent=xHead
  242.                 local BBLeft=LeftBlue:Clone()
  243.                 BBLeft.Parent=xHead
  244.                 local BBRight=RightBlue:Clone()
  245.                 BBRight.Parent=xHead
  246.                 local BBFront=FrontBlue:Clone()
  247.                 BBFront.Parent=xHead
  248.                 local BBBack=BackBlue:Clone()
  249.                 BBBack.Parent=xHead
  250.                 local xTorso=BrightBlue[i]:FindFirstChild("Torso")
  251.                 local BBTop=TopBlue:Clone()
  252.                 BBTop.Parent=xTorso
  253.                 local BBBottom=BottomBlue:Clone()
  254.                 BBBottom.Parent=xTorso
  255.                 local BBLeft=LeftBlue:Clone()
  256.                 BBLeft.Parent=xTorso
  257.                 local BBRight=RightBlue:Clone()
  258.                 BBRight.Parent=xTorso
  259.                 local BBFront=FrontBlue:Clone()
  260.                 BBFront.Parent=xTorso
  261.                 local BBBack=BackBlue:Clone()
  262.                 BBBack.Parent=xTorso
  263.                 local xLA=BrightBlue[i]:FindFirstChild("Left Arn")
  264.                 local BBTop=TopBlue:Clone()
  265.                 BBTop.Parent=xLA
  266.                 local BBBottom=BottomBlue:Clone()
  267.                 BBBottom.Parent=xLA
  268.                 local BBLeft=LeftBlue:Clone()
  269.                 BBLeft.Parent=xLA
  270.                 local BBRight=RightBlue:Clone()
  271.                 BBRight.Parent=xLA
  272.                 local BBFront=FrontBlue:Clone()
  273.                 BBFront.Parent=xLA
  274.                 local BBBack=BackBlue:Clone()
  275.                 BBBack.Parent=xLA
  276.                 local xRA=BrightBlue[i]:FindFirstChild("Right Arm")
  277.                 local BBTop=TopBlue:Clone()
  278.                 BBTop.Parent=xRA
  279.                 local BBBottom=BottomBlue:Clone()
  280.                 BBBottom.Parent=xRA
  281.                 local BBLeft=LeftBlue:Clone()
  282.                 BBLeft.Parent=xRA
  283.                 local BBRight=RightBlue:Clone()
  284.                 BBRight.Parent=xRA
  285.                 local BBFront=FrontBlue:Clone()
  286.                 BBFront.Parent=xRA
  287.                 local BBBack=BackBlue:Clone()
  288.                 BBBack.Parent=xRA
  289.                 local xLL=BrightBlue[i]:FindFirstChild("Left Leg")
  290.                 local BBTop=TopBlue:Clone()
  291.                 BBTop.Parent=xLL
  292.                 local BBBottom=BottomBlue:Clone()
  293.                 BBBottom.Parent=xLL
  294.                 local BBLeft=LeftBlue:Clone()
  295.                 BBLeft.Parent=xLL
  296.                 local BBRight=RightBlue:Clone()
  297.                 BBRight.Parent=xLL
  298.                 local BBFront=FrontBlue:Clone()
  299.                 BBFront.Parent=xLL
  300.                 local BBBack=BackBlue:Clone()
  301.                 BBBack.Parent=xLL
  302.                 local xRL=BrightBlue[i]:FindFirstChild("Right Leg")
  303.                 local BBTop=TopBlue:Clone()
  304.                 BBTop.Parent=xRL
  305.                 local BBBottom=BottomBlue:Clone()
  306.                 BBBottom.Parent=xRL
  307.                 local BBLeft=LeftBlue:Clone()
  308.                 BBLeft.Parent=xRL
  309.                 local BBRight=RightBlue:Clone()
  310.                 BBRight.Parent=xRL
  311.                 local BBFront=FrontBlue:Clone()
  312.                 BBFront.Parent=xRL
  313.                 local BBBack=BackBlue:Clone()
  314.                 BBBack.Parent=xRL
  315.             end
  316.         end
  317.     end
  318.     wait(tonumber(xScriptRefreshSpeed))
  319.     local BrightOrange=game:GetService("Workspace").Players["Bright orange"]:GetChildren()
  320.     for i=1,#BrightOrange do
  321.         if BrightOrange[i].Name=="Dead" then
  322.         elseif BrightOrange[i].Name=="Player" then
  323.             if BrightOrange[i]:FindFirstChild("Active") then else
  324.                 local Active=Instance.new("BoolValue")
  325.                 Active.Name="Active"
  326.                 Active.Parent=BrightOrange[i]
  327.                 local xHead=BrightOrange[i]:FindFirstChild("Head")
  328.                 local BOTop=TopOrange:Clone()
  329.                 BOTop.Parent=xHead
  330.                 local BOBottom=BottomOrange:Clone()
  331.                 BOBottom.Parent=xHead
  332.                 local BOLeft=LeftOrange:Clone()
  333.                 BOLeft.Parent=xHead
  334.                 local BORight=RightOrange:Clone()
  335.                 BORight.Parent=xHead
  336.                 local BOFront=FrontOrange:Clone()
  337.                 BOFront.Parent=xHead
  338.                 local BOBack=BackOrange:Clone()
  339.                 BOBack.Parent=xHead
  340.                 local xTorso=BrightOrange[i]:FindFirstChild("Torso")
  341.                 local BOTop=TopOrange:Clone()
  342.                 BOTop.Parent=xTorso
  343.                 local BOBottom=BottomOrange:Clone()
  344.                 BOBottom.Parent=xTorso
  345.                 local BOLeft=LeftOrange:Clone()
  346.                 BOLeft.Parent=xTorso
  347.                 local BORight=RightOrange:Clone()
  348.                 BORight.Parent=xTorso
  349.                 local BOFront=FrontOrange:Clone()
  350.                 BOFront.Parent=xTorso
  351.                 local BOBack=BackOrange:Clone()
  352.                 BOBack.Parent=xTorso
  353.                 local xLA=BrightOrange[i]:FindFirstChild("Left Arn")
  354.                 local BOTop=TopOrange:Clone()
  355.                 BOTop.Parent=xLA
  356.                 local BOBottom=BottomOrange:Clone()
  357.                 BOBottom.Parent=xLA
  358.                 local BOLeft=LeftOrange:Clone()
  359.                 BOLeft.Parent=xLA
  360.                 local BORight=RightOrange:Clone()
  361.                 BORight.Parent=xLA
  362.                 local BOFront=FrontOrange:Clone()
  363.                 BOFront.Parent=xLA
  364.                 local BOBack=BackOrange:Clone()
  365.                 BOBack.Parent=xLA
  366.                 local xRA=BrightOrange[i]:FindFirstChild("Right Arm")
  367.                 local BOTop=TopOrange:Clone()
  368.                 BOTop.Parent=xRA
  369.                 local BOBottom=BottomOrange:Clone()
  370.                 BOBottom.Parent=xRA
  371.                 local BOLeft=LeftOrange:Clone()
  372.                 BOLeft.Parent=xRA
  373.                 local BORight=RightOrange:Clone()
  374.                 BORight.Parent=xRA
  375.                 local BOFront=FrontOrange:Clone()
  376.                 BOFront.Parent=xRA
  377.                 local BOBack=BackOrange:Clone()
  378.                 BOBack.Parent=xRA
  379.                 local xLL=BrightOrange[i]:FindFirstChild("Left Leg")
  380.                 local BOTop=TopOrange:Clone()
  381.                 BOTop.Parent=xLL
  382.                 local BOBottom=BottomOrange:Clone()
  383.                 BOBottom.Parent=xLL
  384.                 local BOLeft=LeftOrange:Clone()
  385.                 BOLeft.Parent=xLL
  386.                 local BORight=RightOrange:Clone()
  387.                 BORight.Parent=xLL
  388.                 local BOFront=FrontOrange:Clone()
  389.                 BOFront.Parent=xLL
  390.                 local BOBack=BackOrange:Clone()
  391.                 BOBack.Parent=xLL
  392.                 local xRL=BrightOrange[i]:FindFirstChild("Right Leg")
  393.                 local BOTop=TopOrange:Clone()
  394.                 BOTop.Parent=xRL
  395.                 local BOBottom=BottomOrange:Clone()
  396.                 BOBottom.Parent=xRL
  397.                 local BOLeft=LeftOrange:Clone()
  398.                 BOLeft.Parent=xRL
  399.                 local BORight=RightOrange:Clone()
  400.                 BORight.Parent=xRL
  401.                 local BOFront=FrontOrange:Clone()
  402.                 BOFront.Parent=xRL
  403.                 local BOBack=BackOrange:Clone()
  404.                 BOBack.Parent=xRL
  405.             end
  406.         end
  407.     end
  408. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement