What's new
Heapleak - Scripthub

Get the most out of HeapLeak by creating a free account! Once signed in, you’ll gain full access to restricted content, be able to share your own scripts, and participate in our member-only discussions.

Obstacles Remover gui

Version / Update: v1.0.0
Download / Script Link
local v0=game.Players.LocalPlayer;local v1=Instance.new("ScreenGui");v1.Name="ObstacleRemover";v1.Parent=game.CoreGui;local v5=Instance.new("Frame");v5.Size=UDim2.new(0,171 + 79 ,1637 -(1523 + 114) ,266 -116 );v5.Position=UDim2.new(0.4 + 0 ,0 -0 ,0.4,1065 -(68 + 997) );v5.BackgroundColor3=Color3.fromRGB(109 -74 ,1305 -(226 + 1044) ,134 -99 );v5.Active=true;v5.Draggable=true;v5.Parent=v1;local v12=Instance.new("TextLabel");v12.Size=UDim2.new(1,0,0 -0 ,95 -65 );v12.BackgroundColor3=Color3.fromRGB(142 -(32 + 85) ,25,25 + 0 );v12.Text="Obstacle Remover";v12.TextColor3=Color3.new(1 + 0 ,1,439 -(145 + 293) );v12.Parent=v5;local v18=Instance.new("TextButton");v18.Size=UDim2.new(957.8 -(892 + 65) ,0 -0 ,1486 -(998 + 488) ,55 -25 );v18.Position=UDim2.new(0.1 -0 ,350 -(87 + 263) ,180.3 -(67 + 113) ,0 + 0 );v18.Text="Delete Obstacles";v18.Parent=v5;local v23=Instance.new("TextButton");v23.Size=UDim2.new(0.8 + 0 ,0 -0 ,0 + 0 ,119 -89 );v23.Position=UDim2.new(859.1 -(814 + 45) ,952 -(802 + 150) ,0.55 -0 ,0 -0 );v23.Text="Auto Remove: OFF";v23.Parent=v5;local v28=Instance.new("TextButton");v28.Size=UDim2.new(0.8 + 0 ,997 -(915 + 82) ,0 -0 ,25);v28.Position=UDim2.new(0.1 -0 ,0 + 0 ,0.8,0 -0 );v28.Text="Close";v28.Parent=v5;local v33=false;local function v34(v36) if ((v36.Name=="OBSTACLES") or (v36.Name=="Obstacles")) then v36:Destroy();end end local function v35() for v39,v40 in pairs(game:GetDescendants()) do v34(v40);end end v18.MouseButton1Click:Connect(function() v35();end);v23.MouseButton1Click:Connect(function() local v37=1187 -(1069 + 118) ;while true do if ((0 -0)==v37) then v33= not v33;if v33 then v23.Text="Auto Remove: ON";else v23.Text="Auto Remove: OFF";end break;end end end);game.DescendantAdded:Connect(function(v38) if v33 then v34(v38);end end);v28.MouseButton1Click:Connect(function() v1:Destroy();end);
[ View More ]
4d43ea34-856b-48ae-875b-c483e90e5ec8.webp


its remove obstacles so you can takes damage
 
Works on mobile
  1. Yes
Back
Top