Advertisement
KingNooob

BOOGA ESP

Mar 25th, 2023 (edited)
640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.84 KB | None | 0 0
  1. -- applebee
  2. -- Version: 3.0
  3. -- Instances:
  4. local ESP = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local TopTitle = Instance.new("TextLabel")
  7. local DesignLine = Instance.new("Frame")
  8. local SecondaryFrame = Instance.new("Frame")
  9. local Categorys = Instance.new("Frame")
  10. local ESP_2 = Instance.new("TextButton")
  11. local Utilities = Instance.new("TextButton")
  12. local ToggleUILabel = Instance.new("TextLabel")
  13. local UIListLayout = Instance.new("UIListLayout")
  14. local ESPS = Instance.new("Frame")
  15. local PlayerEsp = Instance.new("TextButton")
  16. local UIListLayout_2 = Instance.new("UIListLayout")
  17. local misc = Instance.new("Frame")
  18. local EggClaimer = Instance.new("TextButton")
  19. local UIListLayout_3 = Instance.new("UIListLayout")
  20. local EggEsp = Instance.new("TextButton")
  21. --Properties:
  22. ESP.Name = "ESP"
  23. ESP.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
  24. ESP.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. MainFrame.Name = "MainFrame"
  27. MainFrame.Parent = ESP
  28. MainFrame.BackgroundColor3 = Color3.new(0.172549, 0.168627, 0.164706)
  29. MainFrame.Position = UDim2.new(0.311982274, 0, 0.348958313, 0)
  30. MainFrame.Size = UDim2.new(0.375499338, 0, 0.302083343, 0)
  31.  
  32. TopTitle.Name = "TopTitle"
  33. TopTitle.Parent = MainFrame
  34. TopTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  35. TopTitle.BackgroundTransparency = 1
  36. TopTitle.Position = UDim2.new(0.0248227641, 0, 7.4064296e-08, 0)
  37. TopTitle.Size = UDim2.new(0.953900754, 0, 0.114942528, 0)
  38. TopTitle.Font = Enum.Font.Code
  39. TopTitle.Text = "NoobyNoob's ESP | Designed by Vylnium"
  40. TopTitle.TextColor3 = Color3.new(1, 1, 1)
  41. TopTitle.TextScaled = true
  42. TopTitle.TextSize = 14
  43. TopTitle.TextStrokeTransparency = 0
  44. TopTitle.TextWrapped = true
  45.  
  46. DesignLine.Name = "DesignLine"
  47. DesignLine.Parent = MainFrame
  48. DesignLine.BackgroundColor3 = Color3.new(1, 1, 1)
  49. DesignLine.Position = UDim2.new(0.0248226952, 0, 0.114942528, 0)
  50. DesignLine.Size = UDim2.new(0.953900754, 0, 0.0114942528, 0)
  51.  
  52. SecondaryFrame.Name = "SecondaryFrame"
  53. SecondaryFrame.Parent = MainFrame
  54. SecondaryFrame.Active = true
  55. SecondaryFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  56. SecondaryFrame.BackgroundTransparency = 1
  57. SecondaryFrame.Position = UDim2.new(0.0248226952, 0, 0.172413796, 0)
  58. SecondaryFrame.Size = UDim2.new(0.953900754, 0, 0.781609178, 0)
  59.  
  60. Categorys.Name = "Categorys"
  61. Categorys.Parent = SecondaryFrame
  62. Categorys.BackgroundColor3 = Color3.new(1, 1, 1)
  63. Categorys.BackgroundTransparency = 1
  64. Categorys.Size = UDim2.new(0.25, 0, 1, 0)
  65.  
  66. ESP_2.Name = "ESP"
  67. ESP_2.Parent = Categorys
  68. ESP_2.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.105882)
  69. ESP_2.Size = UDim2.new(1, 0, 0.150000006, 0)
  70. ESP_2.Font = Enum.Font.Code
  71. ESP_2.Text = "ESP"
  72. ESP_2.TextColor3 = Color3.new(1, 1, 1)
  73. ESP_2.TextScaled = true
  74. ESP_2.TextSize = 14
  75. ESP_2.TextStrokeTransparency = 0
  76. ESP_2.TextWrapped = true
  77.  
  78. Utilities.Name = "Utilities"
  79. Utilities.Parent = Categorys
  80. Utilities.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.105882)
  81. Utilities.Size = UDim2.new(1, 0, 0.150000006, 0)
  82. Utilities.Font = Enum.Font.Code
  83. Utilities.Text = "MISC."
  84. Utilities.TextColor3 = Color3.new(1, 1, 1)
  85. Utilities.TextScaled = true
  86. Utilities.TextSize = 14
  87. Utilities.TextStrokeTransparency = 0
  88. Utilities.TextWrapped = true
  89.  
  90. ToggleUILabel.Name = "ToggleUILabel"
  91. ToggleUILabel.Parent = Categorys
  92. ToggleUILabel.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.105882)
  93. ToggleUILabel.Size = UDim2.new(1, 0, 0.150000006, 0)
  94. ToggleUILabel.Font = Enum.Font.Code
  95. ToggleUILabel.Text = "Toggle UI: Left Control"
  96. ToggleUILabel.TextColor3 = Color3.new(1, 1, 1)
  97. ToggleUILabel.TextScaled = true
  98. ToggleUILabel.TextSize = 14
  99. ToggleUILabel.TextWrapped = true
  100.  
  101. UIListLayout.Parent = Categorys
  102. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  103. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  104. UIListLayout.Padding = UDim.new(0.0199999996, 0)
  105.  
  106. ESPS.Name = "ESPS"
  107. ESPS.Parent = SecondaryFrame
  108. ESPS.BackgroundColor3 = Color3.new(1, 1, 1)
  109. ESPS.BackgroundTransparency = 1
  110. ESPS.Position = UDim2.new(0.300000042, 0, 0, 0)
  111. ESPS.Size = UDim2.new(0.699999928, 0, 0.992647052, 0)
  112. ESPS.Visible = false
  113.  
  114. PlayerEsp.Name = "PlayerEsp"
  115. PlayerEsp.Parent = ESPS
  116. PlayerEsp.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.105882)
  117. PlayerEsp.Size = UDim2.new(1, 0, 0.150000006, 0)
  118. PlayerEsp.Font = Enum.Font.Code
  119. PlayerEsp.Text = "Player ESP"
  120. PlayerEsp.TextColor3 = Color3.new(1, 1, 1)
  121. PlayerEsp.TextScaled = true
  122. PlayerEsp.TextSize = 14
  123. PlayerEsp.TextStrokeTransparency = 0
  124. PlayerEsp.TextWrapped = true
  125.  
  126. UIListLayout_2.Parent = ESPS
  127. UIListLayout_2.HorizontalAlignment = Enum.HorizontalAlignment.Center
  128. UIListLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
  129. UIListLayout_2.Padding = UDim.new(0.0199999996, 0)
  130.  
  131. misc.Name = "misc"
  132. misc.Parent = SecondaryFrame
  133. misc.BackgroundColor3 = Color3.new(1, 1, 1)
  134. misc.BackgroundTransparency = 1
  135. misc.Position = UDim2.new(0.300000042, 0, 0, 0)
  136. misc.Size = UDim2.new(0.699999928, 0, 0.992647052, 0)
  137. misc.Visible = false
  138.  
  139. EggClaimer.Name = "EggClaimer"
  140. EggClaimer.Parent = misc
  141. EggClaimer.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.105882)
  142. EggClaimer.Size = UDim2.new(1, 0, 0.150000006, 0)
  143. EggClaimer.Font = Enum.Font.Code
  144. EggClaimer.Text = "Egg Claimer"
  145. EggClaimer.TextColor3 = Color3.new(1, 1, 1)
  146. EggClaimer.TextScaled = true
  147. EggClaimer.TextSize = 14
  148. EggClaimer.TextStrokeTransparency = 0
  149. EggClaimer.TextWrapped = true
  150.  
  151. UIListLayout_3.Parent = misc
  152. UIListLayout_3.HorizontalAlignment = Enum.HorizontalAlignment.Center
  153. UIListLayout_3.SortOrder = Enum.SortOrder.LayoutOrder
  154. UIListLayout_3.Padding = UDim.new(0.0199999996, 0)
  155.  
  156. EggEsp.Name = "EggEsp"
  157. EggEsp.Parent = misc
  158. EggEsp.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.105882)
  159. EggEsp.Size = UDim2.new(1, 0, 0.150000006, 0)
  160. EggEsp.Font = Enum.Font.Code
  161. EggEsp.Text = "Egg Esp"
  162. EggEsp.TextColor3 = Color3.new(1, 1, 1)
  163. EggEsp.TextScaled = true
  164. EggEsp.TextSize = 14
  165. EggEsp.TextStrokeTransparency = 0
  166. EggEsp.TextWrapped = true
  167. -- Scripts:
  168. spawn(function () -- ESP.KeybindClose
  169.     local script = Instance.new('LocalScript')
  170.     script.Parent = ESP
  171.     local FrameObject = script.Parent.MainFrame
  172.     local Open = false
  173.    
  174.     local PositionClosed = UDim2.new(0,0,0,0)
  175.     local PositionOpen = UDim2.new(0.375, 0,0.302, 0)
  176.     local UserInputService = game:GetService("UserInputService")
  177.    
  178.     UserInputService.InputBegan:Connect(function(KeyCode)
  179.         if KeyCode.KeyCode == Enum.KeyCode.LeftControl then
  180.             if Open then
  181.                 FrameObject:TweenSize((PositionClosed), "Out", "Bounce")
  182.                 wait(1)
  183.                 FrameObject.Visible = false
  184.                 Open = false
  185.             else
  186.                 FrameObject.Visible = true
  187.                 wait(0.2)
  188.                 FrameObject:TweenSize((PositionOpen), "Out", "Back")
  189.                 Open = true
  190.             end
  191.         end
  192.     end)
  193.  
  194. end)
  195.  
  196. spawn(function () -- PlayerEsp.PlayerEsp
  197.     local script = Instance.new('LocalScript')
  198.     script.Parent = PlayerEsp
  199.     local Esp = "Players" -- change to folder of what u want an esp of
  200.     local Btn = script.Parent
  201.     local Tgl = false
  202.     local Loc = game:GetService(Esp)
  203.     -- name text gui
  204.     -- Instances:
  205.     local BillboardGui = Instance.new("BillboardGui")
  206.     local TextLabel = Instance.new("TextLabel")
  207.     --Properties:
  208.     BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  209.     BillboardGui.Active = true
  210.     BillboardGui.AlwaysOnTop = true
  211.     BillboardGui.LightInfluence = 1
  212.     BillboardGui.Size = UDim2.new(0, 150, 0, 35)
  213.     BillboardGui.StudsOffset = Vector3.new(0, 2, 0)
  214.    
  215.     TextLabel.Parent = BillboardGui
  216.     TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  217.     TextLabel.BackgroundTransparency = 1
  218.     TextLabel.Size = UDim2.new(1, 0, 1, 0)
  219.     TextLabel.Font = Enum.Font.SourceSans
  220.     TextLabel.Text = "Object"
  221.     TextLabel.TextColor3 = Color3.new(1, 0, 0)
  222.     TextLabel.TextScaled = true
  223.     TextLabel.TextSize = 14
  224.     TextLabel.TextStrokeTransparency = 0
  225.     TextLabel.TextWrapped = true
  226.     -- esp button fctn
  227.     Btn.MouseButton1Click:Connect(function()
  228.         if Tgl == false then
  229.             Tgl = true
  230.             while Tgl == true do
  231.                 for i,v in pairs(Loc:GetChildren()) do
  232.                     if v ~= game.Players.LocalPlayer then
  233.                         local High = Instance.new("Highlight")
  234.                         local BillC = BillboardGui:Clone()
  235.                         local Char = v.Character
  236.                         High.FillTransparency = 0.1
  237.                         High.OutlineColor = Color3.new(255, 0, 255)
  238.                         High.Parent = Char
  239.                         BillC.Parent = Char.Head
  240.                         BillC.Adornee = Char.Head
  241.                         BillC.TextLabel.Text = v.Name .. " Health: " .. v.Character.Humanoid.Health
  242.                     end
  243.                 end
  244.                 wait(3)
  245.                 for i,v in pairs(Loc:GetChildren()) do
  246.                     local char = v.Character
  247.                     if char:FindFirstChildWhichIsA("Highlight") and char.Head:FindFirstChildWhichIsA("BillboardGui"):Destroy() then
  248.                         char:FindFirstChildWhichIsA("Highlight"):Destroy()
  249.                         char.Head.FindFirstChildWhichIsA("BillboardGui"):Destroy()
  250.                     end
  251.                 end
  252.             end
  253.         elseif Tgl == true then
  254.             Tgl = false
  255.             for i,v in pairs(Loc:GetChildren()) do
  256.                 local char = v.Character
  257.                 if char:FindFirstChildWhichIsA("Highlight") and char.Head:FindFirstChildWhichIsA("BillboardGui"):Destroy() then
  258.                 char:FindFirstChildWhichIsA("Highlight"):Destroy()
  259.                     char.Head:FindFirstChildWhichIsA("BillboardGui"):Destroy()
  260.                 else
  261.                 end
  262.             end
  263.         end
  264.     end)
  265.  
  266. end)
  267.  
  268. spawn(function () -- EggEsp.EggEsp
  269.     local script = Instance.new('LocalScript')
  270.     script.Parent = EggEsp
  271.     local Esp = "Eggs" -- change to folder of what u want an esp of
  272.     local Btn = script.Parent
  273.     local Tgl = false
  274.     local Loc = game.Workspace:FindFirstChild(Esp)
  275.     -- Name Text Gui
  276.     -- Instances:
  277.     local BillboardGui = Instance.new("BillboardGui")
  278.     local TextLabel = Instance.new("TextLabel")
  279.     --Properties:
  280.     BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  281.     BillboardGui.Active = true
  282.     BillboardGui.AlwaysOnTop = true
  283.     BillboardGui.LightInfluence = 1
  284.     BillboardGui.Size = UDim2.new(0, 150, 0, 35)
  285.     BillboardGui.StudsOffset = Vector3.new(0, 2, 0)
  286.    
  287.     TextLabel.Parent = BillboardGui
  288.     TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  289.     TextLabel.BackgroundTransparency = 1
  290.     TextLabel.Size = UDim2.new(1, 0, 1, 0)
  291.     TextLabel.Font = Enum.Font.SourceSans
  292.     TextLabel.Text = "Object"
  293.     TextLabel.TextColor3 = Color3.new(1, 0, 0)
  294.     TextLabel.TextScaled = true
  295.     TextLabel.TextSize = 14
  296.     TextLabel.TextStrokeTransparency = 0
  297.     TextLabel.TextWrapped = true
  298.     -- ESP Button Function
  299.     Btn.MouseButton1Click:Connect(function()
  300.         if Tgl == false then
  301.             Tgl = true
  302.             while Tgl == true do
  303.                 for i,v in pairs(Loc:GetChildren()) do
  304.                     local Dist = math.round((game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.Handle.Position).magnitude)
  305.                     local High = Instance.new("Highlight")
  306.                     local BillC = BillboardGui:Clone()
  307.                     High.Parent = v
  308.                     High.FillTransparency = 0.1
  309.                     High.OutlineColor = Color3.new(255, 0, 255)
  310.                     BillC.Parent =  v
  311.                     BillC.Adornee = v
  312.                     BillC.TextLabel.Text = "EGG,  Distance: " .. Dist
  313.                 end
  314.                 wait(3)
  315.                 for i,v in pairs(Loc:GetDescendants()) do
  316.                     if v:IsA("Highlight") or v:IsA("BillboardGui") then
  317.                         v:Destroy()
  318.                     end
  319.                 end
  320.             end
  321.         elseif Tgl == true then
  322.             Tgl = false
  323.             for i,v in pairs(Loc:GetChildren()) do
  324.                 for n,part in pairs(v:GetChildren()) do
  325.                     if part:IsA("Highlight") or part:IsA("BillboardGui") then
  326.                         part:Destroy()
  327.                     end
  328.                 end
  329.             end
  330.         end
  331.     end)
  332.  
  333. end)
  334.  
  335. spawn(function () -- MainFrame.CategoryOpeningScript
  336.     local script = Instance.new('LocalScript')
  337.     script.Parent = MainFrame
  338.     local category = script.Parent.SecondaryFrame.Categorys
  339.     local esp = script.Parent.SecondaryFrame.ESPS
  340.     local espbutton = script.Parent.SecondaryFrame.Categorys.ESP
  341.     local misc = script.Parent.SecondaryFrame.Categorys.Utilities
  342.     local miscs = script.Parent.SecondaryFrame.misc
  343.    
  344.    
  345.     espbutton.MouseButton1Click:Connect(function()
  346.         esp.Visible = not esp.Visible
  347.         if esp.Visible == true then
  348.             miscs.Visible = false
  349.         end
  350.     end)
  351.     misc.MouseButton1Click:Connect(function()
  352.         miscs.Visible = not miscs.Visible
  353.         if miscs.Visible == true then
  354.             esp.Visible = false
  355.         end
  356.     end)
  357.    
  358.    
  359.  
  360. end)
  361.  
  362.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement