Dark_EccentricYT

Untitled

Sep 4th, 2017
6,057
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.73 KB | None | 0 0
  1. -- Objects
  2.  
  3. local yeye = Instance.new("ScreenGui")
  4. local QuickAccess = Instance.new("Frame")
  5. local CK = Instance.new("TextButton")
  6. local CVG = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local PG1 = Instance.new("Frame")
  9. local PG1B = Instance.new("TextButton")
  10. local TextBox = Instance.new("TextBox")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local Close1 = Instance.new("TextButton")
  13. local PG2 = Instance.new("Frame")
  14. local fok = Instance.new("TextBox")
  15. local YOYO = Instance.new("TextLabel")
  16. local Close2 = Instance.new("TextButton")
  17. local PG2B = Instance.new("TextButton")
  18. local Open = Instance.new("Frame")
  19. local Opener = Instance.new("TextButton")
  20.  
  21. -- Properties
  22.  
  23. yeye.Name = "yeye"
  24. yeye.Parent = game.CoreGui
  25.  
  26. QuickAccess.Name = "Quick Access"
  27. QuickAccess.Parent = yeye
  28. QuickAccess.BackgroundColor3 = Color3.new(0, 0, 0)
  29. QuickAccess.BackgroundTransparency = 0.5
  30. QuickAccess.Position = UDim2.new(0, 0, 0.31215772, 0)
  31. QuickAccess.Size = UDim2.new(0, 110, 0, 204)
  32. QuickAccess.Visible = false
  33.  
  34. CK.Name = "CK"
  35. CK.Parent = QuickAccess
  36. CK.BackgroundColor3 = Color3.new(0, 0, 0)
  37. CK.BackgroundTransparency = 0.5
  38. CK.Position = UDim2.new(0, 0, 0.34803921, 0)
  39. CK.Size = UDim2.new(0, 110, 0, 35)
  40. CK.Font = Enum.Font.SciFi
  41. CK.FontSize = Enum.FontSize.Size24
  42. CK.Text = "Classic Kidnap"
  43. CK.TextColor3 = Color3.new(0, 1, 1)
  44. CK.TextScaled = true
  45. CK.TextSize = 24
  46. CK.TextWrapped = true
  47.  
  48. CVG.Name = "CVG"
  49. CVG.Parent = QuickAccess
  50. CVG.BackgroundColor3 = Color3.new(0, 0, 0)
  51. CVG.BackgroundTransparency = 0.5
  52. CVG.Position = UDim2.new(0, 0, 0.612745047, 0)
  53. CVG.Size = UDim2.new(0, 110, 0, 35)
  54. CVG.Font = Enum.Font.SciFi
  55. CVG.FontSize = Enum.FontSize.Size24
  56. CVG.Text = "Clown Van Gas"
  57. CVG.TextColor3 = Color3.new(0, 1, 1)
  58. CVG.TextScaled = true
  59. CVG.TextSize = 24
  60. CVG.TextWrapped = true
  61.  
  62. TextLabel.Parent = QuickAccess
  63. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  64. TextLabel.BackgroundTransparency = 0.5
  65. TextLabel.Size = UDim2.new(0, 110, 0, 39)
  66. TextLabel.Font = Enum.Font.SciFi
  67. TextLabel.FontSize = Enum.FontSize.Size14
  68. TextLabel.Text = "Clown Gui Hax"
  69. TextLabel.TextColor3 = Color3.new(0, 1, 1)
  70. TextLabel.TextScaled = true
  71. TextLabel.TextSize = 14
  72. TextLabel.TextWrapped = true
  73.  
  74. PG1.Name = "PG1"
  75. PG1.Parent = yeye
  76. PG1.BackgroundColor3 = Color3.new(0, 0, 0)
  77. PG1.BackgroundTransparency = 0.5
  78. PG1.Position = UDim2.new(0.0572916679, 0, 0.31215772, 0)
  79. PG1.Size = UDim2.new(0, 254, 0, 204)
  80. PG1.Visible = false
  81.  
  82. PG1B.Name = "PG1B"
  83. PG1B.Parent = PG1
  84. PG1B.BackgroundColor3 = Color3.new(0, 0, 0)
  85. PG1B.BackgroundTransparency = 0.5
  86. PG1B.Position = UDim2.new(0.106323406, 0, 0.723039269, 0)
  87. PG1B.Size = UDim2.new(0, 200, 0, 28)
  88. PG1B.Font = Enum.Font.SciFi
  89. PG1B.FontSize = Enum.FontSize.Size28
  90. PG1B.Text = "Kidnap"
  91. PG1B.TextColor3 = Color3.new(0, 1, 1)
  92. PG1B.TextSize = 28
  93. PG1B.TextWrapped = true
  94.  
  95. TextBox.Parent = PG1
  96. TextBox.BackgroundColor3 = Color3.new(0, 0, 0)
  97. TextBox.BackgroundTransparency = 0.5
  98. TextBox.Position = UDim2.new(0.106637374, 0, 0.421568632, 0)
  99. TextBox.Size = UDim2.new(0, 200, 0, 46)
  100. TextBox.Font = Enum.Font.SciFi
  101. TextBox.FontSize = Enum.FontSize.Size28
  102. TextBox.Text = "Username"
  103. TextBox.TextColor3 = Color3.new(0, 1, 1)
  104. TextBox.TextSize = 26
  105.  
  106. TextLabel_2.Parent = PG1
  107. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  108. TextLabel_2.BackgroundTransparency = 0.5
  109. TextLabel_2.Position = UDim2.new(0.0748031586, 0, 0.156862751, 0)
  110. TextLabel_2.Size = UDim2.new(0, 216, 0, 39)
  111. TextLabel_2.Font = Enum.Font.SciFi
  112. TextLabel_2.FontSize = Enum.FontSize.Size14
  113. TextLabel_2.Text = "Classic Kidnap"
  114. TextLabel_2.TextColor3 = Color3.new(0, 1, 1)
  115. TextLabel_2.TextScaled = true
  116. TextLabel_2.TextSize = 14
  117. TextLabel_2.TextWrapped = true
  118.  
  119. Close1.Name = "Close1"
  120. Close1.Parent = PG1
  121. Close1.BackgroundColor3 = Color3.new(1, 0, 0)
  122. Close1.BackgroundTransparency = 0.5
  123. Close1.Position = UDim2.new(0.893700778, 0, 0, 0)
  124. Close1.Size = UDim2.new(0, 27, 0, 25)
  125. Close1.Font = Enum.Font.SourceSans
  126. Close1.FontSize = Enum.FontSize.Size14
  127. Close1.Text = ""
  128. Close1.TextSize = 14
  129.  
  130. PG2.Name = "PG2"
  131. PG2.Parent = yeye
  132. PG2.BackgroundColor3 = Color3.new(0, 0, 0)
  133. PG2.BackgroundTransparency = 0.5
  134. PG2.Position = UDim2.new(0.0572916679, 0, 0.31215772, 0)
  135. PG2.Size = UDim2.new(0, 254, 0, 204)
  136. PG2.Visible = false
  137.  
  138. fok.Name = "fok"
  139. fok.Parent = PG2
  140. fok.BackgroundColor3 = Color3.new(0, 0, 0)
  141. fok.BackgroundTransparency = 0.5
  142. fok.Position = UDim2.new(0.106637374, 0, 0.416666657, 0)
  143. fok.Size = UDim2.new(0, 200, 0, 46)
  144. fok.Font = Enum.Font.SciFi
  145. fok.FontSize = Enum.FontSize.Size28
  146. fok.Text = "Username"
  147. fok.TextColor3 = Color3.new(0, 1, 1)
  148. fok.TextSize = 26
  149.  
  150. YOYO.Name = "YOYO"
  151. YOYO.Parent = PG2
  152. YOYO.BackgroundColor3 = Color3.new(0, 0, 0)
  153. YOYO.BackgroundTransparency = 0.5
  154. YOYO.Position = UDim2.new(0.0748031586, 0, 0.156862751, 0)
  155. YOYO.Size = UDim2.new(0, 216, 0, 39)
  156. YOYO.Font = Enum.Font.SciFi
  157. YOYO.FontSize = Enum.FontSize.Size14
  158. YOYO.Text = "Clown Van Gas"
  159. YOYO.TextColor3 = Color3.new(0, 1, 1)
  160. YOYO.TextScaled = true
  161. YOYO.TextSize = 14
  162. YOYO.TextWrapped = true
  163.  
  164. Close2.Name = "Close2"
  165. Close2.Parent = PG2
  166. Close2.BackgroundColor3 = Color3.new(1, 0, 0)
  167. Close2.BackgroundTransparency = 0.5
  168. Close2.Position = UDim2.new(0.893700778, 0, 0, 0)
  169. Close2.Size = UDim2.new(0, 27, 0, 25)
  170. Close2.Font = Enum.Font.SourceSans
  171. Close2.FontSize = Enum.FontSize.Size14
  172. Close2.Text = ""
  173. Close2.TextSize = 14
  174.  
  175. PG2B.Name = "PG1B"
  176. PG2B.Parent = PG2
  177. PG2B.BackgroundColor3 = Color3.new(0, 0, 0)
  178. PG2B.BackgroundTransparency = 0.5
  179. PG2B.Position = UDim2.new(0.106323406, 0, 0.708333373, 0)
  180. PG2B.Size = UDim2.new(0, 200, 0, 28)
  181. PG2B.Font = Enum.Font.SciFi
  182. PG2B.FontSize = Enum.FontSize.Size28
  183. PG2B.Text = "Vaninate"
  184. PG2B.TextColor3 = Color3.new(0, 1, 1)
  185. PG2B.TextSize = 28
  186. PG2B.TextWrapped = true
  187.  
  188. Open.Name = "Open"
  189. Open.Parent = yeye
  190. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  191. Open.BackgroundTransparency = 0.5
  192. Open.Position = UDim2.new(0.00260416674, 0, 0.554216862, 0)
  193. Open.Size = UDim2.new(0, 176, 0, 31)
  194.  
  195. Opener.Name = "Opener"
  196. Opener.Parent = Open
  197. Opener.BackgroundColor3 = Color3.new(0, 0, 0)
  198. Opener.BackgroundTransparency = 0.5
  199. Opener.Size = UDim2.new(0, 176, 0, 28)
  200. Opener.Font = Enum.Font.SciFi
  201. Opener.FontSize = Enum.FontSize.Size28
  202. Opener.Text = "Vaninate"
  203. Opener.TextColor3 = Color3.new(0, 1, 1)
  204. Opener.TextSize = 28
  205. Opener.TextWrapped = true
  206.  
  207. Opener.MouseButton1Down:connect(function()
  208. QuickAccess.Visible = true
  209. PG1.Visible = true
  210. Open.Visible = false
  211. end)
  212.  
  213. Close1.MouseButton1Down:connect(function()
  214. QuickAccess.Visible = false
  215. PG1.Visible = false
  216. Open.Visible = true
  217. end)
  218.  
  219. Close2.MouseButton1Down:connect(function()
  220. QuickAccess.Visible = false
  221. PG2.Visible = false
  222. Open.Visible = true
  223. end)
  224.  
  225. CVG.MouseButton1Down:connect(function()
  226. PG2.Visible = true
  227. Open.Visible = false
  228. PG1.Visible = false
  229. end)
  230.  
  231. CK.MouseButton1Down:connect(function()
  232. PG2.Visible = false
  233. Open.Visible = false
  234. PG1.Visible = true
  235. end)
  236.  
  237. PG1B.MouseButton1Down:connect(function()
  238. game.Lighting.OutdoorAmbient = Color3.new(127, 127, 127)
  239. local victim = game.CoreGui.yeye.PG1.TextBox.Text -- victim
  240. -- xd
  241. local yiowh45 = game:GetObjects("rbxassetid://1009979640")[1] -- Place
  242. yiowh45.Parent = workspace
  243. spawn(function ()
  244. for i=1, 800 do
  245. wait()
  246. local victim = game.CoreGui.yeye.PG1.TextBox.Text -- victim
  247. workspace[victim].HumanoidRootPart.CFrame = workspace.asdfghjm.meemmeemmemee.Seat.CFrame
  248. game.Players[victim].Character.Humanoid.WalkSpeed = 0
  249. game.Players[victim].Character.Humanoid.JumpPower = 0
  250. end
  251. end)
  252. spawn(function ()
  253. loadstring(game:GetObjects("rbxassetid://1008068509")[1].Source)() -- help from sigma xd
  254. end)
  255.  
  256. local lmao = Instance.new("Sound")
  257. lmao.Parent = workspace
  258. lmao.Volume = 1
  259. lmao.SoundId = "http://www.roblox.com/asset/?id=421358540"
  260. lmao.Looped = true
  261. lmao.Pitch = 1
  262. lmao:Play()
  263. local cam = workspace.CurrentCamera
  264. workspace.asdfghjm.Van:MakeJoints()
  265. workspace.asdfghjm.Van["KZ CV-150"].RW:MakeJoints()
  266. workspace.asdfghjm.Van["KZ CV-150"].LW:MakeJoints()
  267. workspace.asdfghjm.Van["KZ CV-150"].Body:MakeJoints()
  268. wait(0.5)
  269. cam.CameraSubject = workspace.asdfghjm.kek
  270. wait(2)
  271. cam.CameraSubject = workspace.asdfghjm.kek2
  272. wait(2)
  273. cam.CameraSubject = workspace.asdfghjm.kek3
  274. wait(2)
  275. cam.CameraSubject = workspace.asdfghjm.kek4
  276. wait(3)
  277. cam.CameraSubject = workspace.asdfghjm.kek5
  278. wait(2)
  279. cam.CameraSubject = workspace.asdfghjm.kek6
  280. wait(4)
  281. game.Players[victim].Character.Humanoid.WalkSpeed = 1
  282. game.Players[victim].Character.Humanoid.JumpPower = 1
  283. cam.CameraSubject = workspace.asdfghjm.kek5
  284. wait(3)
  285. cam.CameraSubject = workspace.asdfghjm.kek4
  286. wait(4)
  287. cam.CameraSubject = workspace.asdfghjm.kek3
  288. wait(3)
  289. cam.CameraSubject = workspace.asdfghjm.kek2
  290. wait(3)
  291. cam.CameraSubject = workspace.asdfghjm.kek
  292. wait(6)
  293. for i = 0,5,.1 do
  294. workspace.asdfghjm.Van:TranslateBy(Vector3.new(0,0,2))
  295. wait()
  296. end
  297. wait(5)
  298. workspace[victim].HumanoidRootPart.CFrame = game.Workspace.asdfghjm.Van["KZ CV-150"].Body.Lmao.CFrame
  299. cam.CameraSubject = workspace.asdfghjm.nuuuuu
  300. workspace[victim].HumanoidRootPart.CFrame = workspace.asdfghjm.Chair.Sit.CFrame
  301. game.Players[victim].Character.Humanoid.WalkSpeed = 0
  302. game.Players[victim].Character.Humanoid.JumpPower = 0
  303. wait(2.8)
  304. local asd = Instance.new("Sound")
  305. asd.Parent = workspace
  306. asd.SoundId = "http://www.roblox.com/asset/?id=131070686"
  307. asd.Looped = false
  308. asd.Volume = 10
  309. asd.Pitch = 1
  310. asd:Play()
  311.  
  312. for i = 0,15,5 do
  313. workspace.asdfghjm.hmmhm:TranslateBy(Vector3.new(0,0,-1))
  314. wait()
  315. end
  316.  
  317. for i,v in pairs(workspace.asdfghjm.thonk:GetChildren() ) do
  318. if v:IsA("BasePart") then
  319. v.Transparency = 0
  320. end
  321. end
  322. game.Players[victim].Character.Humanoid.Health = 0
  323. asd:Remove()
  324. wait(2)
  325. lmao:Remove()
  326.  
  327. workspace.asdfghjm:Remove()-- Objects
  328. cam.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  329. cam.CameraType = "Custom"
  330. end)
  331.  
  332. PG2B.MouseButton1Down:connect(function()
  333. game:GetObjects('rbxassetid://1009955647')[1].Parent = workspace
  334. workspace.asdfghjm.CCTV2.Anchored = true
  335. local cam = workspace.CurrentCamera
  336. local victim = game.CoreGui.yeye.PG2.fok.Text
  337. cam.CameraSubject = workspace.asdfghjm.CCTV1
  338. spawn(function ()
  339. for i=1, 200 do
  340. wait()
  341. game.Workspace.asdfghjm.NaziVan:TranslateBy(Vector3.new(0, 0, 1))
  342. end
  343. end)
  344. workspace[victim].Humanoid.WalkSpeed = 0
  345. workspace[victim].Humanoid.JumpPower = 0
  346. wait(1)
  347. workspace[victim].HumanoidRootPart.CFrame = workspace.asdfghjm.NaziVan.Van.CFrame
  348. cam.CameraSubject = workspace.asdfghjm.CCTV2
  349. wait(5)
  350. workspace.asdfghjm.NaziVan.coco.Smoke.Opacity = 1
  351. workspace.asdfghjm.NaziVan.cocoa.Smoke.Opacity = 1
  352. local asd = Instance.new("Sound")
  353. asd.Looped = false
  354. asd.SoundId = "http://www.roblox.com/asset/?id=137065982"
  355. asd.Parent = workspace
  356. asd.Volume = 1
  357. asd.Pitch = 1
  358. asd:Play()
  359. wait(7)
  360. workspace[victim].Humanoid.Health = 0
  361. workspace.asdfghjm:Remove()
  362. asd:Remove()
  363. end)
Add Comment
Please, Sign In to add comment