Advertisement
Guest User

Untitled

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