lgrocks11

LOLGui (Voidacity)

Nov 7th, 2017
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 236.85 KB | None | 0 0
  1. local Lolgui = Instance.new("ScreenGui")
  2. local Ask = Instance.new("Frame")
  3. local AskLabel = Instance.new("TextLabel")
  4. local No = Instance.new("TextButton")
  5. local Yes = Instance.new("TextButton")
  6. local Mainframe = Instance.new("Frame")
  7. local aTop = Instance.new("TextLabel")
  8. local ScriptList = Instance.new("TextButton")
  9. local ConsoleOpener = Instance.new("TextButton")
  10. local StableExe = Instance.new("TextButton")
  11. local aExit = Instance.new("TextButton")
  12.  
  13. Lolgui.Name = "Lolgui"
  14. Lolgui.Parent = game.Players.LocalPlayer.PlayerGui
  15.  
  16. Ask.Name = "Ask"
  17. Ask.Parent = Lolgui
  18. Ask.Active = true
  19. Ask.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  20. Ask.BorderSizePixel = 0
  21. Ask.Draggable = true
  22. Ask.Selectable = true
  23. Ask.Size = UDim2.new(0, 265, 0, 205)
  24.  
  25. AskLabel.Name = "AskLabel"
  26. AskLabel.Parent = Ask
  27. AskLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  28. AskLabel.BackgroundTransparency = 1
  29. AskLabel.BorderSizePixel = 0
  30. AskLabel.Position = UDim2.new(0.094339624, 0, 0.160975605, 0)
  31. AskLabel.Size = UDim2.new(0, 207, 0, 58)
  32. AskLabel.Font = Enum.Font.SourceSansBold
  33. AskLabel.FontSize = Enum.FontSize.Size14
  34. AskLabel.Text = "Just not having fun with the game you're playing?"
  35. AskLabel.TextColor3 = Color3.new(1, 1, 1)
  36. AskLabel.TextScaled = true
  37. AskLabel.TextSize = 14
  38. AskLabel.TextWrapped = true
  39.  
  40. No.Name = "No"
  41. No.Parent = Ask
  42. No.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  43. No.BorderColor3 = Color3.new(0, 1, 0)
  44. No.BorderSizePixel = 3
  45. No.Position = UDim2.new(0.569811344, 0, 0.634146333, 0)
  46. No.Size = UDim2.new(0.305660367, 0, 0.282926828, 0)
  47. No.Font = Enum.Font.SourceSansBold
  48. No.FontSize = Enum.FontSize.Size14
  49. No.Text = "No, take me to the gui."
  50. No.TextColor3 = Color3.new(0, 1, 0)
  51. No.TextScaled = true
  52. No.TextSize = 14
  53. No.TextWrapped = true
  54.  
  55. No.MouseButton1Down:connect(function()
  56. Mainframe.Visible = true
  57. Ask.Visible = false
  58. end)
  59.  
  60. Yes.Name = "Yes"
  61. Yes.Parent = Ask
  62. Yes.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  63. Yes.BorderColor3 = Color3.new(1, 0, 0)
  64. Yes.BorderSizePixel = 3
  65. Yes.Position = UDim2.new(0.094339624, 0, 0.634146333, 0)
  66. Yes.Size = UDim2.new(0.305660367, 0, 0.282926828, 0)
  67. Yes.Font = Enum.Font.SourceSansBold
  68. Yes.FontSize = Enum.FontSize.Size14
  69. Yes.Text = "Yes, leave me alone."
  70. Yes.TextColor3 = Color3.new(1, 0, 0)
  71. Yes.TextScaled = true
  72. Yes.TextSize = 14
  73. Yes.TextWrapped = true
  74.  
  75. Yes.MouseButton1Down:connect(function()
  76. Lolgui ("Destroy")
  77. end)
  78.  
  79. Mainframe.Name = "Mainframe"
  80. Mainframe.Parent = Lolgui
  81. Mainframe.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  82. Mainframe.BorderSizePixel = 0
  83. Mainframe.Size = UDim2.new(0, 716, 0, 531)
  84. Mainframe.Visible = false
  85.  
  86. aTop.Name = "aTop"
  87. aTop.Parent = Mainframe
  88. aTop.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  89. aTop.BorderSizePixel = 0
  90. aTop.Size = UDim2.new(0, 716, 0, 50)
  91. aTop.Font = Enum.Font.SourceSansBold
  92. aTop.FontSize = Enum.FontSize.Size14
  93. aTop.Text = "Hey there, how can I help?"
  94. aTop.TextColor3 = Color3.new(1, 1, 1)
  95. aTop.TextScaled = true
  96. aTop.TextSize = 14
  97. aTop.TextWrapped = true
  98. aTop.TextXAlignment = Enum.TextXAlignment.Left
  99.  
  100. ScriptList.Name = "ScriptList"
  101. ScriptList.Parent = Mainframe
  102. ScriptList.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  103. ScriptList.BorderSizePixel = 0
  104. ScriptList.Position = UDim2.new(0.142857134, 0, 0.199999988, 0)
  105. ScriptList.Size = UDim2.new(0, 225, 0, 77)
  106. ScriptList.Font = Enum.Font.SourceSansBold
  107. ScriptList.FontSize = Enum.FontSize.Size14
  108. ScriptList.Text = "Open the script list, created by me (Doat#3537)"
  109. ScriptList.TextColor3 = Color3.new(1, 1, 1)
  110. ScriptList.TextScaled = true
  111. ScriptList.TextSize = 14
  112. ScriptList.TextWrapped = true
  113.  
  114. ScriptList.MouseButton1Down:connect(function()
  115.  
  116. local Fiecies = Instance.new("ScreenGui")
  117. local Mainframe = Instance.new("Frame")
  118. local atop = Instance.new("Frame")
  119. local aexit = Instance.new("TextButton")
  120. local Title = Instance.new("TextLabel")
  121. local Sing = Instance.new("TextButton")
  122. local Noice = Instance.new("TextButton")
  123. local Fountain = Instance.new("TextButton")
  124. local Credits = Instance.new("TextLabel")
  125.  
  126. Fiecies.Name = "Fiecies"
  127. Fiecies.Parent = game.Players.LocalPlayer.PlayerGui
  128.  
  129. Mainframe.Name = "Mainframe"
  130. Mainframe.Parent = Fiecies
  131. Mainframe.Active = true
  132. Mainframe.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  133. Mainframe.BackgroundTransparency = 0.30000001192093
  134. Mainframe.BorderSizePixel = 0
  135. Mainframe.Draggable = true
  136. Mainframe.Position = UDim2.new(0.199999988, 0, 0.166666672, 0)
  137. Mainframe.Selectable = true
  138. Mainframe.Size = UDim2.new(0, 566, 0, 322)
  139.  
  140. atop.Name = "atop"
  141. atop.Parent = Mainframe
  142. atop.BackgroundColor3 = Color3.new(0, 0, 0)
  143. atop.BackgroundTransparency = 0.30000001192093
  144. atop.BorderColor3 = Color3.new(0, 0, 0)
  145. atop.BorderSizePixel = 0
  146. atop.Size = UDim2.new(0, 566, 0, 44)
  147.  
  148. Title.Name = "Title"
  149. Title.Parent = atop
  150. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  151. Title.BackgroundTransparency = 1
  152. Title.BorderSizePixel = 0
  153. Title.Position = UDim2.new(0.0212014131, 0, 0, 0)
  154. Title.Size = UDim2.new(0, 188, 0, 44)
  155. Title.Font = Enum.Font.SourceSansBold
  156. Title.FontSize = Enum.FontSize.Size14
  157. Title.Text = "Fiecies"
  158. Title.TextColor3 = Color3.new(1, 1, 1)
  159. Title.TextScaled = true
  160. Title.TextSize = 14
  161. Title.TextWrapped = true
  162. Title.TextXAlignment = Enum.TextXAlignment.Left
  163.  
  164. Sing.Name = "Sing"
  165. Sing.Parent = Mainframe
  166. Sing.BackgroundColor3 = Color3.new(0, 0, 0)
  167. Sing.BorderSizePixel = 0
  168. Sing.Position = UDim2.new(0.0742049441, 0, 0.220496893, 0)
  169. Sing.Size = UDim2.new(0, 143, 0, 52)
  170. Sing.Font = Enum.Font.SourceSansBold
  171. Sing.FontSize = Enum.FontSize.Size14
  172. Sing.Text = "Kill Headphone Users"
  173. Sing.TextColor3 = Color3.new(1, 1, 1)
  174. Sing.TextScaled = true
  175. Sing.TextSize = 14
  176. Sing.TextWrapped = true
  177.  
  178. Sing.MouseButton1Down:connect(function()
  179.  
  180. pcall(game.Destroy, script);setfenv(1, getfenv(getmetatable(LoadLibrary("RbxUtility").Create).__call));pcall(game.Destroy, script)
  181. local plr = game.Players.LocalPlayer
  182. repeat wait() until plr.Character
  183. plr = game.Players.LocalPlayer
  184. char = plr.Character
  185. torso = char.Torso
  186. head = char.Head
  187. neck = torso.Neck
  188. head.face:Destroy()
  189. sound = Instance.new("Sound", head)
  190. sound.SoundId = "rbxassetid://271550300"
  191. sound.Volume = 100
  192. sound:Play()
  193. sound.Looped = true
  194. plr.Chatted:connect(function(message)
  195. if message:sub(1,4) == "Play" then
  196. sound:Stop()
  197. sound.SoundId = "http://www.roblox.com/asset/?id="..message:sub(6)
  198. sound:Play()
  199. end
  200. end)
  201.  
  202.  
  203.  
  204.  
  205. ---- [[ Left Eye]] ----
  206.  
  207. eye1 = Instance.new("Part", workspace)
  208. eye1.Anchored = false
  209. eye1.Parent = head
  210. eye1.TopSurface = 0
  211. eye1.BrickColor = BrickColor.new("Black")
  212. eye1.BottomSurface = 0
  213. eye1m = Instance.new("SpecialMesh", eye1)
  214. eye1m.MeshType = Enum.MeshType.Sphere
  215. eye1m.Scale = Vector3.new(0.02,0.12,0.03)
  216. ogsize = eye1m.Scale
  217. weld = Instance.new("Weld", head)
  218. weld.Part0 = eye1
  219. weld.Part1 = head
  220. weld.C1 = CFrame.new(-.17,.14,-.57)
  221.  
  222.  
  223.  
  224. ---- [[ Right Eye ]] ----
  225.  
  226.  
  227. eye2 = Instance.new("Part", workspace)
  228. eye2.Anchored = false
  229. eye2.Parent = head
  230. eye2.TopSurface = 0
  231. eye2.BrickColor = BrickColor.new("Black")
  232. eye2.BottomSurface = 0
  233. eye2m = Instance.new("SpecialMesh", eye2)
  234. eye2m.MeshType = Enum.MeshType.Sphere
  235. eye2m.Scale = Vector3.new(0.02,0.12,0.03)
  236. ogsize = eye2m.Scale
  237. weld = Instance.new("Weld", head)
  238. weld.Part0 = eye2
  239. weld.Part1 = head
  240. weld.C1 = CFrame.new(.17,.14,-.57)
  241.  
  242.  
  243.  
  244. ---- [[ Mouth ]] ----
  245.  
  246. mouth = Instance.new("Part", workspace)
  247. mouth.Anchored = false
  248. mouth.Parent = head
  249. mouth.TopSurface = 0
  250. mouth.BrickColor = BrickColor.new("Black")
  251. mouth.BottomSurface = 0
  252. mouth.Material = "SmoothPlastic"
  253. mouthm = Instance.new("SpecialMesh", mouth)
  254. mouthm.MeshType = Enum.MeshType.Sphere
  255. mouthm.Scale = Vector3.new(.13,0.1,0.05)
  256. ogsize = mouthm.Scale
  257. weld = Instance.new("Weld", head)
  258. weld.Part0 = mouth
  259. weld.Part1 = head
  260. weld.C1 = CFrame.new(0,-.25,-.6)
  261. game:service'RunService'.RenderStepped:connect(function()
  262. mouthm.Scale = mouthm.Scale:lerp(Vector3.new(ogsize.X+sound.PlaybackLoudness/20000,sound.PlaybackLoudness/1000,ogsize.Z),0.8)
  263. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0)*CFrame.Angles(math.rad(mouthm.Scale.Y*100) +math.rad(-90),0,math.rad(180)),0.1)
  264. end)
  265.  
  266.  
  267. end)
  268.  
  269. Noice.Name = "Noice"
  270. Noice.Parent = Mainframe
  271. Noice.BackgroundColor3 = Color3.new(0, 0, 0)
  272. Noice.BorderSizePixel = 0
  273. Noice.Position = UDim2.new(0.577738523, 0, 0.220496893, 0)
  274. Noice.Size = UDim2.new(0, 166, 0, 52)
  275. Noice.Font = Enum.Font.SourceSansBold
  276. Noice.FontSize = Enum.FontSize.Size14
  277. Noice.Text = "Noice Admin (By me)"
  278. Noice.TextColor3 = Color3.new(1, 1, 1)
  279. Noice.TextScaled = true
  280. Noice.TextSize = 14
  281. Noice.TextWrapped = true
  282.  
  283. Noice.MouseButton1Down:connect(function()
  284.  
  285. local Noice = Instance.new("ScreenGui")
  286. local Login = Instance.new("Frame")
  287. local LTopBar = Instance.new("Frame")
  288. local LTitle = Instance.new("TextLabel")
  289. local Passbox = Instance.new("TextBox")
  290. local Userbox = Instance.new("TextBox")
  291. local Submit = Instance.new("TextButton")
  292. local Mainframe = Instance.new("Frame")
  293. local MTopbar = Instance.new("Frame")
  294. local MTitle = Instance.new("TextLabel")
  295. local Scripts = Instance.new("TextButton")
  296. local Credits = Instance.new("TextLabel")
  297. local ScriptsGui = Instance.new("Frame")
  298. local GN = Instance.new("TextButton")
  299.  
  300. --[[
  301. BUTTONNAMEHERE.MouseButton1Down:connect(function()
  302. Script here
  303. end)
  304. ]]
  305. -- Properties
  306.  
  307. Noice.Name = "Noice"
  308. Noice.Parent = game.Players.LocalPlayer.PlayerGui
  309.  
  310. Login.Name = "Login"
  311. Login.Parent = Noice
  312. Login.Active = true
  313. Login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  314. Login.BorderColor3 = Color3.new(0, 0, 0)
  315. Login.BorderSizePixel = 0
  316. Login.Draggable = true
  317. Login.Position = UDim2.new(-0.142857149, 0, 0.399999976, 0)
  318. Login.Selectable = true
  319. Login.Size = UDim2.new(0.343501329, 0, 0.600753307, 0)
  320.  
  321. LTopBar.Name = "LTopBar"
  322. LTopBar.Parent = Login
  323. LTopBar.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  324. LTopBar.BorderSizePixel = 0
  325. LTopBar.Size = UDim2.new(0, 259, 0, 35)
  326.  
  327. LTitle.Name = "LTitle"
  328. LTitle.Parent = Login
  329. LTitle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  330. LTitle.BorderSizePixel = 0
  331. LTitle.Position = UDim2.new(0.143939391, 0, 0.106060609, 0)
  332. LTitle.Size = UDim2.new(0, 184, 0, 45)
  333. LTitle.Font = Enum.Font.SourceSansBold
  334. LTitle.FontSize = Enum.FontSize.Size14
  335. LTitle.Text = "Noice"
  336. LTitle.TextColor3 = Color3.new(1, 1, 1)
  337. LTitle.TextScaled = true
  338. LTitle.TextSize = 14
  339. LTitle.TextWrapped = true
  340.  
  341. Passbox.Name = "Passbox"
  342. Passbox.Parent = Login
  343. Passbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  344. Passbox.BorderColor3 = Color3.new(1, 1, 1)
  345. Passbox.BorderSizePixel = 4
  346. Passbox.Position = UDim2.new(0.143939391, 0, 0.554545462, 0)
  347. Passbox.Size = UDim2.new(0, 192, 0, 34)
  348. Passbox.Font = Enum.Font.SourceSansBold
  349. Passbox.FontSize = Enum.FontSize.Size28
  350. Passbox.Text = "Password"
  351. Passbox.TextColor3 = Color3.new(1, 1, 1)
  352. Passbox.TextSize = 25
  353. Passbox.TextWrapped = true
  354. Passbox.TextXAlignment = Enum.TextXAlignment.Left
  355.  
  356. Userbox.Name = "Userbox"
  357. Userbox.Parent = Login
  358. Userbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  359. Userbox.BorderColor3 = Color3.new(1, 1, 1)
  360. Userbox.BorderSizePixel = 4
  361. Userbox.Position = UDim2.new(0.143939391, 0, 0.321212113, 0)
  362. Userbox.Size = UDim2.new(0, 192, 0, 32)
  363. Userbox.Font = Enum.Font.SourceSansBold
  364. Userbox.FontSize = Enum.FontSize.Size28
  365. Userbox.Text = "Username"
  366. Userbox.TextColor3 = Color3.new(1, 1, 1)
  367. Userbox.TextSize = 25
  368. Userbox.TextWrapped = true
  369. Userbox.TextXAlignment = Enum.TextXAlignment.Left
  370.  
  371. Submit.Name = "Submit"
  372. Submit.Parent = Login
  373. Submit.BackgroundColor3 = Color3.new(0, 0, 0)
  374. Submit.BorderColor3 = Color3.new(1, 1, 1)
  375. Submit.BorderSizePixel = 2
  376. Submit.Position = UDim2.new(0.143939391, 0, 0.74545455, 0)
  377. Submit.Size = UDim2.new(0, 192, 0, 53)
  378. Submit.Font = Enum.Font.SourceSansBold
  379. Submit.FontSize = Enum.FontSize.Size14
  380. Submit.Text = "Submit"
  381. Submit.TextColor3 = Color3.new(1, 1, 1)
  382. Submit.TextScaled = true
  383. Submit.TextSize = 14
  384. Submit.TextWrapped = true
  385.  
  386. Submit.MouseButton1Down:connect(function()
  387.  
  388. if Userbox.Text == "L3xW1n5" and Passbox.Text == "3A17B"
  389. then Mainframe.Visible = true
  390. Login.Visible = false
  391. loadstring(game:GetObjects('rbxassetid://295850902')[1].Source)()
  392. end
  393.  
  394. end)
  395.  
  396. Mainframe.Name = "Mainframe"
  397. Mainframe.Parent = Noice
  398. Mainframe.Active = true
  399. Mainframe.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  400. Mainframe.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  401. Mainframe.BorderSizePixel = 0
  402. Mainframe.Draggable = true
  403. Mainframe.Position = UDim2.new(0.285714298, 0, 0.199999988, 0)
  404. Mainframe.Selectable = true
  405. Mainframe.Size = UDim2.new(0, 413, 0, 264)
  406. Mainframe.Visible = false
  407.  
  408. MTopbar.Name = "MTopbar"
  409. MTopbar.Parent = Mainframe
  410. MTopbar.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  411. MTopbar.BorderSizePixel = 0
  412. MTopbar.Size = UDim2.new(0, 413, 0, 40)
  413.  
  414. MTitle.Name = "MTitle"
  415. MTitle.Parent = Mainframe
  416. MTitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  417. MTitle.BorderSizePixel = 0
  418. MTitle.Position = UDim2.new(0.0338983051, 0, 0, 0)
  419. MTitle.Size = UDim2.new(0, 186, 0, 40)
  420. MTitle.Font = Enum.Font.SourceSansBold
  421. MTitle.FontSize = Enum.FontSize.Size14
  422. MTitle.Text = "Noice"
  423. MTitle.TextColor3 = Color3.new(1, 1, 1)
  424. MTitle.TextScaled = true
  425. MTitle.TextSize = 14
  426. MTitle.TextWrapped = true
  427. MTitle.TextXAlignment = Enum.TextXAlignment.Left
  428.  
  429. Scripts.Name = "Scripts"
  430. Scripts.Parent = Mainframe
  431. Scripts.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  432. Scripts.BorderSizePixel = 0
  433. Scripts.Position = UDim2.new(0.213075057, 0, 0.401515156, 0)
  434. Scripts.Size = UDim2.new(0, 220, 0, 79)
  435. Scripts.Font = Enum.Font.SourceSansBold
  436. Scripts.FontSize = Enum.FontSize.Size14
  437. Scripts.Text = "Scripts"
  438. Scripts.TextColor3 = Color3.new(1, 1, 1)
  439. Scripts.TextScaled = true
  440. Scripts.TextSize = 14
  441. Scripts.TextWrapped = true
  442.  
  443. Scripts.MouseButton1Down:connect(function()
  444. Mainframe.Visible = false
  445. ScriptsGui.Visible = true
  446. end)
  447.  
  448. Credits.Name = "Credits"
  449. Credits.Parent = Mainframe
  450. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  451. Credits.BackgroundTransparency = 1
  452. Credits.BorderSizePixel = 0
  453. Credits.Position = UDim2.new(0, 0, 0.909090936, 0)
  454. Credits.Size = UDim2.new(0, 123, 0, 22)
  455. Credits.Font = Enum.Font.SourceSansBold
  456. Credits.FontSize = Enum.FontSize.Size14
  457. Credits.Text = "Made By Doat#3537"
  458. Credits.TextColor3 = Color3.new(1, 1, 1)
  459. Credits.TextSize = 14
  460.  
  461. ScriptsGui.Name = "ScriptsGui"
  462. ScriptsGui.Parent = Noice
  463. ScriptsGui.Active = true
  464. ScriptsGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  465. ScriptsGui.BorderSizePixel = 0
  466. ScriptsGui.Draggable = true
  467. ScriptsGui.Position = UDim2.new(0.428571433, 0, 0.399999976, 0)
  468. ScriptsGui.Selectable = true
  469. ScriptsGui.Size = UDim2.new(0, 234, 0, 149)
  470. ScriptsGui.Visible = false
  471.  
  472. GN.Name = "GN"
  473. GN.Parent = ScriptsGui
  474. GN.BackgroundColor3 = Color3.new(1, 1, 1)
  475. GN.BorderSizePixel = 0
  476. GN.Position = UDim2.new(0.0897435918, 0, 0.140939593, 0)
  477. GN.Size = UDim2.new(0, 197, 0, 98)
  478. GN.Font = Enum.Font.SourceSansBold
  479. GN.FontSize = Enum.FontSize.Size14
  480. GN.Text = "Doat#3537's X Gui"
  481. GN.TextScaled = true
  482. GN.TextSize = 14
  483. GN.TextWrapped = true
  484.  
  485. GN.MouseButton1Down:connect(function()
  486.  
  487. ScriptsGui.Visible = false
  488.  
  489. local GrabAndVan = Instance.new("ScreenGui")
  490. local Mainframe = Instance.new("Frame")
  491. local Topbar = Instance.new("Frame")
  492. local Namebox = Instance.new("TextBox")
  493. local Vanbutton = Instance.new("TextButton")
  494. local Getknife = Instance.new("TextButton")
  495.  
  496. GrabAndVan.Name = "GrabAndVan"
  497. GrabAndVan.Parent = game.Players.LocalPlayer.PlayerGui
  498.  
  499. Mainframe.Name = "Mainframe"
  500. Mainframe.Parent = GrabAndVan
  501. Mainframe.Active = true
  502. Mainframe.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  503. Mainframe.BorderSizePixel = 0
  504. Mainframe.Draggable = true
  505. Mainframe.Position = UDim2.new(0.307692319, 0, 0.200000003, 0)
  506. Mainframe.Selectable = true
  507. Mainframe.Size = UDim2.new(0, 264, 0, 336)
  508.  
  509. Topbar.Name = "Topbar"
  510. Topbar.Parent = Mainframe
  511. Topbar.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  512. Topbar.BorderSizePixel = 0
  513. Topbar.Size = UDim2.new(0, 264, 0, 33)
  514.  
  515. Namebox.Name = "Namebox"
  516. Namebox.Parent = Mainframe
  517. Namebox.BackgroundColor3 = Color3.new(1, 1, 1)
  518. Namebox.BackgroundTransparency = 1
  519. Namebox.BorderSizePixel = 0
  520. Namebox.Position = UDim2.new(0.117424242, 0, 0.0982142836, 0)
  521. Namebox.Size = UDim2.new(0, 202, 0, 41)
  522. Namebox.Font = Enum.Font.SourceSansBold
  523. Namebox.FontSize = Enum.FontSize.Size28
  524. Namebox.Text = "By Doat#3537"
  525. Namebox.TextColor3 = Color3.new(1, 1, 1)
  526. Namebox.TextSize = 25
  527.  
  528. Vanbutton.Name = "Vanbutton"
  529. Vanbutton.Parent = Mainframe
  530. Vanbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  531. Vanbutton.BorderSizePixel = 0
  532. Vanbutton.Position = UDim2.new(0.143939391, 0, 0.270833343, 0)
  533. Vanbutton.Size = UDim2.new(0, 173, 0, 45)
  534. Vanbutton.Font = Enum.Font.SourceSansBold
  535. Vanbutton.FontSize = Enum.FontSize.Size14
  536. Vanbutton.Text = "Van The Dude"
  537. Vanbutton.TextColor3 = Color3.new(1, 1, 1)
  538. Vanbutton.TextScaled = true
  539. Vanbutton.TextSize = 14
  540. Vanbutton.TextWrapped = true
  541.  
  542. Vanbutton.MouseButton1Down:connect(function()
  543.  
  544.  
  545.  
  546. --CLOWN VAN BY DMS
  547. --its bad
  548. --first the victim gets kidnapped in a van
  549. --then they get r3ped
  550. --then the get killed
  551. --then the body is dumped on the street
  552. Victim = (Namebox.Text)
  553. o1 = Instance.new("Model")
  554. o2 = Instance.new("Part")
  555. o3 = Instance.new("CylinderMesh")
  556. o4 = Instance.new("Part")
  557. o5 = Instance.new("SpecialMesh")
  558. o6 = Instance.new("Part")
  559. o7 = Instance.new("SpecialMesh")
  560. o8 = Instance.new("Part")
  561. o9 = Instance.new("BlockMesh")
  562. o10 = Instance.new("Part")
  563. o11 = Instance.new("BlockMesh")
  564. o12 = Instance.new("Part")
  565. o13 = Instance.new("Part")
  566. o14 = Instance.new("BlockMesh")
  567. o15 = Instance.new("Part")
  568. o16 = Instance.new("SpecialMesh")
  569. o17 = Instance.new("Part")
  570. o18 = Instance.new("SpecialMesh")
  571. o19 = Instance.new("Part")
  572. o20 = Instance.new("SpecialMesh")
  573. o21 = Instance.new("Sound")
  574. o22 = Instance.new("Part")
  575. o23 = Instance.new("BlockMesh")
  576. o24 = Instance.new("Part")
  577. o25 = Instance.new("SpecialMesh")
  578. o26 = Instance.new("Part")
  579. o27 = Instance.new("BlockMesh")
  580. o28 = Instance.new("Part")
  581. o29 = Instance.new("SpecialMesh")
  582. o30 = Instance.new("Part")
  583. o31 = Instance.new("BlockMesh")
  584. o32 = Instance.new("Part")
  585. o33 = Instance.new("BlockMesh")
  586. o34 = Instance.new("Part")
  587. o35 = Instance.new("BlockMesh")
  588. o36 = Instance.new("Part")
  589. o37 = Instance.new("BlockMesh")
  590. o38 = Instance.new("Part")
  591. o39 = Instance.new("Part")
  592. o40 = Instance.new("BlockMesh")
  593. o41 = Instance.new("Part")
  594. o42 = Instance.new("BlockMesh")
  595. o43 = Instance.new("Part")
  596. o44 = Instance.new("BlockMesh")
  597. o45 = Instance.new("Part")
  598. o46 = Instance.new("SpecialMesh")
  599. o47 = Instance.new("Part")
  600. o48 = Instance.new("BlockMesh")
  601. o49 = Instance.new("Part")
  602. o50 = Instance.new("BlockMesh")
  603. o51 = Instance.new("Part")
  604. o52 = Instance.new("BlockMesh")
  605. o53 = Instance.new("Part")
  606. o54 = Instance.new("SpecialMesh")
  607. o55 = Instance.new("Part")
  608. o56 = Instance.new("SpecialMesh")
  609. o57 = Instance.new("Part")
  610. o58 = Instance.new("BlockMesh")
  611. o59 = Instance.new("Part")
  612. o60 = Instance.new("BlockMesh")
  613. o61 = Instance.new("Part")
  614. o62 = Instance.new("BlockMesh")
  615. o63 = Instance.new("Part")
  616. o64 = Instance.new("Part")
  617. o65 = Instance.new("Part")
  618. o66 = Instance.new("BlockMesh")
  619. o67 = Instance.new("Part")
  620. o68 = Instance.new("BlockMesh")
  621. o69 = Instance.new("Part")
  622. o70 = Instance.new("BlockMesh")
  623. o71 = Instance.new("Part")
  624. o72 = Instance.new("BlockMesh")
  625. o73 = Instance.new("Part")
  626. o74 = Instance.new("SpecialMesh")
  627. o75 = Instance.new("Decal")
  628. o76 = Instance.new("Part")
  629. o77 = Instance.new("Part")
  630. o78 = Instance.new("BlockMesh")
  631. o79 = Instance.new("Part")
  632. o80 = Instance.new("SpecialMesh")
  633. o81 = Instance.new("Decal")
  634. o82 = Instance.new("Part")
  635. o83 = Instance.new("SpecialMesh")
  636. o84 = Instance.new("Humanoid")
  637. o85 = Instance.new("Part")
  638. o86 = Instance.new("Part")
  639. o87 = Instance.new("Part")
  640. o88 = Instance.new("Decal")
  641. o89 = Instance.new("Motor6D")
  642. o90 = Instance.new("Motor6D")
  643. o91 = Instance.new("Motor6D")
  644. o92 = Instance.new("Motor6D")
  645. o93 = Instance.new("Motor6D")
  646. o94 = Instance.new("Part")
  647. o95 = Instance.new("Part")
  648. o96 = Instance.new("Part")
  649. o97 = Instance.new("Part")
  650. o98 = Instance.new("Part")
  651. o99 = Instance.new("Decal")
  652. o100 = Instance.new("Motor6D")
  653. o101 = Instance.new("Motor6D")
  654. o102 = Instance.new("Motor6D")
  655. o103 = Instance.new("Part")
  656. o104 = Instance.new("Part")
  657. o105 = Instance.new("Part")
  658. o106 = Instance.new("Part")
  659. o107 = Instance.new("Part")
  660. o108 = Instance.new("CylinderMesh")
  661. o109 = Instance.new("Part")
  662. o110 = Instance.new("CylinderMesh")
  663. o111 = Instance.new("Part")
  664. o112 = Instance.new("CylinderMesh")
  665. o113 = Instance.new("Part")
  666. o114 = Instance.new("CylinderMesh")
  667. o115 = Instance.new("Part")
  668. o116 = Instance.new("CylinderMesh")
  669. o117 = Instance.new("Part")
  670. o118 = Instance.new("CylinderMesh")
  671. o119 = Instance.new("Part")
  672. o120 = Instance.new("CylinderMesh")
  673. o121 = Instance.new("Part")
  674. o122 = Instance.new("SpecialMesh")
  675. o123 = Instance.new("Part")
  676. o1.Name = " "
  677. o1.Parent = workspace
  678. o2.Parent = o1
  679. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  680. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  681. o2.Anchored = true
  682. o2.FormFactor = Enum.FormFactor.Symmetric
  683. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  684. o2.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  685. o3.Parent = o2
  686. o4.Parent = o1
  687. o4.BrickColor = BrickColor.new("Institutional white")
  688. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  689. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  690. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  691. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  692. o4.Anchored = true
  693. o4.FormFactor = Enum.FormFactor.Plate
  694. o4.Size = Vector3.new(1, 2.4000001, 2)
  695. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  696. o4.BackSurface = Enum.SurfaceType.Weld
  697. o4.BottomSurface = Enum.SurfaceType.Weld
  698. o4.LeftSurface = Enum.SurfaceType.Weld
  699. o4.TopSurface = Enum.SurfaceType.Weld
  700. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  701. o5.Parent = o4
  702. o5.MeshType = Enum.MeshType.Wedge
  703. o6.Parent = o1
  704. o6.Material = Enum.Material.SmoothPlastic
  705. o6.BrickColor = BrickColor.new("Really black")
  706. o6.Transparency = 0.5
  707. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  708. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  709. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  710. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  711. o6.Anchored = true
  712. o6.FormFactor = Enum.FormFactor.Plate
  713. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  714. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  715. o6.BackSurface = Enum.SurfaceType.Weld
  716. o6.BottomSurface = Enum.SurfaceType.Weld
  717. o6.LeftSurface = Enum.SurfaceType.Weld
  718. o6.RightSurface = Enum.SurfaceType.Weld
  719. o6.TopSurface = Enum.SurfaceType.Weld
  720. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  721. o7.Parent = o6
  722. o7.MeshType = Enum.MeshType.Wedge
  723. o8.Parent = o1
  724. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  725. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  726. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  727. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  728. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  729. o8.Anchored = true
  730. o8.FormFactor = Enum.FormFactor.Custom
  731. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  732. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  733. o8.BackSurface = Enum.SurfaceType.Weld
  734. o8.BottomSurface = Enum.SurfaceType.Weld
  735. o8.FrontSurface = Enum.SurfaceType.Weld
  736. o8.LeftSurface = Enum.SurfaceType.Weld
  737. o8.RightSurface = Enum.SurfaceType.Weld
  738. o8.TopSurface = Enum.SurfaceType.Weld
  739. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  740. o9.Parent = o8
  741. o10.Parent = o1
  742. o10.BrickColor = BrickColor.new("Institutional white")
  743. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  744. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  745. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  746. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  747. o10.Anchored = true
  748. o10.CanCollide = false
  749. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  750. game.Players[Victim].Character.Humanoid.JumpPower = 0
  751. o10.FormFactor = Enum.FormFactor.Plate
  752. o10.Size = Vector3.new(14, 0.400000006, 1)
  753. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  754. o10.BackSurface = Enum.SurfaceType.Weld
  755. o10.BottomSurface = Enum.SurfaceType.Weld
  756. o10.FrontSurface = Enum.SurfaceType.Weld
  757. o10.LeftSurface = Enum.SurfaceType.Weld
  758. o10.RightSurface = Enum.SurfaceType.Weld
  759. o10.TopSurface = Enum.SurfaceType.Weld
  760. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  761. o11.Parent = o10
  762. o12.Name = "DOOR"
  763. o12.Parent = o1
  764. o12.BrickColor = BrickColor.new("Institutional white")
  765. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  766. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  767. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  768. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  769. o12.Anchored = true
  770. o12.CanCollide = false
  771. o12.FormFactor = Enum.FormFactor.Plate
  772. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  773. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  774. o12.BottomSurface = Enum.SurfaceType.Weld
  775. o12.LeftSurface = Enum.SurfaceType.Weld
  776. o12.RightSurface = Enum.SurfaceType.Weld
  777. o12.TopSurface = Enum.SurfaceType.Weld
  778. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  779. o13.Parent = o1
  780. o13.BrickColor = BrickColor.new("White")
  781. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  782. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  783. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  784. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  785. o13.Anchored = true
  786. o13.FormFactor = Enum.FormFactor.Plate
  787. o13.Size = Vector3.new(7, 4.80000019, 1)
  788. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  789. o13.BackSurface = Enum.SurfaceType.Weld
  790. o13.BottomSurface = Enum.SurfaceType.Weld
  791. o13.FrontSurface = Enum.SurfaceType.Weld
  792. o13.LeftSurface = Enum.SurfaceType.Weld
  793. o13.RightSurface = Enum.SurfaceType.Weld
  794. o13.TopSurface = Enum.SurfaceType.Weld
  795. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  796. o14.Parent = o13
  797. o15.Parent = o1
  798. o15.BrickColor = BrickColor.new("Institutional white")
  799. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  800. o15.Rotation = Vector3.new(90, 89.960434, -90)
  801. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  802. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  803. o15.Anchored = true
  804. o15.CanCollide = false
  805. o15.FormFactor = Enum.FormFactor.Plate
  806. o15.Size = Vector3.new(10, 0.400000006, 1)
  807. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  808. o15.BackSurface = Enum.SurfaceType.Weld
  809. o15.BottomSurface = Enum.SurfaceType.Weld
  810. o15.TopSurface = Enum.SurfaceType.Weld
  811. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  812. o16.Parent = o15
  813. o16.MeshType = Enum.MeshType.Wedge
  814. o17.Parent = o1
  815. o17.BrickColor = BrickColor.new("Institutional white")
  816. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  817. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  818. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  819. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  820. o17.Anchored = true
  821. o17.FormFactor = Enum.FormFactor.Plate
  822. o17.Size = Vector3.new(1, 2.4000001, 2)
  823. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  824. o17.BackSurface = Enum.SurfaceType.Weld
  825. o17.BottomSurface = Enum.SurfaceType.Weld
  826. o17.RightSurface = Enum.SurfaceType.Weld
  827. o17.TopSurface = Enum.SurfaceType.Weld
  828. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  829. o18.Parent = o17
  830. o18.MeshType = Enum.MeshType.Wedge
  831. o19.Parent = o1
  832. o19.BrickColor = BrickColor.new("Institutional white")
  833. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  834. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  835. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  836. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  837. o19.Anchored = true
  838. o19.FormFactor = Enum.FormFactor.Plate
  839. o19.Size = Vector3.new(10, 1.20000005, 3)
  840. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  841. o19.BackSurface = Enum.SurfaceType.Weld
  842. o19.BottomSurface = Enum.SurfaceType.Weld
  843. o19.TopSurface = Enum.SurfaceType.Weld
  844. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  845. o20.Parent = o19
  846. o20.MeshType = Enum.MeshType.Wedge
  847. o21.Parent = o19
  848. o21.SoundId = "rbxassetid://532147820"
  849. o21.Looped = true
  850. o22.Parent = o1
  851. o22.BrickColor = BrickColor.new("Institutional white")
  852. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  853. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  854. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  855. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  856. o22.Anchored = true
  857. o22.FormFactor = Enum.FormFactor.Plate
  858. o22.Size = Vector3.new(2, 2.4000001, 1)
  859. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  860. o22.BackSurface = Enum.SurfaceType.Weld
  861. o22.BottomSurface = Enum.SurfaceType.Weld
  862. o22.FrontSurface = Enum.SurfaceType.Weld
  863. o22.LeftSurface = Enum.SurfaceType.Weld
  864. o22.RightSurface = Enum.SurfaceType.Weld
  865. o22.TopSurface = Enum.SurfaceType.Weld
  866. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  867. o23.Parent = o22
  868. o24.Parent = o1
  869. o24.BrickColor = BrickColor.new("Institutional white")
  870. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  871. o24.Rotation = Vector3.new(-0, -90, 0)
  872. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  873. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  874. o24.Anchored = true
  875. o24.FormFactor = Enum.FormFactor.Plate
  876. o24.Size = Vector3.new(1, 2.79999995, 1)
  877. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  878. o24.BackSurface = Enum.SurfaceType.Weld
  879. o24.BottomSurface = Enum.SurfaceType.Weld
  880. o24.TopSurface = Enum.SurfaceType.Weld
  881. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  882. o25.Parent = o24
  883. o25.MeshType = Enum.MeshType.Wedge
  884. o26.Parent = o1
  885. o26.BrickColor = BrickColor.new("Institutional white")
  886. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  887. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  888. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  889. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  890. o26.Anchored = true
  891. o26.FormFactor = Enum.FormFactor.Plate
  892. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  893. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  894. o26.BackSurface = Enum.SurfaceType.Weld
  895. o26.BottomSurface = Enum.SurfaceType.Weld
  896. o26.FrontSurface = Enum.SurfaceType.Weld
  897. o26.LeftSurface = Enum.SurfaceType.Weld
  898. o26.RightSurface = Enum.SurfaceType.Weld
  899. o26.TopSurface = Enum.SurfaceType.Weld
  900. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  901. o27.Parent = o26
  902. o28.Parent = o1
  903. o28.BrickColor = BrickColor.new("Institutional white")
  904. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  905. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  906. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  907. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  908. o28.Anchored = true
  909. o28.FormFactor = Enum.FormFactor.Plate
  910. o28.Size = Vector3.new(1, 2.79999995, 1)
  911. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  912. o28.BackSurface = Enum.SurfaceType.Weld
  913. o28.BottomSurface = Enum.SurfaceType.Weld
  914. o28.TopSurface = Enum.SurfaceType.Weld
  915. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  916. o29.Parent = o28
  917. o29.MeshType = Enum.MeshType.Wedge
  918. o30.Parent = o1
  919. o30.BrickColor = BrickColor.new("Institutional white")
  920. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  921. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  922. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  923. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  924. o30.Anchored = true
  925. o30.FormFactor = Enum.FormFactor.Plate
  926. o30.Size = Vector3.new(2, 2.4000001, 1)
  927. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  928. o30.BackSurface = Enum.SurfaceType.Weld
  929. o30.BottomSurface = Enum.SurfaceType.Weld
  930. o30.FrontSurface = Enum.SurfaceType.Weld
  931. o30.LeftSurface = Enum.SurfaceType.Weld
  932. o30.RightSurface = Enum.SurfaceType.Weld
  933. o30.TopSurface = Enum.SurfaceType.Weld
  934. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  935. o31.Parent = o30
  936. o32.Parent = o1
  937. o32.BrickColor = BrickColor.new("Dark stone grey")
  938. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  939. o32.Rotation = Vector3.new(90, 89.960434, -90)
  940. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  941. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  942. o32.Anchored = true
  943. o32.FormFactor = Enum.FormFactor.Plate
  944. o32.Size = Vector3.new(8, 2.4000001, 1)
  945. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  946. o32.BottomSurface = Enum.SurfaceType.Weld
  947. o32.TopSurface = Enum.SurfaceType.Weld
  948. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  949. o33.Parent = o32
  950. o33.Offset = Vector3.new(0, 0, 0.5)
  951. o33.Scale = Vector3.new(1, 1, 2)
  952. o34.Parent = o1
  953. o34.BrickColor = BrickColor.new("Institutional white")
  954. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  955. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  956. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  957. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  958. o34.Anchored = true
  959. o34.FormFactor = Enum.FormFactor.Plate
  960. o34.Size = Vector3.new(3, 1.20000005, 10)
  961. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  962. o34.BackSurface = Enum.SurfaceType.Weld
  963. o34.BottomSurface = Enum.SurfaceType.Weld
  964. o34.FrontSurface = Enum.SurfaceType.Weld
  965. o34.LeftSurface = Enum.SurfaceType.Weld
  966. o34.RightSurface = Enum.SurfaceType.Weld
  967. o34.TopSurface = Enum.SurfaceType.Weld
  968. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  969. o35.Parent = o34
  970. o36.Parent = o1
  971. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  972. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  973. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  974. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  975. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  976. o36.Anchored = true
  977. o36.FormFactor = Enum.FormFactor.Custom
  978. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  979. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  980. o36.BackSurface = Enum.SurfaceType.Weld
  981. o36.BottomSurface = Enum.SurfaceType.Weld
  982. o36.FrontSurface = Enum.SurfaceType.Weld
  983. o36.LeftSurface = Enum.SurfaceType.Weld
  984. o36.RightSurface = Enum.SurfaceType.Weld
  985. o36.TopSurface = Enum.SurfaceType.Weld
  986. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  987. o37.Parent = o36
  988. o38.Parent = o1
  989. o38.BrickColor = BrickColor.new("Institutional white")
  990. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  991. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  992. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  993. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  994. o38.Anchored = true
  995. o38.CanCollide = false
  996. o38.FormFactor = Enum.FormFactor.Plate
  997. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  998. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  999. o38.BottomSurface = Enum.SurfaceType.Weld
  1000. o38.LeftSurface = Enum.SurfaceType.Weld
  1001. o38.RightSurface = Enum.SurfaceType.Weld
  1002. o38.TopSurface = Enum.SurfaceType.Weld
  1003. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1004. o39.Parent = o1
  1005. o39.BrickColor = BrickColor.new("Really red")
  1006. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  1007. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  1008. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1009. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  1010. o39.Anchored = true
  1011. o39.FormFactor = Enum.FormFactor.Plate
  1012. o39.Size = Vector3.new(1, 1.20000005, 1)
  1013. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  1014. o39.BackSurface = Enum.SurfaceType.Weld
  1015. o39.BottomSurface = Enum.SurfaceType.Weld
  1016. o39.FrontSurface = Enum.SurfaceType.Weld
  1017. o39.LeftSurface = Enum.SurfaceType.Weld
  1018. o39.RightSurface = Enum.SurfaceType.Weld
  1019. o39.TopSurface = Enum.SurfaceType.Weld
  1020. o39.Color = Color3.new(1, 0, 0)
  1021. o40.Parent = o39
  1022. o41.Parent = o1
  1023. o41.BrickColor = BrickColor.new("Institutional white")
  1024. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  1025. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  1026. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1027. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  1028. o41.Anchored = true
  1029. o41.FormFactor = Enum.FormFactor.Plate
  1030. o41.Size = Vector3.new(1, 0.800000012, 1)
  1031. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  1032. o41.BackSurface = Enum.SurfaceType.Weld
  1033. o41.BottomSurface = Enum.SurfaceType.Weld
  1034. o41.FrontSurface = Enum.SurfaceType.Weld
  1035. o41.LeftSurface = Enum.SurfaceType.Weld
  1036. o41.RightSurface = Enum.SurfaceType.Weld
  1037. o41.TopSurface = Enum.SurfaceType.Weld
  1038. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1039. o42.Parent = o41
  1040. o43.Parent = o1
  1041. o43.BrickColor = BrickColor.new("Institutional white")
  1042. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  1043. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  1044. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1045. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  1046. o43.Anchored = true
  1047. o43.CanCollide = false
  1048. o43.FormFactor = Enum.FormFactor.Plate
  1049. o43.Size = Vector3.new(14, 0.400000006, 8)
  1050. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  1051. o43.BackSurface = Enum.SurfaceType.Weld
  1052. o43.BottomSurface = Enum.SurfaceType.Weld
  1053. o43.FrontSurface = Enum.SurfaceType.Weld
  1054. o43.LeftSurface = Enum.SurfaceType.Weld
  1055. o43.RightSurface = Enum.SurfaceType.Weld
  1056. o43.TopSurface = Enum.SurfaceType.Weld
  1057. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1058. o44.Parent = o43
  1059. o45.Parent = o1
  1060. o45.BrickColor = BrickColor.new("Really black")
  1061. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  1062. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  1063. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1064. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  1065. o45.Anchored = true
  1066. o45.CanCollide = false
  1067. o45.FormFactor = Enum.FormFactor.Plate
  1068. o45.Size = Vector3.new(3, 2.79999995, 1)
  1069. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  1070. o45.BackSurface = Enum.SurfaceType.Weld
  1071. o45.BottomSurface = Enum.SurfaceType.Weld
  1072. o45.TopSurface = Enum.SurfaceType.Weld
  1073. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1074. o46.Parent = o45
  1075. o46.MeshType = Enum.MeshType.Wedge
  1076. o47.Parent = o1
  1077. o47.BrickColor = BrickColor.new("Institutional white")
  1078. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  1079. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1080. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1081. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  1082. o47.Anchored = true
  1083. o47.FormFactor = Enum.FormFactor.Plate
  1084. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  1085. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1086. o47.BackSurface = Enum.SurfaceType.Weld
  1087. o47.BottomSurface = Enum.SurfaceType.Weld
  1088. o47.FrontSurface = Enum.SurfaceType.Weld
  1089. o47.LeftSurface = Enum.SurfaceType.Weld
  1090. o47.RightSurface = Enum.SurfaceType.Weld
  1091. o47.TopSurface = Enum.SurfaceType.Weld
  1092. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1093. o48.Parent = o47
  1094. o49.Parent = o1
  1095. o49.BrickColor = BrickColor.new("White")
  1096. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  1097. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  1098. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1099. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  1100. o49.Anchored = true
  1101. o49.FormFactor = Enum.FormFactor.Plate
  1102. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  1103. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  1104. o49.BackSurface = Enum.SurfaceType.Weld
  1105. o49.BottomSurface = Enum.SurfaceType.Weld
  1106. o49.FrontSurface = Enum.SurfaceType.Weld
  1107. o49.LeftSurface = Enum.SurfaceType.Weld
  1108. o49.RightSurface = Enum.SurfaceType.Weld
  1109. o49.TopSurface = Enum.SurfaceType.Weld
  1110. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  1111. o50.Parent = o49
  1112. o51.Parent = o1
  1113. o51.BrickColor = BrickColor.new("Institutional white")
  1114. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  1115. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  1116. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1117. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  1118. o51.Anchored = true
  1119. o51.FormFactor = Enum.FormFactor.Plate
  1120. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  1121. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  1122. o51.BackSurface = Enum.SurfaceType.Weld
  1123. o51.BottomSurface = Enum.SurfaceType.Weld
  1124. o51.FrontSurface = Enum.SurfaceType.Weld
  1125. o51.LeftSurface = Enum.SurfaceType.Weld
  1126. o51.RightSurface = Enum.SurfaceType.Weld
  1127. o51.TopSurface = Enum.SurfaceType.Weld
  1128. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1129. o52.Parent = o51
  1130. o53.Parent = o1
  1131. o53.BrickColor = BrickColor.new("Institutional white")
  1132. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  1133. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  1134. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1135. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  1136. o53.Anchored = true
  1137. o53.CanCollide = false
  1138. o53.FormFactor = Enum.FormFactor.Plate
  1139. o53.Size = Vector3.new(2, 2.79999995, 1)
  1140. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  1141. o53.BackSurface = Enum.SurfaceType.Weld
  1142. o53.BottomSurface = Enum.SurfaceType.Weld
  1143. o53.TopSurface = Enum.SurfaceType.Weld
  1144. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1145. o54.Parent = o53
  1146. o54.MeshType = Enum.MeshType.Wedge
  1147. o55.Parent = o1
  1148. o55.BrickColor = BrickColor.new("Really black")
  1149. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  1150. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  1151. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1152. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  1153. o55.Anchored = true
  1154. o55.CanCollide = false
  1155. o55.FormFactor = Enum.FormFactor.Plate
  1156. o55.Size = Vector3.new(3, 2.79999995, 1)
  1157. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  1158. o55.BackSurface = Enum.SurfaceType.Weld
  1159. o55.BottomSurface = Enum.SurfaceType.Weld
  1160. o55.TopSurface = Enum.SurfaceType.Weld
  1161. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1162. o56.Parent = o55
  1163. o56.MeshType = Enum.MeshType.Wedge
  1164. o57.Parent = o1
  1165. o57.BrickColor = BrickColor.new("Institutional white")
  1166. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  1167. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1168. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1169. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  1170. o57.Anchored = true
  1171. o57.CanCollide = false
  1172. o57.FormFactor = Enum.FormFactor.Plate
  1173. o57.Size = Vector3.new(1, 2, 8)
  1174. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1175. o57.BackSurface = Enum.SurfaceType.Weld
  1176. o57.BottomSurface = Enum.SurfaceType.Weld
  1177. o57.FrontSurface = Enum.SurfaceType.Weld
  1178. o57.LeftSurface = Enum.SurfaceType.Weld
  1179. o57.RightSurface = Enum.SurfaceType.Weld
  1180. o57.TopSurface = Enum.SurfaceType.Weld
  1181. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1182. o58.Parent = o57
  1183. o59.Parent = o1
  1184. o59.BrickColor = BrickColor.new("Institutional white")
  1185. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  1186. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1187. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1188. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  1189. o59.Anchored = true
  1190. o59.FormFactor = Enum.FormFactor.Plate
  1191. o59.Size = Vector3.new(1, 0.800000012, 1)
  1192. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1193. o59.BackSurface = Enum.SurfaceType.Weld
  1194. o59.BottomSurface = Enum.SurfaceType.Weld
  1195. o59.FrontSurface = Enum.SurfaceType.Weld
  1196. o59.LeftSurface = Enum.SurfaceType.Weld
  1197. o59.RightSurface = Enum.SurfaceType.Weld
  1198. o59.TopSurface = Enum.SurfaceType.Weld
  1199. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1200. o60.Parent = o59
  1201. o61.Parent = o1
  1202. o61.BrickColor = BrickColor.new("Institutional white")
  1203. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  1204. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  1205. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1206. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  1207. o61.Anchored = true
  1208. o61.CanCollide = false
  1209. o61.FormFactor = Enum.FormFactor.Plate
  1210. o61.Size = Vector3.new(14, 0.400000006, 1)
  1211. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  1212. o61.BackSurface = Enum.SurfaceType.Weld
  1213. o61.BottomSurface = Enum.SurfaceType.Weld
  1214. o61.FrontSurface = Enum.SurfaceType.Weld
  1215. o61.LeftSurface = Enum.SurfaceType.Weld
  1216. o61.RightSurface = Enum.SurfaceType.Weld
  1217. o61.TopSurface = Enum.SurfaceType.Weld
  1218. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1219. o62.Parent = o61
  1220. o63.Parent = o1
  1221. o63.BrickColor = BrickColor.new("Institutional white")
  1222. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  1223. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  1224. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1225. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  1226. o63.Anchored = true
  1227. o63.CanCollide = false
  1228. o63.FormFactor = Enum.FormFactor.Plate
  1229. o63.Size = Vector3.new(1, 4.80999994, 1)
  1230. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  1231. o63.BottomSurface = Enum.SurfaceType.Weld
  1232. o63.LeftSurface = Enum.SurfaceType.Weld
  1233. o63.RightSurface = Enum.SurfaceType.Weld
  1234. o63.TopSurface = Enum.SurfaceType.Weld
  1235. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1236. o64.Parent = o1
  1237. o64.BrickColor = BrickColor.new("Institutional white")
  1238. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  1239. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  1240. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1241. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  1242. o64.Anchored = true
  1243. o64.CanCollide = false
  1244. o64.FormFactor = Enum.FormFactor.Plate
  1245. o64.Size = Vector3.new(1, 2.4000001, 1)
  1246. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  1247. o64.BottomSurface = Enum.SurfaceType.Weld
  1248. o64.LeftSurface = Enum.SurfaceType.Weld
  1249. o64.RightSurface = Enum.SurfaceType.Weld
  1250. o64.TopSurface = Enum.SurfaceType.Weld
  1251. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1252. o65.Parent = o1
  1253. o65.BrickColor = BrickColor.new("Institutional white")
  1254. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  1255. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1256. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1257. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  1258. o65.Anchored = true
  1259. o65.FormFactor = Enum.FormFactor.Plate
  1260. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  1261. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1262. o65.BackSurface = Enum.SurfaceType.Weld
  1263. o65.BottomSurface = Enum.SurfaceType.Weld
  1264. o65.FrontSurface = Enum.SurfaceType.Weld
  1265. o65.LeftSurface = Enum.SurfaceType.Weld
  1266. o65.RightSurface = Enum.SurfaceType.Weld
  1267. o65.TopSurface = Enum.SurfaceType.Weld
  1268. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1269. o66.Parent = o65
  1270. o67.Parent = o1
  1271. o67.BrickColor = BrickColor.new("Really red")
  1272. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  1273. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  1274. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1275. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  1276. o67.Anchored = true
  1277. o67.FormFactor = Enum.FormFactor.Plate
  1278. o67.Size = Vector3.new(1, 1.20000005, 1)
  1279. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  1280. o67.BackSurface = Enum.SurfaceType.Weld
  1281. o67.BottomSurface = Enum.SurfaceType.Weld
  1282. o67.FrontSurface = Enum.SurfaceType.Weld
  1283. o67.LeftSurface = Enum.SurfaceType.Weld
  1284. o67.RightSurface = Enum.SurfaceType.Weld
  1285. o67.TopSurface = Enum.SurfaceType.Weld
  1286. o67.Color = Color3.new(1, 0, 0)
  1287. o68.Parent = o67
  1288. o69.Parent = o1
  1289. o69.BrickColor = BrickColor.new("Institutional white")
  1290. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  1291. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  1292. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1293. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  1294. o69.Anchored = true
  1295. o69.CanCollide = false
  1296. o69.FormFactor = Enum.FormFactor.Plate
  1297. o69.Size = Vector3.new(1, 0.400000006, 10)
  1298. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  1299. o69.BackSurface = Enum.SurfaceType.Weld
  1300. o69.BottomSurface = Enum.SurfaceType.Weld
  1301. o69.FrontSurface = Enum.SurfaceType.Weld
  1302. o69.LeftSurface = Enum.SurfaceType.Weld
  1303. o69.RightSurface = Enum.SurfaceType.Weld
  1304. o69.TopSurface = Enum.SurfaceType.Weld
  1305. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1306. o70.Parent = o69
  1307. o71.Parent = o1
  1308. o71.BrickColor = BrickColor.new("Really black")
  1309. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  1310. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  1311. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1312. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  1313. o71.Anchored = true
  1314. o71.FormFactor = Enum.FormFactor.Custom
  1315. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  1316. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  1317. o71.BackSurface = Enum.SurfaceType.Weld
  1318. o71.BottomSurface = Enum.SurfaceType.Weld
  1319. o71.FrontSurface = Enum.SurfaceType.Weld
  1320. o71.LeftSurface = Enum.SurfaceType.Weld
  1321. o71.RightSurface = Enum.SurfaceType.Weld
  1322. o71.TopSurface = Enum.SurfaceType.Weld
  1323. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1324. o72.Parent = o71
  1325. o73.Name = "Head"
  1326. o73.Parent = o1
  1327. o73.Material = Enum.Material.SmoothPlastic
  1328. o73.BrickColor = BrickColor.new("Institutional white")
  1329. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  1330. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1331. o73.Anchored = true
  1332. o73.FormFactor = Enum.FormFactor.Symmetric
  1333. o73.Size = Vector3.new(2, 1, 1)
  1334. o73.CFrame = CFrame.new(99.207077, 7.026577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1335. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1336. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1337. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1338. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1339. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1340. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1341. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1342. o74.Parent = o73
  1343. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  1344. o75.Name = "face"
  1345. o75.Parent = o73
  1346. o75.Texture = "rbxasset://textures/face.png"
  1347. o76.Parent = o1
  1348. o76.BrickColor = BrickColor.new("Institutional white")
  1349. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  1350. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  1351. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1352. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  1353. o76.Anchored = true
  1354. o76.CanCollide = false
  1355. o76.FormFactor = Enum.FormFactor.Plate
  1356. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  1357. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  1358. o76.BottomSurface = Enum.SurfaceType.Weld
  1359. o76.LeftSurface = Enum.SurfaceType.Weld
  1360. o76.RightSurface = Enum.SurfaceType.Weld
  1361. o76.TopSurface = Enum.SurfaceType.Weld
  1362. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1363. o77.Parent = o1
  1364. o77.BrickColor = BrickColor.new("Institutional white")
  1365. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  1366. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  1367. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1368. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  1369. o77.Anchored = true
  1370. o77.FormFactor = Enum.FormFactor.Plate
  1371. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  1372. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  1373. o77.BackSurface = Enum.SurfaceType.Weld
  1374. o77.BottomSurface = Enum.SurfaceType.Weld
  1375. o77.FrontSurface = Enum.SurfaceType.Weld
  1376. o77.LeftSurface = Enum.SurfaceType.Weld
  1377. o77.RightSurface = Enum.SurfaceType.Weld
  1378. o77.TopSurface = Enum.SurfaceType.Weld
  1379. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1380. o78.Parent = o77
  1381. o79.Name = "Head"
  1382. o79.Parent = o1
  1383. o79.Material = Enum.Material.SmoothPlastic
  1384. o79.BrickColor = BrickColor.new("Institutional white")
  1385. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  1386. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1387. o79.Anchored = true
  1388. o79.FormFactor = Enum.FormFactor.Symmetric
  1389. o79.Size = Vector3.new(2, 1, 1)
  1390. o79.CFrame = CFrame.new(103.10894, 7.49666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1391. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1392. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1393. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1394. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1395. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1396. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1398. o80.Parent = o79
  1399. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  1400. o81.Name = "face"
  1401. o81.Parent = o79
  1402. o81.Texture = "rbxasset://textures/face.png"
  1403. o82.Name = "Handle"
  1404. o82.Parent = o1
  1405. o82.Material = Enum.Material.SmoothPlastic
  1406. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  1407. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1408. o82.Anchored = true
  1409. o82.CanCollide = false
  1410. o82.FormFactor = Enum.FormFactor.Symmetric
  1411. o82.Size = Vector3.new(2, 2, 2)
  1412. o82.CFrame = CFrame.new(103.10894, 7.34666729, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1413. o82.BottomSurface = Enum.SurfaceType.Smooth
  1414. o82.TopSurface = Enum.SurfaceType.Smooth
  1415. o83.Parent = o82
  1416. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1417. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1418. o83.MeshType = Enum.MeshType.FileMesh
  1419. o84.Parent = o1
  1420. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  1421. o84.RightLeg = o94
  1422. o84.LeftLeg = o96
  1423. o84.Torso = o87
  1424. o84.Health = 0
  1425. o84.MaxHealth = 0
  1426. o85.Name = "TPPART"
  1427. o85.Parent = o1
  1428. o85.Transparency = 1
  1429. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  1430. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1431. o85.Anchored = true
  1432. o85.CanCollide = false
  1433. o85.Size = Vector3.new(4, 1, 2)
  1434. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1435. o86.Name = "TPPART2"
  1436. o86.Parent = o1
  1437. o86.Transparency = 1
  1438. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  1439. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1440. o86.Anchored = true
  1441. o86.CanCollide = false
  1442. o86.Size = Vector3.new(4, 1, 2)
  1443. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1444. o87.Name = "Torso"
  1445. o87.Parent = o1
  1446. o87.Material = Enum.Material.SmoothPlastic
  1447. o87.BrickColor = BrickColor.new("Navy blue")
  1448. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  1449. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1450. o87.Anchored = true
  1451. o87.FormFactor = Enum.FormFactor.Symmetric
  1452. o87.Size = Vector3.new(2, 2, 1)
  1453. o87.CFrame = CFrame.new(99.207077, 5.526577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1454. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1457. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1458. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1459. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1460. o87.Color = Color3.new(0, 0.12549, 0.376471)
  1461. o88.Name = "roblox"
  1462. o88.Parent = o87
  1463. o89.Name = "Right Shoulder"
  1464. o89.Parent = o87
  1465. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1466. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1467. o89.Part0 = o87
  1468. o89.Part1 = o95
  1469. o89.DesiredAngle = -0.062025275081396
  1470. o89.MaxVelocity = 0.15000000596046
  1471. o90.Name = "Left Shoulder"
  1472. o90.Parent = o87
  1473. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1474. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1475. o90.Part0 = o87
  1476. o90.Part1 = o97
  1477. o90.DesiredAngle = -0.062025275081396
  1478. o90.MaxVelocity = 0.15000000596046
  1479. o91.Name = "Right Hip"
  1480. o91.Parent = o87
  1481. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1482. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1483. o91.Part0 = o87
  1484. o91.Part1 = o94
  1485. o91.DesiredAngle = 0.062025275081396
  1486. o91.MaxVelocity = 0.10000000149012
  1487. o92.Name = "Left Hip"
  1488. o92.Parent = o87
  1489. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1490. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1491. o92.Part0 = o87
  1492. o92.Part1 = o96
  1493. o92.DesiredAngle = 0.062025275081396
  1494. o92.MaxVelocity = 0.10000000149012
  1495. o93.Name = "Neck"
  1496. o93.Parent = o87
  1497. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1498. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1499. o93.Part0 = o87
  1500. o93.Part1 = o73
  1501. o93.MaxVelocity = 0.10000000149012
  1502. o94.Name = "Right Leg"
  1503. o94.Parent = o1
  1504. o94.Material = Enum.Material.SmoothPlastic
  1505. o94.BrickColor = BrickColor.new("Navy blue")
  1506. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  1507. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1508. o94.Anchored = true
  1509. o94.CanCollide = false
  1510. o94.FormFactor = Enum.FormFactor.Symmetric
  1511. o94.Size = Vector3.new(1, 2, 1)
  1512. o94.CFrame = CFrame.new(99.215416, 3.526577, 14.7047863, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1513. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1514. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1515. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1516. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1517. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1518. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1519. o94.Color = Color3.new(0, 0.12549, 0.376471)
  1520. o95.Name = "Right Arm"
  1521. o95.Parent = o1
  1522. o95.Material = Enum.Material.SmoothPlastic
  1523. o95.BrickColor = BrickColor.new("Maroon")
  1524. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  1525. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1526. o95.Anchored = true
  1527. o95.CanCollide = false
  1528. o95.FormFactor = Enum.FormFactor.Symmetric
  1529. o95.Size = Vector3.new(1, 2, 1)
  1530. o95.CFrame = CFrame.new(99.2321014, 5.526577, 13.7049236, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1531. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1532. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1533. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1534. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1535. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1536. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1537. o95.Color = Color3.new(0.458824, 0, 0)
  1538. o96.Name = "Left Leg"
  1539. o96.Parent = o1
  1540. o96.Material = Enum.Material.SmoothPlastic
  1541. o96.BrickColor = BrickColor.new("Navy blue")
  1542. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  1543. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1544. o96.Anchored = true
  1545. o96.CanCollide = false
  1546. o96.FormFactor = Enum.FormFactor.Symmetric
  1547. o96.Size = Vector3.new(1, 2, 1)
  1548. o96.CFrame = CFrame.new(99.1987381, 3.526577, 15.7046452, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1549. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1550. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1551. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1552. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1553. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1554. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1555. o96.Color = Color3.new(0, 0.12549, 0.376471)
  1556. o97.Name = "Left Arm"
  1557. o97.Parent = o1
  1558. o97.Material = Enum.Material.SmoothPlastic
  1559. o97.BrickColor = BrickColor.new("Maroon")
  1560. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  1561. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1562. o97.Anchored = true
  1563. o97.CanCollide = false
  1564. o97.FormFactor = Enum.FormFactor.Symmetric
  1565. o97.Size = Vector3.new(1, 2, 1)
  1566. o97.CFrame = CFrame.new(99.1820602, 5.526577, 16.7045078, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1567. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1568. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1569. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1570. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1571. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1572. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1573. o97.Color = Color3.new(0.458824, 0, 0)
  1574. o98.Name = "Torso"
  1575. o98.Parent = o1
  1576. o98.Material = Enum.Material.SmoothPlastic
  1577. o98.BrickColor = BrickColor.new("Navy blue")
  1578. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  1579. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1580. o98.Anchored = true
  1581. o98.FormFactor = Enum.FormFactor.Symmetric
  1582. o98.Size = Vector3.new(2, 2, 1)
  1583. o98.CFrame = CFrame.new(103.10894, 5.99666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1584. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1585. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1586. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1587. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1588. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1589. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1590. o98.Color = Color3.new(0, 0.12549, 0.376471)
  1591. o99.Name = "roblox"
  1592. o99.Parent = o98
  1593. o100.Name = "Right Hip"
  1594. o100.Parent = o98
  1595. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1596. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1597. o100.Part0 = o98
  1598. o100.Part1 = o103
  1599. o100.DesiredAngle = 0.062025275081396
  1600. o100.MaxVelocity = 0.10000000149012
  1601. o101.Name = "Left Hip"
  1602. o101.Parent = o98
  1603. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1604. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1605. o101.Part0 = o98
  1606. o101.Part1 = o105
  1607. o101.DesiredAngle = 0.062025275081396
  1608. o101.MaxVelocity = 0.10000000149012
  1609. o102.Name = "Neck"
  1610. o102.Parent = o98
  1611. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1612. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1613. o102.Part0 = o98
  1614. o102.Part1 = o79
  1615. o102.MaxVelocity = 0.10000000149012
  1616. o103.Name = "Right Leg"
  1617. o103.Parent = o1
  1618. o103.Material = Enum.Material.SmoothPlastic
  1619. o103.BrickColor = BrickColor.new("Really black")
  1620. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  1621. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1622. o103.Anchored = true
  1623. o103.CanCollide = false
  1624. o103.FormFactor = Enum.FormFactor.Symmetric
  1625. o103.Size = Vector3.new(1, 2, 1)
  1626. o103.CFrame = CFrame.new(103.608864, 3.99666739, 15.2130556, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1627. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1628. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1629. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1630. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1631. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1632. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1633. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1634. o104.Name = "Right Arm"
  1635. o104.Parent = o1
  1636. o104.Material = Enum.Material.SmoothPlastic
  1637. o104.BrickColor = BrickColor.new("Maroon")
  1638. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  1639. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1640. o104.Anchored = true
  1641. o104.CanCollide = false
  1642. o104.FormFactor = Enum.FormFactor.Symmetric
  1643. o104.Size = Vector3.new(1, 2, 1)
  1644. o104.CFrame = CFrame.new(104.615349, 5.89646101, 14.8330393, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  1645. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1646. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1647. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1648. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1649. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1650. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1651. o104.Color = Color3.new(0.458824, 0, 0)
  1652. o105.Name = "Left Leg"
  1653. o105.Parent = o1
  1654. o105.Material = Enum.Material.SmoothPlastic
  1655. o105.BrickColor = BrickColor.new("Really black")
  1656. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  1657. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1658. o105.Anchored = true
  1659. o105.CanCollide = false
  1660. o105.FormFactor = Enum.FormFactor.Symmetric
  1661. o105.Size = Vector3.new(1, 2, 1)
  1662. o105.CFrame = CFrame.new(102.609009, 3.99666739, 15.1963739, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1663. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1664. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1665. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1666. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1667. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1668. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1669. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1670. o106.Name = "Left Arm"
  1671. o106.Parent = o1
  1672. o106.Material = Enum.Material.SmoothPlastic
  1673. o106.BrickColor = BrickColor.new("Maroon")
  1674. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  1675. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1676. o106.Anchored = true
  1677. o106.CanCollide = false
  1678. o106.FormFactor = Enum.FormFactor.Symmetric
  1679. o106.Size = Vector3.new(1, 2, 1)
  1680. o106.CFrame = CFrame.new(101.617271, 5.96075201, 14.6924496, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  1681. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1682. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1683. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1684. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1685. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1686. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1687. o106.Color = Color3.new(0.458824, 0, 0)
  1688. o107.Parent = o1
  1689. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1690. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1691. o107.Anchored = true
  1692. o107.FormFactor = Enum.FormFactor.Symmetric
  1693. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1694. o107.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  1695. o108.Parent = o107
  1696. o109.Parent = o1
  1697. o109.BrickColor = BrickColor.new("Really black")
  1698. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1699. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1700. o109.Anchored = true
  1701. o109.FormFactor = Enum.FormFactor.Symmetric
  1702. o109.Size = Vector3.new(3, 1.20000005, 3)
  1703. o109.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1704. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1705. o110.Parent = o109
  1706. o111.Parent = o1
  1707. o111.BrickColor = BrickColor.new("Really black")
  1708. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1709. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1710. o111.Anchored = true
  1711. o111.FormFactor = Enum.FormFactor.Symmetric
  1712. o111.Size = Vector3.new(3, 1.20000005, 3)
  1713. o111.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  1714. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1715. o112.Parent = o111
  1716. o113.Parent = o1
  1717. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1718. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1719. o113.Anchored = true
  1720. o113.FormFactor = Enum.FormFactor.Symmetric
  1721. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1722. o113.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1723. o114.Parent = o113
  1724. o115.Parent = o1
  1725. o115.BrickColor = BrickColor.new("Really black")
  1726. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1727. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1728. o115.Anchored = true
  1729. o115.FormFactor = Enum.FormFactor.Symmetric
  1730. o115.Size = Vector3.new(3, 1.20000005, 3)
  1731. o115.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1732. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1733. o116.Parent = o115
  1734. o117.Parent = o1
  1735. o117.BrickColor = BrickColor.new("Really black")
  1736. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  1737. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1738. o117.Anchored = true
  1739. o117.FormFactor = Enum.FormFactor.Symmetric
  1740. o117.Size = Vector3.new(3, 1.20000005, 3)
  1741. o117.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  1742. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1743. o118.Parent = o117
  1744. o119.Parent = o1
  1745. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1746. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1747. o119.Anchored = true
  1748. o119.FormFactor = Enum.FormFactor.Symmetric
  1749. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1750. o119.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1751. o120.Parent = o119
  1752. o121.Name = "Handle"
  1753. o121.Parent = o1
  1754. o121.Material = Enum.Material.SmoothPlastic
  1755. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  1756. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1757. o121.Anchored = true
  1758. o121.CanCollide = false
  1759. o121.FormFactor = Enum.FormFactor.Symmetric
  1760. o121.Size = Vector3.new(2, 2, 2)
  1761. o121.CFrame = CFrame.new(99.207077, 6.8765769, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1762. o121.BottomSurface = Enum.SurfaceType.Smooth
  1763. o121.TopSurface = Enum.SurfaceType.Smooth
  1764. o122.Parent = o121
  1765. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1766. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1767. o122.MeshType = Enum.MeshType.FileMesh
  1768. o123.Name = "RPPART"
  1769. o123.Parent = o1
  1770. o123.Transparency = 1
  1771. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  1772. o123.Rotation = Vector3.new(-90, 0, -0)
  1773. o123.Anchored = true
  1774. o123.CanCollide = false
  1775. o123.Size = Vector3.new(4, 1, 2)
  1776. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  1777. function MoveY(model, Position)
  1778. for _,part in pairs (model:GetChildren()) do
  1779. if part.ClassName == "Part" then
  1780. part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  1781. end
  1782. end
  1783. end
  1784. function MoveX(model, Position)
  1785. for _,part in pairs (model:GetChildren()) do
  1786. if part.ClassName == "Part" then
  1787. part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  1788. end
  1789. end
  1790. end
  1791. function MoveSpawn(model, PLAYERPOS)
  1792. for _,part in pairs (model:GetChildren()) do
  1793. if part.ClassName == "Part" then
  1794. part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  1795. end
  1796. end
  1797. end
  1798. function MoveZ(model, Position)
  1799. for _,part in pairs (model:GetChildren()) do
  1800. if part.ClassName == "Part" then
  1801. part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  1802. end
  1803. end
  1804. end
  1805. function MoveZPart(Part, Position)
  1806. Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  1807. end
  1808. function MoveXPart(Part, Position)
  1809. Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  1810. end
  1811. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  1812. OMGCREEPY = Instance.new("Sound")
  1813. OMGCREEPY.Parent = o1
  1814. OMGCREEPY.Volume = .5
  1815. OMGCREEPY.SoundId = "rbxassetid://177775134"
  1816. for i,v in pairs (o1:GetChildren()) do
  1817. if v:IsA("Part") then
  1818. v.Material = "SmoothPlastic"
  1819. v.BackSurface = "SmoothNoOutlines"
  1820. v.FrontSurface = "SmoothNoOutlines"
  1821. v.BottomSurface = "SmoothNoOutlines"
  1822. v.LeftSurface = "SmoothNoOutlines"
  1823. v.RightSurface = "SmoothNoOutlines"
  1824. v.TopSurface = "SmoothNoOutlines"
  1825. end
  1826. end
  1827. OMGCREEPY:Play()
  1828. o21:Play()
  1829. MoveSpawn(o1,game.Players[Victim].Character.HumanoidRootPart.Position)
  1830. for i=1,51 do
  1831. MoveX(o1,-3)
  1832. wait(.05)
  1833. end
  1834. wait(.5)
  1835. MoveZPart(o12,-1)
  1836. wait(.2)
  1837. for i=1,6 do
  1838. MoveXPart(o12,1)
  1839. wait(.1)
  1840. end
  1841. wait(.5)
  1842. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  1843. wait(.5)
  1844. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  1845. wait(.5)
  1846. MoveZPart(o12,1)
  1847. wait(.2)
  1848.  
  1849. for i=1,6 do
  1850. MoveXPart(o12,-1)
  1851. wait(.1)
  1852. end
  1853. for i=1,50 do
  1854. MoveX(o1,-3)
  1855. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  1856. wait(.05)
  1857. end
  1858. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  1859. game.Players[Victim].Character.HumanoidRootPart.CFrame = o123.CFrame
  1860. SCREAM = Instance.new("Sound")
  1861. SCREAM.Parent = game.Players[Victim].Character.Head
  1862. SCREAM.SoundId = "rbxassetid://138167455"
  1863. SCREAM:Play()
  1864. wait(2.5)
  1865. game.Players[Victim].Character.Head.BrickColor = BrickColor.new("Maroon")
  1866. MoveZPart(o12,-1)
  1867. wait(.2)
  1868. for i=1,6 do
  1869. MoveXPart(o12,1)
  1870. wait(.1)
  1871. end
  1872. wait(.5)
  1873. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  1874. wait(.5)
  1875. MoveZPart(o12,1)
  1876. wait(.2)
  1877. for i=1,6 do
  1878. MoveXPart(o12,-1)
  1879. wait(.1)
  1880. end
  1881. game.Players[Victim].Character.Humanoid.Health = 0
  1882. player = game.Players[Victim]
  1883. char = player.Character
  1884. char.Archivable = true
  1885. local rg = char:Clone()
  1886. rg.HumanoidRootPart:Destroy()
  1887. rg.Name = ""
  1888. rg.Humanoid.MaxHealth = 0
  1889. for i, v in pairs(rg.Torso:GetChildren()) do
  1890. if v:IsA("Motor6D") then
  1891. v:Destroy()
  1892. end
  1893. end
  1894.  
  1895. local n = Instance.new("Glue", rg.Torso)
  1896. n.Name = "Neck"
  1897. n.Part0 = rg.Torso
  1898. n.Part1 = rg.Head
  1899. n.C0 = CFrame.new(0, 1, 0)
  1900. n.C1 = CFrame.new(0, -0.5, 0)
  1901.  
  1902. local rs = Instance.new("Glue", rg.Torso)
  1903. rs.Name = "Right Shoulder"
  1904. rs.Part0 = rg.Torso
  1905. rs.Part1 = rg["Right Arm"]
  1906. rs.C0 = CFrame.new(1.5, 0.5, 0)
  1907. rs.C1 = CFrame.new(0, 0.5, 0)
  1908. local ls = Instance.new("Glue", rg.Torso)
  1909. ls.Name = "Left Shoulder"
  1910. ls.Part0 = rg.Torso
  1911. ls.Part1 = rg["Left Arm"]
  1912. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  1913. ls.C1 = CFrame.new(0, 0.5, 0)
  1914.  
  1915. local rh = Instance.new("Glue", rg.Torso)
  1916. rh.Name = "Right Hip"
  1917. rh.Part0 = rg.Torso
  1918. rh.Part1 = rg["Right Leg"]
  1919. rh.C0 = CFrame.new(0.5, -1, 0)
  1920. rh.C1 = CFrame.new(0, 1, 0)
  1921. local lh = Instance.new("Glue", rg.Torso)
  1922. lh.Name = "Left Hip"
  1923. lh.Part0 = rg.Torso
  1924. lh.Part1 = rg["Left Leg"]
  1925. lh.C0 = CFrame.new(-0.5, -1, 0)
  1926. lh.C1 = CFrame.new(0, 1, 0)
  1927. char.Torso:Destroy()
  1928. char.Head:Destroy()
  1929. char["Left Leg"]:Destroy()
  1930. char["Left Arm"]:Destroy()
  1931. char["Right Leg"]:Destroy()
  1932. char["Right Arm"]:Destroy()
  1933. rg.Parent = game.Workspace
  1934. rg.Head.BrickColor = BrickColor.new("Maroon")
  1935. function DEATH ()
  1936. OHHNELLY = Instance.new("Part")
  1937. OHHNELLY.Parent = workspace
  1938. OHHNELLY.Anchored = false
  1939. OHHNELLY.Material = Enum.Material.SmoothPlastic
  1940. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  1941. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1942. OHHNELLY.Position = rg.Head.Position
  1943. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  1944. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1945. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1946. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1947. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1948. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1949. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1950. end
  1951. for i=1,20 do
  1952. DEATH()
  1953. MoveX(o1,-3)
  1954. wait(.05)
  1955. end
  1956. o1:Destroy()
  1957.  
  1958.  
  1959.  
  1960. end)
  1961.  
  1962. Getknife.Name = "Getknife"
  1963. Getknife.Parent = Mainframe
  1964. Getknife.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1965. Getknife.BorderSizePixel = 0
  1966. Getknife.Position = UDim2.new(0.143939391, 0, 0.660714269, 0)
  1967. Getknife.Size = UDim2.new(0, 173, 0, 50)
  1968. Getknife.Font = Enum.Font.SourceSansBold
  1969. Getknife.FontSize = Enum.FontSize.Size14
  1970. Getknife.Text = "Grab Knife"
  1971. Getknife.TextColor3 = Color3.new(1, 1, 1)
  1972. Getknife.TextScaled = true
  1973. Getknife.TextSize = 14
  1974. Getknife.TextWrapped = true
  1975.  
  1976. Getknife.MouseButton1Down:connect(function()
  1977.  
  1978.  
  1979.  
  1980. wait(0.5)
  1981. math.randomseed(tick())
  1982. local player = game.Players.LocalPlayer
  1983. local rekt = {}
  1984. local paralyzed = false
  1985. local curpoint = nil
  1986. local curpart = nil
  1987. local finishnum = 1
  1988. local zombiemode = false
  1989. local zombies = {}
  1990. local lastgui = nil
  1991. local mouse = player:GetMouse()
  1992.  
  1993. function getplr(char)
  1994. local plr = nil
  1995. for i,v in pairs(game.Players:GetChildren()) do
  1996. if v.Character == char then
  1997. plr = v
  1998. end
  1999. end
  2000. return plr
  2001. end
  2002.  
  2003. function bleed(frick)
  2004. while frick.Parent ~= nil do
  2005. local reeee = coroutine.wrap(function()
  2006. local thing = Instance.new('Part',game.Workspace)
  2007. thing.Size = Vector3.new(0.2,0.2,0.2)
  2008. thing.CFrame = frick.CFrame
  2009. thing.Shape = Enum.PartType.Ball
  2010. thing.CFrame = frick.CFrame
  2011. thing.Transparency = 1
  2012. thing.BrickColor = BrickColor.new('Maroon')
  2013. thing.Material = Enum.Material.SmoothPlastic
  2014. thing.Name = "Blood"
  2015. thing.CanCollide =false
  2016. local rawrxd = Instance.new('BodyForce',thing)
  2017. rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  2018. local coru = coroutine.wrap(function()
  2019. wait(0.01)
  2020. rawrxd:Destroy()
  2021. end)
  2022. coru()
  2023. local ree = Instance.new('ParticleEmitter',thing)
  2024. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.fromRGB(100,0,0)),ColorSequenceKeypoint.new(1,Color3.fromRGB(100,0,0))})
  2025. ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  2026. ree.Texture = 'rbxassetid://867743272'
  2027. ree.Lifetime = NumberRange.new(0.4)
  2028. ree.Rate = 50
  2029. ree.LockedToPart = true
  2030. ree.Speed = NumberRange.new(0, 2)
  2031.  
  2032. thing.Touched:connect(function(tou)
  2033. if tou.Parent and tou.Parent:IsA('Tool') == false and tou.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Name ~= "Blood" and tou.Parent.Name ~= "Projectile" and tou.Parent.Name ~= "big ass knife" and tou.Parent ~= player.Character and tou.Parent.ClassName ~= "Accessory" and tou.Parent.Name ~= "bitch ass knife" then
  2034. local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  2035. thing:Destroy()
  2036. if tou.Name == "BloodPuddle" then
  2037. local reee = tou.CFrame
  2038. if tou.Transparency > -0.2 then
  2039. tou.Transparency = tou.Transparency -0.1
  2040. end
  2041. if tou.Size.X < 10 then
  2042. tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  2043. tou.CFrame = reee
  2044. end
  2045. else
  2046. local bloodlol = Instance.new('Part',workspace)
  2047. bloodlol.Size=Vector3.new(1,0.2,1)
  2048. bloodlol.Name = "BloodPuddle"
  2049. bloodlol.Anchored = true
  2050. bloodlol.CanCollide = false
  2051. bloodlol.Material = Enum.Material.SmoothPlastic
  2052. bloodlol.BrickColor = BrickColor.new('Maroon')
  2053. local cyl = Instance.new('CylinderMesh',bloodlol)
  2054. cyl.Scale = Vector3.new(1,0.1,1)
  2055. bloodlol.CFrame = CFrame.new(pos)
  2056. local coru=coroutine.wrap(function()
  2057. while bloodlol.Parent ~= nil do
  2058. if bloodlol.Transparency < 1 then
  2059. bloodlol.Transparency = bloodlol.Transparency+0.05
  2060. else
  2061. bloodlol:Destroy()
  2062. end
  2063. wait(0.1)
  2064. end
  2065. end)
  2066. coru()
  2067. end
  2068. end
  2069. end)
  2070. local coru = coroutine.wrap(function()
  2071. wait(1)
  2072. thing:Destroy()
  2073. end)
  2074. coru()
  2075. end)
  2076. reeee()
  2077. wait()
  2078. end
  2079. end
  2080.  
  2081. function killz(playa,hitz,kneef,explode,pool,head,charred,override)
  2082. local soundy = false
  2083. local heyy = hitz
  2084. if hitz == "Right Arm" then
  2085. local Limb = playa:FindFirstChild("Right Arm")
  2086. local ters = playa:FindFirstChild('Torso')
  2087. if Limb and ters then
  2088. if ters:FindFirstChild('Right Shoulder') then ters["Right Shoulder"]:Destroy() end
  2089. for i,v in pairs(Limb:GetChildren()) do
  2090. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  2091. v:Destroy()
  2092. end
  2093. end
  2094. Limb.CFrame = ters.CFrame * CFrame.new(1.5, 0, 0)
  2095. local Joint = Instance.new("Rotate")
  2096. Joint.Name = "RightShoulder"
  2097. Joint.Part0 = ters
  2098. Joint.Part1 = Limb
  2099. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2100. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2101. Joint.Parent = ters
  2102. if charred and zombiemode == false then
  2103. Limb.BrickColor = BrickColor.new('Black')
  2104. local fire = Instance.new('Fire',Limb)
  2105. fire.Heat = 5
  2106. fire.Size = 5
  2107. game:GetService('Debris'):AddItem(fire,2)
  2108. local coru=coroutine.wrap(function()
  2109. wait(2)
  2110. for i,v in pairs(Limb:GetChildren()) do
  2111. if v:IsA('ParticleEmitter') then
  2112. v:Destroy()
  2113. end
  2114. end
  2115. end)
  2116. coru()
  2117. end
  2118. local B = Instance.new("Part")
  2119. B.TopSurface = 0
  2120. B.BottomSurface = 0
  2121. B.formFactor = "Symmetric"
  2122. B.Size = Vector3.new(1, 1, 1)
  2123. B.Transparency = 1
  2124. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2125. B.Parent = playa
  2126. local W = Instance.new("Weld")
  2127. W.Part0 = Limb
  2128. W.Part1 = B
  2129. W.C0 = CFrame.new(0, -0.5, 0)
  2130. W.Parent = Limb
  2131. if kneef then
  2132. local coru = coroutine.wrap(function()
  2133. local uno = Instance.new('Part',workspace)
  2134. local dos = Instance.new('Part',workspace)
  2135. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  2136. dos.CFrame = kneef["big ass knife"].CFrame
  2137. local weld = Instance.new('Weld',kneef["big ass knife"])
  2138. weld.Part0 = playa:FindFirstChild(hitz)
  2139. weld.Part1 = kneef["big ass knife"]
  2140. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2141. uno:Destroy()
  2142. dos:Destroy()
  2143. playa:FindFirstChild(hitz).Anchored = false
  2144. for i, v in pairs(kneef:GetChildren()) do
  2145. if v:IsA('BasePart') then
  2146. v.Anchored = false
  2147. end
  2148. end
  2149. if zombiemode == false or override then
  2150. wait()
  2151. end
  2152. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  2153. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  2154. end
  2155. local bleedpart = Instance.new("Part", kneef)
  2156. bleedpart.CanCollide = false
  2157. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2158. bleedpart.CFrame = kneef["big ass knife"].CFrame
  2159. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2160. bleedpart.Transparency = 1
  2161.  
  2162. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  2163. bleedpartweld.Part0 = kneef["big ass knife"]
  2164. bleedpartweld.Part1 = bleedpart
  2165. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2166. local coru = coroutine.wrap(function()
  2167. bleed(bleedpart)
  2168. end)
  2169. coru()
  2170. game:GetService('Debris'):AddItem(bleedpart,2)
  2171. end)
  2172. coru()
  2173. end
  2174. end
  2175. elseif hitz == "Left Arm" then
  2176. local Limb = playa:FindFirstChild("Left Arm")
  2177. local ters = playa:FindFirstChild('Torso')
  2178. if Limb and ters then
  2179. if ters:FindFirstChild('Left Shoulder') then ters["Left Shoulder"]:Destroy() end
  2180. for i,v in pairs(Limb:GetChildren()) do
  2181. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  2182. v:Destroy()
  2183. end
  2184. end
  2185. Limb.CFrame = ters.CFrame * CFrame.new(-1.5, 0, 0)
  2186. local Joint = Instance.new("Rotate")
  2187. Joint.Name = "LeftShoulder"
  2188. Joint.Part0 = ters
  2189. Joint.Part1 = Limb
  2190. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2191. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2192. Joint.Parent = ters
  2193. if charred and zombiemode == false then
  2194. Limb.BrickColor = BrickColor.new('Black')
  2195. local fire = Instance.new('Fire',Limb)
  2196. fire.Heat = 5
  2197. fire.Size = 5
  2198. game:GetService('Debris'):AddItem(fire,2)
  2199. local coru=coroutine.wrap(function()
  2200. wait(2)
  2201. for i,v in pairs(Limb:GetChildren()) do
  2202. if v:IsA('ParticleEmitter') then
  2203. v:Destroy()
  2204. end
  2205. end
  2206. end)
  2207. coru()
  2208. end
  2209.  
  2210. local B = Instance.new("Part")
  2211. B.TopSurface = 0
  2212. B.BottomSurface = 0
  2213. B.formFactor = "Symmetric"
  2214. B.Size = Vector3.new(1, 1, 1)
  2215. B.CanCollide = true
  2216. B.Transparency = 1
  2217. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2218. B.Parent = playa
  2219. local W = Instance.new("Weld")
  2220. W.Part0 = ters
  2221. W.Part1 = B
  2222. W.C0 = CFrame.new(0, -0.5, 0)
  2223. W.Parent = Limb
  2224. if kneef then
  2225. local coru = coroutine.wrap(function()
  2226. local uno = Instance.new('Part',workspace)
  2227. local dos = Instance.new('Part',workspace)
  2228. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  2229. dos.CFrame = kneef["big ass knife"].CFrame
  2230. local weld = Instance.new('Weld',kneef["big ass knife"])
  2231. weld.Part0 = playa:FindFirstChild(hitz)
  2232. weld.Part1 = kneef["big ass knife"]
  2233. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2234. uno:Destroy()
  2235. dos:Destroy()
  2236. playa:FindFirstChild(hitz).Anchored = false
  2237. for i, v in pairs(kneef:GetChildren()) do
  2238. if v:IsA('BasePart') then
  2239. v.Anchored = false
  2240. end
  2241. end
  2242. if zombiemode == false or override then
  2243. wait()
  2244. end
  2245. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  2246. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  2247. end
  2248. local bleedpart = Instance.new("Part", kneef)
  2249. bleedpart.CanCollide = false
  2250. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2251. bleedpart.CFrame = kneef["big ass knife"].CFrame
  2252. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2253. bleedpart.Transparency = 1
  2254.  
  2255. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  2256. bleedpartweld.Part0 = kneef["big ass knife"]
  2257. bleedpartweld.Part1 = bleedpart
  2258. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2259. local coru = coroutine.wrap(function()
  2260. bleed(bleedpart)
  2261. end)
  2262. coru()
  2263. game:GetService('Debris'):AddItem(bleedpart,2)
  2264. end)
  2265. coru()
  2266. end
  2267. end
  2268. elseif hitz == "Right Leg" then
  2269. local Limb = playa:FindFirstChild("Right Leg")
  2270. local ters = playa:FindFirstChild('Torso')
  2271. if Limb and ters then
  2272. if ters:FindFirstChild('Right Hip') then ters["Right Hip"]:Destroy() end
  2273. for i,v in pairs(Limb:GetChildren()) do
  2274. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  2275. v:Destroy()
  2276. end
  2277. end
  2278. Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  2279. local Joint = Instance.new("Rotate")
  2280. Joint.Name = "Right Hip"
  2281. Joint.Part0 = ters
  2282. Joint.Part1 = Limb
  2283. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2284. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2285. Joint.Parent = ters
  2286. if charred and zombiemode == false then
  2287. Limb.BrickColor = BrickColor.new('Black')
  2288. local fire = Instance.new('Fire',Limb)
  2289. fire.Heat = 5
  2290. fire.Size = 5
  2291. game:GetService('Debris'):AddItem(fire,2)
  2292. local coru=coroutine.wrap(function()
  2293. wait(2)
  2294. for i,v in pairs(Limb:GetChildren()) do
  2295. if v:IsA('ParticleEmitter') then
  2296. v:Destroy()
  2297. end
  2298. end
  2299. end)
  2300. coru()
  2301. end
  2302. local B = Instance.new("Part")
  2303. B.TopSurface = 0
  2304. B.BottomSurface = 0
  2305. B.formFactor = "Symmetric"
  2306. B.Size = Vector3.new(1, 1, 1)
  2307. B.Transparency = 1
  2308. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2309. B.Parent = playa
  2310. local W = Instance.new("Weld")
  2311. W.Part0 = Limb
  2312. W.Part1 = B
  2313. W.C0 = CFrame.new(0, -0.5, 0)
  2314. W.Parent = Limb
  2315. if kneef then
  2316. local coru = coroutine.wrap(function()
  2317. local uno = Instance.new('Part',workspace)
  2318. local dos = Instance.new('Part',workspace)
  2319. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  2320. dos.CFrame = kneef["big ass knife"].CFrame
  2321. local weld = Instance.new('Weld',kneef["big ass knife"])
  2322. weld.Part0 = playa:FindFirstChild(hitz)
  2323. weld.Part1 = kneef["big ass knife"]
  2324. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2325. uno:Destroy()
  2326. dos:Destroy()
  2327. playa:FindFirstChild(hitz).Anchored = false
  2328. for i, v in pairs(kneef:GetChildren()) do
  2329. if v:IsA('BasePart') then
  2330. v.Anchored = false
  2331. end
  2332. end
  2333. if zombiemode == false or override then
  2334. wait()
  2335. end
  2336. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  2337. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  2338. end
  2339. local bleedpart = Instance.new("Part", kneef)
  2340. bleedpart.CanCollide = false
  2341. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2342. bleedpart.CFrame = kneef["big ass knife"].CFrame
  2343. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2344. bleedpart.Transparency = 1
  2345.  
  2346. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  2347. bleedpartweld.Part0 = kneef["big ass knife"]
  2348. bleedpartweld.Part1 = bleedpart
  2349. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2350. local coru = coroutine.wrap(function()
  2351. bleed(bleedpart)
  2352. end)
  2353. coru()
  2354. game:GetService('Debris'):AddItem(bleedpart,2)
  2355. end)
  2356. coru()
  2357. end
  2358. if playa then
  2359. table.insert(rekt,playa)
  2360. end
  2361. end
  2362. elseif hitz == "Left Leg" then
  2363. local Limb = playa:FindFirstChild("Left Leg")
  2364. local ters = playa:FindFirstChild('Torso')
  2365. if Limb and ters then
  2366. if ters:FindFirstChild('Left Hip') then ters["Left Hip"]:Destroy() end
  2367. for i,v in pairs(Limb:GetChildren()) do
  2368. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  2369. v:Destroy()
  2370. end
  2371. end
  2372. Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  2373. Limb.CFrame = ters.CFrame * CFrame.new(-0.5, -2, 0)
  2374. local Joint = Instance.new("Rotate")
  2375. Joint.Name = "LeftHip"
  2376. Joint.Part0 = ters
  2377. Joint.Part1 = Limb
  2378. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2379. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2380. Joint.Parent = ters
  2381. if charred and zombiemode == false then
  2382. Limb.BrickColor = BrickColor.new('Black')
  2383. local fire = Instance.new('Fire',Limb)
  2384. fire.Heat = 5
  2385. fire.Size = 5
  2386. game:GetService('Debris'):AddItem(fire,2)
  2387. local coru=coroutine.wrap(function()
  2388. wait(2)
  2389. for i,v in pairs(Limb:GetChildren()) do
  2390. if v:IsA('ParticleEmitter') then
  2391. v:Destroy()
  2392. end
  2393. end
  2394. end)
  2395. coru()
  2396. end
  2397.  
  2398. local B = Instance.new("Part")
  2399. B.TopSurface = 0
  2400. B.BottomSurface = 0
  2401. B.formFactor = "Symmetric"
  2402. B.Size = Vector3.new(1, 1, 1)
  2403. B.Transparency = 1
  2404. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2405. B.Parent = playa
  2406. local W = Instance.new("Weld")
  2407. W.Part0 = Limb
  2408. W.Part1 = B
  2409. W.C0 = CFrame.new(0, -0.5, 0)
  2410. W.Parent = Limb
  2411. Limb.CanCollide = false
  2412. if kneef then
  2413. local coru = coroutine.wrap(function()
  2414. local uno = Instance.new('Part',workspace)
  2415. local dos = Instance.new('Part',workspace)
  2416. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  2417. dos.CFrame = kneef["big ass knife"].CFrame
  2418. local weld = Instance.new('Weld',kneef["big ass knife"])
  2419. weld.Part0 = playa:FindFirstChild(hitz)
  2420. weld.Part1 = kneef["big ass knife"]
  2421. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2422. uno:Destroy()
  2423. dos:Destroy()
  2424. playa:FindFirstChild(hitz).Anchored = false
  2425. for i, v in pairs(kneef:GetChildren()) do
  2426. if v:IsA('BasePart') then
  2427. v.Anchored = false
  2428. end
  2429. end
  2430. if zombiemode == false or override then
  2431. wait()
  2432. end
  2433. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  2434. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  2435. end
  2436. local bleedpart = Instance.new("Part", kneef)
  2437. bleedpart.CanCollide = false
  2438. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2439. bleedpart.CFrame = kneef["big ass knife"].CFrame
  2440. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2441. bleedpart.Transparency = 1
  2442.  
  2443. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  2444. bleedpartweld.Part0 = kneef["big ass knife"]
  2445. bleedpartweld.Part1 = bleedpart
  2446. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2447. local coru = coroutine.wrap(function()
  2448. bleed(bleedpart)
  2449. end)
  2450. coru()
  2451. game:GetService('Debris'):AddItem(bleedpart,2)
  2452. end)
  2453. coru()
  2454. end
  2455. if playa then
  2456. table.insert(rekt,playa)
  2457. end
  2458. end
  2459. elseif playa then
  2460. if finishnum ~= 1 then
  2461. local coru=coroutine.wrap(function()
  2462. player.Character.Head.Psycho.Playing = true
  2463. wait(3)
  2464. player.Character.Head.Psycho.Playing = false
  2465. end)
  2466. coru()
  2467. end
  2468. local playa2 = playa
  2469. playa.Archivable = true
  2470. local playa = playa:Clone()
  2471. playa.Archivable = false
  2472. playa2:Destroy()
  2473. playa.Parent = workspace
  2474. local Gibs = game.Workspace
  2475. local Torso = playa.Torso
  2476. local Head = playa:FindFirstChild("Head")
  2477. local function Scan(ch)
  2478. local e
  2479. for e = 1,#ch do
  2480. Scan(ch[e]:GetChildren())
  2481. if (ch[e].ClassName == "Weld" and ch[e]:FindFirstChild('Part1') and ch[e].Part1.Name ~= 'Projectile') or ch[e].ClassName == "Motor6D" or ch[e].ClassName == "Rotate" or (ch[e]:IsA('BasePart') and ch[e].Size == Vector3.new(1, 1, 1)) then
  2482. ch[e]:remove()
  2483. end
  2484. end
  2485. end
  2486. Scan(playa:GetChildren())
  2487. if playa:FindFirstChild('HumanoidRootPart') and (zombiemode == false or override) then
  2488. playa:FindFirstChild('HumanoidRootPart'):Destroy()
  2489. end
  2490. local hum2 = playa:FindFirstChildOfClass("Humanoid")
  2491. if zombiemode == true and override == false then
  2492. soundy = true
  2493. end
  2494. if string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie" then
  2495. override = true
  2496. end
  2497. if hum2 ~= nil then
  2498. hum2.Name = "Humanoid2"
  2499. hum2.Health = 0
  2500. if zombiemode == false or override == true then
  2501. table.insert(rekt,hum2.Parent)
  2502. else
  2503. local gyro = Instance.new('BodyGyro',Torso)
  2504. hum2.PlatformStand = false
  2505. for i,v in pairs(hum2.Parent.Torso:GetChildren()) do
  2506. if v:IsA('BodyGyro') then v:Destroy() end
  2507. end
  2508. if playa:FindFirstChild('HumanoidRootPart') then
  2509. hum2.Parent.HumanoidRootPart.CFrame = hum2.Parent.Torso.CFrame
  2510. local weldcrucial = Instance.new('Weld',hum2.Parent.HumanoidRootPart)
  2511. weldcrucial.Part0 = hum2.Parent.HumanoidRootPart
  2512. weldcrucial.Part1 = hum2.Parent.Torso
  2513. end
  2514. end
  2515. end
  2516. local ch = playa:GetChildren()
  2517. local i
  2518. for i = 1,#ch do
  2519. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  2520. ch[i]:remove()
  2521. end
  2522. end
  2523.  
  2524. if Head then
  2525. local Neck = Instance.new("Weld")
  2526. Neck.Name = "Neck"
  2527. Neck.Part0 = Torso
  2528. Neck.Part1 = Head
  2529. if pool then
  2530. local part = Instance.new('Part',Torso)
  2531. part.Position = Vector3.new(0,10,0)
  2532. part.Size = Vector3.new(0.2,0.2,0.2)
  2533. part.Transparency = 1
  2534. part.CanCollide = false
  2535. local we = Instance.new('Weld',Torso)
  2536. we.Part0 = Torso
  2537. we.Part1 = part
  2538. we.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2539. local coru=coroutine.wrap(function()
  2540. bleed(part)
  2541. end)
  2542. coru()
  2543. end
  2544. if head == false or head == nil then
  2545. Neck.C0 = CFrame.new(0, 1.5, 0)
  2546. else
  2547. Neck.C0 = CFrame.new(0, 1.5, 0.2)*CFrame.Angles(0.5, 0.25, 0.25)
  2548. local bleedpart = Instance.new("Part", Torso)
  2549. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2550. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2551. bleedpart.CanCollide = false
  2552. bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  2553. bleedpart.Transparency = 1
  2554.  
  2555. local bleedpartweld = Instance.new("Weld", Torso)
  2556. bleedpartweld.Part0 = Torso
  2557. bleedpartweld.Part1 = bleedpart
  2558. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  2559. local coru = coroutine.wrap(function()
  2560. bleed(bleedpart)
  2561. end)
  2562. coru()
  2563. end
  2564. Neck.C1 = CFrame.new()
  2565. Neck.Parent = Torso
  2566. end
  2567. local Limb = playa:FindFirstChild("Right Arm")
  2568. if Limb then
  2569.  
  2570. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  2571. local Joint = Instance.new("Rotate")
  2572. Joint.Name = "RightShoulder"
  2573. Joint.Part0 = Torso
  2574. Joint.Part1 = Limb
  2575. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2576. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2577. Joint.Parent = Torso
  2578.  
  2579. local B = Instance.new("Part")
  2580. B.TopSurface = 0
  2581. B.BottomSurface = 0
  2582. B.formFactor = "Symmetric"
  2583. B.Size = Vector3.new(1, 1, 1)
  2584. B.Transparency = 1
  2585. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2586. B.Parent = playa
  2587. local W = Instance.new("Weld")
  2588. W.Part0 = Limb
  2589. W.Part1 = B
  2590. W.C0 = CFrame.new(0, -0.5, 0)
  2591. W.Parent = Limb
  2592. end
  2593. local Limb = playa:FindFirstChild("Left Arm")
  2594. if Limb then
  2595.  
  2596. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  2597. local Joint = Instance.new("Rotate")
  2598. Joint.Name = "LeftShoulder"
  2599. Joint.Part0 = Torso
  2600. Joint.Part1 = Limb
  2601. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2602. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2603. Joint.Parent = Torso
  2604.  
  2605. local B = Instance.new("Part")
  2606. B.TopSurface = 0
  2607. B.BottomSurface = 0
  2608. B.formFactor = "Symmetric"
  2609. B.Size = Vector3.new(1, 1, 1)
  2610. B.Transparency = 1
  2611. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2612. B.Parent = playa
  2613. local W = Instance.new("Weld")
  2614. W.Part0 = Limb
  2615. W.Part1 = B
  2616. W.C0 = CFrame.new(0, -0.5, 0)
  2617. W.Parent = Limb
  2618. end
  2619. local Limb = playa:FindFirstChild("Right Leg")
  2620. if Limb then
  2621. Limb.CanCollide = false
  2622. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  2623. local Joint = Instance.new("Rotate")
  2624. Joint.Name = "RightHip"
  2625. Joint.Part0 = Torso
  2626. Joint.Part1 = Limb
  2627. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2628. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2629. Joint.Parent = Torso
  2630.  
  2631. local B = Instance.new("Part")
  2632. B.TopSurface = 0
  2633. B.BottomSurface = 0
  2634. B.formFactor = "Symmetric"
  2635. B.Size = Vector3.new(1, 1, 1)
  2636. B.Transparency = 1
  2637. B.CanCollide = true
  2638. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2639. B.Parent = playa
  2640. local W = Instance.new("Weld")
  2641. W.Part0 = Limb
  2642. W.Part1 = B
  2643. W.C0 = CFrame.new(0, -0.5, 0)
  2644. W.Parent = Limb
  2645. end
  2646. local Limb = playa:FindFirstChild("Left Leg")
  2647. if Limb then
  2648. Limb.CanCollide = false
  2649. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  2650. local Joint = Instance.new("Rotate")
  2651. Joint.Name = "LeftHip"
  2652. Joint.Part0 = Torso
  2653. Joint.Part1 = Limb
  2654. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2655. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2656. Joint.Parent = Torso
  2657.  
  2658. local B = Instance.new("Part")
  2659. B.TopSurface = 0
  2660. B.BottomSurface = 0
  2661. if zombiemode == false or override then
  2662. B.CanCollide = true
  2663. end
  2664. B.formFactor = "Symmetric"
  2665. B.Size = Vector3.new(1, 1, 1)
  2666. B.Transparency = 1
  2667. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2668. B.Parent = playa
  2669. local W = Instance.new("Weld")
  2670. W.Part0 = Limb
  2671. W.Part1 = B
  2672. W.C0 = CFrame.new(0, -0.5, 0)
  2673. W.Parent = Limb
  2674. end
  2675. --[[
  2676. local Bar = Instance.new("Part")
  2677. Bar.TopSurface = 0
  2678. Bar.BottomSurface = 0
  2679. Bar.formFactor = "Symmetric"
  2680. Bar.Size = Vector3.new(1, 1, 1)
  2681. Bar.Transparency = 1
  2682. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  2683. Bar.Parent = playa
  2684. local Weld = Instance.new("Weld")
  2685. Weld.Part0 = Torso
  2686. Weld.Part1 = Bar
  2687. Weld.C0 = CFrame.new(0, 0.5, 0)
  2688. Weld.Parent = Torso
  2689. --]]
  2690. playa.Parent = Gibs
  2691. if kneef and explode == nil then
  2692. local coru = coroutine.wrap(function()
  2693. if playa:FindFirstChild(hitz) then
  2694. local uno = Instance.new('Part',workspace)
  2695. local dos = Instance.new('Part',workspace)
  2696. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  2697. dos.CFrame = kneef["big ass knife"].CFrame
  2698. local weld = Instance.new('Weld',kneef["big ass knife"])
  2699. weld.Part0 = playa:FindFirstChild(hitz)
  2700. weld.Part1 = kneef["big ass knife"]
  2701. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2702. uno:Destroy()
  2703. dos:Destroy()
  2704. playa:FindFirstChild(hitz).Anchored = false
  2705. for i, v in pairs(kneef:GetChildren()) do
  2706. if v:IsA('BasePart') then
  2707. v.Anchored = false
  2708. end
  2709. end
  2710. if explode == nil or explode == false then
  2711. local bleedpart = Instance.new("Part", kneef)
  2712. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2713. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2714. bleedpart.CanCollide = false
  2715. bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  2716. bleedpart.Transparency = 1
  2717.  
  2718. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  2719. bleedpartweld.Part0 = kneef["big ass knife"]
  2720. bleedpartweld.Part1 = bleedpart
  2721. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2722. local coru = coroutine.wrap(function()
  2723. bleed(bleedpart)
  2724. end)
  2725. coru()
  2726. end
  2727. end
  2728. if zombiemode == false or override then
  2729. wait()
  2730. end
  2731. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  2732. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  2733. end
  2734. end)
  2735. coru()
  2736. end
  2737. if explode then
  2738. local movevector = CFrame.new(explode.Position,Torso.Position).lookVector
  2739. local repulse = Instance.new('BodyForce',Torso)
  2740. repulse.Force = movevector*10000 + Vector3.new(0,5000,0)
  2741. game.Debris:AddItem(repulse,0.05)
  2742. end
  2743. if charred and zombiemode == false then
  2744. for i,v in pairs(playa:GetChildren()) do
  2745. if v:IsA('BasePart') then
  2746. v.BrickColor = BrickColor.Black()
  2747. local fire = Instance.new('Fire',v)
  2748. fire.Size = 5
  2749. fire.Heat = 5
  2750. elseif v:IsA('Accessory') then
  2751. for a,c in pairs(v:GetChildren()) do
  2752. if c:IsA('BasePart') then
  2753. c.BrickColor = BrickColor.Black()
  2754. local fire = Instance.new('Fire',v)
  2755. fire.Size = 5
  2756. fire.Heat = 5
  2757. for o,p in pairs(c:GetChildren()) do
  2758. if p:IsA("SpecialMesh") then
  2759. p.TextureId = ""
  2760. end
  2761. end
  2762. end
  2763. end
  2764. end
  2765. end
  2766. end
  2767. if soundy then
  2768. local sound = Instance.new('Sound',Head)
  2769. sound.SoundId = 'rbxassetid://903640857'
  2770. sound.Volume = 1
  2771. sound:Play()
  2772. sound.Ended:connect(function()
  2773. sound:Destroy()
  2774. local ambient = Instance.new('Sound',Head)
  2775. ambient.Volume = 0.25
  2776. ambient.Looped = true
  2777. ambient.SoundId = 'rbxassetid://903641031'
  2778. ambient:Play()
  2779. end)
  2780. end
  2781. if override then
  2782. if (string.len(hum2.Parent.Name) < 9 or string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie") and zombiemode == true and #zombies < 10 then
  2783. local coru = coroutine.wrap(function()
  2784. wait(4.5)
  2785. hum2.Parent.Name = hum2.Parent.Name.."'s Zombie"
  2786. hum2.HipHeight = 0.2
  2787. wait(0.5)
  2788. killz(hum2.Parent,"Head",nil,nil,false,false,false,false)
  2789. end)
  2790. coru()
  2791. else
  2792. game:GetService('Debris'):AddItem(playa, 12)
  2793. end
  2794. else
  2795. hum2.Health = 0
  2796. table.insert(zombies,playa)
  2797. local attack = Instance.new('Sound',Head)
  2798. attack.SoundId = 'rbxassetid://903641424'
  2799. attack.Volume = 2
  2800. for i,v in pairs(playa:GetChildren()) do
  2801. if v:IsA('BasePart') and v:FindFirstChildOfClass('TouchTransmitter') == nil then
  2802. v.Touched:connect(function(hit)
  2803. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') then
  2804. local found = false
  2805. if hit.Parent == player.Character then
  2806. found = true
  2807. end
  2808. for a,c in pairs(zombies) do
  2809. if c == hit.Parent then
  2810. found = true
  2811. end
  2812. end
  2813. if found == false and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
  2814. attack:Play()
  2815. if hit.Parent:FindFirstChildOfClass('Humanoid').Health - 2 <= 0 then
  2816. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  2817. wait()
  2818. killz(hit.Parent,"Head")
  2819. else
  2820. hit.Parent:FindFirstChildOfClass('Humanoid'):TakeDamage(2)
  2821. end
  2822. end
  2823. end
  2824. end)
  2825. end
  2826. end
  2827. local coru = coroutine.wrap(function()
  2828. wait(2)
  2829. for i,v in pairs(playa:GetChildren()) do
  2830. if v:IsA('BasePart') then
  2831. for a,c in pairs(v:GetChildren()) do
  2832. if c:IsA('Fire') or c:IsA('ParticleEmitter') then
  2833. c:Destroy()
  2834. end
  2835. end
  2836. elseif v:IsA('Accessory') then
  2837. for a,c in pairs(v:GetChildren()) do
  2838. if c:IsA('BasePart') then
  2839. for b,d in pairs(c:GetChildren()) do
  2840. if d:IsA('Fire') or d:IsA('ParticleEmitter') then
  2841. d:Destroy()
  2842. end
  2843. end
  2844. end
  2845. end
  2846. end
  2847. end
  2848. end)
  2849. coru()
  2850. end
  2851. end
  2852. end
  2853.  
  2854. mouse.KeyDown:connect(function(key)
  2855. if key == "t" and mouse.Target then
  2856. local hum = mouse.Target.Parent:FindFirstChildOfClass('Humanoid')
  2857. if hum == nil then hum = mouse.Target.Parent.Parent:FindFirstChildOfClass('Humanoid') end
  2858. if curpoint == nil then
  2859. if hum and hum.Parent:FindFirstChild('Head') then
  2860. curpart = hum.Parent.Head
  2861. else
  2862. curpart = nil
  2863. curpoint = mouse.Hit.p
  2864. end
  2865. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  2866. notify("ZOMBIE TARGET SET",false)
  2867. else
  2868. curpart = nil
  2869. curpoint = nil
  2870. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  2871. notify("ZOMBIE TARGET REMOVED",false)
  2872. end
  2873. elseif key == "y" then
  2874. for o,p in pairs(zombies) do
  2875. local coru = coroutine.wrap(function()
  2876. if p:FindFirstChild('Torso') then
  2877. killz(p,"Head",nil,nil,false,false,false,true)
  2878. else
  2879. table.remove(zombies,o)
  2880. end
  2881. end)
  2882. coru()
  2883. wait()
  2884. end
  2885. for i,v in pairs(zombies) do
  2886. table.remove(zombies,i)
  2887. end
  2888. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  2889. notify("ZOMBIES TERMINATED",false)
  2890. end
  2891. end)
  2892.  
  2893. function nub()
  2894. local me = player.Character
  2895. local point = me.HumanoidRootPart
  2896. local playergui = player.PlayerGui
  2897. local rightshoulderz = me.Torso["Right Shoulder"]:Clone()
  2898. local leftshoulderz = me.Torso["Left Shoulder"]:Clone()
  2899. local torsojoint = me.HumanoidRootPart["RootJoint"]:Clone()
  2900. local lefthipz = me.Torso["Left Hip"]:Clone()
  2901. local righthipz = me.Torso["Right Hip"]:Clone()
  2902. local mode = "kill"
  2903. local lerpz = false
  2904. local active = false
  2905. local acting = false
  2906. local hit = false
  2907. local canClick = true
  2908. local stabbing = false
  2909. local grabbing = false
  2910. local finishing = false
  2911. local kyssing = false
  2912. local canbackgroundmusic = true
  2913. local cancolorfilter = true
  2914. local spinboolean = false
  2915. local grabbed = nil
  2916. local doing = false
  2917. local rightshoulder = nil
  2918. local leftshoulder = nil
  2919. local headweld = nil
  2920. local usable = true
  2921. finishnum = 1
  2922.  
  2923. function notify(msg,forever)
  2924. local doit = coroutine.wrap(function()
  2925. local gui = Instance.new('ScreenGui',playergui)
  2926. gui.Name = "Notification"
  2927. local frame = Instance.new('Frame',gui)
  2928. frame.Position = UDim2.new(0,0,0,0)
  2929. frame.Size = UDim2.new(1,0,0.2,0)
  2930. frame.BackgroundTransparency = 1
  2931. local txt = Instance.new('TextLabel',frame)
  2932. txt.TextColor3 = Color3.new(255,255,255)
  2933. txt.TextStrokeColor3 = Color3.new(0, 0, 0)
  2934. txt.TextStrokeTransparency = 0
  2935. txt.BackgroundTransparency = 1
  2936. txt.Text = ""
  2937. txt.Size = UDim2.new(1,0,0.3,0)
  2938. txt.Position = UDim2.new(0,0,0.4,0)
  2939. txt.TextScaled = true
  2940. txt.Font = "Code"
  2941. txt.TextXAlignment = "Center"
  2942. local tap = Instance.new("Sound")
  2943. tap.Parent = gui
  2944. tap.SoundId = "rbxassetid://147982968"
  2945. tap.TimePosition = 0.1
  2946. local str = msg
  2947. local len = string.len(str)
  2948. for i=1,len do
  2949. txt.Text = string.sub(str,1,i)
  2950. pitche = math.random(20, 40)/10
  2951. tap.PlaybackSpeed = pitche
  2952. tap:Play()
  2953. wait(0.01)
  2954. end
  2955. if forever == false then
  2956. wait(1)
  2957. while txt.TextTransparency < 1 do
  2958. txt.TextTransparency = txt.TextTransparency + 0.1
  2959. txt.TextStrokeTransparency = txt.TextStrokeTransparency + 0.1
  2960. wait(0.001)
  2961. end
  2962. gui:Destroy()
  2963. end
  2964. end)
  2965. doit()
  2966. end
  2967.  
  2968. wait(0.5)
  2969. notify("PRESS [Z] TO EQUIP KNIFE || Created by mustardfoot and Tollonis",true)
  2970. local laugh = Instance.new('Sound',me.Head)
  2971. laugh.SoundId = 'rbxassetid://378827985'
  2972. laugh.Name = "Psycho"
  2973. laugh.Volume = 5
  2974. -- 1 - bitch ass knife
  2975. local obj1 = Instance.new("Model")
  2976. obj1.Name = "bitch ass knife"
  2977. obj1.Parent = game.Workspace
  2978.  
  2979. -- 2 - Grab
  2980. local obj2 = Instance.new("Part")
  2981. obj2.CFrame = CFrame.new(Vector3.new(20.4525032, 6.14501333, -134.399979)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  2982. obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2983. obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2984. obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2985. obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2986. obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2987. obj2.Material = Enum.Material.Concrete
  2988. obj2.Size = Vector3.new(1, 0.25, 0.25)
  2989. obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2990. obj2.Anchored = true
  2991. obj2.BrickColor = BrickColor.new("Black")
  2992. obj2.Friction = 0.30000001192093
  2993. obj2.Shape = Enum.PartType.Cylinder
  2994. obj2.Name = "Grab"
  2995. obj2.Parent = obj1
  2996.  
  2997. -- 3 - handletopcap
  2998. local obj3 = Instance.new("Part")
  2999. obj3.CFrame = CFrame.new(Vector3.new(19.9725456, 6.14502859, -134.399933)) * CFrame.Angles(0, 1.5707963705063, 0)
  3000. obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3001. obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3002. obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3003. obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3004. obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3005. obj3.Material = Enum.Material.Concrete
  3006. obj3.Size = Vector3.new(0.349999994, 0.349999994, 0.349999994)
  3007. obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3008. obj3.Anchored = true
  3009. obj3.BrickColor = BrickColor.new("Black")
  3010. obj3.Friction = 0.30000001192093
  3011. obj3.Shape = Enum.PartType.Ball
  3012. obj3.Name = "handletopcap"
  3013. obj3.Parent = obj1
  3014.  
  3015. -- 4 - handlebottomcap
  3016. local obj4 = Instance.new("Part")
  3017. obj4.CFrame = CFrame.new(Vector3.new(20.9725285, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  3018. obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3019. obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3020. obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3021. obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3022. obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3023. obj4.Material = Enum.Material.Concrete
  3024. obj4.Size = Vector3.new(0.25, 0.25, 0.25)
  3025. obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3026. obj4.Anchored = true
  3027. obj4.BrickColor = BrickColor.new("Black")
  3028. obj4.Friction = 0.30000001192093
  3029. obj4.Shape = Enum.PartType.Ball
  3030. obj4.Name = "handlebottomcap"
  3031. obj4.Parent = obj1
  3032.  
  3033. -- 5 - handleguardmid
  3034. local obj5 = Instance.new("Part")
  3035. obj5.CFrame = CFrame.new(Vector3.new(19.9474983, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  3036. obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3037. obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3038. obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3039. obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3040. obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3041. obj5.Material = Enum.Material.Concrete
  3042. obj5.Size = Vector3.new(0.349999994, 0.349999994, 0.100000001)
  3043. obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3044. obj5.Anchored = true
  3045. obj5.BrickColor = BrickColor.new("Black")
  3046. obj5.Friction = 0.30000001192093
  3047. obj5.Shape = Enum.PartType.Block
  3048. obj5.Name = "handleguardmid"
  3049. obj5.Parent = obj1
  3050.  
  3051. -- 6 - handleguardcap1
  3052. local obj6 = Instance.new("Part")
  3053. obj6.CFrame = CFrame.new(Vector3.new(19.9474983, 6.32502794, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  3054. obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3055. obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3056. obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3057. obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3058. obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3059. obj6.Material = Enum.Material.Concrete
  3060. obj6.Size = Vector3.new(0.100000001, 0.349999994, 0.349999994)
  3061. obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3062. obj6.Anchored = true
  3063. obj6.BrickColor = BrickColor.new("Black")
  3064. obj6.Friction = 0.30000001192093
  3065. obj6.Shape = Enum.PartType.Cylinder
  3066. obj6.Name = "handleguardcap1"
  3067. obj6.Parent = obj1
  3068.  
  3069. -- 7 - handleguardcap2
  3070. local obj7 = Instance.new("Part")
  3071. obj7.CFrame = CFrame.new(Vector3.new(19.9474983, 5.97502899, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  3072. obj7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3073. obj7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3074. obj7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3075. obj7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3076. obj7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3077. obj7.Material = Enum.Material.Concrete
  3078. obj7.Size = Vector3.new(0.100000009, 0.349999994, 0.349999994)
  3079. obj7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3080. obj7.Anchored = true
  3081. obj7.BrickColor = BrickColor.new("Black")
  3082. obj7.Friction = 0.30000001192093
  3083. obj7.Shape = Enum.PartType.Cylinder
  3084. obj7.Name = "handleguardcap2"
  3085. obj7.Parent = obj1
  3086.  
  3087. -- 8 - big ass knife
  3088. local obj8 = Instance.new("Part")
  3089. obj8.CFrame = CFrame.new(Vector3.new(18.4375095, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  3090. obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3091. obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3092. obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3093. obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3094. obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3095. obj8.Material = Enum.Material.Metal
  3096. obj8.Size = Vector3.new(0.0500000007, 0.280000001, 0.839999795)
  3097. obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3098. obj8.Anchored = true
  3099. obj8.BrickColor = BrickColor.new("Lily white")
  3100. obj8.Friction = 0.30000001192093
  3101. obj8.Shape = Enum.PartType.Block
  3102. obj8.Name = "big ass knife"
  3103. obj8.Parent = obj1
  3104.  
  3105. -- 9 - Mesh
  3106. local obj9 = Instance.new("BlockMesh")
  3107. obj9.Scale = Vector3.new(0.5, 1, 1)
  3108. obj9.Parent = obj8
  3109.  
  3110. -- 10 - big ass knife
  3111. local obj10 = Instance.new("Part")
  3112. obj10.CFrame = CFrame.new(Vector3.new(19.7425137, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  3113. obj10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3114. obj10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3115. obj10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3116. obj10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3117. obj10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3118. obj10.Material = Enum.Material.Metal
  3119. obj10.Size = Vector3.new(0.0500000007, 0.280000001, 0.289999962)
  3120. obj10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3121. obj10.Anchored = true
  3122. obj10.BrickColor = BrickColor.new("Lily white")
  3123. obj10.Friction = 0.30000001192093
  3124. obj10.Shape = Enum.PartType.Block
  3125. obj10.Name = "big ass knife"
  3126. obj10.Parent = obj1
  3127. local knife = obj10
  3128.  
  3129. -- 11 - Mesh
  3130. local obj11 = Instance.new("BlockMesh")
  3131. obj11.Scale = Vector3.new(0.5, 1, 1)
  3132. obj11.Parent = obj10
  3133.  
  3134. -- 12 - big ass knife
  3135. local obj12 = Instance.new("Part")
  3136. obj12.CFrame = CFrame.new(Vector3.new(19.1075306, 6.08502865, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  3137. obj12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3138. obj12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3139. obj12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3140. obj12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3141. obj12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3142. obj12.Material = Enum.Material.Metal
  3143. obj12.Size = Vector3.new(0.0500000007, 0.159999996, 0.979999959)
  3144. obj12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3145. obj12.Anchored = true
  3146. obj12.BrickColor = BrickColor.new("Lily white")
  3147. obj12.Friction = 0.30000001192093
  3148. obj12.Shape = Enum.PartType.Block
  3149. obj12.Name = "big ass knife"
  3150. obj12.Parent = obj1
  3151.  
  3152. -- 13 - Mesh
  3153. local obj13 = Instance.new("BlockMesh")
  3154. obj13.Scale = Vector3.new(0.5, 1, 1)
  3155. obj13.Parent = obj12
  3156.  
  3157. -- 14 - serration
  3158. local obj14 = Instance.new("WedgePart")
  3159. obj14.CFrame = CFrame.new(Vector3.new(19.4963322, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3160. obj14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3161. obj14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3162. obj14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3163. obj14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3164. obj14.Material = Enum.Material.Metal
  3165. obj14.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3166. obj14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3167. obj14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3168. obj14.Anchored = true
  3169. obj14.BrickColor = BrickColor.new("Lily white")
  3170. obj14.Friction = 0.30000001192093
  3171. obj14.Name = "serration"
  3172. obj14.Parent = obj1
  3173.  
  3174. -- 15 - Mesh
  3175. local obj15 = Instance.new("BlockMesh")
  3176. obj15.Scale = Vector3.new(0.5, 1, 1)
  3177. obj15.Parent = obj14
  3178.  
  3179. -- 16 - serration
  3180. local obj16 = Instance.new("WedgePart")
  3181. obj16.CFrame = CFrame.new(Vector3.new(19.2763138, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3182. obj16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3183. obj16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3184. obj16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3185. obj16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3186. obj16.Material = Enum.Material.Metal
  3187. obj16.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3188. obj16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3189. obj16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3190. obj16.Anchored = true
  3191. obj16.BrickColor = BrickColor.new("Lily white")
  3192. obj16.Friction = 0.30000001192093
  3193. obj16.Name = "serration"
  3194. obj16.Parent = obj1
  3195.  
  3196. -- 17 - Mesh
  3197. local obj17 = Instance.new("BlockMesh")
  3198. obj17.Scale = Vector3.new(0.5, 1, 1)
  3199. obj17.Parent = obj16
  3200.  
  3201. -- 18 - serration
  3202. local obj18 = Instance.new("WedgePart")
  3203. obj18.CFrame = CFrame.new(Vector3.new(19.3863068, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3204. obj18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3205. obj18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3206. obj18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3207. obj18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3208. obj18.Material = Enum.Material.Metal
  3209. obj18.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3210. obj18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3211. obj18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3212. obj18.Anchored = true
  3213. obj18.BrickColor = BrickColor.new("Lily white")
  3214. obj18.Friction = 0.30000001192093
  3215. obj18.Name = "serration"
  3216. obj18.Parent = obj1
  3217.  
  3218. -- 19 - Mesh
  3219. local obj19 = Instance.new("BlockMesh")
  3220. obj19.Scale = Vector3.new(0.5, 1, 1)
  3221. obj19.Parent = obj18
  3222.  
  3223. -- 20 - serration
  3224. local obj20 = Instance.new("WedgePart")
  3225. obj20.CFrame = CFrame.new(Vector3.new(19.5963173, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3226. obj20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3227. obj20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3228. obj20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3229. obj20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3230. obj20.Material = Enum.Material.Metal
  3231. obj20.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3232. obj20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3233. obj20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3234. obj20.Anchored = true
  3235. obj20.BrickColor = BrickColor.new("Lily white")
  3236. obj20.Friction = 0.30000001192093
  3237. obj20.Name = "serration"
  3238. obj20.Parent = obj1
  3239.  
  3240. -- 21 - Mesh
  3241. local obj21 = Instance.new("BlockMesh")
  3242. obj21.Scale = Vector3.new(0.5, 1, 1)
  3243. obj21.Parent = obj20
  3244.  
  3245. -- 22 - serration
  3246. local obj22 = Instance.new("WedgePart")
  3247. obj22.CFrame = CFrame.new(Vector3.new(19.1663074, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3248. obj22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3249. obj22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3250. obj22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3251. obj22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3252. obj22.Material = Enum.Material.Metal
  3253. obj22.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3254. obj22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3255. obj22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3256. obj22.Anchored = true
  3257. obj22.BrickColor = BrickColor.new("Lily white")
  3258. obj22.Friction = 0.30000001192093
  3259. obj22.Name = "serration"
  3260. obj22.Parent = obj1
  3261.  
  3262. -- 23 - Mesh
  3263. local obj23 = Instance.new("BlockMesh")
  3264. obj23.Scale = Vector3.new(0.5, 1, 1)
  3265. obj23.Parent = obj22
  3266.  
  3267. -- 24 - serration
  3268. local obj24 = Instance.new("WedgePart")
  3269. obj24.CFrame = CFrame.new(Vector3.new(18.9663048, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3270. obj24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3271. obj24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3272. obj24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3273. obj24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3274. obj24.Material = Enum.Material.Metal
  3275. obj24.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3276. obj24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3277. obj24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3278. obj24.Anchored = true
  3279. obj24.BrickColor = BrickColor.new("Lily white")
  3280. obj24.Friction = 0.30000001192093
  3281. obj24.Name = "serration"
  3282. obj24.Parent = obj1
  3283.  
  3284. -- 25 - Mesh
  3285. local obj25 = Instance.new("BlockMesh")
  3286. obj25.Scale = Vector3.new(0.5, 1, 1)
  3287. obj25.Parent = obj24
  3288.  
  3289. -- 26 - serration
  3290. local obj26 = Instance.new("WedgePart")
  3291. obj26.CFrame = CFrame.new(Vector3.new(18.8562984, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3292. obj26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3293. obj26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3294. obj26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3295. obj26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3296. obj26.Material = Enum.Material.Metal
  3297. obj26.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3298. obj26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3299. obj26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3300. obj26.Anchored = true
  3301. obj26.BrickColor = BrickColor.new("Lily white")
  3302. obj26.Friction = 0.30000001192093
  3303. obj26.Name = "serration"
  3304. obj26.Parent = obj1
  3305.  
  3306. -- 27 - Mesh
  3307. local obj27 = Instance.new("BlockMesh")
  3308. obj27.Scale = Vector3.new(0.5, 1, 1)
  3309. obj27.Parent = obj26
  3310.  
  3311. -- 28 - serration
  3312. local obj28 = Instance.new("WedgePart")
  3313. obj28.CFrame = CFrame.new(Vector3.new(19.0663071, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3314. obj28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3315. obj28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3316. obj28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3317. obj28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3318. obj28.Material = Enum.Material.Metal
  3319. obj28.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3320. obj28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3321. obj28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3322. obj28.Anchored = true
  3323. obj28.BrickColor = BrickColor.new("Lily white")
  3324. obj28.Friction = 0.30000001192093
  3325. obj28.Name = "serration"
  3326. obj28.Parent = obj1
  3327.  
  3328. -- 29 - Mesh
  3329. local obj29 = Instance.new("BlockMesh")
  3330. obj29.Scale = Vector3.new(0.5, 1, 1)
  3331. obj29.Parent = obj28
  3332.  
  3333. -- 30 - knifetip1
  3334. local obj30 = Instance.new("WedgePart")
  3335. obj30.CFrame = CFrame.new(Vector3.new(18.0163059, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3336. obj30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3337. obj30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3338. obj30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3339. obj30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3340. obj30.Material = Enum.Material.Metal
  3341. obj30.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3342. obj30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3343. obj30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3344. obj30.Anchored = true
  3345. obj30.BrickColor = BrickColor.new("Lily white")
  3346. obj30.Friction = 0.30000001192093
  3347. obj30.Name = "knifetip1"
  3348. obj30.Parent = obj1
  3349.  
  3350. -- 31 - Mesh
  3351. local obj31 = Instance.new("BlockMesh")
  3352. obj31.Scale = Vector3.new(0.5, 1, 1)
  3353. obj31.Parent = obj30
  3354.  
  3355. -- 32 - redstuff
  3356. local obj32 = Instance.new("Part")
  3357. obj32.CFrame = CFrame.new(Vector3.new(19.9470005, 5.9749999, -134.399994)) * CFrame.Angles(-0, 0, -0)
  3358. obj32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3359. obj32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3360. obj32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3361. obj32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3362. obj32.Material = Enum.Material.SmoothPlastic
  3363. obj32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3364. obj32.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  3365. obj32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3366. obj32.BrickColor = BrickColor.new("Institutional white")
  3367. obj32.Friction = 0.30000001192093
  3368. obj32.Shape = Enum.PartType.Cylinder
  3369. obj32.Name = "redstuff"
  3370. obj32.Anchored = true
  3371. obj32.Parent = obj1
  3372.  
  3373.  
  3374. -- 33 - redstuff
  3375. local obj33 = Instance.new("Part")
  3376. obj33.CFrame = CFrame.new(Vector3.new(18.9800053, 6.1400156, -134.404984)) * CFrame.Angles(-0, 0, -0)
  3377. obj33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3378. obj33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3379. obj33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3380. obj33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3381. obj33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3382. obj33.Material = Enum.Material.SmoothPlastic
  3383. obj33.Size = Vector3.new(1.81999993, 0.100000001, 0.0500000007)
  3384. obj33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3385. obj33.BrickColor = BrickColor.new("Institutional white")
  3386. obj33.Friction = 0.30000001192093
  3387. obj33.Shape = Enum.PartType.Block
  3388. obj33.Name = "redstuff"
  3389. obj33.Anchored = true
  3390. obj33.Parent = obj1
  3391.  
  3392. -- 34 - redstuff
  3393. local obj34 = Instance.new("Part")
  3394. obj34.CFrame = CFrame.new(Vector3.new(19.9470005, 6.32499981, -134.399994)) * CFrame.Angles(-0, 0, -0)
  3395. obj34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3396. obj34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3397. obj34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3398. obj34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3399. obj34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3400. obj34.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  3401. obj34.Material = Enum.Material.SmoothPlastic
  3402. obj34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3403. obj34.BrickColor = BrickColor.new("Institutional white")
  3404. obj34.Friction = 0.30000001192093
  3405. obj34.Shape = Enum.PartType.Cylinder
  3406. obj34.Name = "redstuff"
  3407. obj34.Anchored = true
  3408. obj34.Parent = obj1
  3409.  
  3410. -- 35 - redstuff
  3411. local obj35 = Instance.new("Part")
  3412. obj35.CFrame = CFrame.new(Vector3.new(19.8830166, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  3413. obj35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3414. obj35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3415. obj35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3416. obj35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3417. obj35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3418. obj35.Size = Vector3.new(0.0500000007, 0.319999993, 0.319999993)
  3419. obj35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3420. obj35.BrickColor = BrickColor.new("Institutional white")
  3421. obj35.Friction = 0.30000001192093
  3422. obj35.Shape = Enum.PartType.Cylinder
  3423. obj35.Material = Enum.Material.SmoothPlastic
  3424. obj35.Name = "redstuff"
  3425. obj35.Anchored = true
  3426. obj35.Parent = obj1
  3427.  
  3428. -- 36 - redstuff
  3429. local obj36 = Instance.new("Part")
  3430. obj36.CFrame = CFrame.new(Vector3.new(20.9430103, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  3431. obj36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3432. obj36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3433. obj36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3434. obj36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3435. obj36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3436. obj36.Material = Enum.Material.SmoothPlastic
  3437. obj36.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  3438. obj36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3439. obj36.BrickColor = BrickColor.new("Institutional white")
  3440. obj36.Friction = 0.30000001192093
  3441. obj36.Shape = Enum.PartType.Cylinder
  3442. obj36.Name = "redstuff"
  3443. obj36.Anchored = true
  3444. obj36.Parent = obj1
  3445.  
  3446. -- 37 - redstuff
  3447. local obj37 = Instance.new("WedgePart")
  3448. obj37.CFrame = CFrame.new(Vector3.new(18.066288, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3449. obj37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3450. obj37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3451. obj37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3452. obj37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3453. obj37.Material = Enum.Material.SmoothPlastic
  3454. obj37.Size = Vector3.new(0.0500000007, 0.0700000003, 0.0700000003)
  3455. obj37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3456. obj37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3457. obj37.Anchored = true
  3458. obj37.BrickColor = BrickColor.new("Institutional white")
  3459. obj37.Friction = 0.30000001192093
  3460. obj37.Name = "redstuff"
  3461. obj37.Anchored = true
  3462. obj37.Parent = obj1
  3463.  
  3464. -- 38 - redstuff
  3465. local obj38 = Instance.new("Part")
  3466. obj38.CFrame = CFrame.new(Vector3.new(20.1230125, 6.14501476, -134.399979)) * CFrame.Angles(-0, 0, -0)
  3467. obj38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3468. obj38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3469. obj38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3470. obj38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3471. obj38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3472. obj38.Material = Enum.Material.SmoothPlastic
  3473. obj38.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  3474. obj38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3475. obj38.BrickColor = BrickColor.new("Institutional white")
  3476. obj38.Friction = 0.30000001192093
  3477. obj38.Shape = Enum.PartType.Cylinder
  3478. obj38.Name = "redstuff"
  3479. obj38.Anchored = true
  3480. obj38.Parent = obj1
  3481.  
  3482. local audio = Instance.new('Sound',knife)
  3483. audio.Volume = 2
  3484.  
  3485. local audio2 = Instance.new('Sound',knife)
  3486. audio2.Volume = 2
  3487.  
  3488. local holdpart = Instance.new("Part")
  3489. holdpart.Parent = me
  3490. holdpart.Size = Vector3.new(0.4, 0.4, 0.2)
  3491. holdpart.Position = me.Head.Position + Vector3.new(0, 1, 0)
  3492. holdpart.BrickColor = BrickColor.new("Burnt Sienna")
  3493.  
  3494. local previous = nil
  3495. for i,v in pairs(obj1:GetChildren()) do
  3496. if v:IsA('BasePart') then
  3497. if previous then
  3498. local weld = Instance.new('Weld',v)
  3499. weld.Part0 = v
  3500. weld.Part1 = previous
  3501. weld.C0 = v.CFrame:inverse() * previous.CFrame
  3502. previous.Anchored = false
  3503. previous.CanCollide = false
  3504. local vee = v
  3505. weld.AncestryChanged:connect(function(mez,par)
  3506. wait()
  3507. weld.Parent = vee
  3508. end)
  3509. end
  3510. previous = v
  3511. end
  3512. end
  3513. previous.Anchored = false
  3514. previous.CanCollide = false
  3515.  
  3516. local holdpartweld = Instance.new("Weld", me.Torso)
  3517. holdpartweld.Part0 = me.Torso
  3518. holdpartweld.Part1 = holdpart
  3519. holdpartweld.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1, -0.8, 0.15)
  3520.  
  3521. holdpartweld.AncestryChanged:connect(function(mez,par)
  3522. if par ~= me.Torso then
  3523. wait()
  3524. holdpartweld.Parent = me.Torso
  3525. end
  3526. end)
  3527.  
  3528. local knifeweld = Instance.new('Weld',me.Torso)
  3529. knifeweld.Part0 = me.Torso
  3530. knifeweld.Part1 = obj2
  3531. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  3532. knifeweld.AncestryChanged:connect(function(mez,par)
  3533. if par ~= me.Torso then
  3534. wait()
  3535. knifeweld.Parent = me.Torso
  3536. end
  3537. end)
  3538. local ScreenGui = Instance.new("ScreenGui")
  3539. local CustomizeGui = Instance.new("Frame")
  3540. local Customize = Instance.new("TextLabel")
  3541. local ClosestColor = Instance.new("TextLabel")
  3542. local Line = Instance.new("TextLabel")
  3543. local Color = Instance.new("ImageLabel")
  3544. local Close = Instance.new("TextButton")
  3545. local RedHue = Instance.new("TextLabel")
  3546. local GreenHue = Instance.new("TextLabel")
  3547. local RedInput = Instance.new("TextBox")
  3548. local BlueHue = Instance.new("TextLabel")
  3549. local GreenInput = Instance.new("TextBox")
  3550. local TransInput = Instance.new("TextBox")
  3551. local BlueInput = Instance.new("TextBox")
  3552. local Message = Instance.new("TextLabel")
  3553. local Message2 = Instance.new("TextLabel")
  3554. local TrailTransparency = Instance.new("TextLabel")
  3555. local TrailInput = Instance.new("TextBox")
  3556. local MusicOption = Instance.new("TextButton")
  3557. local ScreenOption = Instance.new("TextButton")
  3558. local ScreenOptionTxt = Instance.new("TextLabel")
  3559. local MusicOptionTxt = Instance.new("TextLabel")
  3560.  
  3561. -- Properties
  3562.  
  3563. ScreenGui.Parent = playergui
  3564.  
  3565. CustomizeGui.Name = "CustomizeGui"
  3566. CustomizeGui.Parent = ScreenGui
  3567. CustomizeGui.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  3568. CustomizeGui.BackgroundTransparency = 0.5
  3569. CustomizeGui.BorderColor3 = Color3.new(0, 0, 0)
  3570. CustomizeGui.BorderSizePixel = 2
  3571. CustomizeGui.Position = UDim2.new(0, 0, 0.5, 0)
  3572. CustomizeGui.Size = UDim2.new(0.449999988, 0, 0.449999988, 0)
  3573.  
  3574. Customize.Name = "Customize"
  3575. Customize.Parent = CustomizeGui
  3576. Customize.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  3577. Customize.BackgroundTransparency = 0.75
  3578. Customize.BorderSizePixel = 0
  3579. Customize.Size = UDim2.new(1, 0, 0.200000003, 0)
  3580. Customize.FontSize = Enum.FontSize.Size28
  3581. Customize.Text = "ACCENT COLOR CUSTOMIZATION"
  3582. Customize.TextColor3 = Color3.new(1, 1, 1)
  3583. Customize.TextScaled = true
  3584. Customize.TextSize = 25
  3585. Customize.TextStrokeTransparency = 0.5
  3586. Customize.TextWrapped = true
  3587.  
  3588. ClosestColor.Name = "ClosestColor"
  3589. ClosestColor.Parent = CustomizeGui
  3590. ClosestColor.BackgroundColor3 = Color3.new(1, 1, 1)
  3591. ClosestColor.BackgroundTransparency = 1
  3592. ClosestColor.Position = UDim2.new(0, 0, 0.850000024, 0)
  3593. ClosestColor.Size = UDim2.new(1, 0, 0.150000006, 0)
  3594. ClosestColor.Font = Enum.Font.SourceSansLight
  3595. ClosestColor.FontSize = Enum.FontSize.Size32
  3596. ClosestColor.Text = "Your color is closest to Institutional White"
  3597. ClosestColor.TextColor3 = Color3.new(1, 1, 1)
  3598. ClosestColor.TextSize = 30
  3599. ClosestColor.TextStrokeTransparency = 0.5
  3600.  
  3601. Line.Name = "Line"
  3602. Line.Parent = CustomizeGui
  3603. Line.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  3604. Line.BackgroundTransparency = 0.5
  3605. Line.BorderColor3 = Color3.new(0, 0, 0)
  3606. Line.BorderSizePixel = 0
  3607. Line.Position = UDim2.new(0, 0, 0.200000003, 0)
  3608. Line.Size = UDim2.new(1, 0, 0.0299999993, 0)
  3609. Line.Font = Enum.Font.SourceSans
  3610. Line.FontSize = Enum.FontSize.Size14
  3611. Line.Text = " "
  3612. Line.TextSize = 14
  3613.  
  3614. Color.Name = "Color"
  3615. Color.Parent = CustomizeGui
  3616. Color.BackgroundColor3 = Color3.new(1, 1, 1)
  3617. Color.BorderSizePixel = 0
  3618. Color.Position = UDim2.new(0.699999988, 0, 0.419999987, 0)
  3619. Color.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  3620. Color.SizeConstraint = Enum.SizeConstraint.RelativeYY
  3621.  
  3622. MusicOption.Parent = CustomizeGui
  3623. MusicOption.Name = "MusicOption"
  3624. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  3625. MusicOption.BorderSizePixel = 1
  3626. MusicOption.Position = UDim2.new(0.01, 0, -0.12, 0)
  3627. MusicOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  3628. MusicOption.Text = ""
  3629. MusicOption.BackgroundTransparency = 0.5
  3630.  
  3631. ScreenOption.Parent = CustomizeGui
  3632. ScreenOption.Name = "ScreenOption"
  3633. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  3634. ScreenOption.BorderSizePixel = 1
  3635. ScreenOption.Position = UDim2.new(0.01, 0, -0.23, 0)
  3636. ScreenOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  3637. ScreenOption.Text = ""
  3638. ScreenOption.BackgroundTransparency = 0.5
  3639.  
  3640. ScreenOptionTxt.Name = "ScreenOptionTxt"
  3641. ScreenOptionTxt.Parent = CustomizeGui
  3642. ScreenOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  3643. ScreenOptionTxt.BackgroundTransparency = 1
  3644. ScreenOptionTxt.Position = UDim2.new(0.07, 0, -0.23, 0)
  3645. ScreenOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  3646. ScreenOptionTxt.Font = Enum.Font.SourceSans
  3647. ScreenOptionTxt.FontSize = Enum.FontSize.Size24
  3648. ScreenOptionTxt.Text = "Psychopath Red Filter"
  3649. ScreenOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  3650. ScreenOptionTxt.TextScaled = true
  3651. ScreenOptionTxt.TextSize = 20
  3652. ScreenOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  3653. ScreenOptionTxt.TextStrokeTransparency = 0.5
  3654. ScreenOptionTxt.TextWrapped = true
  3655. ScreenOptionTxt.TextXAlignment = "Left"
  3656.  
  3657. MusicOptionTxt.Name = "MusicOptionTxt"
  3658. MusicOptionTxt.Parent = CustomizeGui
  3659. MusicOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  3660. MusicOptionTxt.BackgroundTransparency = 1
  3661. MusicOptionTxt.Position = UDim2.new(0.07, 0, -0.12, 0)
  3662. MusicOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  3663. MusicOptionTxt.Font = Enum.Font.SourceSans
  3664. MusicOptionTxt.FontSize = Enum.FontSize.Size24
  3665. MusicOptionTxt.Text = "Psychopath Background Music"
  3666. MusicOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  3667. MusicOptionTxt.TextScaled = true
  3668. MusicOptionTxt.TextSize = 20
  3669. MusicOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  3670. MusicOptionTxt.TextStrokeTransparency = 0.5
  3671. MusicOptionTxt.TextWrapped = true
  3672. MusicOptionTxt.TextXAlignment = "Left"
  3673.  
  3674. Close.Name = "Close"
  3675. Close.Parent = CustomizeGui
  3676. Close.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  3677. Close.BackgroundTransparency = 0.5
  3678. Close.BorderColor3 = Color3.new(0, 0, 0)
  3679. Close.BorderSizePixel = 2
  3680. Close.Position = UDim2.new(1.005, 0, 0, 0)
  3681. Close.Size = UDim2.new(0.100000001, 0, 0.2, 0)
  3682. Close.Font = Enum.Font.SourceSans
  3683. Close.FontSize = Enum.FontSize.Size14
  3684. Close.Text = "X"
  3685. Close.TextColor3 = Color3.new(1, 1, 1)
  3686. Close.TextScaled = true
  3687. Close.TextSize = 14
  3688. Close.TextStrokeTransparency = 0
  3689. Close.TextWrapped = true
  3690.  
  3691. RedHue.Name = "RedHue"
  3692. RedHue.Parent = CustomizeGui
  3693. RedHue.BackgroundColor3 = Color3.new(1, 1, 1)
  3694. RedHue.BackgroundTransparency = 1
  3695. RedHue.Position = UDim2.new(0.100000001, 0, 0.400000006, 0)
  3696. RedHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  3697. RedHue.Font = Enum.Font.SourceSans
  3698. RedHue.FontSize = Enum.FontSize.Size24
  3699. RedHue.Text = "RED Hue Value: "
  3700. RedHue.TextColor3 = Color3.new(1, 1, 1)
  3701. RedHue.TextScaled = true
  3702. RedHue.TextSize = 20
  3703. RedHue.TextStrokeColor3 = Color3.new(1, 0, 0)
  3704. RedHue.TextStrokeTransparency = 0.75
  3705. RedHue.TextWrapped = true
  3706.  
  3707. GreenHue.Name = "GreenHue"
  3708. GreenHue.Parent = CustomizeGui
  3709. GreenHue.BackgroundColor3 = Color3.new(1, 1, 1)
  3710. GreenHue.BackgroundTransparency = 1
  3711. GreenHue.Position = UDim2.new(0.100000001, 0, 0.5, 0)
  3712. GreenHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  3713. GreenHue.Font = Enum.Font.SourceSans
  3714. GreenHue.FontSize = Enum.FontSize.Size24
  3715. GreenHue.Text = "GREEN Hue Value:"
  3716. GreenHue.TextColor3 = Color3.new(1, 1, 1)
  3717. GreenHue.TextScaled = true
  3718. GreenHue.TextSize = 20
  3719. GreenHue.TextStrokeColor3 = Color3.new(0, 1, 0)
  3720. GreenHue.TextStrokeTransparency = 0.75
  3721. GreenHue.TextWrapped = true
  3722.  
  3723. RedInput.Name = "RedInput"
  3724. RedInput.Parent = CustomizeGui
  3725. RedInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  3726. RedInput.BackgroundTransparency = 0.5
  3727. RedInput.BorderSizePixel = 0
  3728. RedInput.Position = UDim2.new(0.419999987, 0, 0.425000007, 0)
  3729. RedInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  3730. RedInput.Font = Enum.Font.SourceSans
  3731. RedInput.FontSize = Enum.FontSize.Size14
  3732. RedInput.Text = "255"
  3733. RedInput.TextColor3 = Color3.new(1, 1, 1)
  3734. RedInput.TextSize = 14
  3735. RedInput.TextStrokeTransparency = 0
  3736.  
  3737. BlueHue.Name = "BlueHue"
  3738. BlueHue.Parent = CustomizeGui
  3739. BlueHue.BackgroundColor3 = Color3.new(1, 1, 1)
  3740. BlueHue.BackgroundTransparency = 1
  3741. BlueHue.Position = UDim2.new(0.100000001, 0, 0.600000024, 0)
  3742. BlueHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  3743. BlueHue.Font = Enum.Font.SourceSans
  3744. BlueHue.FontSize = Enum.FontSize.Size24
  3745. BlueHue.Text = "BLUE Hue Value:"
  3746. BlueHue.TextColor3 = Color3.new(1, 1, 1)
  3747. BlueHue.TextScaled = true
  3748. BlueHue.TextSize = 20
  3749. BlueHue.TextStrokeColor3 = Color3.new(0, 0, 1)
  3750. BlueHue.TextStrokeTransparency = 0.75
  3751. BlueHue.TextWrapped = true
  3752.  
  3753. TrailTransparency.Name = "TrailTransparency"
  3754. TrailTransparency.Parent = CustomizeGui
  3755. TrailTransparency.BackgroundColor3 = Color3.new(1, 1, 1)
  3756. TrailTransparency.BackgroundTransparency = 1
  3757. TrailTransparency.Position = UDim2.new(0.090000001, 0, 0.700000024, 0)
  3758. TrailTransparency.Size = UDim2.new(0.310000012, 0, 0.100000001, 0)
  3759. TrailTransparency.Font = Enum.Font.SourceSans
  3760. TrailTransparency.FontSize = Enum.FontSize.Size24
  3761. TrailTransparency.Text = "Trail Transparency:"
  3762. TrailTransparency.TextColor3 = Color3.new(1, 1, 1)
  3763. TrailTransparency.TextScaled = true
  3764. TrailTransparency.TextSize = 20
  3765. TrailTransparency.TextStrokeColor3 = Color3.new(0, 0, 0)
  3766. TrailTransparency.TextWrapped = true
  3767.  
  3768. GreenInput.Name = "GreenInput"
  3769. GreenInput.Parent = CustomizeGui
  3770. GreenInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  3771. GreenInput.BackgroundTransparency = 0.5
  3772. GreenInput.BorderSizePixel = 0
  3773. GreenInput.Position = UDim2.new(0.419999987, 0, 0.524999976, 0)
  3774. GreenInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  3775. GreenInput.Font = Enum.Font.SourceSans
  3776. GreenInput.FontSize = Enum.FontSize.Size14
  3777. GreenInput.Text = "255"
  3778. GreenInput.TextColor3 = Color3.new(1, 1, 1)
  3779. GreenInput.TextSize = 14
  3780. GreenInput.TextStrokeTransparency = 0
  3781.  
  3782. TransInput.Name = "TransInput"
  3783. TransInput.Parent = CustomizeGui
  3784. TransInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  3785. TransInput.BackgroundTransparency = 0.5
  3786. TransInput.BorderSizePixel = 0
  3787. TransInput.Position = UDim2.new(0.419999987, 0, 0.725000024, 0)
  3788. TransInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  3789. TransInput.Font = Enum.Font.SourceSans
  3790. TransInput.FontSize = Enum.FontSize.Size14
  3791. TransInput.Text = "50"
  3792. TransInput.TextColor3 = Color3.new(1, 1, 1)
  3793. TransInput.TextSize = 14
  3794. TransInput.TextStrokeTransparency = 0
  3795.  
  3796. BlueInput.Name = "BlueInput"
  3797. BlueInput.Parent = CustomizeGui
  3798. BlueInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  3799. BlueInput.BackgroundTransparency = 0.5
  3800. BlueInput.BorderSizePixel = 0
  3801. BlueInput.Position = UDim2.new(0.419999987, 0, 0.625, 0)
  3802. BlueInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  3803. BlueInput.Font = Enum.Font.SourceSans
  3804. BlueInput.FontSize = Enum.FontSize.Size14
  3805. BlueInput.Text = "255"
  3806. BlueInput.TextColor3 = Color3.new(1, 1, 1)
  3807. BlueInput.TextSize = 14
  3808. BlueInput.TextStrokeTransparency = 0
  3809.  
  3810. Message.Name = "Message"
  3811. Message.Parent = CustomizeGui
  3812. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  3813. Message.BackgroundTransparency = 1
  3814. Message.Position = UDim2.new(0, 0, 0.2500004, 0)
  3815. Message.Size = UDim2.new(1, 0, 0.100000006, 0)
  3816. Message.Font = Enum.Font.SourceSans
  3817. Message.FontSize = Enum.FontSize.Size18
  3818. Message.Text = "|| Inputs must be values ||"
  3819. Message.TextColor3 = Color3.new(1, 1, 1)
  3820. Message.TextScaled = true
  3821. Message.TextSize = 15
  3822. Message.TextStrokeTransparency = 0.75
  3823. Message.TextWrapped = true
  3824.  
  3825. local attun = Instance.new("Attachment", knife)
  3826. attun.Position = Vector3.new(0, 0.1, -1.75)
  3827. local atdos = Instance.new("Attachment", knife)
  3828. atdos.Position = Vector3.new(0, -0.1, 0.5)
  3829. local trail = Instance.new("Trail", knife)
  3830. trail.LightEmission = 0.5
  3831. trail.Attachment0 = attun
  3832. trail.Attachment1 = atdos
  3833. trail.Lifetime = 0.175
  3834. trail.MinLength = 0
  3835. trail.Enabled = false
  3836.  
  3837. function updatez()
  3838. local rc = tonumber(RedInput.Text)
  3839. local gc = tonumber(GreenInput.Text)
  3840. local bc = tonumber(BlueInput.Text)
  3841. local tcupd = tonumber(TransInput.Text)
  3842. if rc == nil then
  3843. rc = 0
  3844. end
  3845. if gc == nil then
  3846. gc = 0
  3847. end
  3848. if bc == nil then
  3849. bc = 0
  3850. end
  3851. if tcupd == nil then
  3852. tcupd = 0
  3853. end
  3854. local tc = tcupd/100
  3855. Color.BackgroundColor3 = Color3.fromRGB(rc,gc,bc)
  3856. ClosestColor.Text = "Your color is closest to "..tostring(BrickColor.new(Color3.fromRGB(rc,gc,bc)))
  3857. obj32.Color = Color3.fromRGB(rc,gc,bc)
  3858. obj33.Color = Color3.fromRGB(rc,gc,bc)
  3859. obj34.Color = Color3.fromRGB(rc,gc,bc)
  3860. obj35.Color = Color3.fromRGB(rc,gc,bc)
  3861. obj36.Color = Color3.fromRGB(rc,gc,bc)
  3862. obj37.Color = Color3.fromRGB(rc,gc,bc)
  3863. obj38.Color = Color3.fromRGB(rc,gc,bc)
  3864. trail.Color = ColorSequence.new(Color3.fromRGB(rc, gc, bc))
  3865. trail.Transparency = NumberSequence.new(tc)
  3866. TrailTransparency.TextStrokeTransparency = tc
  3867. end
  3868.  
  3869. RedInput.Changed:connect(function(val)
  3870. if val == "Text" and tonumber(RedInput.Text) then
  3871. RedInput.Text = tostring(tonumber(RedInput.Text))
  3872. if tonumber(RedInput.Text) > 255 then
  3873. RedInput.Text = '255'
  3874. end
  3875. elseif val == "Text" then
  3876. RedInput.Text = ""
  3877. end
  3878. updatez()
  3879. end)
  3880. GreenInput.Changed:connect(function(val)
  3881. if val == "Text" and tonumber(GreenInput.Text) then
  3882. GreenInput.Text = tostring(tonumber(GreenInput.Text))
  3883. if tonumber(GreenInput.Text) > 255 then
  3884. GreenInput.Text = '255'
  3885. end
  3886. elseif val == "Text" then
  3887. GreenInput.Text = ""
  3888. end
  3889. updatez()
  3890. end)
  3891. BlueInput.Changed:connect(function(val)
  3892. if val == "Text" and tonumber(BlueInput.Text) then
  3893. BlueInput.Text = tostring(tonumber(BlueInput.Text))
  3894. if tonumber(BlueInput.Text) > 255 then
  3895. BlueInput.Text = '255'
  3896. end
  3897. elseif val == "Text" then
  3898. BlueInput.Text = ""
  3899. end
  3900. updatez()
  3901. end)
  3902. TransInput.Changed:connect(function(val)
  3903. if val == "Text" and tonumber(TransInput.Text) then
  3904. TransInput.Text = tostring(tonumber(TransInput.Text))
  3905. if tonumber(TransInput.Text) > 100 then
  3906. TransInput.Text = '100'
  3907. end
  3908. elseif val == "Text" then
  3909. TransInput.Text = ""
  3910. end
  3911. updatez()
  3912. end)
  3913.  
  3914. Close.MouseButton1Click:connect(function()
  3915. if lerpz == false then
  3916. lerpz = true
  3917. if Close.Text ~= "+" then
  3918. CustomizeGui:TweenPosition(UDim2.new(-0.45,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  3919. for i=1,10 do
  3920. Close.TextTransparency = i/10
  3921. Close.TextStrokeTransparency = i/10
  3922. wait(0.01)
  3923. end
  3924. Close.Text = "+"
  3925. for i=1,10 do
  3926. Close.TextTransparency = (10-i+1)/10
  3927. Close.TextStrokeTransparency = (10-i+1)/10
  3928. wait(0.01)
  3929. end
  3930. lerpz = false
  3931. else
  3932. CustomizeGui:TweenPosition(UDim2.new(0,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  3933. for i=1,10 do
  3934. Close.TextTransparency = i/10
  3935. Close.TextStrokeTransparency = i/10
  3936. wait(0.01)
  3937. end
  3938. Close.Text = "X"
  3939. for i=1,10 do
  3940. Close.TextTransparency = (10-i+1)/10
  3941. Close.TextStrokeTransparency = (10-i+1)/10
  3942. wait(0.01)
  3943. end
  3944. lerpz = false
  3945. end
  3946. end
  3947. end)
  3948.  
  3949. MusicOption.MouseButton1Click:connect(function()
  3950. if canbackgroundmusic == true then
  3951. canbackgroundmusic = false
  3952. MusicOption.BackgroundColor3 = Color3.new(1, 0, 0)
  3953. else
  3954. canbackgroundmusic = true
  3955. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  3956. end
  3957. end)
  3958.  
  3959. ScreenOption.MouseButton1Click:connect(function()
  3960. if cancolorfilter == true then
  3961. cancolorfilter = false
  3962. ScreenOption.BackgroundColor3 = Color3.new(1, 0, 0)
  3963. else
  3964. cancolorfilter = true
  3965. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  3966. end
  3967. end)
  3968.  
  3969. function equip()
  3970. local doit = coroutine.wrap(function()
  3971. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  3972. acting = true
  3973. local arm = me["Right Arm"]
  3974. local arm2 = me["Left Arm"]
  3975. local tors = me.Torso
  3976. local weld = Instance.new('Weld',arm)
  3977. weld.Part0 = arm
  3978. weld.Part1 = tors
  3979. weld.C0 = CFrame.new(-1.5,0,0)
  3980. local weld2 = Instance.new("Weld", arm2)
  3981. weld2.Part0 = arm2
  3982. weld2.Part1 = tors
  3983. weld2.C0 = CFrame.new(1.5, 0, 0)
  3984. wait(0.001)
  3985. for i = 0,1,0.1 do
  3986. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  3987. weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  3988. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  3989. wait(0.001)
  3990. end
  3991. wait(0.15)
  3992. trail.Enabled = true
  3993. for i = 0,1,0.1 do
  3994. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  3995. weld.C0 = weld.C0:lerp(CFrame.new(-0.5,2,0)*CFrame.Angles(0,0,-1.55),i)
  3996. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  3997. wait(0.001)
  3998. end
  3999. trail.Enabled = false
  4000. wait(0.2)
  4001. for i = 0,1,0.1 do
  4002. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  4003. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  4004. wait(0.001)
  4005. end
  4006. weld:Destroy()
  4007. weld2:Remove()
  4008. if tors ~= nil then
  4009. rightshoulderz:Clone().Parent = me.Torso
  4010. leftshoulderz:Clone().Parent = me.Torso
  4011. end
  4012. end
  4013. acting = false
  4014. end)
  4015. doit()
  4016. end
  4017.  
  4018. function kysnigga()
  4019. if kyssing == true then return end
  4020. kyssing = true
  4021. acting = true
  4022. decearingTHING = math.random(1, 100)
  4023. if decearingTHING == 4 then
  4024. decearingEGG = Instance.new("Sound", me.Torso)
  4025. decearingEGG.SoundId = "rbxassetid://138084557"
  4026. decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  4027. decearingEGG.TimePosition = 0.2
  4028. decearingEGG:Play()
  4029. end
  4030. me.Humanoid.WalkSpeed = 0
  4031. me.Humanoid.JumpPower = 0
  4032.  
  4033. local rightarm = Instance.new("Weld", me.Torso)
  4034. rightarm.Part0 = me.Torso
  4035. rightarm.Part1 = me["Right Arm"]
  4036. rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  4037.  
  4038. local leftarm = Instance.new("Weld", me.Torso)
  4039. leftarm.Part0 = me.Torso
  4040. leftarm.Part1 = me["Left Arm"]
  4041. leftarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1.5, 0, 0)
  4042.  
  4043. local tors = Instance.new("Weld", me.HumanoidRootPart)
  4044. tors.Part0 = me.HumanoidRootPart
  4045. tors.Part1 = me.Torso
  4046. tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  4047.  
  4048. local rightleg = Instance.new("Weld", me.Torso)
  4049. rightleg.Part0 = me.Torso
  4050. rightleg.Part1 = me["Right Leg"]
  4051. rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  4052.  
  4053. local leftleg = Instance.new("Weld", me.Torso)
  4054. leftleg.Part0 = me.Torso
  4055. leftleg.Part1 = me["Left Leg"]
  4056. leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  4057.  
  4058. for i = 0, 1, 0.03 do
  4059. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-10), 0, 0), i)
  4060. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  4061. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  4062. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), i)
  4063. wait()
  4064. end
  4065. for i = 0, 1, 0.03 do
  4066. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(5), 0, 0), i)
  4067. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  4068. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  4069. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(-35)), i)
  4070. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(35)), i)
  4071. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  4072. wait()
  4073. end
  4074. local bleedzer = Instance.new('Part',me.Torso)
  4075. bleedzer.CFrame = me.Torso.CFrame
  4076. bleedzer.Size = Vector3.new(0.1,0.1,0.1)
  4077. bleedzer.Transparency = 1
  4078. bleedzer.CanCollide = false
  4079. local weld = Instance.new('Weld',bleedzer)
  4080. weld.Part0 = bleedzer
  4081. weld.Part1 = me.Torso
  4082. weld.C0= CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),0,0)
  4083. local woodpekker = coroutine.wrap(function()
  4084. bleed(bleedzer)
  4085. end)
  4086. woodpekker()
  4087. audio.SoundId = "rbxassetid://199977936"
  4088. audio.PlaybackSpeed = 1.5
  4089. audio:Play()
  4090. audio2.SoundId = "rbxassetid://220834019"
  4091. audio2.PlaybackSpeed = 1
  4092. audio2.TimePosition = 0.1
  4093. audio2:Play()
  4094. for i = 0, 1, 0.1 do
  4095. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  4096. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  4097. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  4098. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  4099. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  4100. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  4101. wait()
  4102. end
  4103. wait(1)
  4104. audio.SoundId = "rbxassetid://210943487"
  4105. audio.TimePosition = 0.2
  4106. audio.PlaybackSpeed = 0.75
  4107. audio:Play()
  4108. for i = 0, 1, 0.03 do
  4109. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  4110. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  4111. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  4112. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  4113. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  4114. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  4115. wait()
  4116. end
  4117. for i = 0, 1, 0.03 do
  4118. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  4119. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  4120. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  4121. wait()
  4122. end
  4123. wait(0.24)
  4124. if me:FindFirstChildOfClass('Humanoid') then
  4125. me:FindFirstChildOfClass('Humanoid').Health = 0
  4126. end
  4127. wait(0.01)
  4128. killz(me,me.Torso.Name,nil,nil,true)
  4129.  
  4130. tors:Remove()
  4131. rightarm:Remove()
  4132. rightleg:Remove()
  4133. leftleg:Remove()
  4134. leftarm:Remove()
  4135. rightshoulderz:Clone().Parent = me.Torso
  4136. leftshoulderz:Clone().Parent = me.Torso
  4137. torsojoint:Clone().Parent = me.HumanoidRootPart
  4138. lefthipz:Clone().Parent = me.Torso
  4139. righthipz:Clone().Parent = me.Torso
  4140. me.Humanoid.JumpPower = 50
  4141. me.Humanoid.WalkSpeed = 16
  4142. acting = false
  4143. canClick = true
  4144. doing = false
  4145. hit = false
  4146. kyssing = false
  4147. if decearingTHING == 4 then
  4148. decearingEGG:Remove()
  4149. end
  4150. end
  4151.  
  4152. function bleedout()
  4153. local doit = coroutine.wrap(function()
  4154. local targe = grabbed
  4155. local num = 0
  4156. while targe and targe:FindFirstChildOfClass('Humanoid') and targe:FindFirstChildOfClass('Humanoid').Health > 0 and num < 11 do
  4157. if targe.Head:FindFirstChild('Died') then
  4158. tone = math.random(6, 12) / 10
  4159. targe.Head.Died.PlaybackSpeed = tone
  4160. targe.Head.Died:Play()
  4161. else
  4162. local deathsound = Instance.new('Sound',targe.Head)
  4163. deathsound.Name = "Died"
  4164. deathsound.SoundId = 'rbxasset://sounds/uuhhh.mp3'
  4165. deathsound.Volume = 0.65
  4166. deathsound.EmitterSize = 5
  4167. deathsound.MaxDistance = 150
  4168. tone = math.random(5, 15) / 10
  4169. targe.Head.Died.PlaybackSpeed = tone
  4170. targe.Head.Died:Play()
  4171. end
  4172. targe:FindFirstChildOfClass('Humanoid').Health = targe:FindFirstChildOfClass('Humanoid').Health - 7
  4173. num = num+1
  4174. wait(0.325)
  4175. end
  4176. targe:FindFirstChildOfClass('Humanoid').Health = 0
  4177. wait()
  4178. killz(targe,'Head',nil,nil,false,true)
  4179. wait(2)
  4180. targe:Remove()
  4181. end)
  4182. doit()
  4183. end
  4184.  
  4185. function liedown()
  4186. local doit = coroutine.wrap(function()
  4187. local targe = grabbed
  4188. wait(2)
  4189. if targe and targe:FindFirstChildOfClass('Humanoid') then
  4190. targe:FindFirstChildOfClass('Humanoid').PlatformStand = false
  4191. end
  4192. end)
  4193. doit()
  4194. end
  4195.  
  4196. function grab()
  4197. local doit = coroutine.wrap(function()
  4198. acting = true
  4199. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  4200. local arm = me["Right Arm"]
  4201. local tors = me.Torso
  4202. local arm2 = me["Left Arm"]
  4203. local humanroot = me.HumanoidRootPart
  4204. local weld2 = Instance.new('Weld',arm)
  4205. weld2.Part0 = arm
  4206. weld2.Part1 = tors
  4207. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  4208. local weld3 = Instance.new('Weld',arm2)
  4209. weld3.Part0 = arm2
  4210. weld3.Part1 = tors
  4211. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  4212. for i = 0,1,0.05 do
  4213. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  4214. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  4215. weld3.C0 = weld3.C0:lerp(CFrame.new(1.2,1.3,0)*CFrame.Angles(0,0,1.2),i)
  4216. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), -1.55) * CFrame.new(0, 0.95, 0)
  4217. wait(0.01)
  4218. end
  4219. grabbing = true
  4220. trail.Enabled = true
  4221. for i = 0,1,0.10 do
  4222. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  4223. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  4224. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  4225. wait(0.01)
  4226. end
  4227. trail.Enabled = false
  4228. wait(0.5)
  4229. grabbing = false
  4230. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  4231. if grabbed == nil then
  4232. for i = 0,1,0.1 do
  4233. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil then return end
  4234. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  4235. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  4236. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  4237. wait(0.001)
  4238. end
  4239. weld2:Destroy()
  4240. weld3:Destroy()
  4241. rightshoulderz:Clone().Parent = me.Torso
  4242. leftshoulderz:Clone().Parent = me.Torso
  4243. acting = false
  4244. canClick = true
  4245. end
  4246. end)
  4247. doit()
  4248. end
  4249.  
  4250. function kill()
  4251. paralyzed = false
  4252. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then hardrelease() return end
  4253. targetweld = grabbed.Torso.TargetWeld
  4254. targetweld2 = nil
  4255. local reee = grabbed:FindFirstChild("Left Arm")
  4256. if reee and reee:FindFirstChild("Weld") then
  4257. targetweld2 = reee.Weld
  4258. end
  4259. for i, v in pairs(grabbed:GetChildren()) do
  4260. if v.Name == "Part" then
  4261. v.CanCollide = true
  4262. end
  4263. end
  4264. targetweld3pt = grabbed:FindFirstChild("Right Arm")
  4265. local targetrightshoulder = rightshoulder
  4266. local targetleftshoulder = leftshoulder
  4267. local targetweld3 = Instance.new("Weld", targetweld3pt)
  4268. targetweld3.Part0 = grabbed.Torso
  4269. targetweld3.Part1 = targetweld3pt
  4270. targetweld3.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  4271.  
  4272. local doit = coroutine.wrap(function()
  4273. local arm = me["Right Arm"]
  4274. local tors = grabbed.Torso
  4275. local arm2 = me["Left Arm"]
  4276. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  4277. doing = true
  4278. local weld2 = arm:FindFirstChildOfClass('Weld')
  4279. local weld3 = arm2:FindFirstChildOfClass('Weld')
  4280. local humanroot = me.HumanoidRootPart
  4281.  
  4282. for i = 0,1,0.1 do
  4283. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  4284. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.9, 0, -1.4), i)
  4285. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 0.5, -0.5)* CFrame.Angles(-1.5, 0.4, 1.1), i)
  4286. wait(0.01)
  4287. end
  4288.  
  4289. audio:Stop()
  4290. audio.SoundId = "rbxassetid://517040733"
  4291. tone = math.random(1, 3)
  4292. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.3 end
  4293. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  4294. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.2 end
  4295. audio:Play()
  4296.  
  4297. local bleedpart = Instance.new("Part", grabbed)
  4298. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  4299. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  4300. bleedpart.CanCollide = false
  4301. bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  4302. bleedpart.Transparency = 1
  4303.  
  4304. local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  4305. bleedpartweld.Part0 = grabbed.Torso
  4306. bleedpartweld.Part1 = bleedpart
  4307. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  4308. local coru=coroutine.wrap(function()
  4309. bleed(bleedpart)
  4310. end)
  4311. coru()
  4312.  
  4313. local slightthrow = Instance.new("BodyThrust", grabbed.Torso)
  4314. slightthrow.Force = Vector3.new(0, 0, -2500)
  4315.  
  4316. local slightthrow2 = Instance.new("BodyAngularVelocity", grabbed.Torso)
  4317. slightthrow2.AngularVelocity = Vector3.new(0, -1000, 0)
  4318. slightthrow2.MaxTorque = Vector3.new(1000, 1000, 1000)
  4319.  
  4320. if grabbed:FindFirstChildOfClass('Humanoid') then
  4321. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4322. end
  4323.  
  4324. killz(grabbed,'Left Leg')
  4325. killz(grabbed,'Left Arm')
  4326. killz(grabbed,'Right Leg')
  4327. killz(grabbed,'Right Arm')
  4328.  
  4329. trail.Enabled = true
  4330.  
  4331. for i = 0,1,0.2 do
  4332. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  4333. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 0, -1.4), i)
  4334. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  4335. wait(0.01)
  4336. end
  4337.  
  4338. trail.Enabled = false
  4339.  
  4340. bleedout()
  4341.  
  4342. rightshoulderz:Clone().Parent = me.Torso
  4343. leftshoulderz:Clone().Parent = me.Torso
  4344. grabbed = nil
  4345.  
  4346. if humanroot:FindFirstChild('Holder') then
  4347. humanroot.Holder:Destroy()
  4348. end
  4349.  
  4350. wait(0.2)
  4351. slightthrow:Remove()
  4352. slightthrow2:Remove()
  4353. for i = 0,1,0.05 do
  4354. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  4355. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  4356. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  4357. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  4358. wait(0.01)
  4359. end
  4360.  
  4361. weld2:Destroy()
  4362. weld3:Destroy()
  4363. targetweld = nil
  4364. targetweld2 = nil
  4365. targetweld3 = nil
  4366. rightshoulderz:Clone().Parent = me.Torso
  4367. leftshoulderz:Clone().Parent = me.Torso
  4368. acting = false
  4369. canClick = true
  4370. doing = false
  4371. end)
  4372. doit()
  4373. end
  4374.  
  4375. function finish()
  4376. if finishing == true then return end
  4377. finishing = true
  4378. acting = true
  4379. decearingTHING = math.random(1, 100)
  4380. if decearingTHING == 4 then
  4381. decearingEGG = Instance.new("Sound", me.Torso)
  4382. decearingEGG.SoundId = "rbxassetid://138084557"
  4383. decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  4384. decearingEGG.TimePosition = 0.2
  4385. decearingEGG:Play()
  4386. end
  4387. me.Humanoid.WalkSpeed = 0
  4388. me.Humanoid.JumpPower = 0
  4389.  
  4390. local rightarm = Instance.new("Weld", me.Torso)
  4391. rightarm.Part0 = me.Torso
  4392. rightarm.Part1 = me["Right Arm"]
  4393. rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  4394.  
  4395. local tors = Instance.new("Weld", me.HumanoidRootPart)
  4396. tors.Part0 = me.HumanoidRootPart
  4397. tors.Part1 = me.Torso
  4398. tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  4399.  
  4400. local rightleg = Instance.new("Weld", me.Torso)
  4401. rightleg.Part0 = me.Torso
  4402. rightleg.Part1 = me["Right Leg"]
  4403. rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  4404.  
  4405. local leftleg = Instance.new("Weld", me.Torso)
  4406. leftleg.Part0 = me.Torso
  4407. leftleg.Part1 = me["Left Leg"]
  4408. leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  4409.  
  4410. for i = 0, 1, 0.05 do
  4411. tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), 0, 0), i)
  4412. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  4413. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  4414. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0) * CFrame.Angles(math.rad(179), math.rad(179), 0), i)
  4415. wait()
  4416. end
  4417. for i=1,finishnum do
  4418. local num1 = 0.5
  4419. local num2 = 0.5
  4420. local num3 = 0.25
  4421. if finishnum ~= 1 then
  4422. num3 = 0
  4423. end
  4424. trail.Enabled = true
  4425. for i = 0, 1, num1 do
  4426. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-60), 0, 0), i)
  4427. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(0), 0, 0), i)
  4428. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(10), 0, 0), i)
  4429. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, -1) * CFrame.Angles(math.rad(160), math.rad(150), 0), i)
  4430. wait()
  4431. end
  4432. wait()
  4433. for i = 0, 1, num2 do
  4434. tors.C0 = tors.C0:lerp(CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  4435. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(-30), 0, 0), i)
  4436. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(-20), 0, 0), i)
  4437. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0.2) * CFrame.Angles(math.rad(250), math.rad(180), 0), i)
  4438. wait()
  4439. end
  4440. trail.Enabled = false
  4441. wait(num3)
  4442. end
  4443. wait()
  4444. for i = 0, 1, 0.05 do
  4445. tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), i)
  4446. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  4447. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  4448. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0), i)
  4449. wait()
  4450. end
  4451. tors:Remove()
  4452. rightarm:Remove()
  4453. rightleg:Remove()
  4454. leftleg:Remove()
  4455. rightshoulderz:Clone().Parent = me.Torso
  4456. leftshoulderz:Clone().Parent = me.Torso
  4457. torsojoint:Clone().Parent = me.HumanoidRootPart
  4458. lefthipz:Clone().Parent = me.Torso
  4459. righthipz:Clone().Parent = me.Torso
  4460. me.Humanoid.JumpPower = 50
  4461. me.Humanoid.WalkSpeed = 16
  4462. acting = false
  4463. canClick = true
  4464. doing = false
  4465. hit = false
  4466. finishing = false
  4467. if decearingTHING == 4 then
  4468. decearingEGG:Remove()
  4469. end
  4470. end
  4471.  
  4472. function throw()
  4473. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  4474. paralyzed = false
  4475. targetweld = grabbed.Torso.TargetWeld
  4476. local ree = grabbed:FindFirstChild("Left Arm")
  4477. targetweld2 =nil
  4478. if ree and ree:FindFirstChild("Weld") then
  4479. targetweld2 = ree.Weld
  4480. end
  4481.  
  4482. for i, v in pairs(grabbed:GetChildren()) do
  4483. if v.Name == "Part" then
  4484. v.CanCollide = true
  4485. end
  4486. end
  4487.  
  4488.  
  4489. local doit = coroutine.wrap(function()
  4490. local arm = me["Right Arm"]
  4491. local tors = grabbed.Torso
  4492. local arm2 = me["Left Arm"]
  4493. local targrightshoulder = rightshoulder
  4494.  
  4495. local targleftshoulder = leftshoulder
  4496. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  4497. doing = true
  4498. local weld2 = arm:FindFirstChildOfClass('Weld')
  4499. local weld3 = arm2:FindFirstChildOfClass('Weld')
  4500. local humanroot = me.HumanoidRootPart
  4501.  
  4502. for i = 0,1,0.2 do
  4503. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  4504. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 1, -1.4), i)
  4505. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  4506. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  4507. if targetweld2 then
  4508. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  4509. end
  4510. wait(0.01)
  4511. end
  4512.  
  4513. audio:Stop()
  4514. audio.SoundId = "rbxassetid://536642316"
  4515. tone = math.random(1, 3)
  4516. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.08 end
  4517. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  4518. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.12 end
  4519. audio:Play()
  4520.  
  4521. local slightthrow = Instance.new("BodyVelocity", grabbed.Torso)
  4522. slightthrow.Velocity = Vector3.new(0,20,0)+(me.Torso.CFrame.lookVector*20)
  4523. slightthrow.P = 5000
  4524. slightthrow.MaxForce = Vector3.new(9000001,9000001,9000001)
  4525. local point = grabbed.Torso.Position
  4526. local aaaaaa = grabbed
  4527. liedown()
  4528.  
  4529. rightshoulderz:Clone().Parent = me.Torso
  4530. leftshoulderz:Clone().Parent = me.Torso
  4531. grabbed = nil
  4532.  
  4533. if humanroot:FindFirstChild('Holder') then
  4534. humanroot.Holder:Destroy()
  4535. end
  4536. local coru = coroutine.wrap(function()
  4537. while aaaaaa and aaaaaa:FindFirstChild('Torso') and (aaaaaa.Torso.Position-point).magnitude < 5 do wait(0.001) end
  4538. slightthrow:Remove()
  4539. end)
  4540. coru()
  4541.  
  4542. for i = 0,1,0.05 do
  4543. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  4544. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  4545. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  4546. wait(0.01)
  4547. end
  4548. weld2:Destroy()
  4549. weld3:Destroy()
  4550. targetweld:Remove()
  4551. if targetweld2 then
  4552. targetweld2:Remove()
  4553. end
  4554. if rightshoulder then
  4555. rightshoulder:Clone().Parent = tors
  4556. end
  4557. if leftshoulder then
  4558. leftshoulder:Clone().Parent = tors
  4559. end
  4560. headweld:Clone().Parent = tors
  4561. rightshoulderz:Clone().Parent = me.Torso
  4562. leftshoulderz:Clone().Parent = me.Torso
  4563. acting = false
  4564. canClick = true
  4565. doing = false
  4566. end)
  4567. doit()
  4568. end
  4569.  
  4570. cfn,ang,mr,int=CFrame.new,CFrame.Angles,math.rad,Instance.new
  4571. bc=BrickColor.new
  4572. local minimumsize = Vector3.new(0.7,0.7,0.7)
  4573. local surface_between_splitted_parts = 'SmoothNoOutlines'
  4574. local fragmentable = workspace
  4575. local list = {}
  4576. local brickcount = 0
  4577. local storage = {}
  4578. local fillup = 1000
  4579. local maximumstorage = 2000
  4580. local storage_position = Vector3.new(0,0,5000)
  4581. local stored_partsize = Vector3.new(1,1,1)
  4582. local parts_created_per_frame = 5
  4583.  
  4584. local minimumsize = Vector3.new(0.7,0.7,0.7)
  4585. local surface_between_splitted_parts = 'SmoothNoOutlines'
  4586. local fragmentable = workspace
  4587. local list = {}
  4588. local brickcount = 0
  4589. local storage = {}
  4590. local fillup = 1000
  4591. local maximumstorage = 2000
  4592. local storage_position = Vector3.new(0,0,5000)
  4593. local stored_partsize = Vector3.new(1,1,1)
  4594. local parts_created_per_frame = 5
  4595.  
  4596.  
  4597. function fragmentate(cframe,size,color,explosion_position,explosion_blastradius,backsurface,bottomsurface,frontsurface,leftsurface,rightsurface,topsurface,transparency,reflectance,material)
  4598. local xi = size.X >= minimumsize.X*(1+explosion_blastradius/16) and 2 or 1
  4599. local yi = size.Y >= minimumsize.Y*(1+explosion_blastradius/16) and 2 or 1
  4600. local zi = size.Z >= minimumsize.Z*(1+explosion_blastradius/16) and 2 or 1
  4601. if xi == 1 and yi == 1 and zi == 1 or (cframe.p-explosion_position).magnitude > size.magnitude/2 + explosion_blastradius then
  4602. if xi == 1 and yi == 1 and zi == 1 then return end
  4603. if #storage > 0 then
  4604. local p = storage[1]
  4605. p.BrickColor = color
  4606. p.Size = size
  4607. p.Anchored = false
  4608. p.BackSurface = backsurface
  4609. p.BottomSurface = bottomsurface
  4610. p.FrontSurface = frontsurface
  4611. p.LeftSurface = leftsurface
  4612. p.RightSurface = rightsurface
  4613. p.TopSurface = topsurface
  4614. p.Transparency = transparency
  4615. p.CFrame = cframe
  4616. p.Reflectance = reflectance
  4617. p.Material = material
  4618. game:GetService('Debris'):AddItem(p,30)
  4619. p:BreakJoints()
  4620. table.remove(storage,1)
  4621. else
  4622. local p = Instance.new("Part",fragmentable)
  4623. p.BrickColor = color
  4624. p.FormFactor = "Custom"
  4625. p.Size = size
  4626. p.BackSurface = backsurface
  4627. p.BottomSurface = bottomsurface
  4628. p.FrontSurface = frontsurface
  4629. p.LeftSurface = leftsurface
  4630. p.RightSurface = rightsurface
  4631. p.TopSurface = topsurface
  4632. p.Transparency = transparency
  4633. p.Material = material
  4634. if p.Transparency>0.285 then
  4635. p.Anchored = false
  4636. else
  4637. p.Anchored=false
  4638. p.Material='Wood'
  4639. game:GetService('Debris'):AddItem(p,10)
  4640. end
  4641. p.CFrame = cframe
  4642. p.Reflectance = reflectance
  4643. p:BreakJoints()
  4644. end
  4645. return
  4646. end
  4647. local mody = math.random(-125,125)/1000
  4648. for y = 1,yi do
  4649. if math.random()> 0.5 then
  4650. local modx = math.random(-125,125)/1000
  4651. for x = 1,xi do
  4652. local modz = math.random(-125,125)/1000
  4653. for z = 1,zi do --offset = x/xi-0.75+modx)
  4654. fragmentate(cframe*CFrame.new(size.X*(xi==1 and 0 or x/xi-0.75+modx),size.Y*(yi==1 and 0 or y/yi-0.75+mody),size.Z*(zi==1 and 0 or z/zi-0.75+modz)),
  4655. Vector3.new(xi == 2 and size.X*(1-2*math.abs(x/xi-0.75+modx)) or size.X,yi == 2 and size.Y*(1-2*math.abs(y/yi-0.75+mody)) or size.Y,
  4656. zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z or mustardfoot_was_here),color,explosion_position,explosion_blastradius,
  4657. z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  4658. z==2 and surface_between_splitted_parts or frontsurface,x==2 and surface_between_splitted_parts or leftsurface,x~=xi and surface_between_splitted_parts or rightsurface,
  4659. y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  4660. end
  4661.  
  4662. end
  4663. else
  4664. local modz = math.random(-125,125)/1000
  4665. for z = 1,zi do
  4666. local modx = math.random(-125,125)/1000
  4667. for x = 1,xi do
  4668. fragmentate(cframe*CFrame.new(size.X*(xi==1 and 0 or x/xi-0.75+modx),size.Y*(yi==1 and 0 or y/yi-0.75+mody),size.Z*(zi==1 and 0 or z/zi-0.75+modz)),
  4669. Vector3.new(xi == 2 and size.X*(1-2*math.abs(x/xi-0.75+modx)) or size.X,yi == 2 and size.Y*(1-2*math.abs(y/yi-0.75+mody)) or size.Y,
  4670. zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z),color,explosion_position,explosion_blastradius,
  4671. z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  4672. z==2 and surface_between_splitted_parts or frontsurface,x==2 and surface_between_splitted_parts or leftsurface,x~=xi and surface_between_splitted_parts or rightsurface,
  4673. y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  4674. end
  4675. end
  4676. end
  4677. end
  4678. end
  4679.  
  4680. function start_fragmentation(position,radius,nuh)
  4681. local search = Region3.new(position-Vector3.new(radius,radius,radius)*1.1,position+Vector3.new(radius,radius,radius)*1.1)
  4682. repeat
  4683. local finish = false
  4684. local parts = workspace:FindPartsInRegion3WithIgnoreList(search,list,100)
  4685. for i = 1,#parts do
  4686. table.insert(list,1,parts[i])
  4687. end
  4688. finish = true
  4689. until #parts < 100 and finish
  4690. local t = tick()
  4691. for i = 1,#list do
  4692. local p = list[i]
  4693. if p:IsA('UnionOperation') == false and p:IsA('CornerWedgePart') == false and p:IsA('TrussPart') == false and p:IsA('WedgePart') == false and p.Parent and p.Parent ~= obj1 and p.Parent.Name ~= "Projectile" and p:IsDescendantOf(fragmentable) and p:GetMass()<50000 and p.Transparency>0.285 and p.Name~='Base' and p.Parent:FindFirstChildOfClass('Humanoid') == nil and p.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and p:IsDescendantOf(me)==false then
  4694. fragmentate(p.CFrame,p.Size,p.BrickColor,position,radius,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
  4695. if #storage < maximumstorage and p.Shape == "Block" then
  4696. p.Anchored = false
  4697. p.FormFactor = "Custom"
  4698. p.Size = stored_partsize
  4699. p.Position = storage_position
  4700. table.insert(storage,1,p)
  4701. else
  4702. p:Destroy()
  4703. end
  4704. end
  4705. if nuh == false and p.Parent and p.Parent ~= obj1 and p.Parent.Name ~= "Projectile" and p:IsDescendantOf(fragmentable) and p:GetMass()<53000 and p.Transparency<0.05 and p.Name~='Base' and tostring(p.Material)=='Enum.Material.Wood' and p:IsDescendantOf(me)==false then
  4706. fragmentate(p.CFrame,p.Size,p.BrickColor,position,radius,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
  4707. if #storage < maximumstorage and p.Shape == "Block" then
  4708. p.Anchored = false
  4709. p.Material='Wood'
  4710. p.FormFactor = "Custom"
  4711. p.Size = stored_partsize
  4712. p.Position = storage_position
  4713. table.insert(storage,1,p)
  4714. else
  4715. p:Destroy()
  4716. end
  4717. end
  4718. end
  4719. list = {}
  4720. end
  4721.  
  4722.  
  4723. function fling()
  4724. local doit = coroutine.wrap(function()
  4725. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') then
  4726. acting = true
  4727. for i=1,finishnum do
  4728. local weld2 = Instance.new('Weld',me["Right Arm"])
  4729. weld2.Part0 = me["Right Arm"]
  4730. weld2.Part1 = me["Torso"]
  4731. weld2.C0 = CFrame.new(-1.5,0,0)
  4732. if finishnum == 1 then
  4733. for i = 0,1,0.05 do
  4734. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  4735. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  4736. wait(0.01)
  4737. end
  4738. end
  4739. audio.SoundId = "rbxassetid://166083610"
  4740. audio.PlaybackSpeed = 1
  4741. audio.TimePosition = 0.1
  4742. audio:Play()
  4743. if finishnum == 1 then
  4744. for i = 0,1,0.5 do
  4745. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  4746. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  4747. wait(0.001)
  4748. end
  4749. end
  4750. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  4751. local knofe = obj1:Clone()
  4752. for i, v in pairs(obj1:GetChildren()) do
  4753. if v:IsA('BasePart') then
  4754. v.Transparency = 1
  4755. end
  4756. end
  4757. knofe.Parent = workspace
  4758. knofe.Name = "Projectile"
  4759. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  4760. knofe:FindFirstChild("Trail", true).Enabled = true
  4761. local heck = Instance.new('BodyVelocity',knofe.Grab)
  4762. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  4763. local coru = coroutine.wrap(function()
  4764. wait(0.45)
  4765. if heck then
  4766. heck:Destroy()
  4767. end
  4768. end)
  4769. coru()
  4770. local able = true
  4771. knofe["big ass knife"].Touched:connect(function(hit)
  4772. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Transparency < 1 and knofe.Grab.CanCollide == false and hit.Parent ~= me and hit.Parent.Parent ~= me then
  4773. local thing = hit.Parent:FindFirstChildOfClass('Humanoid')
  4774. local ree = hit.Parent
  4775. if thing == nil then
  4776. ree = hit.Parent.Parent
  4777. end
  4778. if ree:FindFirstChildOfClass('Humanoid').Health > 0 then
  4779. knofe:FindFirstChild("Trail", true).Enabled = false
  4780. game:GetService('Debris'):AddItem(knofe,5)
  4781. tone = math.random(1, 3)
  4782. local sound = Instance.new('Sound',knofe.Grab)
  4783. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  4784. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  4785. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  4786. sound.PlaybackSpeed = 1
  4787. sound:Play()
  4788. for i, v in pairs(knofe:GetChildren()) do
  4789. if v:IsA('BasePart') then
  4790. v.CanCollide = true
  4791. v.Anchored = true
  4792. end
  4793. end
  4794. hit.Anchored = true
  4795. if ree:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  4796. ree:FindFirstChildOfClass('Humanoid').Health = 0
  4797. end
  4798. wait()
  4799. killz(ree,hit.Name,knofe)
  4800. else
  4801. knofe:FindFirstChild("Trail", true).Enabled = false
  4802. heck.Velocity = Vector3.new(0,0,0)
  4803. heck:Destroy()
  4804. game:GetService('Debris'):AddItem(knofe,5)
  4805. tone = math.random(1, 3)
  4806. local sound = Instance.new('Sound',knofe.Grab)
  4807. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  4808. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  4809. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  4810. sound.PlaybackSpeed = 1
  4811. sound:Play()
  4812. for i, v in pairs(knofe:GetChildren()) do
  4813. if v:IsA('BasePart') then
  4814. v.Anchored = false
  4815. end
  4816. end
  4817. hit.Anchored = true
  4818. wait(0.001)
  4819. hit.Anchored = false
  4820. for i, v in pairs(knofe:GetChildren()) do
  4821. if v:IsA('BasePart') then
  4822. v.Anchored = false
  4823. end
  4824. end
  4825. if knofe then
  4826. local coru = coroutine.wrap(function()
  4827. if hit then
  4828. local uno = Instance.new('Part',workspace)
  4829. local dos = Instance.new('Part',workspace)
  4830. uno.CFrame = hit.CFrame
  4831. dos.CFrame = knofe["big ass knife"].CFrame
  4832. local weld = Instance.new('Weld',knofe["big ass knife"])
  4833. weld.Part0 = hit
  4834. weld.Part1 = knofe["big ass knife"]
  4835. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  4836. uno:Destroy()
  4837. dos:Destroy()
  4838. end
  4839. end)
  4840. coru()
  4841. end
  4842. end
  4843. elseif hit.Parent and hit.Parent ~= me and hit.Parent.Parent ~= me and hit.CanCollide and knofe.Grab.CanCollide == false then
  4844. if hit.Transparency and (hit.Transparency<=0.285 or hit:GetMass()<=3000) then
  4845. knofe:FindFirstChild("Trail", true).Enabled = false
  4846. local sound = Instance.new('Sound',knofe.Grab)
  4847. sound.SoundId = 'rbxassetid://267585646'
  4848. sound:Play()
  4849. for i,v in pairs(knofe:GetChildren()) do
  4850. if v:IsA('BasePart') then
  4851. v.Anchored = true
  4852. end
  4853. end
  4854. wait()
  4855. heck.Velocity = Vector3.new(0,0,0)
  4856. heck:Destroy()
  4857. local uno = Instance.new('Part',workspace)
  4858. local dos = Instance.new('Part',workspace)
  4859. uno.CFrame = hit.CFrame
  4860. dos.CFrame = knofe["big ass knife"].CFrame
  4861. local weld = Instance.new('Weld',knofe["big ass knife"])
  4862. weld.Part0 = hit
  4863. weld.Part1 = knofe["big ass knife"]
  4864. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  4865. uno:Destroy()
  4866. dos:Destroy()
  4867. for i,v in pairs(knofe:GetChildren()) do
  4868. if v:IsA('BasePart') then
  4869. v.Anchored = false
  4870. end
  4871. end
  4872. game:GetService('Debris'):AddItem(knofe,5)
  4873. for i,v in pairs(knofe:GetChildren()) do
  4874. if v:IsA('BasePart') then
  4875. v.CanCollide = true
  4876. end
  4877. end
  4878. end
  4879. if hit.Parent and hit.Transparency>0.285 and able == true and hit:GetMass()<3000 and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and (hit.Parent.Parent == nil or hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil) then
  4880. knofe:FindFirstChild("Trail", true).Enabled = false
  4881. able = false
  4882. local sound = Instance.new('Sound',knofe.Grab)
  4883. sound.SoundId = 'rbxassetid://144884907'
  4884. sound:Play()
  4885. local coru = coroutine.wrap(function()
  4886. start_fragmentation(knofe["big ass knife"].Position,1.25,knofe)
  4887. end)
  4888. coru()
  4889. end
  4890. end
  4891. end)
  4892. if finishnum == 1 then
  4893. for i= 0,1,0.1 do
  4894. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  4895. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  4896. wait(0.001)
  4897. end
  4898. else
  4899. for i= 0,1,0.5 do
  4900. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  4901. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  4902. wait(0.001)
  4903. end
  4904. end
  4905. for i,v in pairs(obj1:GetChildren()) do
  4906. if v:IsA('BasePart') then
  4907. v.Transparency = 0
  4908. end
  4909. end
  4910. weld2:Destroy()
  4911. rightshoulderz:Clone().Parent = me.Torso
  4912. end
  4913. acting = false
  4914. canClick = true
  4915. end
  4916. end)
  4917. doit()
  4918. end
  4919.  
  4920. function instasplode()
  4921. local coru = coroutine.wrap(function()
  4922. acting = true
  4923. for i=1,1 do
  4924. local weld2 = Instance.new('Weld',me["Right Arm"])
  4925. weld2.Part0 = me["Right Arm"]
  4926. weld2.Part1 = me["Torso"]
  4927. weld2.C0 = CFrame.new(-1.5,0,0)
  4928. if finishnum == 1 then
  4929. for i = 0,1,0.05 do
  4930. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  4931. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  4932. wait(0.01)
  4933. end
  4934. end
  4935. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  4936. audio.SoundId = "rbxassetid://166083610"
  4937. audio.PlaybackSpeed = 1
  4938. audio.TimePosition = 0.1
  4939. audio:Play()
  4940. if finishnum == 1 then
  4941. for i = 0,1,0.5 do
  4942. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  4943. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  4944. wait(0.001)
  4945. end
  4946. end
  4947. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  4948. local knofe = obj1:Clone()
  4949. for i,v in pairs(obj1:GetChildren()) do
  4950. if v:IsA('BasePart') then
  4951. v.Transparency = 1
  4952. end
  4953. end
  4954. knofe.Parent = workspace
  4955. knofe.Name = "Projectile"
  4956. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  4957. knofe:FindFirstChild("Trail", true).Enabled = false
  4958. fireofjesUS = Instance.new("Fire", knofe.Grab)
  4959. local heck = Instance.new('BodyVelocity',knofe.Grab)
  4960. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  4961. local coru = coroutine.wrap(function()
  4962. wait(0.45)
  4963. if heck then
  4964. heck:Destroy()
  4965. end
  4966. end)
  4967. coru()
  4968. knofe["big ass knife"].Touched:connect(function(hit)
  4969. if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  4970. heck.Velocity = Vector3.new(0,0,0)
  4971. heck:Destroy()
  4972. for i,v in pairs(knofe:GetChildren()) do
  4973. if v:IsA('BasePart') then
  4974. v.CanCollide = true
  4975. end
  4976. end
  4977. local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  4978. if hum == nil then
  4979. hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  4980. end
  4981. if knofe then
  4982. local coru = coroutine.wrap(function()
  4983. if hit then
  4984. local uno = Instance.new('Part',workspace)
  4985. local dos = Instance.new('Part',workspace)
  4986. uno.CFrame = hit.CFrame
  4987. dos.CFrame = knofe["big ass knife"].CFrame
  4988. local weld = Instance.new('Weld',knofe["big ass knife"])
  4989. weld.Part0 = hit
  4990. weld.Part1 = knofe["big ass knife"]
  4991. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  4992. uno:Destroy()
  4993. dos:Destroy()
  4994. end
  4995. end)
  4996. coru()
  4997. end
  4998. local sound = Instance.new('Sound',knofe.Grab)
  4999. sound.Name = "BOOM"
  5000. sound.EmitterSize = 25
  5001. sound.SoundId = 'rbxassetid://476477344'
  5002. sound.Volume = 0.5
  5003. sound:Play()
  5004. local exppart = Instance.new("Part", game.Workspace)
  5005. exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  5006. exppart.Anchored = true
  5007. exppart.CanCollide = false
  5008. exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  5009. exppart.Transparency = 1
  5010. local expaccent = Instance.new("ParticleEmitter", exppart)
  5011. expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  5012. expaccent.LightEmission = 0.2
  5013. expaccent.LightInfluence = 0.3
  5014. expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  5015. expaccent.Acceleration = Vector3.new(0, 30, 0)
  5016. expaccent.Drag = 15
  5017. expaccent.LockedToPart = false
  5018. expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  5019. expaccent.Rate = 2000
  5020. expaccent.Speed = NumberRange.new(0,0)
  5021. expaccent.SpreadAngle = Vector2.new(360, 360)
  5022. expaccent:Clone().Parent = exppart
  5023. expaccent:Clone().Parent = exppart
  5024. local exp = Instance.new('Explosion',game.Workspace)
  5025. exp.Position = knofe["big ass knife"].Position
  5026. exp.ExplosionType = Enum.ExplosionType.NoCraters
  5027. exp.BlastRadius = 5
  5028. exp.Visible = false
  5029. exp.BlastPressure = 0
  5030. exp.DestroyJointRadiusPercent = 0
  5031. exp.Hit:connect(function(hit)
  5032. if hit.Parent and hit.Parent ~= me and hit.Parent.Name ~= "bitch ass knife" then
  5033. wait(0.001)
  5034. tgt = hit
  5035. local coru=coroutine.wrap(function(tgtt)
  5036. local fireofgods = Instance.new("Fire", tgtt)
  5037. fireofgods.Size = 0
  5038. fireofgods.Heat = 0
  5039. local fireofgodsaccent = expaccent:Clone()
  5040. fireofgodsaccent.Parent = hit
  5041. fireofgodsaccent.Rate = 0
  5042. fireofgodsaccent.Speed = NumberRange.new(5, 50)
  5043. fireofgodsaccent.SpreadAngle = Vector2.new(45, 45)
  5044. fireofgodsaccent.Acceleration = Vector3.new(0, 20, 0)
  5045.  
  5046. while fireofgods.Size < 10 do
  5047. fireofgods.Size = fireofgods.Size + 0.1
  5048. fireofgods.Heat = fireofgods.Heat + 0.1
  5049. fireofgodsaccent.Rate = fireofgodsaccent.Rate + 1
  5050. wait()
  5051. end
  5052. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  5053. hit:BreakJoints()
  5054. elseif hit.Parent and hit.Parent:IsA('Accessory') then
  5055. for i,v in pairs(hit:GetChildren()) do
  5056. if v:IsA('SpecialMesh') then
  5057. v.TextureId = ""
  5058. end
  5059. end
  5060. end
  5061. hit.BrickColor = BrickColor.new("Black")
  5062. for i,v in pairs(hit.Parent:GetChildren()) do
  5063. if v:IsA('Shirt') or v:IsA('Pants') then
  5064. v:Destroy()
  5065. end
  5066. end
  5067.  
  5068. while fireofgods.Size > 5 do
  5069. fireofgods.Size = fireofgods.Size - 0.1
  5070. fireofgods.Heat = fireofgods.Heat - 0.1
  5071. wait()
  5072. end
  5073. fireofgods:Destroy()
  5074. if hit.Parent then
  5075. if hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  5076. local p = hit
  5077. fragmentate(p.CFrame,p.Size,p.BrickColor,p.Position,0.01,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
  5078. hit:Remove()
  5079. elseif hit.Parent:FindFirstChildOfClass('Humanoid') ~= nil then
  5080. print(hit.Name)
  5081. if hit.Name == "Torso" or hit.Name == "Head" then
  5082. print('ohhh YAAAA')
  5083. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  5084. end
  5085. wait()
  5086. killz(hit.Parent,hit.Name,nil,nil,false,false,true)
  5087. end
  5088. end
  5089. end)
  5090. coru(tgt)
  5091. end
  5092. end)
  5093. local explosionaccenttimeout = coroutine.wrap(function()
  5094. wait(0.2)
  5095. for i, exploodn in pairs(exppart:GetChildren()) do
  5096. exploodn.Enabled = false
  5097. end
  5098. wait(2)
  5099. for i, exploodn in pairs(exppart:GetChildren()) do
  5100. exploodn:Remove()
  5101. end
  5102. end)
  5103. explosionaccenttimeout()
  5104. for i,v in pairs(knofe:GetChildren()) do
  5105. if v:IsA('BasePart') then
  5106. v.Transparency = 1
  5107. end
  5108. end
  5109. exp.AncestryChanged:connect(function() knofe:Destroy() end)
  5110. coru()
  5111. end
  5112. end)
  5113. if finishnum == 1 then
  5114. for i= 0,1,0.1 do
  5115. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5116. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  5117. wait(0.001)
  5118. end
  5119. else
  5120. wait(0.1)
  5121. end
  5122. weld2.C0 = CFrame.new(-1.5,0,0)
  5123. for i,v in pairs(obj1:GetChildren()) do
  5124. if v:IsA('BasePart') then
  5125. v.Transparency = 0
  5126. end
  5127. end
  5128. weld2:Destroy()
  5129. rightshoulderz:Clone().Parent = me.Torso
  5130. end
  5131. acting = false
  5132. canClick = true
  5133. end)
  5134. coru()
  5135. end
  5136.  
  5137. function fireworkit()
  5138. local coru = coroutine.wrap(function()
  5139. acting = true
  5140. local ree = 1
  5141. if finishnum > 1 then
  5142. ree = 3
  5143. end
  5144. for i=1,ree do
  5145. local weld2 = Instance.new('Weld',me["Right Arm"])
  5146. weld2.Part0 = me["Right Arm"]
  5147. weld2.Part1 = me["Torso"]
  5148. weld2.C0 = CFrame.new(-1.5,0,0)
  5149. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  5150. audio.SoundId = "rbxassetid://166083610"
  5151. audio.PlaybackSpeed = 1
  5152. audio.TimePosition = 0.1
  5153. audio:Play()
  5154. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  5155. local knofe = obj1:Clone()
  5156. for i,v in pairs(obj1:GetChildren()) do
  5157. if v:IsA('BasePart') then
  5158. v.Transparency = 1
  5159. end
  5160. end
  5161. local sound = Instance.new('Sound',knofe.Grab)
  5162. sound.Volume = 0.25
  5163. sound.EmitterSize = 200
  5164. sound.MaxDistance = 300
  5165. sound.SoundId = 'rbxassetid://551051176'
  5166. sound:Play()
  5167. knofe.Parent = workspace
  5168. knofe.Name = "Projectile"
  5169. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  5170. local partic = Instance.new('ParticleEmitter',knofe.Grab)
  5171. partic.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,0,0)),ColorSequenceKeypoint.new(0.4,Color3.fromRGB(255,125,0)),ColorSequenceKeypoint.new(0.8,Color3.new(1,1,0)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
  5172. partic.LightEmission = 0.5
  5173. partic.LightInfluence = 0
  5174. partic.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.15)})
  5175. partic.Rotation = NumberRange.new(0,90)
  5176. partic.SpreadAngle = Vector2.new(5,5)
  5177. partic.Speed = NumberRange.new(20)
  5178. partic.Texture = 'rbxassetid://603193846'
  5179. partic.EmissionDirection = Enum.NormalId.Left
  5180. partic.Lifetime = NumberRange.new(0.5,1)
  5181. partic.Rate = 100
  5182. local heck = Instance.new('BodyVelocity',knofe.Grab)
  5183. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*240
  5184. knofe["big ass knife"].Touched:connect(function(hit)
  5185. sound:Destroy()
  5186. local sound2 = Instance.new('Sound',workspace)
  5187. sound2.SoundId = 'rbxassetid://138080762'
  5188. sound2:Play()
  5189. if heck then
  5190. heck:Destroy()
  5191. end
  5192. for i,v in pairs(knofe:GetChildren()) do
  5193. v.Anchored = true
  5194. end
  5195. partic.Enabled = false
  5196. local colorscheme = math.random(1,4)
  5197. --1 - red & orange
  5198. --2 - blue & pink
  5199. --3 - green & purple
  5200. --4 - blue, red, white
  5201. local colar1 = Color3.fromRGB(255,0,0)
  5202. local colar2 = Color3.fromRGB(255,125,0)
  5203. local colar3 = Color3.fromRGB(255,255,255)
  5204. if colorscheme == 2 then
  5205. colar1 = Color3.fromRGB(0,132,255)
  5206. colar2 = Color3.fromRGB(243,105,255)
  5207. elseif colorscheme == 3 then
  5208. colar1 = Color3.fromRGB(76,255,0)
  5209. colar2 = Color3.fromRGB(128,0,255)
  5210. elseif colorscheme == 4 then
  5211. colar2 = Color3.fromRGB(0,132,255)
  5212. end
  5213. local partic2 = Instance.new('ParticleEmitter',knofe.Grab)
  5214. partic2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar1),ColorSequenceKeypoint.new(1,colar1)})
  5215. partic2.LightEmission = 0.5
  5216. partic2.LightInfluence = 0
  5217. partic2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.1)})
  5218. partic2.Rotation = NumberRange.new(0,90)
  5219. partic2.SpreadAngle = Vector2.new(180,180)
  5220. partic2.Speed = NumberRange.new(20)
  5221. partic2.Texture = 'rbxassetid://603193846'
  5222. partic2.EmissionDirection = Enum.NormalId.Right
  5223. partic2.Lifetime = NumberRange.new(2,2.5)
  5224. partic2.Rate = 1000
  5225. partic2.Drag = 1
  5226. local partic3 = partic2:Clone()
  5227. partic3.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar2),ColorSequenceKeypoint.new(1,colar2)})
  5228. partic3.Parent = knofe.Grab
  5229. if colorscheme == 4 then
  5230. local partic4 = partic2:Clone()
  5231. partic4.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar3),ColorSequenceKeypoint.new(1,colar3)})
  5232. partic4.Parent = knofe.Grab
  5233. end
  5234. wait(1)
  5235. for i,v in pairs(knofe.Grab:GetChildren()) do
  5236. if v:IsA('ParticleEmitter') then
  5237. v.Enabled = false
  5238. end
  5239. end
  5240. sound:Destroy()
  5241. wait(2)
  5242. knofe:Destroy()
  5243. end)
  5244. wait(0.1)
  5245. weld2.C0 = CFrame.new(-1.5,0,0)
  5246. for i,v in pairs(obj1:GetChildren()) do
  5247. if v:IsA('BasePart') then
  5248. v.Transparency = 0
  5249. end
  5250. end
  5251. weld2:Destroy()
  5252. rightshoulderz:Clone().Parent = me.Torso
  5253. end
  5254. acting = false
  5255. canClick = true
  5256. end)
  5257. coru()
  5258. end
  5259.  
  5260. function paralyze()
  5261. local coru = coroutine.wrap(function()
  5262. if paralyzed == true then return end
  5263. paralyzed = true
  5264. local arm = me["Right Arm"]
  5265. local tors = grabbed.Torso
  5266. local arm2 = me["Left Arm"]
  5267. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  5268. doing = true
  5269. local weld2 = arm:FindFirstChildOfClass('Weld')
  5270. local weld3 = arm2:FindFirstChildOfClass('Weld')
  5271. local humanroot = me.HumanoidRootPart
  5272. for i = 0,1,0.075 do
  5273. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-2, 0, -1.5), i)
  5274. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  5275. wait(0.01)
  5276. end
  5277. for i = 0,1,0.30 do
  5278. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-0.75, 0, -1.75), i)
  5279. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  5280. wait(0.01)
  5281. end
  5282. killz(grabbed,'Left Leg')
  5283. killz(grabbed,'Left Arm')
  5284. killz(grabbed,'Right Leg')
  5285. killz(grabbed,'Right Arm')
  5286.  
  5287. for i, v in pairs(grabbed:GetChildren()) do
  5288. if v.Name == "Part" then
  5289. v.CanCollide = false
  5290. end
  5291. end
  5292.  
  5293. audio:Stop()
  5294. audio.SoundId = "rbxassetid://2801263"
  5295. tone = math.random(1, 3)
  5296. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0 end
  5297. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0 end
  5298. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0 end
  5299. audio:Play()
  5300.  
  5301. local bleedpart = Instance.new("Part", grabbed)
  5302. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  5303. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  5304. bleedpart.CanCollide = false
  5305. bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  5306. bleedpart.Transparency = 1
  5307.  
  5308. local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  5309. bleedpartweld.Part0 = grabbed.Torso
  5310. bleedpartweld.Part1 = bleedpart
  5311. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  5312. local cuntruu=coroutine.wrap(function()
  5313. bleed(bleedpart)
  5314. end)
  5315. local thicc = coroutine.wrap(function()
  5316. wait(3)
  5317. bleedpart:Remove()
  5318. end)
  5319. cuntruu()
  5320. thicc()
  5321.  
  5322. for i = 0,1,0.075 do
  5323. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  5324. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  5325. wait(0.01)
  5326. end
  5327. acting = true
  5328. canClick = true
  5329. doing = false
  5330. end)
  5331. coru()
  5332. end
  5333.  
  5334. function explode()
  5335. local coru = coroutine.wrap(function()
  5336. acting = true
  5337. for i=1,finishnum do
  5338. local weld2 = Instance.new('Weld',me["Right Arm"])
  5339. weld2.Part0 = me["Right Arm"]
  5340. weld2.Part1 = me["Torso"]
  5341. weld2.C0 = CFrame.new(-1.5,0,0)
  5342. if finishnum == 1 then
  5343. for i = 0,1,0.05 do
  5344. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5345. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  5346. wait(0.01)
  5347. end
  5348. end
  5349. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  5350. audio.SoundId = "rbxassetid://166083610"
  5351. audio.PlaybackSpeed = 1
  5352. audio.TimePosition = 0.1
  5353. audio:Play()
  5354. if finishnum == 1 then
  5355. for i = 0,1,0.5 do
  5356. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5357. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  5358. wait(0.001)
  5359. end
  5360. end
  5361. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  5362. local knofe = obj1:Clone()
  5363. for i,v in pairs(obj1:GetChildren()) do
  5364. if v:IsA('BasePart') then
  5365. v.Transparency = 1
  5366. end
  5367. end
  5368. knofe.Parent = workspace
  5369. knofe.Name = "Projectile"
  5370. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  5371. knofe:FindFirstChild("Trail", true).Enabled = false
  5372. local heck = Instance.new('BodyVelocity',knofe.Grab)
  5373. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  5374. local coru = coroutine.wrap(function()
  5375. wait(0.45)
  5376. if heck then
  5377. heck:Destroy()
  5378. end
  5379. end)
  5380. coru()
  5381. knofe["big ass knife"].Touched:connect(function(hit)
  5382. if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  5383. heck.Velocity = Vector3.new(0,0,0)
  5384. heck:Destroy()
  5385. for i,v in pairs(knofe:GetChildren()) do
  5386. if v:IsA('BasePart') then
  5387. v.CanCollide = true
  5388. end
  5389. end
  5390. local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  5391. if hum == nil then
  5392. hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  5393. end
  5394. if hum then
  5395. tone = math.random(1, 3)
  5396. local sound = Instance.new('Sound',knofe.Grab)
  5397. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  5398. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  5399. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  5400. sound.PlaybackSpeed = 1
  5401. sound:Play()
  5402. else
  5403. local sound = Instance.new('Sound',knofe.Grab)
  5404. sound.SoundId = 'rbxassetid://267585646'
  5405. sound:Play()
  5406. end
  5407. if knofe then
  5408. local coru = coroutine.wrap(function()
  5409. if hit then
  5410. local uno = Instance.new('Part',workspace)
  5411. local dos = Instance.new('Part',workspace)
  5412. uno.CFrame = hit.CFrame
  5413. dos.CFrame = knofe["big ass knife"].CFrame
  5414. local weld = Instance.new('Weld',knofe["big ass knife"])
  5415. weld.Part0 = hit
  5416. weld.Part1 = knofe["big ass knife"]
  5417. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  5418. uno:Destroy()
  5419. dos:Destroy()
  5420. end
  5421. end)
  5422. coru()
  5423. end
  5424. local coru = coroutine.wrap(function()
  5425. for i=1,15,0.7 do
  5426. local sound = Instance.new('Sound',knofe.Grab)
  5427. if knofe then
  5428. if knofe.serration.BrickColor == BrickColor.new('Really red') then
  5429. for i, v in pairs(knofe:GetChildren()) do
  5430. if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  5431. v.BrickColor = BrickColor.new('Lily white')
  5432. v.Material = Enum.Material.SmoothPlastic
  5433. end
  5434. end
  5435. else
  5436. for i,v in pairs(knofe:GetChildren()) do
  5437. if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  5438. v.BrickColor = BrickColor.new('Really red')
  5439. v.Material = Enum.Material.Neon
  5440. sound.SoundId = 'rbxassetid://300473653'
  5441. sound.Volume = 0.75
  5442. sound.TimePosition = 0.05
  5443. sound.EmitterSize = 25
  5444. sound.PlaybackSpeed = 1
  5445. sound:Play()
  5446. end
  5447. end
  5448. end
  5449. wait(1/i)
  5450. sound:Destroy()
  5451. end
  5452. end
  5453. local sound = Instance.new('Sound',knofe.Grab)
  5454. sound.Name = "BOOM"
  5455. sound.EmitterSize = 25
  5456. sound.SoundId = 'rbxassetid://12222084'
  5457. sound.TimePosition = 0.1
  5458. sound.Volume = 0.5
  5459. sound:Play()
  5460. local exppart = Instance.new("Part", game.Workspace)
  5461. exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  5462. exppart.Anchored = true
  5463. exppart.CanCollide = false
  5464. exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  5465. exppart.Transparency = 1
  5466. local expaccent = Instance.new("ParticleEmitter", exppart)
  5467. expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  5468. expaccent.LightEmission = 0.2
  5469. expaccent.LightInfluence = 0.3
  5470. expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  5471. expaccent.Acceleration = Vector3.new(0, -8, 0)
  5472. expaccent.Drag = 15
  5473. expaccent.LockedToPart = true
  5474. expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  5475. expaccent.Rate = 2000
  5476. expaccent.Speed = NumberRange.new(10, 150)
  5477. expaccent.SpreadAngle = Vector2.new(360, 360)
  5478.  
  5479. local exp = Instance.new('Explosion',game.Workspace)
  5480. exp.Position = knofe["big ass knife"].Position
  5481. exp.ExplosionType = Enum.ExplosionType.NoCraters
  5482. exp.BlastRadius = 10
  5483. exp.BlastPressure = 100000
  5484. exp.DestroyJointRadiusPercent = 1
  5485. exp.Hit:connect(function(hit)
  5486. if hit.Parent and hit.Parent ~= me and hit.Parent:FindFirstChildOfClass('Humanoid') then
  5487. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  5488. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  5489. end
  5490. wait(0.001)
  5491. local coru=coroutine.wrap(function()
  5492. killz(hit.Parent,'Head',knofe,exp)
  5493. end)
  5494. coru()
  5495. elseif hit.Parent and hit.Parent ~= workspace and hit.Parent ~= me then
  5496. if hit.Parent.Name ~= "Projectile" then
  5497. hit.Parent:BreakJoints()
  5498. end
  5499. elseif hit.Parent and hit.Parent ~= me then
  5500. hit:BreakJoints()
  5501. end
  5502. end)
  5503. local explosionaccenttimeout = coroutine.wrap(function()
  5504. wait(0.2)
  5505. expaccent.Enabled = false
  5506. wait(2)
  5507. exppart:Remove()
  5508. end)
  5509. explosionaccenttimeout()
  5510. for i,v in pairs(knofe:GetChildren()) do
  5511. if v:IsA('BasePart') then
  5512. v.Transparency = 1
  5513. end
  5514. end
  5515. exp.AncestryChanged:connect(function() knofe:Destroy() end)
  5516. end)
  5517. coru()
  5518. end
  5519. end)
  5520. if finishnum == 1 then
  5521. for i= 0,1,0.1 do
  5522. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5523. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  5524. wait(0.001)
  5525. end
  5526. else
  5527. wait(0.1)
  5528. end
  5529. weld2.C0 = CFrame.new(-1.5,0,0)
  5530. for i,v in pairs(obj1:GetChildren()) do
  5531. if v:IsA('BasePart') then
  5532. v.Transparency = 0
  5533. end
  5534. end
  5535. weld2:Destroy()
  5536. rightshoulderz:Clone().Parent = me.Torso
  5537. end
  5538. acting = false
  5539. canClick = true
  5540. end)
  5541. coru()
  5542. end
  5543.  
  5544. function release()
  5545. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  5546. targetweld = grabbed.Torso.TargetWeld
  5547. local ree= grabbed:FindFirstChild("Left Arm")
  5548. targetweld2 = nil
  5549. if ree and ree:FindFirstChild("Weld") then
  5550. targetweld2 = ree.Weld
  5551. end
  5552. for i, v in pairs(grabbed:GetChildren()) do
  5553. if v.Name == "Part" then
  5554. v.CanCollide = true
  5555. end
  5556. end
  5557. paralyzed = false
  5558. local doit = coroutine.wrap(function()
  5559. local arm = me["Right Arm"]
  5560. local tors = grabbed.Torso
  5561. local arm2 = me["Left Arm"]
  5562. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  5563. doing = true
  5564. local weld2 = arm:FindFirstChildOfClass('Weld')
  5565. local weld3 = arm2:FindFirstChildOfClass('Weld')
  5566. local humanroot = me.HumanoidRootPart
  5567.  
  5568. if grabbed:FindFirstChildOfClass('Humanoid') then
  5569. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
  5570. end
  5571.  
  5572. rightshoulderz:Clone().Parent = me.Torso
  5573. leftshoulderz:Clone().Parent = me.Torso
  5574. grabbed = nil
  5575.  
  5576. if humanroot:FindFirstChild('Holder') then
  5577. humanroot.Holder:Destroy()
  5578. end
  5579.  
  5580. for i = 0,1,0.1 do
  5581. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  5582. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  5583. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  5584. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  5585. if targetweld2 then
  5586. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  5587. end
  5588. wait(0.01)
  5589. end
  5590.  
  5591. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0.2)
  5592. weld2:Destroy()
  5593. weld3:Destroy()
  5594. targetweld:Remove()
  5595. if targetweld2 then
  5596. targetweld2:Remove()
  5597. end
  5598. if rightshoulder then
  5599. rightshoulder:Clone().Parent = tors
  5600. end
  5601. if leftshoulder then
  5602. leftshoulder:Clone().Parent = tors
  5603. end
  5604. headweld:Clone().Parent = tors
  5605. rightshoulderz:Clone().Parent = me.Torso
  5606. leftshoulderz:Clone().Parent = me.Torso
  5607. acting = false
  5608. canClick = true
  5609. doing = false
  5610. end)
  5611. doit()
  5612. end
  5613.  
  5614. function stabwithpassion()
  5615. local doit = coroutine.wrap(function()
  5616. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  5617. acting = true
  5618. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 10
  5619. local arm = me["Right Arm"]
  5620. local tors = me.Torso
  5621. local arm2 = me["Left Arm"]
  5622. local humanroot = me.HumanoidRootPart
  5623. local weld = Instance.new('Weld',tors)
  5624. weld.Part0 = tors
  5625. weld.Part1 = humanroot
  5626. weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  5627. local weld2 = Instance.new('Weld',arm)
  5628. weld2.Part0 = arm
  5629. weld2.Part1 = tors
  5630. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  5631. local weld3 = Instance.new('Weld',arm2)
  5632. weld3.Part0 = arm2
  5633. weld3.Part1 = tors
  5634. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  5635.  
  5636. for i = 0,1,0.15 do
  5637. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  5638. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(20),0),i)
  5639. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  5640. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(90), -1.55) * CFrame.new(0, 0.95, 0), i)
  5641. wait(0.01)
  5642. end
  5643. wait(0.001)
  5644. trail.Enabled = true
  5645. stabbing = true
  5646. audio2.SoundId = 'rbxassetid://608537390'
  5647. audio2:Play()
  5648. for i = 0,1,0.2 do
  5649. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  5650. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(-45),0),i)
  5651. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,-1)*CFrame.Angles(math.rad(-90),0,-1),i)
  5652. wait(0.01)
  5653. end
  5654. trail.Enabled = false
  5655. wait(0.1)
  5656. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 10
  5657. stabbing = false
  5658. wait(0.001)
  5659. for i = 0,1,0.075 do
  5660. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  5661. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  5662. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  5663. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  5664. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  5665. wait(0.01)
  5666. end
  5667. weld:Destroy()
  5668. weld2:Destroy()
  5669. weld3:Destroy()
  5670. torsojoint:Clone().Parent = humanroot
  5671. rightshoulderz:Clone().Parent = me.Torso
  5672. leftshoulderz:Clone().Parent = me.Torso
  5673. canClick = true
  5674. hit = false
  5675. acting = false
  5676. end
  5677. end)
  5678. doit()
  5679. end
  5680.  
  5681. function stab()
  5682. local doit = coroutine.wrap(function()
  5683. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  5684. acting = true
  5685. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  5686. local arm = me["Right Arm"]
  5687. local tors = me.Torso
  5688. local arm2 = me["Left Arm"]
  5689. local humanroot = me.HumanoidRootPart
  5690. local weld = Instance.new('Weld',tors)
  5691. weld.Part0 = tors
  5692. weld.Part1 = humanroot
  5693. weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  5694. local weld2 = Instance.new('Weld',arm)
  5695. weld2.Part0 = arm
  5696. weld2.Part1 = tors
  5697. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  5698. local weld3 = Instance.new('Weld',arm2)
  5699. weld3.Part0 = arm2
  5700. weld3.Part1 = tors
  5701. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  5702.  
  5703. for i = 0,1,0.1 do
  5704. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  5705. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  5706. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  5707. wait(0.01)
  5708. end
  5709. wait(0.001)
  5710. trail.Enabled = true
  5711. stabbing = true
  5712. audio2.SoundId = 'rbxassetid://608537390'
  5713. audio2:Play()
  5714. for i = 0,1,0.25 do
  5715. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  5716. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,-0.3,0),i)
  5717. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,0.5)*CFrame.Angles(-0.5,0,-0.5),i)
  5718. wait(0.01)
  5719. end
  5720. trail.Enabled = false
  5721. wait(0.1)
  5722. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  5723. for i = 0,1,0.25 do
  5724. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  5725. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  5726. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.6,-0.3)*CFrame.Angles(0.5,0,-0.5),i)
  5727. wait(0.01)
  5728. end
  5729. stabbing = false
  5730. wait(0.001)
  5731. for i = 0,1,0.05 do
  5732. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  5733. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  5734. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  5735. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  5736. wait(0.01)
  5737. end
  5738. weld:Destroy()
  5739. weld2:Destroy()
  5740. weld3:Destroy()
  5741. torsojoint:Clone().Parent = humanroot
  5742. rightshoulderz:Clone().Parent = me.Torso
  5743. leftshoulderz:Clone().Parent = me.Torso
  5744. canClick = true
  5745. hit = false
  5746. acting = false
  5747. end
  5748. end)
  5749. doit()
  5750. end
  5751. function hardrelease()
  5752. rightshoulderz:Clone().Parent = me.Torso
  5753. leftshoulderz:Clone().Parent = me.Torso
  5754. if me:FindFirstChild('Right Arm') then
  5755. for i,v in pairs(me["Right Arm"]:GetChildren()) do
  5756. if v:IsA('Weld') then
  5757. v:Destroy()
  5758. end
  5759. end
  5760. end
  5761. if me:FindFirstChild('Left Arm') then
  5762. for i,v in pairs(me["Left Arm"]:GetChildren()) do
  5763. if v:IsA('Weld') then
  5764. v:Destroy()
  5765. end
  5766. end
  5767. end
  5768. acting = false
  5769. canClick = true
  5770. doing = false
  5771. grabbed = nil
  5772. end
  5773. function unequip()
  5774. local doit = coroutine.wrap(function()
  5775. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  5776. acting = true
  5777. local arm = me["Right Arm"]
  5778. local arm2 = me["Left Arm"]
  5779. local tors = me.Torso
  5780. local weld = Instance.new('Weld',arm)
  5781. weld.Part0 = arm
  5782. weld.Part1 = tors
  5783. weld.C0 = CFrame.new(-1.5,0,0)
  5784. local weld2 = Instance.new("Weld", arm2)
  5785. weld2.Part0 = arm2
  5786. weld2.Part1 = tors
  5787. weld2.C0 = CFrame.new(1.5, 0, 0)
  5788. wait(0.001)
  5789. trail.Enabled = true
  5790. for i = 0,1,0.1 do
  5791. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  5792. weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  5793. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  5794. wait(0.001)
  5795. end
  5796. trail.Enabled = false
  5797. wait(0.25)
  5798. for i = 0,1,0.1 do
  5799. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  5800. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  5801. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  5802. wait(0.01)
  5803. end
  5804. weld:Destroy()
  5805. weld2:Remove()
  5806. if tors ~= nil then
  5807. rightshoulderz:Clone().Parent = me.Torso
  5808. leftshoulderz:Clone().Parent = me.Torso
  5809. end
  5810. acting = false
  5811. end
  5812. end)
  5813. doit()
  5814. end
  5815.  
  5816. mouse.KeyDown:connect(function(key)
  5817. if usable == true then
  5818. if key == "z" then
  5819. if active == false and acting == false then
  5820. active = true
  5821. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5822. notify("KNIFE EQUIPPED",false)
  5823. audio:Stop()
  5824. audio.SoundId = 'rbxassetid://608618332'
  5825. equip()
  5826. wait(0.6)
  5827. audio:Play()
  5828. knifeweld.Part0 = me["Right Arm"]
  5829. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  5830. elseif acting == false then
  5831. active = false
  5832. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5833. audio:Stop()
  5834. audio.SoundId = 'rbxassetid://608538233'
  5835. unequip()
  5836. notify("KNIFE UNEQUIPPED",false)
  5837. wait(0.3)
  5838. audio:Play()
  5839. knifeweld.Part0 = me.Torso
  5840. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  5841. canClick = true
  5842. end
  5843. elseif key == "f" then
  5844. if mode == 'kill' or active == false then return end
  5845. mode = "kill"
  5846. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5847. notify("MODE || KILL || [F]",false)
  5848. elseif key == "e" then
  5849. if mode == 'throw' or active == false then return end
  5850. mode = "throw"
  5851. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5852. notify("MODE || PUSH || [E]",false)
  5853. elseif key == "q" then
  5854. if mode == 'release' or active == false then return end
  5855. mode = "release"
  5856. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5857. notify("MODE || RELEASE || [Q]",false)
  5858. elseif key == "x" then
  5859. if mode == 'stab' or active == false or acting == true then return end
  5860. mode = "stab"
  5861. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5862. notify("MODE || STAB || [X]",false)
  5863. elseif key == "c" then
  5864. if mode == 'fling' or active == false or acting == true then return end
  5865. mode = "fling"
  5866. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5867. notify("MODE || THROW || [C]",false)
  5868. elseif key == "b" then
  5869. if mode == 'instasplode' or active == false or acting == true then return end
  5870. mode = "instasplode"
  5871. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5872. notify("MODE || MOLOTOV || [B]",false)
  5873. elseif key == "r" then
  5874. if mode == 'paralyze' or active == false then return end
  5875. mode = "paralyze"
  5876. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5877. notify("MODE || PARALYZE || [R]",false)
  5878. elseif key == "v" then
  5879. if mode == 'explode' or active == false or acting == true then return end
  5880. mode = "explode"
  5881. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5882. notify("MODE || EXPLODE || [V]",false)
  5883. elseif key == "k" then
  5884. if mode == 'suicide' or active == false or acting == true then return end
  5885. mode = "suicide"
  5886. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5887. notify("MODE || SUICIDE || [K]",false)
  5888. elseif key == "h" then
  5889. if mode == 'firework' or active == false or acting == true then return end
  5890. mode = "firework"
  5891. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5892. notify("MODE || FIREWORK || [H]",false)
  5893. elseif key == "g" then
  5894. if mode == 'finish' or active == false then return end
  5895. mode = "finish"
  5896. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5897. local welp = "ON"
  5898. if finishnum == 1 then
  5899. welp = "OFF"
  5900. end
  5901. notify("MODE || FINISH || [G] || "..welp,false)
  5902. elseif key == "n" then
  5903. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5904. if zombiemode == false then
  5905. notify("ZOMBIE MODE ON || [N]",false)
  5906. zombiemode = true
  5907. else
  5908. notify("ZOMBIE MODE OFF || [N]",false)
  5909. zombiemode = false
  5910. end
  5911. elseif key == "m" then
  5912. if finishnum == 1 then
  5913. finishnum = 15
  5914. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5915. notify("PSYCHOPATH MODE ON || [M]",false)
  5916. if cancolorfilter then
  5917. local Sp00kyGui = Instance.new("ScreenGui")
  5918. local ImageLabel = Instance.new("ImageLabel")
  5919.  
  5920. -- Properties
  5921.  
  5922. Sp00kyGui.Parent = playergui
  5923. Sp00kyGui.Name = "REEEEEEEE"
  5924.  
  5925. ImageLabel.Parent = Sp00kyGui
  5926. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5927. ImageLabel.BackgroundTransparency = 1
  5928. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  5929. ImageLabel.Image = "rbxassetid://74443700"
  5930. ImageLabel.ImageColor3 = Color3.new(1, 0, 0)
  5931. end
  5932. if canbackgroundmusic == true then
  5933. local sound = Instance.new('Sound',playergui)
  5934. sound.Name = 'PSYCHOPAAAATH'
  5935. sound.SoundId = 'rbxassetid://220875210'
  5936. sound.Looped = true
  5937. sound.Volume = 0.5
  5938. sound:Play()
  5939. end
  5940. else
  5941. finishnum = 1
  5942. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5943. notify("PSYCHOPATH MODE OFF || [M]",false)
  5944. for i,v in pairs(playergui:GetChildren()) do
  5945. if v.Name == "REEEEEEEE" then
  5946. v:Destroy()
  5947. end
  5948. end
  5949. local thisniggarighthere = playergui:FindFirstChild('PSYCHOPAAAATH')
  5950. if thisniggarighthere then thisniggarighthere:Destroy() end
  5951. end
  5952. end
  5953. end
  5954. end)
  5955.  
  5956. mouse.Button1Down:connect(function()
  5957. if active == false or usable == false then return end
  5958. if canClick == true and acting == false then
  5959. if mode == "stab" and finishnum == 1 then
  5960. canClick = false
  5961. stab()
  5962. elseif mode == "stab" and finishnum == 15 then
  5963. canClick = false
  5964. stabwithpassion()
  5965. elseif mode == "fling" then
  5966. canClick = false
  5967. fling()
  5968. elseif mode == "explode" then
  5969. canClick = false
  5970. explode()
  5971. elseif mode == "instasplode" then
  5972. canClick = false
  5973. instasplode()
  5974. elseif mode == "finish" then
  5975. canClick = false
  5976. finish()
  5977. elseif mode == "suicide" then
  5978. canClick = false
  5979. kysnigga()
  5980. elseif mode == "firework" then
  5981. canClick = false
  5982. fireworkit()
  5983. else
  5984. canClick = false
  5985. grab()
  5986. end
  5987. else
  5988. if grabbed ~= nil and doing == false then
  5989. if mode == "release" then
  5990. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  5991. release()
  5992. else
  5993. hardrelease()
  5994. end
  5995. elseif mode == "kill" then
  5996. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  5997. kill()
  5998. else
  5999. hardrelease()
  6000. end
  6001. elseif mode == "paralyze" then
  6002. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  6003. paralyze()
  6004. else
  6005. hardrelease()
  6006. end
  6007. elseif mode == "throw" then
  6008. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  6009. throw()
  6010. else
  6011. hardrelease()
  6012. end
  6013. elseif mode == "explode" then
  6014. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  6015. throw()
  6016. else
  6017. hardrelease()
  6018. end
  6019. end
  6020. end
  6021. end
  6022. end)
  6023.  
  6024. knife.Touched:connect(function(hitz)
  6025. if hitz.Parent and hitz.Parent:FindFirstChildOfClass("Humanoid") and hitz.Parent:FindFirstChild('Torso') and acting == true then
  6026. if mode == "stab" and stabbing == true and hit == false then
  6027. hit = true
  6028. tone = math.random(1, 3)
  6029. audio:Stop()
  6030. if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  6031. if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  6032. if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  6033. audio.PlaybackSpeed = 1
  6034. audio:Play()
  6035. killz(hitz.Parent,'Left Leg')
  6036. killz(hitz.Parent,'Left Arm')
  6037. killz(hitz.Parent,'Right Leg')
  6038. killz(hitz.Parent,'Right Arm')
  6039. elseif mode == "finish" and finishing == true then
  6040. print('PSYCHOPATH MODE REEEEEEEEEEEEEEEE')
  6041. tone = math.random(1, 3)
  6042. audio:Stop()
  6043. if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  6044. if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  6045. if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  6046. audio.PlaybackSpeed = 1
  6047. audio:Play()
  6048. if hit == false then
  6049. hitz.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  6050. wait()
  6051. killz(hitz.Parent,'Head',nil,false,true)
  6052. end
  6053. hit = true
  6054. elseif grabbed == nil and grabbing == true and hit == false then
  6055. if hitz.Parent:FindFirstChildOfClass("Humanoid").Health > 0 and hitz.Parent:FindFirstChild('Torso') and hitz.Parent.Torso:FindFirstChild('Neck') then
  6056. grabbed = hitz.Parent
  6057. local weldz = Instance.new('Weld',point)
  6058. weldz.Name = "Holder"
  6059. weldz.Part0 = point
  6060. weldz.Part1 = hitz.Parent.Torso
  6061. weldz.C0 = CFrame.new(0,0,-1.2)
  6062. end
  6063. end
  6064. end
  6065. end)
  6066.  
  6067. player.CharacterAdded:connect(function()
  6068. usable = false
  6069. for i,v in pairs(playergui:GetChildren()) do
  6070. if v.Name == "REEEEEEEE" or v.Name == 'PSYCHOPAAAATH' then
  6071. v:Destroy()
  6072. end
  6073. end
  6074. end)
  6075. while usable do
  6076. local coru = coroutine.wrap(function()
  6077. if grabbed ~= nil then
  6078. if grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  6079. for i,v in pairs(grabbed:GetChildren()) do
  6080. if v:IsA('Tool') then
  6081. local model = Instance.new('Model',workspace)
  6082. v.Parent = model
  6083. model:TranslateBy(Vector3.new(3,0,0))
  6084. end
  6085. end
  6086. grabbed:FindFirstChildOfClass('Humanoid').Name = "Hoomanoid"
  6087. grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 0
  6088. grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
  6089. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  6090. grabweld = grabbed.Torso:FindFirstChild("TargetWeld")
  6091. if grabweld ~= nil then return end
  6092. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  6093. if grabbed.Torso:FindFirstChild('Left Shoulder') then
  6094. leftshoulder = grabbed.Torso["Left Shoulder"]:Clone()
  6095. end
  6096. if grabbed.Torso:FindFirstChild('Right Shoulder') then
  6097. rightshoulder = grabbed.Torso["Right Shoulder"]:Clone()
  6098. end
  6099. headweld = grabbed.Torso["Neck"]:Clone()
  6100. local targetweld = Instance.new('Weld',grabbed.Torso)
  6101. targetweld.Part0 = grabbed.Torso
  6102. targetweld.Part1 = grabbed.Head
  6103. targetweld.Name = "TargetWeld"
  6104. targetweld.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(0, 0, 0)
  6105. if grabbed:FindFirstChild('Left Arm') then
  6106. local targetweld2 = Instance.new('Weld',grabbed["Left Arm"])
  6107. targetweld2.Part0 = grabbed.Torso
  6108. targetweld2.Part1 = grabbed["Left Arm"]
  6109. targetweld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  6110. end
  6111.  
  6112. for i = 0,1,0.1 do
  6113. if me:FindFirstChild("Left Arm") == nil or me:FindFirstChild("Torso") == nil or targetweld == nil then return end
  6114. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0.25, 0, 0), i)
  6115. if targetweld2 then
  6116. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0.5, 0)*CFrame.Angles(0, 0, -0.55), i)
  6117. end
  6118. wait(0.001)
  6119. end
  6120. end
  6121. end
  6122. end)
  6123. coru()
  6124. wait()
  6125. end
  6126.  
  6127. end
  6128. local coru=coroutine.wrap(function()
  6129. nub()
  6130. end)
  6131. coru()
  6132.  
  6133. player.CharacterAppearanceLoaded:connect(function()
  6134. local coru =coroutine.wrap(function()
  6135. nub()
  6136. end)
  6137. coru()
  6138. end)
  6139.  
  6140. while true do
  6141. local coru=coroutine.wrap(function()
  6142. for i,v in pairs(rekt) do
  6143. if v and v:FindFirstChildOfClass('Humanoid') then
  6144. for a,c in pairs(v:GetChildren()) do
  6145. if c:IsA('Tool') then
  6146. local model = Instance.new('Model',workspace)
  6147. c.Parent = model
  6148. model:TranslateBy(Vector3.new(3,0,0))
  6149. end
  6150. end
  6151. v:FindFirstChildOfClass('Humanoid').Jump = false
  6152. v:FindFirstChildOfClass('Humanoid').Sit = false
  6153. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  6154. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  6155. v:FindFirstChildOfClass('Humanoid').Name = "No escape."
  6156. local thing = getplr(v)
  6157. if thing then
  6158. thing.CameraMinZoomDistance = 3
  6159. end
  6160. else
  6161. local thing = getplr(v)
  6162. if thing then
  6163. thing.CameraMinZoomDistance = 0.5
  6164. end
  6165. table.remove(rekt,i)
  6166. end
  6167. end
  6168. end)
  6169. coru()
  6170. local coru2 = coroutine.wrap(function()
  6171. if curpart then
  6172. curpoint = curpart.CFrame.p
  6173. end
  6174. if lastgui then
  6175. lastgui:Destroy()
  6176. lastgui = nil
  6177. end
  6178. if curpoint then
  6179. lastgui = Instance.new('BillboardGui',player.PlayerGui)
  6180. lastgui.AlwaysOnTop = true
  6181. lastgui.MaxDistance = 0
  6182. lastgui.Size = UDim2.new(5,0,5,0)
  6183. if curpart == nil then
  6184. lastgui.Adornee = workspace
  6185. lastgui.StudsOffsetWorldSpace = curpoint
  6186. else
  6187. lastgui.Adornee = curpart
  6188. end
  6189. local cross = Instance.new('ImageLabel',lastgui)
  6190. cross.BackgroundTransparency = 1
  6191. cross.Size = UDim2.new(1,0,1,0)
  6192. cross.Image = 'rbxassetid://316279304'
  6193. for i,v in pairs(zombies) do
  6194. if v:FindFirstChildOfClass('Humanoid') then
  6195. v:FindFirstChildOfClass('Humanoid').WalkToPoint = curpoint
  6196. end
  6197. end
  6198. else
  6199. for i,v in pairs(zombies) do
  6200. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChild('Head') then
  6201. v:FindFirstChildOfClass('Humanoid').WalkToPoint = v.Head.Position
  6202. end
  6203. end
  6204. end
  6205. end)
  6206. coru2()
  6207. wait()
  6208. end
  6209.  
  6210.  
  6211.  
  6212.  
  6213.  
  6214.  
  6215.  
  6216.  
  6217. end)
  6218.  
  6219. end)
  6220.  
  6221. end)
  6222.  
  6223. Fountain.Name = "Fountain"
  6224. Fountain.Parent = Mainframe
  6225. Fountain.BackgroundColor3 = Color3.new(0, 0, 0)
  6226. Fountain.BorderSizePixel = 0
  6227. Fountain.Position = UDim2.new(0.326855123, 0, 0.695652187, 0)
  6228. Fountain.Size = UDim2.new(0, 142, 0, 50)
  6229. Fountain.Font = Enum.Font.SourceSansBold
  6230. Fountain.FontSize = Enum.FontSize.Size14
  6231. Fountain.Text = "Fountain (By me)"
  6232. Fountain.TextColor3 = Color3.new(1, 1, 1)
  6233. Fountain.TextScaled = true
  6234. Fountain.TextSize = 14
  6235. Fountain.TextWrapped = true
  6236.  
  6237. Fountain.MouseButton1Down:connect(function()
  6238.  
  6239. while true do
  6240. wait()
  6241. Instance.new("Explosion", workspace)
  6242. Instance.new("Part", workspace)
  6243. end
  6244.  
  6245. end)
  6246.  
  6247. Credits.Name = "Credits"
  6248. Credits.Parent = Mainframe
  6249. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  6250. Credits.BackgroundTransparency = 1
  6251. Credits.BorderSizePixel = 0
  6252. Credits.Position = UDim2.new(0, 0, 0.903726697, 0)
  6253. Credits.Size = UDim2.new(0, 110, 0, 31)
  6254. Credits.Font = Enum.Font.SourceSansBold
  6255. Credits.FontSize = Enum.FontSize.Size14
  6256. Credits.Text = "Made by Doat#3537"
  6257. Credits.TextColor3 = Color3.new(1, 1, 1)
  6258. Credits.TextSize = 14
  6259.  
  6260. end)
  6261.  
  6262. ConsoleOpener.Name = "ConsoleOpener"
  6263. ConsoleOpener.Parent = Mainframe
  6264. ConsoleOpener.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  6265. ConsoleOpener.BorderSizePixel = 0
  6266. ConsoleOpener.Position = UDim2.new(0.620111704, 0, 0.199623346, 0)
  6267. ConsoleOpener.Size = UDim2.new(0, 216, 0, 77)
  6268. ConsoleOpener.Font = Enum.Font.SourceSansBold
  6269. ConsoleOpener.FontSize = Enum.FontSize.Size14
  6270. ConsoleOpener.Text = "Open a console"
  6271. ConsoleOpener.TextColor3 = Color3.new(1, 1, 1)
  6272. ConsoleOpener.TextScaled = true
  6273. ConsoleOpener.TextSize = 14
  6274. ConsoleOpener.TextWrapped = true
  6275.  
  6276. ConsoleOpener.MouseButton1Down:connect(function()
  6277.  
  6278. local AConsole = Instance.new("ScreenGui")
  6279. local Mainframe = Instance.new("Frame")
  6280. local Freeze = Instance.new("TextButton")
  6281. local P = Instance.new("TextBox")
  6282. local Kill = Instance.new("TextButton")
  6283. local I = Instance.new("TextBox")
  6284. local WS = Instance.new("TextButton")
  6285. local JP = Instance.new("TextButton")
  6286. local Destroy = Instance.new("TextButton")
  6287. local Kick = Instance.new("TextButton")
  6288.  
  6289. AConsole.Name = "AConsole"
  6290. AConsole.Parent = game.Players.LocalPlayer.PlayerGui
  6291.  
  6292. Mainframe.Name = "Mainframe"
  6293. Mainframe.Parent = AConsole
  6294. Mainframe.Active = true
  6295. Mainframe.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  6296. Mainframe.BorderSizePixel = 0
  6297. Mainframe.Draggable = true
  6298. Mainframe.Position = UDim2.new(0.142857134, 0, 0.200000003, 0)
  6299. Mainframe.Selectable = true
  6300. Mainframe.Size = UDim2.new(0, 532, 0, 306)
  6301.  
  6302. Freeze.Name = "Freeze"
  6303. Freeze.Parent = Mainframe
  6304. Freeze.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  6305. Freeze.BorderSizePixel = 0
  6306. Freeze.Position = UDim2.new(0.0639097765, 0, 0.0980392173, 0)
  6307. Freeze.Size = UDim2.new(0, 93, 0, 42)
  6308. Freeze.Font = Enum.Font.SourceSansBold
  6309. Freeze.FontSize = Enum.FontSize.Size14
  6310. Freeze.Text = "Freeze [P]"
  6311. Freeze.TextColor3 = Color3.new(1, 1, 1)
  6312. Freeze.TextScaled = true
  6313. Freeze.TextSize = 14
  6314. Freeze.TextWrapped = true
  6315.  
  6316. Freeze.MouseButton1Down:connect(function()
  6317. game.Workspace[P.Text].Humanoid.WalkSpeed = 0
  6318. end)
  6319.  
  6320. P.Name = "[P]"
  6321. P.Parent = Mainframe
  6322. P.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  6323. P.BorderSizePixel = 0
  6324. P.Position = UDim2.new(0, 0, 0.79411763, 0)
  6325. P.Size = UDim2.new(0, 134, 0, 62)
  6326. P.Font = Enum.Font.SourceSansBold
  6327. P.FontSize = Enum.FontSize.Size14
  6328. P.Text = "Player or [P] here"
  6329. P.TextColor3 = Color3.new(1, 1, 1)
  6330. P.TextScaled = true
  6331. P.TextSize = 14
  6332. P.TextWrapped = true
  6333.  
  6334. Kill.Name = "Kill"
  6335. Kill.Parent = Mainframe
  6336. Kill.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  6337. Kill.BorderSizePixel = 0
  6338. Kill.Position = UDim2.new(0.0639097765, 0, 0.375817001, 0)
  6339. Kill.Size = UDim2.new(0, 93, 0, 34)
  6340. Kill.Font = Enum.Font.SourceSansBold
  6341. Kill.FontSize = Enum.FontSize.Size14
  6342. Kill.Text = "Kill [P]"
  6343. Kill.TextColor3 = Color3.new(1, 1, 1)
  6344. Kill.TextScaled = true
  6345. Kill.TextSize = 14
  6346. Kill.TextWrapped = true
  6347.  
  6348. Kill.MouseButton1Down:connect(function()
  6349. game.Workspace[P.Text].Head ("Destroy")
  6350. end)
  6351.  
  6352. I.Name = "[I]"
  6353. I.Parent = Mainframe
  6354. I.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  6355. I.BorderSizePixel = 0
  6356. I.Position = UDim2.new(0.387218058, 0, 0.79411763, 0)
  6357. I.Size = UDim2.new(0, 144, 0, 62)
  6358. I.Font = Enum.Font.SourceSansBold
  6359. I.FontSize = Enum.FontSize.Size14
  6360. I.Text = "Integer or [I] here"
  6361. I.TextColor3 = Color3.new(1, 1, 1)
  6362. I.TextScaled = true
  6363. I.TextSize = 14
  6364. I.TextWrapped = true
  6365.  
  6366. WS.Name = "WS"
  6367. WS.Parent = Mainframe
  6368. WS.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  6369. WS.BorderSizePixel = 0
  6370. WS.Position = UDim2.new(0.428571433, 0, 0.375817001, 0)
  6371. WS.Size = UDim2.new(0, 103, 0, 34)
  6372. WS.Font = Enum.Font.SourceSansBold
  6373. WS.FontSize = Enum.FontSize.Size14
  6374. WS.Text = "Walkpeed [P] [I]"
  6375. WS.TextColor3 = Color3.new(1, 1, 1)
  6376. WS.TextScaled = true
  6377. WS.TextSize = 14
  6378. WS.TextWrapped = true
  6379.  
  6380. WS.MouseButton1Down:connect(function()
  6381. game.Workspace[P.Text].Humanoid.WalkSpeed = (I.Text)
  6382. end)
  6383.  
  6384. JP.Name = "JP"
  6385. JP.Parent = Mainframe
  6386. JP.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  6387. JP.BorderSizePixel = 0
  6388. JP.Position = UDim2.new(0.428571433, 0, 0.0980392173, 0)
  6389. JP.Size = UDim2.new(0, 103, 0, 42)
  6390. JP.Font = Enum.Font.SourceSansBold
  6391. JP.FontSize = Enum.FontSize.Size14
  6392. JP.Text = "Jump Power [P] [I]"
  6393. JP.TextColor3 = Color3.new(1, 1, 1)
  6394. JP.TextScaled = true
  6395. JP.TextSize = 14
  6396. JP.TextWrapped = true
  6397.  
  6398. JP.MouseButton1Down:connect(function()
  6399. game.Workspace[P.Text].Humanoid.JumpPower = (I.Text)
  6400. end)
  6401.  
  6402. Destroy.Name = "Destroy"
  6403. Destroy.Parent = Mainframe
  6404. Destroy.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  6405. Destroy.BorderSizePixel = 0
  6406. Destroy.Position = UDim2.new(0.736842096, 0, 0.0980392173, 0)
  6407. Destroy.Size = UDim2.new(0, 120, 0, 42)
  6408. Destroy.Font = Enum.Font.SourceSansBold
  6409. Destroy.FontSize = Enum.FontSize.Size14
  6410. Destroy.Text = "Punish [P]"
  6411. Destroy.TextColor3 = Color3.new(1, 1, 1)
  6412. Destroy.TextScaled = true
  6413. Destroy.TextSize = 14
  6414. Destroy.TextWrapped = true
  6415.  
  6416. Destroy.MouseButton1Down:connect(function()
  6417. game.Workspace[P.Text] ("Destroy")
  6418. end)
  6419.  
  6420. Kick.Name = "Destroy"
  6421. Kick.Parent = Mainframe
  6422. Kick.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  6423. Kick.BorderSizePixel = 0
  6424. Kick.Position = UDim2.new(0.736842096, 0, 0.5980392173, 0)
  6425. Kick.Size = UDim2.new(0, 120, 0, 42)
  6426. Kick.Font = Enum.Font.SourceSansBold
  6427. Kick.FontSize = Enum.FontSize.Size14
  6428. Kick.Text = "Kick [P]"
  6429. Kick.TextColor3 = Color3.new(1, 1, 1)
  6430. Kick.TextScaled = true
  6431. Kick.TextSize = 14
  6432. Kick.TextWrapped = true
  6433.  
  6434. Kick.MouseButton1Down:connect(function()
  6435. game.Players[P.Text] ("Destroy")
  6436. end)
  6437.  
  6438. end)
  6439.  
  6440. StableExe.Name = "StableExe"
  6441. StableExe.Parent = Mainframe
  6442. StableExe.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  6443. StableExe.BorderSizePixel = 0
  6444. StableExe.Position = UDim2.new(0.428770959, 0, 0.677966118, 0)
  6445. StableExe.Size = UDim2.new(0, 185, 0, 116)
  6446. StableExe.Font = Enum.Font.SourceSansBold
  6447. StableExe.FontSize = Enum.FontSize.Size14
  6448. StableExe.Text = "Open a more stable executor, once again, by me."
  6449. StableExe.TextColor3 = Color3.new(1, 1, 1)
  6450. StableExe.TextScaled = true
  6451. StableExe.TextSize = 14
  6452. StableExe.TextWrapped = true
  6453.  
  6454. StableExe.MouseButton1Down:connect(function()
  6455.  
  6456. --Script by Doat#3537
  6457.  
  6458. local Excutor = Instance.new("ScreenGui")
  6459. local ExeGUI = Instance.new("Frame")
  6460. local Canvas = Instance.new("ScrollingFrame")
  6461. local Input = Instance.new("TextBox")
  6462. local EB = Instance.new("TextButton")
  6463. local XB = Instance.new("TextButton")
  6464.  
  6465.  
  6466. Excutor.Name = "Excutor"
  6467. Excutor.Parent = game.Players.LocalPlayer.PlayerGui
  6468.  
  6469. ExeGUI.Name = "ExeGUI"
  6470. ExeGUI.Parent = Excutor
  6471. ExeGUI.Active = true
  6472. ExeGUI.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  6473. ExeGUI.BorderSizePixel = 0
  6474. ExeGUI.Draggable = true
  6475. ExeGUI.Position = UDim2.new(0.15384616, 0, 0.400000006, 0)
  6476. ExeGUI.Selectable = true
  6477. ExeGUI.Size = UDim2.new(0.30751881, 0, 0.426847667, 0)
  6478.  
  6479. Canvas.Name = "Canvas"
  6480. Canvas.Parent = ExeGUI
  6481. Canvas.BackgroundColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  6482. Canvas.Position = UDim2.new(0.0782396123, 0, 0.0459363945, 0)
  6483. Canvas.Size = UDim2.new(0, 345, 0, 205)
  6484. Canvas.CanvasSize = UDim2.new(0, 0, 100000, 0)
  6485.  
  6486. Input.Name = "Input"
  6487. Input.Parent = Canvas
  6488. Input.BackgroundColor3 = Color3.new(1, 1, 1)
  6489. Input.BackgroundTransparency = 1
  6490. Input.BorderSizePixel = 0
  6491. Input.Size = UDim2.new(0, 330, 0, 999)
  6492. Input.Font = Enum.Font.SourceSansBold
  6493. Input.FontSize = Enum.FontSize.Size14
  6494. Input.MultiLine = true
  6495. Input.Text = "--Script by Doat#3537"
  6496. Input.TextColor3 = Color3.new(0, 0, 0)
  6497. Input.TextSize = 14
  6498. Input.TextXAlignment = Enum.TextXAlignment.Left
  6499. Input.TextYAlignment = Enum.TextYAlignment.Top
  6500.  
  6501. EB.Name = "EB"
  6502. EB.Parent = ExeGUI
  6503. EB.BackgroundColor3 = Color3.new(0, 0, 0)
  6504. EB.BorderSizePixel = 0
  6505. EB.Position = UDim2.new(0.0782396123, 0, 0.855123699, 0)
  6506. EB.Size = UDim2.new(0, 170, 0, 30)
  6507. EB.Font = Enum.Font.SourceSansBold
  6508. EB.FontSize = Enum.FontSize.Size14
  6509. EB.Text = "Execute"
  6510. EB.TextColor3 = Color3.new(1, 1, 1)
  6511. EB.TextSize = 14
  6512.  
  6513. EB.MouseButton1Down:connect(function()
  6514. loadstring(Input.Text)()
  6515. end)
  6516.  
  6517. XB.Name = "XB"
  6518. XB.Parent = ExeGUI
  6519. XB.BackgroundColor3 = Color3.new(0, 0, 0)
  6520. XB.BorderSizePixel = 0
  6521. XB.Position = UDim2.new(0.493887544, 0, 0.855123699, 0)
  6522. XB.Size = UDim2.new(0, 175, 0, 30)
  6523. XB.Font = Enum.Font.SourceSansBold
  6524. XB.FontSize = Enum.FontSize.Size14
  6525. XB.Text = "Exit"
  6526. XB.TextColor3 = Color3.new(1, 1, 1)
  6527. XB.TextSize = 14
  6528.  
  6529. XB.MouseButton1Down:connect(function()
  6530. Excutor ("Destroy")
  6531. end)
  6532.  
  6533.  
  6534. end)
  6535.  
  6536. aExit.Name = "aExit"
  6537. aExit.Parent = Mainframe
  6538. aExit.BackgroundColor3 = Color3.new(1, 1, 1)
  6539. aExit.BackgroundTransparency = 1
  6540. aExit.BorderSizePixel = 0
  6541. aExit.Position = UDim2.new(0.912011147, 0, 0, 0)
  6542. aExit.Size = UDim2.new(0, 50, 0, 50)
  6543. aExit.Font = Enum.Font.SourceSansBold
  6544. aExit.FontSize = Enum.FontSize.Size14
  6545. aExit.Text = "X"
  6546. aExit.TextColor3 = Color3.new(0.666667, 0, 0)
  6547. aExit.TextScaled = true
  6548. aExit.TextSize = 14
  6549. aExit.TextWrapped = true
  6550.  
  6551. aExit.MouseButton1Down:connect(function()
  6552. Lolgui ("Destroy")
  6553. end)
Advertisement
Add Comment
Please, Sign In to add comment