Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Script Make By Artucox7
- local plr = game:service'Players'.LocalPlayer
- local ArtucosPitScript = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextBox = Instance.new("TextBox")
- local TextBox_2 = Instance.new("TextBox")
- local TextButton_2 = Instance.new("TextButton")
- print("Local User Is "..plr.Name)
- -- Properties
- ArtucosPitScript.Name = "Artuco's Pit Script"
- ArtucosPitScript.Parent = plr.PlayerGui
- Frame.Parent = ArtucosPitScript
- Frame.BackgroundColor3 = Color3.new(0.552941, 0, 0)
- Frame.BorderColor3 = Color3.new(0.541176, 0, 0)
- Frame.Position = UDim2.new(0, 0,0.46, 0)
- Frame.Size = UDim2.new(0, 261, 0, 279)
- TextButton.Parent = ArtucosPitScript
- TextButton.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
- TextButton.BorderColor3 = Color3.new(0, 0, 0)
- TextButton.BorderSizePixel = 2
- TextButton.Position = UDim2.new(0.0291902069, 0, 0.659090936, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 37)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Kill Target"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 14
- TextLabel.Parent = ArtucosPitScript
- TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0, 0, 0.460227281, 0)
- TextLabel.Size = UDim2.new(0, 261, 0, 22)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Welcome to Artuco's Pit Script"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- TextBox.Parent = ArtucosPitScript
- TextBox.BackgroundColor3 = Color3.new(0.462745, 0, 0.00392157)
- TextBox.BorderColor3 = Color3.new(0, 0, 0)
- TextBox.BorderSizePixel = 2
- TextBox.Position = UDim2.new(0.028, 0,0.517, 0)
- TextBox.Size = UDim2.new(0, 201, 0, 43)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.Text = "Target name here"
- TextBox.TextColor3 = Color3.new(0, 0, 0)
- TextBox.TextSize = 14
- TextBox_2.Parent = ArtucosPitScript
- TextBox_2.BackgroundColor3 = Color3.new(0.462745, 0, 0.00392157)
- TextBox_2.BorderColor3 = Color3.new(0, 0, 0)
- TextBox_2.BorderSizePixel = 2
- TextBox_2.Position = UDim2.new(0.028, 0,0.883, 0)
- TextBox_2.Size = UDim2.new(0, 200, 0, 40)
- TextBox_2.Font = Enum.Font.SourceSans
- TextBox_2.Text = "Dummy Target"
- TextBox_2.TextColor3 = Color3.new(0, 0, 0)
- TextBox_2.TextSize = 14
- TextButton_2.Parent = ArtucosPitScript
- TextButton_2.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
- TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
- TextButton_2.BorderSizePixel = 2
- TextButton_2.Position = UDim2.new(0.0282485858, 0, 0.751893938, 0)
- TextButton_2.Size = UDim2.new(0, 200, 0, 36)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Kill Dummy"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextSize = 14
- print("Artuco's Pit Script As Loaded")
- TextButton.MouseButton1Click:connect(function()
- local kill = game.Players:FindFirstChild(""..TextBox.Text)
- kill.Character:Destroy()
- local Model = Instance.new("Model", game.Workspace)
- local plr = game:service'Players'.LocalPlayer
- local SurfaceGui = Instance.new("SurfaceGui")
- local TextLabel = Instance.new("TextLabel")
- Model.Name = "Cave"
- ---------------------------------------------
- local Part1 = Instance.new("Part", Model)
- Part1.Name = "Name"
- Part1.Reflectance = 0
- Part1.Transparency = 0
- Part1.Anchored = true
- Part1.Archivable = true
- Part1.CanCollide = true
- Part1.Locked = false
- Part1.BrickColor = BrickColor.new("Medium stone grey")
- Part1.Material = Enum.Material.Marble
- Part1.Position = Vector3.new(-4.3136792182922, 2.3263909816742, -13.139998435974)
- Part1.Size = Vector3.new(6.479998588562, 6.1699991226196, 2.3199985027313)
- Part1.Rotation = Vector3.new(0, 0, 0)
- SurfaceGui.Parent = Part1
- SurfaceGui.LightInfluence = 1
- TextLabel.Parent = SurfaceGui
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(1, 0, 1, 0)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = ("Rip "..kill.name)
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- end)
- TextButton_2.MouseButton1Click:connect(function()
- local kill2 = game.Workspace:FindFirstChild(""..TextBox_2.Text)
- kill2:Destroy()
- local Model = Instance.new("Model", game.Workspace)
- local plr = game:service'Players'.LocalPlayer
- local SurfaceGui = Instance.new("SurfaceGui")
- local TextLabel = Instance.new("TextLabel")
- Model.Name = "Cave"
- ---------------------------------------------
- local Part1 = Instance.new("Part", Model)
- Part1.Name = "Name"
- Part1.Reflectance = 0
- Part1.Transparency = 0
- Part1.Anchored = true
- Part1.Archivable = true
- Part1.CanCollide = true
- Part1.Locked = false
- Part1.BrickColor = BrickColor.new("Medium stone grey")
- Part1.Material = Enum.Material.Marble
- Part1.Position = Vector3.new(-4.3136792182922, 2.3263909816742, -13.139998435974)
- Part1.Size = Vector3.new(6.479998588562, 6.1699991226196, 2.3199985027313)
- Part1.Rotation = Vector3.new(0, 0, 0)
- SurfaceGui.Parent = Part1
- SurfaceGui.LightInfluence = 1
- TextLabel.Parent = SurfaceGui
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(1, 0, 1, 0)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = ("Rip "..kill2.name)
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement