Advertisement
Guest User

Execution

a guest
Feb 19th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. c/gui = Instance.new("ScreenGui", game.Players.oilsauce.PlayerGui)
  2. frame = Instance.new("TextBox", gui)
  3. frame.BackgroundColor3 = Color3.new(0, 0, 0)
  4. frame.Position = UDim2.new(0.83, 0, 0.93, 0)
  5. frame.Size = UDim2.new(0.1, 0, 0.07, 0)
  6. frame.Font = Enum.Font.SourceSans
  7. frame.TextColor = BrickColor.new("Crimson")
  8. frame.TextSize = 14
  9. frame.TextScaled = true
  10. frame1 = Instance.new("TextBox", gui)
  11. frame1.BackgroundColor3 = Color3.new(0, 0, 0)
  12. frame1.Position = UDim2.new(0.73, 0, 0.93, 0)
  13. frame1.Size = UDim2.new(0.1, 0, 0.07, 0)
  14. frame1.Font = Enum.Font.SourceSans
  15. frame1.TextColor = BrickColor.new("Crimson")
  16. frame1.TextSize = 14
  17. frame1.TextScaled = true
  18. frame2 = Instance.new("TextBox", gui)
  19. frame2.BackgroundColor3 = Color3.new(0, 0, 0)
  20. frame2.Position = UDim2.new(0.63, 0, 0.93, 0)
  21. frame2.Size = UDim2.new(0.1, 0, 0.07, 0)
  22. frame2.Font = Enum.Font.SourceSans
  23. frame2.TextColor = BrickColor.new("Mulberry")
  24. frame2.TextScaled = true
  25. go = Instance.new("TextButton", gui)
  26. go.BackgroundColor3 = Color3.new(100, 0, 255)
  27. go.Position = UDim2.new(0.93, 0, 0.9, 0)
  28. go.Size = UDim2.new(0.07, 0, 0.1, 0)
  29. go.Font = Enum.Font.SourceSans
  30. go.FontSize = Enum.FontSize.Size14
  31. go.TextSize = 14
  32. go.TextColor = BrickColor.new("Maroon")
  33. go.Text = "Execute"
  34. go.TextScaled = true
  35. go.MouseButton1Click:connect(function()
  36. local victim = workspace:FindFirstChild(frame.Text)
  37. local victim2 = workspace:FindFirstChild(frame1.Text)
  38. local killer = workspace:FindFirstChild(frame2.Text)
  39. if frame.Text == nil then return
  40. end
  41. if frame1.Text == nil then return
  42. end
  43. if frame2.Text == nil then return
  44. end
  45. local torso3 = killer:FindFirstChild("Torso") or killer:FindFirstChild("UpperTorso")
  46. local rarm = victim:FindFirstChild("Right Arm") or victim:FindFirstChild("RightUpperArm")
  47. local larm = victim:FindFirstChild("Left Arm") or victim:FindFirstChild("LeftUpperArm")
  48. local lleg = victim:FindFirstChild("Left Leg") or victim:FindFirstChild("LeftUpperLeg")
  49. local rleg = victim:FindFirstChild("Right Leg") or victim:FindFirstChild("RightUpperLeg")
  50. local torso = victim:FindFirstChild("Torso") or victim:FindFirstChild("UpperTorso")
  51. local rarm2 = victim2:FindFirstChild("Right Arm") or victim2:FindFirstChild("RightUpperArm")
  52. local larm2 = victim2:FindFirstChild("Left Arm") or victim2:FindFirstChild("LeftUpperArm")
  53. local lleg2 = victim2:FindFirstChild("Left Leg") or victim2:FindFirstChild("LeftUpperLeg")
  54. local rleg2 = victim2:FindFirstChild("Right Leg") or victim2:FindFirstChild("RightUpperLeg")
  55. local torso2 = victim2:FindFirstChild("Torso") or victim2:FindFirstChild("UpperTorso")
  56. torso.CFrame = torso3.CFrame * CFrame.new(4, 0, 0)
  57. torso2.CFrame = torso3.CFrame * CFrame.new(-4, 0, 0)
  58. wait(0.1)
  59. local light = Instance.new("PointLight", torso3)
  60. light.Color = Color3.new(1, 0, 0.5)
  61. light.Brightness = 100
  62. local sgui = Instance.new("BillboardGui", killer)
  63. sgui.AlwaysOnTop = true
  64. sgui.StudsOffset = Vector3.new(0, 2, 0)
  65. sgui.Size = UDim2.new(5, 35, 5, 35)
  66. sgui.Adornee = killer.Head
  67. local stext = Instance.new("TextLabel", sgui)
  68. stext.BackgroundTransparency = 1
  69. stext.TextScaled = true
  70. stext.BorderSizePixel = 0
  71. stext.Text = killer.Name..", THE EXECUTIONER"
  72. stext.Font = "Bodoni"
  73. stext.TextSize = 30
  74. stext.TextStrokeTransparency = 0
  75. stext.TextColor3 = Color3.new(0.5, 0, 0.5)
  76. stext.Size = UDim2.new(1, 0, 0.5, 0)
  77. stext.Parent = sgui
  78.  
  79. local sgui2 = Instance.new("BillboardGui", victim)
  80. sgui2.AlwaysOnTop = true
  81. sgui2.StudsOffset = Vector3.new(0, 2, 0)
  82. sgui2.Size = UDim2.new(5, 35, 5, 35)
  83. sgui2.Adornee = victim.Head
  84. local stext2 = Instance.new("TextLabel", sgui)
  85. stext2.BackgroundTransparency = 1
  86. stext2.TextScaled = true
  87. stext2.BorderSizePixel = 0
  88. stext2.Text = victim.Name..", THE VICTIM"
  89. stext2.Font = "Fantasy"
  90. stext2.TextSize = 30
  91. stext2.TextStrokeTransparency = 0
  92. stext2.TextColor3 = Color3.new(1, 0, 0.5)
  93. stext2.Size = UDim2.new(0.8, 0, 0.3, 0)
  94. stext2.Parent = sgui2
  95.  
  96. local sgui3 = Instance.new("BillboardGui", victim2)
  97. sgui3.AlwaysOnTop = true
  98. sgui3.StudsOffset = Vector3.new(0, 2, 0)
  99. sgui3.Size = UDim2.new(5, 35, 5, 35)
  100. sgui3.Adornee = victim2.Head
  101. local stext3 = Instance.new("TextLabel", sgui)
  102. stext3.BackgroundTransparency = 1
  103. stext3.TextScaled = true
  104. stext3.BorderSizePixel = 0
  105. stext3.Text = victim2.Name..", THE VICTIM'S FRIEND"
  106. stext3.Font = "Fantasy"
  107. stext3.TextSize = 30
  108. stext3.TextStrokeTransparency = 0
  109. stext3.TextColor3 = Color3.new(1, 0, 0.5)
  110. stext3.Size = UDim2.new(0.8, 0, 0.3, 0)
  111. stext3.Parent = sgui3
  112.  
  113. torso3.Anchored = true
  114. torso.Anchored = true
  115. larm.Anchored = true
  116. lleg.Anchored = true
  117. rarm.Anchored = true
  118. rleg.Anchored = true
  119. larm.BrickColor = BrickColor.new("Really black")
  120. rarm.BrickColor = BrickColor.new("Really black")
  121. lleg.BrickColor = BrickColor.new("Really black")
  122. rleg.BrickColor = BrickColor.new("Really black")
  123. torso.BrickColor = BrickColor.new("Really black")
  124. victim.Head.BrickColor = BrickColor.new("Really black")
  125. torso2.Anchored = true
  126. larm2.Anchored = true
  127. lleg2.Anchored = true
  128. rarm2.Anchored = true
  129. rleg2.Anchored = true
  130. larm2.BrickColor = BrickColor.new("Really black")
  131. rarm2.BrickColor = BrickColor.new("Really black")
  132. lleg2.BrickColor = BrickColor.new("Really black")
  133. rleg2.BrickColor = BrickColor.new("Really black")
  134. torso2.BrickColor = BrickColor.new("Really black")
  135. victim2.Head.BrickColor = BrickColor.new("Really black")
  136. wait(3)
  137. torso3.Anchored = false
  138. local blood1 = Instance.new("Part", torso)
  139. blood1.Anchored = true
  140. blood1.CanCollide = false
  141. blood1.Shape = "Cylinder"
  142. blood1.BrickColor = BrickColor.new("Maroon")
  143. blood1.Material = "Metal"
  144. blood1.CFrame = torso.CFrame * CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(90))
  145. blood1.Size = Vector3.new(0.1, 4, 4)
  146. local blood2 = Instance.new("Part", torso2)
  147. blood2.CanCollide = false
  148. blood2.Anchored = true
  149. blood2.Shape = "Cylinder"
  150. blood2.BrickColor = BrickColor.new("Maroon")
  151. blood2.Material = "Metal"
  152. blood2.CFrame = torso2.CFrame * CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(90))
  153. blood2.Size = Vector3.new(0.1, 4, 4)
  154. victim.Head:remove()
  155. victim2.Head:remove()
  156. victim.Humanoid.Health = 0
  157. victim2.Humanoid.Health = 0
  158. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement