ScriptBuilderSHEHAB

blade

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