Advertisement
GalaxyDelta

Untitled

Jun 16th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --workspace.ayyman:Remove() (Run this after each use of the guillotine)
  2. NiggaKilla = "GalaxyDelta232" -- Person who is going to kill the victim
  3. Victim = "joaonikolas12" -- Person who gonna die xd
  4. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  5. game.Players[Victim].Character.Humanoid.JumpPower = 0
  6. -- Lib Func --
  7. loadstring(game:GetObjects("rbxassetid://1064957068")[1].Source)() -- Realistic Blood
  8. loadstring(game:GetObjects("rbxassetid://1064956088")[1].Source)() -- Guillotine Script Main
  9. -- Lib Func --
  10. wait(.5)
  11. game.Workspace[Victim].HumanoidRootPart.CFrame = CFrame.new(105.919, 2046.955, -40.277)
  12. game.Workspace[NiggaKilla].HumanoidRootPart.CFrame = CFrame.new(109.305, 2045.6, -34.156)
  13.  
  14. --Gui version
  15.  
  16. local BitchHoldUp = Instance.new("ScreenGui")
  17. local Opener = Instance.new("Frame")
  18. local Open = Instance.new("TextButton")
  19. local DaGui = Instance.new("Frame")
  20. local Frame = Instance.new("Frame")
  21. local Close = Instance.new("TextButton")
  22. local Username = Instance.new("TextBox")
  23. local VanDaPlayer = Instance.new("TextButton")
  24. local TextLabel = Instance.new("TextLabel")
  25.  
  26. -- asd
  27.  
  28. BitchHoldUp.Name = "BitchHoldUp"
  29. BitchHoldUp.Parent = game.CoreGui
  30.  
  31. Opener.Name = "Opener"
  32. Opener.Parent = BitchHoldUp
  33. Opener.BackgroundColor3 = Color3.new(0, 0, 0)
  34. Opener.BackgroundTransparency = 0.5
  35. Opener.Position = UDim2.new(0, 19, 0, 564)
  36. Opener.Size = UDim2.new(0, 224, 0, 40)
  37.  
  38. Open.Name = "Open"
  39. Open.Parent = Opener
  40. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  41. Open.BackgroundTransparency = 0.5
  42. Open.Size = UDim2.new(0, 224, 0, 40)
  43. Open.Font = Enum.Font.SciFi
  44. Open.FontSize = Enum.FontSize.Size42
  45. Open.Text = "Open"
  46. Open.TextColor3 = Color3.new(0, 1, 1)
  47. Open.TextSize = 42
  48.  
  49. DaGui.Name = "DaGui"
  50. DaGui.Parent = BitchHoldUp
  51. DaGui.BackgroundColor3 = Color3.new(0, 0, 0)
  52. DaGui.BackgroundTransparency = 0.5
  53. DaGui.Draggable = true
  54. DaGui.Position = UDim2.new(0, 0, 0, 311)
  55. DaGui.Size = UDim2.new(0, 343, 0, 197)
  56. DaGui.Visible = false
  57.  
  58. Frame.Parent = DaGui
  59. Frame.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  60. Frame.Position = UDim2.new(0, 313, 0, 0)
  61. Frame.Size = UDim2.new(0, 30, 0, 26)
  62.  
  63. Close.Name = "Close"
  64. Close.Parent = Frame
  65. Close.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  66. Close.Size = UDim2.new(0, 30, 0, 26)
  67. Close.Font = Enum.Font.SciFi
  68. Close.FontSize = Enum.FontSize.Size14
  69. Close.Text = "X"
  70. Close.TextColor3 = Color3.new(1, 1, 1)
  71. Close.TextSize = 14
  72. Close.TextStrokeTransparency = 5
  73.  
  74. Username.Name = "Username"
  75. Username.Parent = DaGui
  76. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  77. Username.BackgroundTransparency = 0.5
  78. Username.Position = UDim2.new(0, 72, 0, 76)
  79. Username.Size = UDim2.new(0, 200, 0.0999999866, 24)
  80. Username.Font = Enum.Font.SciFi
  81. Username.FontSize = Enum.FontSize.Size18
  82. Username.Text = "Username"
  83. Username.TextColor3 = Color3.new(0, 1, 1)
  84. Username.TextSize = 18
  85.  
  86. VanDaPlayer.Name = "VanDaPlayer"
  87. VanDaPlayer.Parent = DaGui
  88. VanDaPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  89. VanDaPlayer.BackgroundTransparency = 0.5
  90. VanDaPlayer.Position = UDim2.new(0.0199999996, 90, 0.00999999978, 138)
  91. VanDaPlayer.Size = UDim2.new(0, 150, 0, 26)
  92. VanDaPlayer.Font = Enum.Font.SciFi
  93. VanDaPlayer.FontSize = Enum.FontSize.Size14
  94. VanDaPlayer.Text = "Van Player"
  95. VanDaPlayer.TextColor3 = Color3.new(0, 1, 1)
  96. VanDaPlayer.TextSize = 14
  97.  
  98. TextLabel.Parent = DaGui
  99. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  100. TextLabel.BackgroundTransparency = 0.5
  101. TextLabel.Position = UDim2.new(0, 48, 0, 22)
  102. TextLabel.Size = UDim2.new(0, 246, 0, 19)
  103. TextLabel.TextScaled = true
  104. TextLabel.Font = Enum.Font.SciFi
  105. TextLabel.FontSize = Enum.FontSize.Size18
  106. TextLabel.Text = "Van Player Gui by Hopeless (Talha)"
  107. TextLabel.TextColor3 = Color3.new(0, 1, 1)
  108. TextLabel.TextSize = 17
  109.  
  110. Open.MouseButton1Down:connect(function()
  111. DaGui.Visible = true
  112. Opener.Visible = false
  113.  
  114. end)
  115.  
  116. Close.MouseButton1Down:connect(function()
  117. DaGui.Visible = false
  118. Opener.Visible = true
  119. end)
  120.  
  121. VanDaPlayer.MouseButton1Down:connect(function()
  122. Victim = Username.Text -- Person who gonna die xd
  123. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  124. game.Players[Victim].Character.Humanoid.JumpPower = 0
  125. game:GetObjects("rbxassetid://1064951471")[1].Parent = game.Workspace
  126. -- Lib Func --
  127. loadstring(game:GetObjects("rbxassetid://1064957068")[1].Source)() -- Realistic Blood
  128. loadstring(game:GetObjects("rbxassetid://1064956088")[1].Source)() -- Guillotine Script Main
  129. -- Lib Func --
  130. wait(.5)
  131. game.Workspace[Victim].HumanoidRootPart.CFrame = CFrame.new(105.919, 2046.955, -40.277)
  132. game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(109.305, 2045.6, -34.156)
  133. end)
  134.  
  135. -- I like to asd a lot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement