Advertisement
jericoalejo

gsfds

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