HuyEvilDumb

Untitled

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