Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local oops = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local loot = Instance.new("TextButton")
- local scrap = Instance.new("TextButton")
- local peps = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- oops.Name = "oops"
- oops.Parent = game.CoreGui
- oops.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = oops
- Main.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- Main.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- Main.BorderSizePixel = 3
- Main.ClipsDescendants = true
- Main.Position = UDim2.new(0.422372222, 0, 0.440514475, 0)
- Main.Size = UDim2.new(0, 296, 0, 180)
- Main.Draggable = true
- Main.Active = true
- title.Name = "title"
- title.Parent = Main
- title.BackgroundColor3 = Color3.new(1, 1, 1)
- title.BackgroundTransparency = 1
- title.ClipsDescendants = true
- title.Position = UDim2.new(0, 0, 0.0277777798, 0)
- title.Rotation = 6
- title.Size = UDim2.new(0, 296, 0, 32)
- title.Font = Enum.Font.PatrickHand
- title.Text = "Brightonx"
- title.TextColor3 = Color3.new(0.619608, 0.619608, 0.619608)
- title.TextSize = 30
- loot.Name = "loot"
- loot.Parent = Main
- loot.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- loot.BorderSizePixel = 0
- loot.Position = UDim2.new(0.807432413, 0, 0.177777767, 0)
- loot.Size = UDim2.new(0, 38, 0, 34)
- loot.Font = Enum.Font.SourceSans
- loot.Text = ""
- loot.TextColor3 = Color3.new(0, 0, 0)
- loot.TextSize = 14
- scrap.Name = "scrap"
- scrap.Parent = Main
- scrap.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- scrap.BorderSizePixel = 0
- scrap.Position = UDim2.new(0.807432413, 0, 0.466666669, 0)
- scrap.Size = UDim2.new(0, 38, 0, 34)
- scrap.Font = Enum.Font.SourceSans
- scrap.Text = ""
- scrap.TextColor3 = Color3.new(0, 0, 0)
- scrap.TextSize = 14
- peps.Name = "peps"
- peps.Parent = Main
- peps.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- peps.BorderSizePixel = 0
- peps.Position = UDim2.new(0.807432413, 0, 0.766666651, 0)
- peps.Size = UDim2.new(0, 38, 0, 34)
- peps.Font = Enum.Font.SourceSans
- peps.Text = ""
- peps.TextColor3 = Color3.new(0, 0, 0)
- peps.TextSize = 14
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.0709459484, 0, 0.205555558, 0)
- TextLabel.Size = UDim2.new(0, 162, 0, 23)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Loot ESP"
- TextLabel.TextColor3 = Color3.new(0.619608, 0.619608, 0.619608)
- TextLabel.TextSize = 20
- TextLabel_2.Parent = Main
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0.0709459484, 0, 0.49444446, 0)
- TextLabel_2.Size = UDim2.new(0, 162, 0, 23)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Scraps ESP"
- TextLabel_2.TextColor3 = Color3.new(0.619608, 0.619608, 0.619608)
- TextLabel_2.TextSize = 20
- TextLabel_3.Parent = Main
- TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_3.BackgroundTransparency = 1
- TextLabel_3.BorderSizePixel = 0
- TextLabel_3.Position = UDim2.new(0.0709459484, 0, 0.794444442, 0)
- TextLabel_3.Size = UDim2.new(0, 162, 0, 23)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "Players ESP"
- TextLabel_3.TextColor3 = Color3.new(0.619608, 0.619608, 0.619608)
- TextLabel_3.TextSize = 20
- --scripts for the exploit
- local search = false
- local search2 = false
- local search3 = false
- loot.MouseButton1Click:Connect(function()
- if search == false then
- search = true
- loot.BackgroundColor3 = Color3.fromRGB(138, 255, 96)
- while true do
- wait(2.3)
- if search == true then
- for i,v in pairs(game.Workspace:GetDescendants()) do -- grabs everything from workspace
- if v.Name == "LootCrate" and v.ClassName == "MeshPart" then
- local bill = Instance.new("BillboardGui")
- local text = Instance.new("TextLabel")
- bill.Parent = v.Parent
- bill.AlwaysOnTop = true
- bill.Size = UDim2.new(0,50,0,50)
- bill.StudsOffset = Vector3.new(0,2,0)
- text.Parent = bill
- text.BackgroundColor3 = Color3.new(1,1,1) -- color
- text.BackgroundTransparency = 1 -- transparency
- text.Size = UDim2.new(0.5,0,0.5,0) -- size
- text.Text = "LootCrate" -- what the label says
- text.TextColor3 = Color3.new(1, 0.168627, 1) -- color
- text.TextScaled = true -- if the text is scaled or not
- end
- end
- end
- end
- else
- search = false
- loot.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- wait(0.4)
- for i, v in pairs(game.workspace:GetDescendants())do
- if v.ClassName == "BillboardGui" and v.Name == "BillboardGui" and v.Parent.Name == "LootCrate" then
- v:Destroy()
- end
- end
- end
- end)
- scrap.MouseButton1Click:Connect(function()
- if search2 == false then
- search2 = true
- scrap.BackgroundColor3 = Color3.fromRGB(138, 255, 96)
- for i, v in pairs(game:GetService("Workspace"):GetDescendants())do
- if v.ClassName == "MeshPart" and v.Parent.Name == "Scrap" then
- local bill2 = Instance.new("BillboardGui")
- local text2 = Instance.new("TextLabel")
- bill2.Parent = v.Parent
- bill2.AlwaysOnTop = true
- bill2.Size = UDim2.new(0,50,0,50)
- bill2.StudsOffset = Vector3.new(0,2,0)
- text2.Parent = bill2
- text2.BackgroundColor3 = Color3.new(1,1,1)
- text2.BackgroundTransparency = 1
- text2.Size = UDim2.new(1,0,1,0)
- text2.Text = "Scraps"
- text2.TextColor3 = Color3.new(0.0941176, 1, 0.92549)
- text2.TextScaled = true
- end
- end
- else
- search2 = false
- scrap.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- wait(0.5)
- for i, v in pairs(game.workspace:GetDescendants())do
- if v.ClassName == "BillboardGui" and v.Name == "BillboardGui" and v.Parent.Name == "Scrap" then
- v:Destroy()
- end
- end
- end
- end)
- peps.MouseButton1Click:Connect(function()
- if search3 == false then
- search3 = true
- peps.BackgroundColor3 = Color3.fromRGB(138, 255, 96)
- while true do
- wait(1.2)
- if search3 == true then
- for i, players in pairs(game.Workspace:GetDescendants())do
- if players.Name == "NameTag" and players.ClassName == "BillboardGui" then
- players.AlwaysOnTop = true
- players.MaxDistance = math.huge
- end
- end
- end
- end
- else
- search3 = false
- peps.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- for i, players in pairs(game.Workspace:GetDescendants())do
- if players.Name == "NameTag" and players.ClassName == "BillboardGui" then
- players.AlwaysOnTop = false
- players.MaxDistance = 50
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement