Advertisement
artucox7

Artuco's Pit Script

Jun 29th, 2018
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 KB | None | 0 0
  1. -- Script Make By Artucox7
  2.  
  3.  
  4. local plr = game:service'Players'.LocalPlayer
  5. local ArtucosPitScript = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local TextButton = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextBox = Instance.new("TextBox")
  10. local TextBox_2 = Instance.new("TextBox")
  11. local TextButton_2 = Instance.new("TextButton")
  12.  
  13. print("Local User Is "..plr.Name)
  14.  
  15. -- Properties
  16.  
  17. ArtucosPitScript.Name = "Artuco's Pit Script"
  18. ArtucosPitScript.Parent = plr.PlayerGui
  19.  
  20. Frame.Parent = ArtucosPitScript
  21. Frame.BackgroundColor3 = Color3.new(0.552941, 0, 0)
  22. Frame.BorderColor3 = Color3.new(0.541176, 0, 0)
  23. Frame.Position = UDim2.new(0, 0,0.46, 0)
  24. Frame.Size = UDim2.new(0, 261, 0, 279)
  25.  
  26. TextButton.Parent = ArtucosPitScript
  27. TextButton.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
  28. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  29. TextButton.BorderSizePixel = 2
  30. TextButton.Position = UDim2.new(0.0291902069, 0, 0.659090936, 0)
  31. TextButton.Size = UDim2.new(0, 200, 0, 37)
  32. TextButton.Font = Enum.Font.SourceSans
  33. TextButton.Text = "Kill Target"
  34. TextButton.TextColor3 = Color3.new(0, 0, 0)
  35. TextButton.TextSize = 14
  36.  
  37. TextLabel.Parent = ArtucosPitScript
  38. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  39. TextLabel.BorderSizePixel = 0
  40. TextLabel.Position = UDim2.new(0, 0, 0.460227281, 0)
  41. TextLabel.Size = UDim2.new(0, 261, 0, 22)
  42. TextLabel.Font = Enum.Font.SourceSans
  43. TextLabel.Text = "Welcome to Artuco's Pit Script"
  44. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  45. TextLabel.TextSize = 14
  46.  
  47. TextBox.Parent = ArtucosPitScript
  48. TextBox.BackgroundColor3 = Color3.new(0.462745, 0, 0.00392157)
  49. TextBox.BorderColor3 = Color3.new(0, 0, 0)
  50. TextBox.BorderSizePixel = 2
  51. TextBox.Position = UDim2.new(0.028, 0,0.517, 0)
  52. TextBox.Size = UDim2.new(0, 201, 0, 43)
  53. TextBox.Font = Enum.Font.SourceSans
  54. TextBox.Text = "Target name here"
  55. TextBox.TextColor3 = Color3.new(0, 0, 0)
  56. TextBox.TextSize = 14
  57.  
  58. TextBox_2.Parent = ArtucosPitScript
  59. TextBox_2.BackgroundColor3 = Color3.new(0.462745, 0, 0.00392157)
  60. TextBox_2.BorderColor3 = Color3.new(0, 0, 0)
  61. TextBox_2.BorderSizePixel = 2
  62. TextBox_2.Position = UDim2.new(0.028, 0,0.883, 0)
  63. TextBox_2.Size = UDim2.new(0, 200, 0, 40)
  64. TextBox_2.Font = Enum.Font.SourceSans
  65. TextBox_2.Text = "Dummy Target"
  66. TextBox_2.TextColor3 = Color3.new(0, 0, 0)
  67. TextBox_2.TextSize = 14
  68.  
  69. TextButton_2.Parent = ArtucosPitScript
  70. TextButton_2.BackgroundColor3 = Color3.new(0.784314, 0, 0.0117647)
  71. TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
  72. TextButton_2.BorderSizePixel = 2
  73. TextButton_2.Position = UDim2.new(0.0282485858, 0, 0.751893938, 0)
  74. TextButton_2.Size = UDim2.new(0, 200, 0, 36)
  75. TextButton_2.Font = Enum.Font.SourceSans
  76. TextButton_2.Text = "Kill Dummy"
  77. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  78. TextButton_2.TextSize = 14
  79.  
  80. print("Artuco's Pit Script As Loaded")
  81.  
  82. TextButton.MouseButton1Click:connect(function()
  83. local kill = game.Players:FindFirstChild(""..TextBox.Text)
  84.  
  85. kill.Character:Destroy()
  86.  
  87. local Model = Instance.new("Model", game.Workspace)
  88. local plr = game:service'Players'.LocalPlayer
  89. local SurfaceGui = Instance.new("SurfaceGui")
  90. local TextLabel = Instance.new("TextLabel")
  91. Model.Name = "Cave"
  92. ---------------------------------------------
  93. local Part1 = Instance.new("Part", Model)
  94. Part1.Name = "Name"
  95. Part1.Reflectance = 0
  96. Part1.Transparency = 0
  97. Part1.Anchored = true
  98. Part1.Archivable = true
  99. Part1.CanCollide = true
  100. Part1.Locked = false
  101. Part1.BrickColor = BrickColor.new("Medium stone grey")
  102. Part1.Material = Enum.Material.Marble
  103. Part1.Position = Vector3.new(-4.3136792182922, 2.3263909816742, -13.139998435974)
  104. Part1.Size = Vector3.new(6.479998588562, 6.1699991226196, 2.3199985027313)
  105. Part1.Rotation = Vector3.new(0, 0, 0)
  106.  
  107. SurfaceGui.Parent = Part1
  108. SurfaceGui.LightInfluence = 1
  109.  
  110. TextLabel.Parent = SurfaceGui
  111. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  112. TextLabel.BackgroundTransparency = 1
  113. TextLabel.BorderSizePixel = 0
  114. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  115. TextLabel.Font = Enum.Font.SourceSans
  116. TextLabel.Text = ("Rip "..kill.name)
  117. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  118. TextLabel.TextScaled = true
  119. TextLabel.TextSize = 14
  120. TextLabel.TextWrapped = true
  121.  
  122.  
  123. end)
  124.  
  125. TextButton_2.MouseButton1Click:connect(function()
  126. local kill2 = game.Workspace:FindFirstChild(""..TextBox_2.Text)
  127.  
  128. kill2:Destroy()
  129.  
  130. local Model = Instance.new("Model", game.Workspace)
  131. local plr = game:service'Players'.LocalPlayer
  132. local SurfaceGui = Instance.new("SurfaceGui")
  133. local TextLabel = Instance.new("TextLabel")
  134. Model.Name = "Cave"
  135. ---------------------------------------------
  136. local Part1 = Instance.new("Part", Model)
  137. Part1.Name = "Name"
  138. Part1.Reflectance = 0
  139. Part1.Transparency = 0
  140. Part1.Anchored = true
  141. Part1.Archivable = true
  142. Part1.CanCollide = true
  143. Part1.Locked = false
  144. Part1.BrickColor = BrickColor.new("Medium stone grey")
  145. Part1.Material = Enum.Material.Marble
  146. Part1.Position = Vector3.new(-4.3136792182922, 2.3263909816742, -13.139998435974)
  147. Part1.Size = Vector3.new(6.479998588562, 6.1699991226196, 2.3199985027313)
  148. Part1.Rotation = Vector3.new(0, 0, 0)
  149.  
  150. SurfaceGui.Parent = Part1
  151. SurfaceGui.LightInfluence = 1
  152.  
  153. TextLabel.Parent = SurfaceGui
  154. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  155. TextLabel.BackgroundTransparency = 1
  156. TextLabel.BorderSizePixel = 0
  157. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  158. TextLabel.Font = Enum.Font.SourceSans
  159. TextLabel.Text = ("Rip "..kill2.name)
  160. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  161. TextLabel.TextScaled = true
  162. TextLabel.TextSize = 14
  163. TextLabel.TextWrapped = true
  164. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement