-- Gui to Lua -- Version: 3.2 -- Instances: local MegaSuperPuperScript = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local SizeX = Instance.new("TextBox") local SizeZ = Instance.new("TextBox") local SizeY = Instance.new("TextBox") local Create = Instance.new("TextButton") local Target = Instance.new("TextBox") local TextLabel = Instance.new("TextLabel") local close = Instance.new("ImageButton") local Open = Instance.new("TextButton") --Properties: MegaSuperPuperScript.Name = "MegaSuperPuperScript" MegaSuperPuperScript.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") MegaSuperPuperScript.ZIndexBehavior = Enum.ZIndexBehavior.Sibling MegaSuperPuperScript.ResetOnSpawn = false Frame.Parent = MegaSuperPuperScript Frame.BackgroundColor3 = Color3.fromRGB(143, 143, 143) Frame.BackgroundTransparency = 0.750 Frame.BorderColor3 = Color3.fromRGB(27, 42, 53) Frame.BorderSizePixel = 3 Frame.Position = UDim2.new(0.35727191, -50, 0.355769217, -50) Frame.Size = UDim2.new(0, 416, 0, 250) SizeX.Name = "SizeX" SizeX.Parent = Frame SizeX.BackgroundColor3 = Color3.fromRGB(145, 145, 145) SizeX.BackgroundTransparency = 0.350 SizeX.BorderSizePixel = 2 SizeX.Position = UDim2.new(0.040865384, 0, 0.131999999, 0) SizeX.Size = UDim2.new(0, 192, 0, 50) SizeX.Font = Enum.Font.Gotham SizeX.PlaceholderText = "Введите размер по оси X" SizeX.Text = "" SizeX.TextColor3 = Color3.fromRGB(0, 0, 0) SizeX.TextSize = 15.000 SizeZ.Name = "SizeZ" SizeZ.Parent = Frame SizeZ.BackgroundColor3 = Color3.fromRGB(145, 145, 145) SizeZ.BackgroundTransparency = 0.350 SizeZ.BorderColor3 = Color3.fromRGB(27, 42, 53) SizeZ.BorderSizePixel = 2 SizeZ.Position = UDim2.new(0.040865384, 0, 0.667999983, 0) SizeZ.Size = UDim2.new(0, 192, 0, 50) SizeZ.Font = Enum.Font.Gotham SizeZ.PlaceholderText = "Введите размер по оси Z" SizeZ.Text = "" SizeZ.TextColor3 = Color3.fromRGB(0, 0, 0) SizeZ.TextSize = 15.000 SizeY.Name = "SizeY" SizeY.Parent = Frame SizeY.BackgroundColor3 = Color3.fromRGB(145, 145, 145) SizeY.BackgroundTransparency = 0.350 SizeY.BorderSizePixel = 2 SizeY.Position = UDim2.new(0.040865384, 0, 0.400000006, 0) SizeY.Size = UDim2.new(0, 192, 0, 50) SizeY.Font = Enum.Font.Gotham SizeY.PlaceholderText = "Введите размер по оси Y" SizeY.Text = "" SizeY.TextColor3 = Color3.fromRGB(0, 0, 0) SizeY.TextSize = 15.000 Create.Name = "Create" Create.Parent = Frame Create.BackgroundColor3 = Color3.fromRGB(145, 145, 145) Create.BackgroundTransparency = 0.350 Create.BorderSizePixel = 2 Create.Position = UDim2.new(0.538461566, 0, 0.667999983, 0) Create.Size = UDim2.new(0, 179, 0, 50) Create.Font = Enum.Font.Gotham Create.Text = "Создать парт" Create.TextColor3 = Color3.fromRGB(0, 0, 0) Create.TextSize = 23.000 Target.Name = "Target" Target.Parent = Frame Target.BackgroundColor3 = Color3.fromRGB(145, 145, 145) Target.BackgroundTransparency = 0.350 Target.BorderSizePixel = 2 Target.Position = UDim2.new(0.538461566, 0, 0.400000006, 0) Target.Size = UDim2.new(0, 179, 0, 50) Target.Font = Enum.Font.Gotham Target.PlaceholderText = "Ник цели" Target.Text = "" Target.TextColor3 = Color3.fromRGB(0, 0, 0) Target.TextSize = 15.000 TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.259615391, 0, 0.895999968, 0) TextLabel.Size = UDim2.new(0, 200, 0, 20) TextLabel.Font = Enum.Font.Gotham TextLabel.Text = "Сделал eel1kor" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 17.000 close.Name = "close" close.Parent = Frame close.BackgroundColor3 = Color3.fromRGB(143, 143, 143) close.BackgroundTransparency = 0.350 close.BorderColor3 = Color3.fromRGB(27, 42, 53) close.BorderSizePixel = 2 close.Position = UDim2.new(0.925480783, 0, 0.0319999978, 0) close.Size = UDim2.new(0, 25, 0, 25) close.ZIndex = 2 close.Image = "rbxassetid://3926305904" close.ImageRectOffset = Vector2.new(284, 4) close.ImageRectSize = Vector2.new(24, 24) Open.Name = "Open" Open.Parent = MegaSuperPuperScript Open.BackgroundColor3 = Color3.fromRGB(145, 145, 145) Open.BackgroundTransparency = 0.350 Open.BorderSizePixel = 2 Open.Position = UDim2.new(1, -150, 0.5, -17) Open.Size = UDim2.new(0, 150, 0, 35) Open.Visible = false Open.Font = Enum.Font.Gotham Open.Text = "Открыть гуи" Open.TextColor3 = Color3.fromRGB(0, 0, 0) Open.TextSize = 20.000 -- Scripts: local function PPKZFMQ_fake_script() -- Frame.LocalScript local script = Instance.new('LocalScript', Frame) local Frame = script.Parent local sx = Frame.SizeX local sy = Frame.SizeY local sz = Frame.SizeZ -- local vpart = Frame.ViewportFrame.Part local button = Frame.Create local target = Frame.Target local cFrame = CFrame.new(0,0,0) target.Text = game.Players.LocalPlayer.Name local Player = game.Players.LocalPlayer local Mouse = Player:GetMouse() local function CheckBounds() if not (Mouse.X <= Frame.AbsolutePosition.X+Frame.AbsoluteSize.X and Mouse.X >= Frame.AbsolutePosition.X) then return false end if not (Mouse.Y <= Frame.AbsolutePosition.Y+Frame.AbsoluteSize.Y and Mouse.Y >= Frame.AbsolutePosition.Y) then return false end local X,Y = Mouse.X-Frame.AbsolutePosition.X,Mouse.Y-Frame.AbsolutePosition.Y return X,Y end button.MouseButton1Click:Connect(function() local Size = { X = tonumber(sx.Text), Y = tonumber(sy.Text), Z = tonumber(sz.Text) } local targett = game.Players:FindFirstChild(target.Text) for _,v in next, game.ReplicatedStorage:GetDescendants() do if v.Name == 'Breach' and v:IsA('RemoteFunction') then v:InvokeServer(3,{Fortified={},Destroyable=workspace},CFrame.new(),CFrame.new(),{CFrame=targett.Character.HumanoidRootPart.CFrame*cFrame,Size=Size}) end end end) Frame.close.MouseButton1Click:Connect(function() Frame.Visible = false Frame.Parent.Open.Visible = true end) Frame.Parent.Open.MouseButton1Click:Connect(function() Frame.Visible = true Frame.Parent.Open.Visible = false end) local down = false Mouse.Button1Down:Connect(function() down = true local X,Y = CheckBounds() if X then while down do game:GetService("RunService").RenderStepped:Wait() Frame.Position = UDim2.new(0,Mouse.X,0,Mouse.Y)-UDim2.new(0,X,0,Y) end end end) Mouse.Button1Up:Connect(function() down = false end) end coroutine.wrap(PPKZFMQ_fake_script)()