Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 202.06 KB | None | 0 0
  1. wait(2)
  2. local ver = '1.1.0'
  3. local update = [[revamped the whitelist system]]
  4. local usable = true
  5. local freetrial = false
  6. local tlogins = nil
  7. local mlogins = nil
  8. local logins = {}
  9.  
  10. --database status
  11.  
  12. local mg = "Online"
  13. local tg = "Online"
  14. if tlogins == nil then tg = "Offline" end
  15. if mlogins == nil then mg = "Offline" end
  16. warn([[LOGIN DATABASE STATUS:
  17. mustardfoot Database: ]]..mg..[[
  18. Tollonis Database: ]]..tg)
  19.  
  20. --database status
  21.  
  22. pcall(function()
  23. for i,v in pairs(mlogins) do
  24. local found = false
  25. for a,c in pairs(logins) do
  26. if v.username == c.username then
  27. found = true
  28. end
  29. end
  30. if found == false then
  31. table.insert(logins,v)
  32. end
  33. end
  34. end)
  35. pcall(function()
  36. for i,v in pairs(tlogins) do
  37. local found = false
  38. for a,c in pairs(logins) do
  39. if v.username == c.username then
  40. found = true
  41. end
  42. end
  43. if found == false then
  44. table.insert(logins,v)
  45. end
  46. end
  47. end)
  48.  
  49. --EDIT BELOW!!!!!!!!!!!!!
  50.  
  51. function hey()
  52. local player = game:GetService('Players').LocalPlayer
  53. local rightclone = Instance.new('Motor6D')
  54. rightclone.Name = "Right Shoulder"
  55. rightclone.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  56. rightclone.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  57. local leftclone = Instance.new('Motor6D')
  58. leftclone.Name = "Left Shoulder"
  59. leftclone.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  60. leftclone.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  61. local leftlegclone = Instance.new('Motor6D')
  62. leftlegclone.Name = "Left Hip"
  63. leftlegclone.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  64. leftlegclone.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  65. local rightlegclone = Instance.new('Motor6D')
  66. rightlegclone.Name = "Right Hip"
  67. rightlegclone.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  68. rightlegclone.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  69. local torsoclone = Instance.new('Motor6D')
  70. torsoclone.Name = "RootJoint"
  71. torsoclone.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  72. torsoclone.C1 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  73. local mouse = player:GetMouse()
  74. local rag1 = false
  75. local rag2 = false
  76. local firsttime = true
  77. local firsttime2 = true
  78. local firsttime3 = true
  79. local firsttime4 = true
  80. local firsttime5 = true
  81. local childlock = true
  82. local math1 = math.random(1,5)
  83. math1 = math1+(math.random(0,9)/10)
  84. local math2 = math.random(1,15)
  85. math2 = math2+(math.random(0,9)/10)
  86. local math3 = math.random(1,10)
  87. math3 = math3+(math.random(0,9)/10)
  88. local math4 = math.random(5,100)
  89. math4 = math4+(math.random(0,9)/10)
  90. local answer = (math4+(math1*math3))/(math1*math2)
  91. answer = math.floor((answer*10)+0.5)
  92. answer = 1
  93. print([[To be fair, you have to have a very high IQ to understand Rick and Morty.
  94. The humor is extremely subtle, and without a solid grasp of theoretical physics most of the jokes will go over a typical viewer's head.
  95. There's also Rick's nihilistic outlook, which is deftly woven into his characterisation -
  96. his personal philosophy draws heavily from Narodnaya Volya literature, for instance.
  97. The fans understand this stuff;
  98. they have the intellectual capacity to truly appreciate the depths of these jokes, to realize that they're not just funny- they say something deep about LIFE.
  99. As a consequence people who dislike Rick and Morty truly ARE idiots-
  100. of course they wouldn't appreciate, for instance, the humour in Rick's existencial catchphrase "Wubba Lubba Dub Dub," which itself is a cryptic reference to Turgenev's Russian epic Fathers and Sons.
  101. I'm smirking right now just imagining one of those addlepated simpletons scratching their heads in confusion as Dan Harmon's genius unfolds itself on their television screens.
  102. What fools... how I pity them.
  103. And yes by the way, I DO have a Rick and Morty tattoo.
  104. And no, you cannot see it.
  105. It's for the ladies' eyes only-
  106. And even they have to demonstrate that they're within ]]..answer..[[ IQ points of my own (preferably lower) beforehand.]])
  107. local rekt = {}
  108.  
  109. -- Objects
  110.  
  111. local MainGUI = Instance.new("ScreenGui")
  112. local Customize = Instance.new("TextButton")
  113. local Frame = Instance.new("Frame")
  114. local TextLabel = Instance.new("TextLabel")
  115. local Frame_2 = Instance.new("Frame")
  116. local Frame_3 = Instance.new("Frame")
  117. local ImageLabel = Instance.new("ImageLabel")
  118. local R = Instance.new("TextBox")
  119. local G = Instance.new("TextBox")
  120. local B = Instance.new("TextBox")
  121. local TextLabel_2 = Instance.new("TextLabel")
  122. local TextLabel_3 = Instance.new("TextLabel")
  123. local TextLabel_4 = Instance.new("TextLabel")
  124. local Slider = Instance.new("Frame")
  125. local Slidee = Instance.new("ImageButton")
  126. local ChildLock = Instance.new("Frame")
  127. local TextLabel_5 = Instance.new("TextLabel")
  128. local mathz = Instance.new("TextLabel")
  129. local TextBox = Instance.new("TextBox")
  130. local Black = Instance.new('Frame')
  131. local fps = Instance.new('TextLabel')
  132.  
  133. -- Properties
  134.  
  135. MainGUI.Name = "MainGUI"
  136. MainGUI.ResetOnSpawn = false
  137. pcall(function()
  138. MainGUI.Parent = player.PlayerGui
  139. end)
  140. pcall(function()
  141. MainGUI.Parent = game.CoreGui
  142. game.CoreGui.RobloxGui.Backpack.Hotbar.AnchorPoint = Vector2.new(0.5,0.5)
  143. game.CoreGui.RobloxGui.Backpack.Hotbar.Position = UDim2.new(0.5,0,0.85,0)
  144. end)
  145.  
  146.  
  147. Customize.Name = "Customize"
  148. Customize.Parent = MainGUI
  149. Customize.BackgroundColor3 = Color3.new(0, 0.776471, 0.282353)
  150. Customize.BorderSizePixel = 0
  151. Customize.Position = UDim2.new(0.15, 0, 0.9, 0)
  152. Customize.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  153. Customize.Font = Enum.Font.SourceSans
  154. Customize.FontSize = Enum.FontSize.Size14
  155. Customize.Text = "Customize V4"
  156. Customize.TextColor3 = Color3.new(1, 1, 1)
  157. Customize.TextScaled = true
  158. Customize.TextSize = 14
  159. Customize.TextWrapped = true
  160.  
  161. Frame.Parent = Customize
  162. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  163. Frame.BorderSizePixel = 0
  164. Frame.Position = UDim2.new(0, 0, 1, 0)
  165. Frame.Size = UDim2.new(1, 0, 6.5, 0)
  166.  
  167. TextLabel.Parent = Frame
  168. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  169. TextLabel.BackgroundTransparency = 1
  170. TextLabel.Position = UDim2.new(0, 0, 0.100000001, 0)
  171. TextLabel.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  172. TextLabel.Font = Enum.Font.SourceSansLight
  173. TextLabel.FontSize = Enum.FontSize.Size14
  174. TextLabel.Text = "Blood Color: [255, 255, 255]"
  175. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  176. TextLabel.TextScaled = true
  177. TextLabel.TextSize = 14
  178. TextLabel.TextWrapped = true
  179. TextLabel.TextXAlignment = Enum.TextXAlignment.Right
  180.  
  181. Frame_2.Parent = TextLabel
  182. Frame_2.BackgroundColor3 = Color3.new(0.458824, 0, 0)
  183. Frame_2.BorderSizePixel = 0
  184. Frame_2.Position = UDim2.new(1.04999995, 0, 0, 0)
  185. Frame_2.Size = UDim2.new(1, 0, 1, 0)
  186. Frame_2.SizeConstraint = Enum.SizeConstraint.RelativeYY
  187.  
  188. Frame_3.Parent = Frame
  189. Frame_3.BackgroundColor3 = Color3.new(1, 1, 1)
  190. Frame_3.BackgroundTransparency = 1
  191. Frame_3.BorderSizePixel = 0
  192. Frame_3.Position = UDim2.new(0.0500000007, 0, 0.449999988, 0)
  193. Frame_3.Size = UDim2.new(0.5, 0, 0.5, 0)
  194. Frame_3.SizeConstraint = Enum.SizeConstraint.RelativeYY
  195.  
  196. ImageLabel.Parent = Frame_3
  197. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  198. ImageLabel.BackgroundTransparency = 1
  199. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  200. ImageLabel.Image = "rbxassetid://328298876"
  201.  
  202. R.Name = "R"
  203. R.Parent = Frame_3
  204. R.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  205. R.BorderSizePixel = 0
  206. R.Position = UDim2.new(1.39999998, 0, 0, 0)
  207. R.Size = UDim2.new(0.75, 0, 0.300000012, 0)
  208. R.Font = Enum.Font.SourceSans
  209. R.FontSize = Enum.FontSize.Size14
  210. R.Text = "Input"
  211. R.TextColor3 = Color3.new(1, 1, 1)
  212. R.TextScaled = true
  213. R.TextSize = 14
  214. R.TextWrapped = true
  215. R.TextXAlignment = Enum.TextXAlignment.Left
  216.  
  217. G.Name = "G"
  218. G.Parent = Frame_3
  219. G.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  220. G.BorderSizePixel = 0
  221. G.Position = UDim2.new(1.39999998, 0, 0.349999994, 0)
  222. G.Size = UDim2.new(0.75, 0, 0.300000012, 0)
  223. G.Font = Enum.Font.SourceSans
  224. G.FontSize = Enum.FontSize.Size14
  225. G.Text = "Input"
  226. G.TextColor3 = Color3.new(1, 1, 1)
  227. G.TextScaled = true
  228. G.TextSize = 14
  229. G.TextWrapped = true
  230. G.TextXAlignment = Enum.TextXAlignment.Left
  231.  
  232. B.Name = "B"
  233. B.Parent = Frame_3
  234. B.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  235. B.BorderSizePixel = 0
  236. B.Position = UDim2.new(1.39999998, 0, 0.699999988, 0)
  237. B.Size = UDim2.new(0.75, 0, 0.300000012, 0)
  238. B.Font = Enum.Font.SourceSans
  239. B.FontSize = Enum.FontSize.Size14
  240. B.Text = "Input"
  241. B.TextColor3 = Color3.new(1, 1, 1)
  242. B.TextScaled = true
  243. B.TextSize = 14
  244. B.TextWrapped = true
  245. B.TextXAlignment = Enum.TextXAlignment.Left
  246.  
  247. TextLabel_2.Parent = Frame_3
  248. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  249. TextLabel_2.BackgroundTransparency = 1
  250. TextLabel_2.Position = UDim2.new(1.04999995, 0, 0, 0)
  251. TextLabel_2.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  252. TextLabel_2.Font = Enum.Font.SourceSansLight
  253. TextLabel_2.FontSize = Enum.FontSize.Size14
  254. TextLabel_2.Text = "R"
  255. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  256. TextLabel_2.TextScaled = true
  257. TextLabel_2.TextSize = 14
  258. TextLabel_2.TextWrapped = true
  259.  
  260. TextLabel_3.Parent = Frame_3
  261. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  262. TextLabel_3.BackgroundTransparency = 1
  263. TextLabel_3.Position = UDim2.new(1.04999995, 0, 0.349999994, 0)
  264. TextLabel_3.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  265. TextLabel_3.Font = Enum.Font.SourceSansLight
  266. TextLabel_3.FontSize = Enum.FontSize.Size14
  267. TextLabel_3.Text = "G"
  268. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  269. TextLabel_3.TextScaled = true
  270. TextLabel_3.TextSize = 14
  271. TextLabel_3.TextWrapped = true
  272.  
  273. TextLabel_4.Parent = Frame_3
  274. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  275. TextLabel_4.BackgroundTransparency = 1
  276. TextLabel_4.Position = UDim2.new(1.04999995, 0, 0.699999988, 0)
  277. TextLabel_4.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  278. TextLabel_4.Font = Enum.Font.SourceSansLight
  279. TextLabel_4.FontSize = Enum.FontSize.Size14
  280. TextLabel_4.Text = "B"
  281. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  282. TextLabel_4.TextScaled = true
  283. TextLabel_4.TextSize = 14
  284. TextLabel_4.TextWrapped = true
  285.  
  286. Slider.Name = "Slider"
  287. Slider.Parent = Frame
  288. Slider.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  289. Slider.Position = UDim2.new(0.0500000007, 0, 0.375, 0)
  290. Slider.Size = UDim2.new(0.230000004, 0, 0.00999999978, 0)
  291.  
  292. Slidee.Name = "Slidee"
  293. Slidee.Parent = Slider
  294. Slidee.AnchorPoint = Vector2.new(0.5, 0.5)
  295. Slidee.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  296. Slidee.BorderSizePixel = 0
  297. Slidee.Size = UDim2.new(0.0299999993, 0, 7, 0)
  298. Slidee.ImageTransparency = 1
  299.  
  300. ChildLock.Name = "ChildLock"
  301. ChildLock.Parent = Frame
  302. ChildLock.Active = true
  303. ChildLock.BackgroundColor3 = Color3.new(0, 0, 0)
  304. ChildLock.BackgroundTransparency = 0.60000002384186
  305. ChildLock.BorderSizePixel = 0
  306. ChildLock.Position = UDim2.new(0.600000024, 0, 0, 0)
  307. ChildLock.Size = UDim2.new(0.400000006, 0, 1, 0)
  308. ChildLock.ZIndex = 2
  309.  
  310. TextLabel_5.Parent = ChildLock
  311. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  312. TextLabel_5.BackgroundTransparency = 1
  313. TextLabel_5.BorderSizePixel = 0
  314. TextLabel_5.Position = UDim2.new(0.125, 0, 0.150000006, 0)
  315. TextLabel_5.Size = UDim2.new(0.75, 0, 0.200000003, 0)
  316. TextLabel_5.ZIndex = 3
  317. TextLabel_5.Font = Enum.Font.SourceSans
  318. TextLabel_5.FontSize = Enum.FontSize.Size14
  319. TextLabel_5.Text = "do this math to disable child lock"
  320. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  321. TextLabel_5.TextScaled = true
  322. TextLabel_5.TextSize = 14
  323. TextLabel_5.TextWrapped = true
  324.  
  325. mathz.Name = "mathz"
  326. mathz.Parent = ChildLock
  327. mathz.BackgroundColor3 = Color3.new(1, 1, 1)
  328. mathz.BackgroundTransparency = 1
  329. mathz.Position = UDim2.new(0.125, 0, 0.449999988, 0)
  330. mathz.Size = UDim2.new(0.75, 0, 0.200000003, 0)
  331. mathz.ZIndex = 3
  332. mathz.Font = Enum.Font.SourceSans
  333. mathz.FontSize = Enum.FontSize.Size14
  334. mathz.Text = math1.."("..math2.."r - "..math3..") = "..math4
  335. mathz.TextColor3 = Color3.new(1, 1, 1)
  336. mathz.TextScaled = true
  337. mathz.TextSize = 14
  338. mathz.TextWrapped = true
  339.  
  340. fps.Name = "fps"
  341. fps.Parent = Frame
  342. fps.BackgroundColor3 = Color3.new(1, 1, 1)
  343. fps.BackgroundTransparency = 1
  344. fps.Size = UDim2.new(0.75, 0, 0.05, 0)
  345. fps.ZIndex = 3
  346. fps.Font = Enum.Font.SourceSansLight
  347. fps.FontSize = Enum.FontSize.Size14
  348. fps.Text = "FPS: N/A"
  349. fps.TextColor3 = Color3.new(1, 1, 1)
  350. fps.TextScaled = true
  351. fps.TextSize = 14
  352. fps.TextWrapped = true
  353. fps.TextXAlignment = Enum.TextXAlignment.Left
  354.  
  355. TextBox.Parent = ChildLock
  356. TextBox.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  357. TextBox.BorderSizePixel = 0
  358. TextBox.Position = UDim2.new(0.200000003, 0, 0.699999988, 0)
  359. TextBox.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  360. TextBox.ZIndex = 3
  361. TextBox.Font = Enum.Font.SourceSans
  362. TextBox.FontSize = Enum.FontSize.Size14
  363. TextBox.Text = "Answer (rounded to nearest tenth)"
  364. TextBox.TextColor3 = Color3.new(1, 1, 1)
  365. TextBox.TextScaled = true
  366. TextBox.TextSize = 14
  367. TextBox.TextWrapped = true
  368. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  369.  
  370. Black.Size = UDim2.new(1,0,1,0)
  371. Black.BackgroundTransparency = 1
  372. Black.BorderSizePixel = 0
  373. Black.BackgroundColor3 = Color3.new(0,0,0)
  374. Black.Parent = Frame_3
  375.  
  376. ChildLock:Destroy()
  377. childlock = false
  378.  
  379. local mousedown = false
  380. mouse.Button1Down:connect(function()
  381. mousedown = true
  382. end)
  383. mouse.Button1Up:connect(function()
  384. mousedown = false
  385. slidee = false
  386. end)
  387.  
  388. Slidee.MouseButton1Down:connect(function()
  389. slidee = true
  390. end)
  391. Slidee.MouseButton1Up:connect(function()
  392. slidee = false
  393. end)
  394.  
  395. mouse.Move:connect(function()
  396. if mousedown then
  397. if mouse.X >= ImageLabel.AbsolutePosition.X and mouse.X <= ImageLabel.AbsolutePosition.X+ ImageLabel.AbsoluteSize.X and mouse.Y >= ImageLabel.AbsolutePosition.Y and mouse.Y <= ImageLabel.AbsolutePosition.Y+ ImageLabel.AbsoluteSize.Y then
  398. local newX = ImageLabel.AbsoluteSize.X-(mouse.X-ImageLabel.AbsolutePosition.X)
  399. local newY = ImageLabel.AbsoluteSize.Y-(mouse.Y-ImageLabel.AbsolutePosition.Y)
  400. local newcolor = Color3.fromHSV(newX/ImageLabel.AbsoluteSize.X,newY/ImageLabel.AbsoluteSize.Y,Black.Transparency)
  401. Frame_2.BackgroundColor3 = newcolor
  402. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  403. end
  404. end
  405. if slidee then
  406. local ree = mouse.X
  407. if ree < Slider.AbsolutePosition.X then
  408. ree = Slider.AbsolutePosition.X
  409. elseif ree > Slider.AbsolutePosition.X+Slider.AbsoluteSize.X then
  410. ree = Slider.AbsolutePosition.X+Slider.AbsoluteSize.X
  411. end
  412. Slidee.Position = UDim2.new(0,ree-Slider.AbsolutePosition.X,0,0)
  413. Black.Transparency = 1-(Slidee.Position.X.Offset/Slider.AbsoluteSize.X)
  414. end
  415. end)
  416.  
  417. R.FocusLost:connect(function()
  418. if R.Text ~= "Input" then
  419. if tonumber(R.Text) then
  420. if tonumber(R.Text) > 255 then
  421. R.Text = "255"
  422. end
  423. local newcolor = Color3.new(tonumber(R.Text/255),Frame_2.BackgroundColor3.g,Frame_2.BackgroundColor3.b)
  424. Frame_2.BackgroundColor3 = newcolor
  425. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  426. R.Text = "Input"
  427. end
  428. end
  429. end)
  430. G.FocusLost:connect(function()
  431. if G.Text ~= "Input" then
  432. if tonumber(G.Text) then
  433. if tonumber(G.Text) > 255 then
  434. G.Text = "255"
  435. end
  436. local newcolor = Color3.new(Frame_2.BackgroundColor3.r,tonumber(G.Text/255),Frame_2.BackgroundColor3.b)
  437. Frame_2.BackgroundColor3 = newcolor
  438. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  439. G.Text = "Input"
  440. end
  441. end
  442. end)
  443. B.FocusLost:connect(function()
  444. if B.Text ~= "Input" then
  445. if tonumber(B.Text) then
  446. if tonumber(B.Text) > 255 then
  447. B.Text = "255"
  448. end
  449. local newcolor = Color3.new(Frame_2.BackgroundColor3.r,Frame_2.BackgroundColor3.g,tonumber(B.Text/255))
  450. Frame_2.BackgroundColor3 = newcolor
  451. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  452. B.Text = "Input"
  453. end
  454. end
  455. end)
  456.  
  457. local open = false
  458. local opening = false
  459. Customize.MouseButton1Click:connect(function()
  460. if opening == false then
  461. if open == false then
  462. open = true
  463. opening = true
  464. Customize:TweenPosition(UDim2.new(0.15, 0, 0.1, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Quint,1)
  465. wait(1)
  466. opening = false
  467. else
  468. open = false
  469. opening = true
  470. Customize:TweenPosition(UDim2.new(0.15, 0, 0.9, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Quint,1)
  471. wait(1)
  472. opening = false
  473. end
  474. end
  475. end)
  476.  
  477. Frame_2.BackgroundColor3 = Color3.fromRGB(117,0,0)
  478.  
  479. function removewelds(part)
  480. for i,v in pairs(part:GetChildren()) do
  481. if v:IsA('Weld') then v:Destroy() end
  482. end
  483. end
  484.  
  485. function notify(msg,remove)
  486. local coru= coroutine.wrap(function()
  487. for i,v in pairs(MainGUI:GetChildren()) do
  488. if v:IsA('TextLabel') then v:Destroy() end
  489. end
  490. if msg then
  491. local TextLabel = Instance.new("TextLabel")
  492. local Frame = Instance.new("Frame")
  493.  
  494. -- Properties
  495.  
  496. TextLabel.Parent = MainGUI
  497. TextLabel.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  498. TextLabel.BorderSizePixel = 0
  499. TextLabel.Position = UDim2.new(0.25, 0, 0.05, -10)
  500. TextLabel.Size = UDim2.new(0.5, 0, 0.1, 0)
  501. TextLabel.Font = Enum.Font.SourceSans
  502. TextLabel.FontSize = Enum.FontSize.Size60
  503. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  504. TextLabel.TextSize = 50
  505. TextLabel.Transparency = 1
  506. TextLabel.TextScaled = true
  507. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  508. TextLabel.Text = ""
  509. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  510.  
  511. Frame.Parent = TextLabel
  512. Frame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  513. Frame.BorderSizePixel = 0
  514. Frame.Transparency = 1
  515. Frame.Position = UDim2.new(0, 0, 1,0)
  516. Frame.Size = UDim2.new(1, 0, 0, 5)
  517. for i=1,10 do
  518. TextLabel.Transparency = TextLabel.Transparency-0.1
  519. TextLabel.Position = TextLabel.Position+UDim2.new(0,0,0,1)
  520. Frame.Transparency = Frame.Transparency-0.1
  521. wait()
  522. end
  523. for i=1,#msg do
  524. TextLabel.Text = string.sub(msg,1,i)
  525. wait()
  526. end
  527. wait(1)
  528. if remove ~= true then
  529. for i=1,10 do
  530. TextLabel.Transparency = TextLabel.Transparency+0.1
  531. TextLabel.Position = TextLabel.Position-UDim2.new(0,0,0,1)
  532. Frame.Transparency = Frame.Transparency+0.1
  533. wait()
  534. end
  535. TextLabel:Destroy()
  536. end
  537. end
  538. end)
  539. coru()
  540. end
  541. if workspace.FilteringEnabled == false then
  542. if workspace:PGSIsEnabled() then
  543. notify('Press Z to equip. Created by mustardfoot and Tollonis. Edited by Apaokz',true)
  544. else
  545. notify('(sorry bud, PGSPhysicsSolverEnabled is not enabled. so physics might be fucked. sorry :c) Press Z to equip. Created by mustardfoot and Tollonis. Edited by Apaokz.',true)
  546. end
  547. else
  548. notify("HAHAHAHAHAHAHA! LOL! You're, you're joking right? you seriously think that filtering enabled will work on this script? Sorry. Its enabled. It wont work, but go ahead lol")
  549. end
  550.  
  551. local handProperties = {
  552. {"LimitsEnabled", true};
  553. {"UpperAngle",0};
  554. {"LowerAngle",0};
  555. }
  556. local shinProperties = {
  557. {"LimitsEnabled", true};
  558. {"UpperAngle", 0};
  559. {"LowerAngle", -75};
  560. }
  561. local footProperties = {
  562. {"LimitsEnabled", true};
  563. {"UpperAngle", 15};
  564. {"LowerAngle", -45};
  565. }
  566.  
  567. function bleed(frick,OwO)
  568. while frick.Parent ~= nil and frick.Parent.Parent ~= nil do
  569. local reeee = coroutine.wrap(function()
  570. local thing = Instance.new('Part',workspace)
  571. thing.Size = Vector3.new(0.2,0.2,0.2)
  572. thing.CFrame = frick.CFrame
  573. thing.Transparency = 1
  574. thing.BrickColor = BrickColor.new(Frame_2.BackgroundColor3)
  575. thing.Material = Enum.Material.SmoothPlastic
  576. thing.Name = "Blood"
  577. thing.CanCollide =false
  578. thing:BreakJoints()
  579. local rawrxd = Instance.new('BodyForce',thing)
  580. rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  581. local coru = coroutine.wrap(function()
  582. wait(0.01)
  583. rawrxd:Destroy()
  584. end)
  585. coru()
  586. local ree = Instance.new('ParticleEmitter',thing)
  587. if OwO ~= true then
  588. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Frame_2.BackgroundColor3),ColorSequenceKeypoint.new(1,Frame_2.BackgroundColor3)})
  589. else
  590. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,1,1)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
  591. end
  592. ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  593. ree.Texture = 'rbxassetid://867743272'
  594. ree.Lifetime = NumberRange.new(0.4)
  595. ree.Rate = 50
  596. ree.LockedToPart = true
  597. ree.Speed = NumberRange.new(0, 2)
  598.  
  599. thing.Touched:connect(function(tou)
  600. 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" and tou.Parent.Name ~= 'handle' and tou.Name ~= "blade" and tou.Name ~= 'handle' and tou.Name ~= "Projectile" and tou.Parent.Name ~= "Projectile" then
  601. local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  602. local Point1 = pos-Vector3.new(0.01,0.01,0.01)
  603. local Point2 = pos+Vector3.new(0.01,0.01,0.01)
  604. local Region = Region3.new(Point1,Point2)
  605. for _,Part in pairs(game.Workspace:FindPartsInRegion3(Region,nil,math.huge)) do
  606. if Part.Name == "BloodPuddle" then
  607. tou = Part
  608. end
  609. end
  610. thing:Destroy()
  611. if tou.Name == "BloodPuddle" then
  612. if tou.Size.X < 1 then
  613. pcall(function()
  614. tou.Sound:Play()
  615. end)
  616. end
  617. local reee = tou.CFrame
  618. if tou.Transparency > -0.2 then
  619. tou.Transparency = tou.Transparency -0.1
  620. end
  621. if tou.Size.X < 5 then
  622. tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  623. tou.CFrame = reee
  624. end
  625. elseif tou.CanCollide == true then
  626. local bloodlol = Instance.new('Part',workspace)
  627. local sound = Instance.new('Sound',bloodlol)
  628. sound.SoundId = 'rbxassetid://685857471'
  629. sound.Volume = 0.025
  630. sound:Play()
  631. bloodlol.Size=Vector3.new(1,0.2,1)
  632. bloodlol.Name = "BloodPuddle"
  633. bloodlol.Anchored = true
  634. bloodlol.CanCollide = false
  635. bloodlol.Material = Enum.Material.SmoothPlastic
  636. if OwO ~= true then
  637. bloodlol.Color = Frame_2.BackgroundColor3
  638. else
  639. bloodlol.Color = Color3.new(1,1,1)
  640. end
  641. local cyl = Instance.new('CylinderMesh',bloodlol)
  642. cyl.Scale = Vector3.new(1,0.1,1)
  643. bloodlol.CFrame = CFrame.new(pos)
  644. local coru=coroutine.wrap(function()
  645. while bloodlol.Parent ~= nil do
  646. if bloodlol.Transparency < 1 then
  647. bloodlol.Transparency = bloodlol.Transparency+0.05
  648. else
  649. bloodlol:Destroy()
  650. end
  651. wait(0.1)
  652. end
  653. end)
  654. coru()
  655. end
  656. end
  657. end)
  658. local coru = coroutine.wrap(function()
  659. wait(1)
  660. thing:Destroy()
  661. end)
  662. coru()
  663. end)
  664. reeee()
  665. wait()
  666. end
  667. end
  668.  
  669. function stun(char)
  670. local found = false
  671. pcall(function()
  672. char:FindFirstChildOfClass('Humanoid'):ChangeState(Enum.HumanoidStateType.Physics)
  673. end)
  674. for i,v in pairs(rekt) do
  675. if v == char then
  676. found = true
  677. end
  678. end
  679. if found == false then
  680. table.insert(rekt,char)
  681. end
  682. end
  683. function unstun(char)
  684. for i,v in pairs(rekt) do
  685. if v == char then
  686. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChildOfClass('Humanoid').Health>0 then
  687. v:FindFirstChildOfClass('Humanoid'):ChangeState(Enum.HumanoidStateType.Running)
  688. v:FindFirstChildOfClass('Humanoid').PlatformStand = false
  689. v:FindFirstChildOfClass('Humanoid').Sit = false
  690. v:FindFirstChildOfClass('Humanoid').Jump = true
  691. v:FindFirstChildOfClass('Humanoid').JumpPower = 50
  692. v:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  693. v:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  694. end
  695. table.remove(rekt,i)
  696. end
  697. end
  698. end
  699.  
  700. function recurse(root,callback,i)
  701. i= i or 0
  702. for _,v in pairs(root:GetChildren()) do
  703. i = i + 1
  704. callback(i,v)
  705.  
  706. if #v:GetChildren() > 0 then
  707. i = recurse(v,callback,i)
  708. end
  709. end
  710.  
  711. return i
  712. end
  713.  
  714. function ragdollJoint(character, part0, part1, attachmentName, className, properties)
  715. if character:FindFirstChild("RagdollConstraint"..part1.Name) == nil then
  716. if character:FindFirstChild('HumanoidRootPart')then
  717. character.HumanoidRootPart.CanCollide = false
  718. end
  719. for i,v in pairs(character:GetChildren()) do
  720. if v:IsA("MeshPart") and (v.MeshId == 'http://www.roblox.com/asset/?id=553602991' or v.MeshId == 'http://www.roblox.com/asset/?id=553602977' or v.MeshId == 'http://www.roblox.com/asset/?id=553602987') then
  721. v.Size = Vector3.new(1,1,1)
  722. end
  723. end
  724. recurse(character, function(_,v)
  725. if v:IsA("Attachment") and v.Parent.Name ~= "ayybleed" then
  726. v.Axis = Vector3.new(0, 1, 0)
  727. v.SecondaryAxis = Vector3.new(0, 0, 1)
  728. v.Rotation = Vector3.new(0, 0, 0)
  729. end
  730. end)
  731. if part1:FindFirstChildOfClass('Motor6D') then
  732. part1:FindFirstChildOfClass('Motor6D'):Destroy()
  733. end
  734. if attachmentName ~= "NeckAttachment" then
  735. attachmentName = attachmentName.."RigAttachment"
  736. end
  737. local constraint = Instance.new(className.."Constraint")
  738. constraint.Attachment0 = part0:FindFirstChild(attachmentName)
  739. constraint.Attachment1 = part1:FindFirstChild(attachmentName)
  740. constraint.Name = "RagdollConstraint"..part1.Name
  741. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  742. local collidepart = Instance.new('Part',part1)
  743. collidepart.Size = part1.Size/2
  744. if string.find(string.lower(part1.Name),"upper") then
  745. if string.find(string.lower(part1.Name),"leg") then
  746. collidepart.Size = part1.Size/3
  747. else
  748. collidepart.Size = part1.Size/2.5
  749. end
  750. end
  751. collidepart.CanCollide = true
  752. collidepart.Name = "Collision"
  753. collidepart.Anchored = false
  754. collidepart.Transparency = 1
  755. collidepart.CFrame = part1.CFrame
  756. collidepart:BreakJoints()
  757. local attachment0 = Instance.new('Attachment',part1)
  758. local attachment1 = Instance.new('Attachment',collidepart)
  759. if attachment0 and attachment1 then
  760. local constraint = Instance.new("HingeConstraint")
  761. constraint.Attachment0 = attachment0
  762. constraint.Attachment1 = attachment1
  763. constraint.LimitsEnabled = true
  764. constraint.UpperAngle = 0
  765. constraint.LowerAngle = 0
  766. constraint.Parent = character
  767. end
  768. if string.find(string.lower(part1.Name),"upper") then
  769. if string.find(string.lower(part1.Name),"leg") then
  770. attachment0.Position = Vector3.new(0,0.01,0)
  771. else
  772. attachment0.Position = Vector3.new(0,0.25,0)
  773. end
  774. else
  775. attachment0.Position = Vector3.new(0,-0.1,0)
  776. end
  777. end
  778. for _,propertyData in next,properties or {} do
  779. constraint[propertyData[1]] = propertyData[2]
  780. end
  781.  
  782. constraint.Parent = character
  783. end
  784. end
  785.  
  786. function R6ragdollJoint(character,limbname,attached,heded)
  787. pcall(function()
  788. if limbname == "Right Arm" and character:FindFirstChild("Right Arm") and character:FindFirstChild("Torso") and character.Torso:FindFirstChild("Right ArmRagdollConstraint") == nil and character[limbname]:FindFirstChild("Right ArmRagdollConstraint") == nil then
  789. local torsoatt = Instance.new('Attachment',character.Torso)
  790. torsoatt.Name = limbname.."RagdollConstraint"
  791. torsoatt.Position = Vector3.new(1.45,0.768,-0.009)
  792. torsoatt.Axis = Vector3.new(1,0,0)
  793. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  794. local limbatt = Instance.new("Attachment",character[limbname])
  795. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  796. limbatt.Name = limbname.."RagdollConstraint"
  797. limbatt.Axis = Vector3.new(1,0,0)
  798. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  799. local ballc = Instance.new('BallSocketConstraint',character)
  800. ballc.Name = "RightArmRagdollRig"
  801. ballc.Attachment0 = torsoatt
  802. ballc.Attachment1 = limbatt
  803. local part1 = character[limbname]
  804. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  805. local collidepart = Instance.new('Part',part1)
  806. collidepart.Size = part1.Size/1.5
  807. collidepart.CanCollide = true
  808. collidepart.Name = "Collision"
  809. collidepart.Anchored = false
  810. collidepart.Transparency = 1
  811. collidepart.CFrame = part1.CFrame
  812. collidepart:BreakJoints()
  813. local attachment0 = Instance.new('Attachment',part1)
  814. local attachment1 = Instance.new('Attachment',collidepart)
  815. if attachment0 and attachment1 then
  816. local constraint = Instance.new("HingeConstraint")
  817. constraint.Attachment0 = attachment0
  818. constraint.Attachment1 = attachment1
  819. constraint.LimitsEnabled = true
  820. constraint.UpperAngle = 0
  821. constraint.LowerAngle = 0
  822. constraint.Parent = character
  823. end
  824. end
  825. if character.Torso:FindFirstChild('Right Shoulder') then
  826. character.Torso:FindFirstChild('Right Shoulder'):Destroy()
  827. end
  828. elseif limbname == "Left Arm" and character:FindFirstChild("Left Arm") and character:FindFirstChild("Torso") and character.Torso:FindFirstChild("Left ArmRagdollConstraint") == nil and character[limbname]:FindFirstChild("Left ArmRagdollConstraint") == nil then
  829. local torsoatt = Instance.new('Attachment',character.Torso)
  830. torsoatt.Name = limbname.."RagdollConstraint"
  831. torsoatt.Position = Vector3.new(-1.45,0.768,-0.009)
  832. torsoatt.Axis = Vector3.new(1,0,0)
  833. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  834. local limbatt = Instance.new("Attachment",character[limbname])
  835. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  836. limbatt.Name = limbname.."RagdollConstraint"
  837. limbatt.Axis = Vector3.new(1,0,0)
  838. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  839. local ballc = Instance.new('BallSocketConstraint',character)
  840. ballc.Name = "LeftArmRagdollRig"
  841. ballc.Attachment0 = torsoatt
  842. ballc.Attachment1 = limbatt
  843. local part1 = character[limbname]
  844. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  845. local collidepart = Instance.new('Part',part1)
  846. collidepart.Size = part1.Size/1.5
  847. collidepart.CanCollide = true
  848. collidepart.Name = "Collision"
  849. collidepart.Anchored = false
  850. collidepart.Transparency = 1
  851. collidepart.CFrame = part1.CFrame
  852. collidepart:BreakJoints()
  853. local attachment0 = Instance.new('Attachment',part1)
  854. local attachment1 = Instance.new('Attachment',collidepart)
  855. if attachment0 and attachment1 then
  856. local constraint = Instance.new("HingeConstraint")
  857. constraint.Attachment0 = attachment0
  858. constraint.Attachment1 = attachment1
  859. constraint.LimitsEnabled = true
  860. constraint.UpperAngle = 0
  861. constraint.LowerAngle = 0
  862. constraint.Parent = character
  863. end
  864. end
  865. if character.Torso:FindFirstChild('Left Shoulder') then
  866. character.Torso:FindFirstChild('Left Shoulder'):Destroy()
  867. end
  868. elseif limbname == "Right Leg" and character:FindFirstChild("Right Leg") and character:FindFirstChild("Torso") and character.Torso:FindFirstChild("Right LegRagdollConstraint") == nil and character[limbname]:FindFirstChild("Right LegRagdollConstraint") == nil then
  869. stun(character)
  870. local torsoatt = Instance.new('Attachment',character.Torso)
  871. torsoatt.Name = limbname.."RagdollConstraint"
  872. torsoatt.Position = Vector3.new(0.45, -1.242, -0.009)
  873. torsoatt.Axis = Vector3.new(1,0,0)
  874. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  875. local limbatt = Instance.new("Attachment",character[limbname])
  876. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  877. limbatt.Name = limbname.."RagdollConstraint"
  878. limbatt.Axis = Vector3.new(1,0,0)
  879. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  880. local ballc = Instance.new('BallSocketConstraint',character)
  881. ballc.Name = "RightLegRagdollRig"
  882. ballc.Attachment0 = torsoatt
  883. ballc.Attachment1 = limbatt
  884. local part1 = character[limbname]
  885. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  886. local collidepart = Instance.new('Part',part1)
  887. collidepart.Size = part1.Size/1.5
  888. collidepart.CanCollide = true
  889. collidepart.Name = "Collision"
  890. collidepart.Anchored = false
  891. collidepart.Transparency = 1
  892. collidepart.CFrame = part1.CFrame
  893. collidepart:BreakJoints()
  894. local attachment0 = Instance.new('Attachment',part1)
  895. local attachment1 = Instance.new('Attachment',collidepart)
  896. if attachment0 and attachment1 then
  897. local constraint = Instance.new("HingeConstraint")
  898. constraint.Attachment0 = attachment0
  899. constraint.Attachment1 = attachment1
  900. constraint.LimitsEnabled = true
  901. constraint.UpperAngle = 0
  902. constraint.LowerAngle = 0
  903. constraint.Parent = character
  904. end
  905. end
  906. if character.Torso:FindFirstChild('Right Hip') then
  907. character.Torso:FindFirstChild('Right Hip'):Destroy()
  908. end
  909. elseif limbname == "Left Leg" and character:FindFirstChild("Left Leg") and character:FindFirstChild("Torso") and character.Torso:FindFirstChild("Left LegRagdollConstraint") == nil and character[limbname]:FindFirstChild("Left LegRagdollConstraint") == nil then
  910. stun(character)
  911. local torsoatt = Instance.new('Attachment',character.Torso)
  912. torsoatt.Name = limbname.."RagdollConstraint"
  913. torsoatt.Position = Vector3.new(-0.45, -1.242, -0.009)
  914. torsoatt.Axis = Vector3.new(1,0,0)
  915. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  916. local limbatt = Instance.new("Attachment",character[limbname])
  917. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  918. limbatt.Name = limbname.."RagdollConstraint"
  919. limbatt.Axis = Vector3.new(1,0,0)
  920. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  921. local ballc = Instance.new('BallSocketConstraint',character)
  922. ballc.Name = "LeftLegRagdollRig"
  923. ballc.Attachment0 = torsoatt
  924. ballc.Attachment1 = limbatt
  925. local part1 = character[limbname]
  926. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  927. local collidepart = Instance.new('Part',part1)
  928. collidepart.Size = part1.Size/1.5
  929. collidepart.CanCollide = true
  930. collidepart.Name = "Collision"
  931. collidepart.Anchored = false
  932. collidepart.Transparency = 1
  933. collidepart.CFrame = part1.CFrame
  934. collidepart:BreakJoints()
  935. local attachment0 = Instance.new('Attachment',part1)
  936. local attachment1 = Instance.new('Attachment',collidepart)
  937. if attachment0 and attachment1 then
  938. local constraint = Instance.new("HingeConstraint")
  939. constraint.Attachment0 = attachment0
  940. constraint.Attachment1 = attachment1
  941. constraint.LimitsEnabled = true
  942. constraint.UpperAngle = 0
  943. constraint.LowerAngle = 0
  944. constraint.Parent = character
  945. end
  946. end
  947. if character.Torso:FindFirstChild('Left Hip') then
  948. character.Torso:FindFirstChild('Left Hip'):Destroy()
  949. end
  950. elseif limbname == "Head" or limbname == "Torso" and character:FindFirstChild("Head") and character:FindFirstChild("Torso") and character.Head:FindFirstChild("Neck") == nil then
  951. if character:FindFirstChildOfClass('Humanoid') then
  952. character:FindFirstChildOfClass('Humanoid').Health = 0
  953. end
  954. while character:FindFirstChildOfClass('Humanoid').Health > 0 do wait() end
  955. if character:FindFirstChild('HumanoidRootPart') then
  956. character.HumanoidRootPart:Destroy()
  957. end
  958. game:GetService('Debris'):AddItem(character,10)
  959. for _,child in next,character:GetChildren() do
  960. if child:IsA("Accoutrement") then
  961. for _,part in next,child:GetChildren() do
  962. if part:IsA("BasePart") then
  963. for _,c in pairs(part:GetChildren()) do
  964. if c:IsA('Weld') then c:Destroy() end
  965. end
  966. local attachment1 = part:FindFirstChildOfClass("Attachment")
  967. local attachment0 = getAttachment0(character,attachment1.Name)
  968. if attachment0 and attachment1 then
  969. local constraint = Instance.new("HingeConstraint")
  970. constraint.Attachment0 = attachment0
  971. constraint.Attachment1 = attachment1
  972. constraint.LimitsEnabled = true
  973. constraint.UpperAngle = 0
  974. constraint.LowerAngle = 0
  975. constraint.Parent = character
  976. end
  977. end
  978. end
  979. end
  980. end
  981. for i,v in pairs(character:GetChildren()) do
  982. if v:IsA('MeshPart') or v:IsA('BasePart') then
  983. for _,c in pairs(v:GetChildren()) do
  984. if c.Name == "Collision" then c:Destroy() end
  985. end
  986. end
  987. end
  988. if character.Torso:FindFirstChild('Neck') then
  989. character.Torso.Neck:Destroy()
  990. end
  991. if character:FindFirstChild('Torso') then
  992. local collidepart = Instance.new('Part',character.Torso)
  993. collidepart.Size = character.Torso.Size/1.5
  994. collidepart.CanCollide = true
  995. collidepart.Name = "Collision"
  996. collidepart.Anchored = false
  997. collidepart.Transparency = 1
  998. collidepart.CFrame = character.Torso.CFrame
  999. collidepart:BreakJoints()
  1000. local attachment0 = Instance.new('Attachment',character.Torso)
  1001. local attachment1 = Instance.new('Attachment',collidepart)
  1002. if attachment0 and attachment1 then
  1003. local constraint = Instance.new("HingeConstraint")
  1004. constraint.Attachment0 = attachment0
  1005. constraint.Attachment1 = attachment1
  1006. constraint.LimitsEnabled = true
  1007. constraint.UpperAngle = 0
  1008. constraint.LowerAngle = 0
  1009. constraint.Parent = character
  1010. end
  1011. end
  1012. if character:FindFirstChild('Torso') and character:FindFirstChild('Head') then
  1013. if character.Torso:FindFirstChild('NeckAttachment') == nil then
  1014. local neck = Instance.new('Attachment',character.Torso)
  1015. neck.Name = "NeckAttachment"
  1016. neck.Position = Vector3.new(0, 1, 0)
  1017. end
  1018. ragdollJoint(character,character.Torso, character.Head, "NeckAttachment", "Hinge", {
  1019. {"LimitsEnabled",true};
  1020. {"UpperAngle",50};
  1021. {"LowerAngle",-50};
  1022. })
  1023. end
  1024. if attached ~= false then
  1025. ragdollpart(character, "Right Leg")
  1026. ragdollpart(character, "Left Leg")
  1027. else
  1028. pcall(function()
  1029. local ayybleed = Instance.new('Part',character)
  1030. ayybleed.Size = Vector3.new(character.Torso.Size.X,0.1,character.Torso.Size.Z)
  1031. ayybleed.Transparency = 1
  1032. ayybleed.CanCollide = false
  1033. ayybleed.CFrame = character.Torso.CFrame
  1034. ayybleed:BreakJoints()
  1035. local attachment1 = Instance.new('Attachment',ayybleed)
  1036. attachment1.Position = Vector3.new(0,-character.Torso.Size.Y/2,0)
  1037. attachment1.Orientation = Vector3.new(0, 0, -180)
  1038. local attachment0 = Instance.new('Attachment',character.Torso)
  1039. if attachment0 and attachment1 then
  1040. local constraint = Instance.new("HingeConstraint")
  1041. constraint.Attachment0 = attachment0
  1042. constraint.Attachment1 = attachment1
  1043. constraint.LimitsEnabled = true
  1044. constraint.UpperAngle = 0
  1045. constraint.LowerAngle = 0
  1046. constraint.Parent = character
  1047. end
  1048. local bleedBLEED= coroutine.wrap(function()
  1049. bleed(ayybleed)
  1050. end)
  1051. bleedBLEED()
  1052. end)
  1053. end
  1054. ragdollpart(character, "Right Arm")
  1055. ragdollpart(character, "Left Arm")
  1056. end
  1057. end)
  1058. end
  1059.  
  1060. function getAttachment0(character,attachmentName)
  1061. for _,child in next,character:GetChildren() do
  1062. local attachment = child:FindFirstChild(attachmentName)
  1063. if attachment then
  1064. return attachment
  1065. end
  1066. end
  1067. end
  1068.  
  1069. function ragdollpart(character,partname,attached,heded)
  1070. if heded ~= false then
  1071. local neck = Instance.new('Attachment',character.Head)
  1072. neck.Name = "NeckAttachment"
  1073. neck.Position = Vector3.new(0,-0.5,0)
  1074. else
  1075. local force = Instance.new('BodyForce',character.Head)
  1076. force.Force = Vector3.new(0,500,0)
  1077. game:GetService('Debris'):AddItem(force,0.25)
  1078. pcall(function()
  1079. local asdf = Instance.new('Attachment',character.Head)
  1080. asdf.Position = Vector3.new(0,-character.Head.Size.Y/2,0)
  1081. local last = asdf
  1082. for i=1,14 do
  1083. local bONE = Instance.new('Part',character)
  1084. bONE.BrickColor = BrickColor.new('Institutional white')
  1085. bONE.Size = Vector3.new(0.1,0.1,0.1)
  1086. bONE.CFrame = character.Head.CFrame+(character.Head.CFrame.upVector*-(i/10))
  1087. local lole = Instance.new('Attachment',bONE)
  1088. local hangurself = Instance.new('RopeConstraint',bONE)
  1089. hangurself.Attachment0 = lole
  1090. hangurself.Attachment1 = last
  1091. hangurself.Visible = true
  1092. hangurself.Thickness = 0.05
  1093. hangurself.Color = BrickColor.new('Bright red')
  1094. hangurself.Length = 0.2
  1095. last = lole
  1096. end
  1097. local bleedee = Instance.new('Part',character.Head)
  1098. bleedee.Size = Vector3.new(0.75,0.25,0.75)
  1099. bleedee.CanCollide = false
  1100. bleedee.Color = Frame_2.BackgroundColor3
  1101. bleedee.CFrame = character.Head.CFrame
  1102. local mehs = Instance.new('CylinderMesh',bleedee)
  1103. bleedee:BreakJoints()
  1104. local attachment1 = Instance.new('Attachment',bleedee)
  1105. attachment1.Position = Vector3.new(0,character.Head.Size.Y/2,0)
  1106. attachment1.Orientation = Vector3.new(0,0,180)
  1107. local attachment0 = Instance.new('Attachment',character.Head)
  1108. if attachment0 and attachment1 then
  1109. local constraint = Instance.new("HingeConstraint")
  1110. constraint.Attachment0 = attachment0
  1111. constraint.Attachment1 = attachment1
  1112. constraint.LimitsEnabled = true
  1113. constraint.UpperAngle = 0
  1114. constraint.LowerAngle = 0
  1115. constraint.Parent = character
  1116. end
  1117. spawn(function()
  1118. bleed(bleedee)
  1119. end)
  1120. end)
  1121. local thing = "Torso"
  1122. if character:FindFirstChild(thing) == nil then
  1123. thing = "UpperTorso"
  1124. end
  1125. pcall(function()
  1126. local bleedee = Instance.new('Part',character[thing])
  1127. bleedee.Size = Vector3.new(0.75,0,0.75)
  1128. bleedee.CanCollide = false
  1129. bleedee.Color = Frame_2.BackgroundColor3
  1130. bleedee.CFrame = character[thing].CFrame
  1131. local mehs = Instance.new('CylinderMesh',bleedee)
  1132. bleedee:BreakJoints()
  1133. local attachment1 = Instance.new('Attachment',bleedee)
  1134. attachment1.Position = Vector3.new(0,-character[thing].Size.Y/2,0)
  1135. attachment1.Orientation = Vector3.new(0,0,180)
  1136. local attachment0 = Instance.new('Attachment',character[thing])
  1137. if attachment0 and attachment1 then
  1138. local constraint = Instance.new("HingeConstraint")
  1139. constraint.Attachment0 = attachment0
  1140. constraint.Attachment1 = attachment1
  1141. constraint.LimitsEnabled = true
  1142. constraint.UpperAngle = 0
  1143. constraint.LowerAngle = 0
  1144. constraint.Parent = character
  1145. end
  1146. spawn(function()
  1147. bleed(bleedee)
  1148. end)
  1149. end)
  1150. end
  1151. pcall(function()
  1152. if workspace.PGSPhysicsSolverEnabled == false then
  1153. workspace.PGSPhysicsSolverEnabled = true
  1154. end
  1155. end)
  1156. if partname == "HumanoidRootPart" then
  1157. if character:FindFirstChild('Torso') then
  1158. partname = "Torso"
  1159. else
  1160. partname = "UpperTorso"
  1161. end
  1162. end
  1163. if attached == false then
  1164. if character:FindFirstChild('UpperTorso') then
  1165. pcall(function()
  1166. character.UpperTorso.WaistRigAttachment:Destroy()
  1167. end)
  1168. pcall(function()
  1169. local ayybleed = Instance.new('Part',character)
  1170. ayybleed.Size = Vector3.new(character.UpperTorso.Size.X,0,character.UpperTorso.Size.Z)
  1171. ayybleed.Transparency = 1
  1172. ayybleed.CanCollide = false
  1173. ayybleed.CFrame = character.UpperTorso.CFrame
  1174. ayybleed:BreakJoints()
  1175. ayybleed.Name = "ayybleed"
  1176. local attachment1 = Instance.new('Attachment',ayybleed)
  1177. attachment1.Position = Vector3.new(0,-character.UpperTorso.Size.Y/2,0)
  1178. attachment1.Orientation = Vector3.new(0,0,180)
  1179. local attachment0 = Instance.new('Attachment',character.UpperTorso)
  1180. if attachment0 and attachment1 then
  1181. local constraint = Instance.new("HingeConstraint")
  1182. constraint.Attachment0 = attachment0
  1183. constraint.Attachment1 = attachment1
  1184. constraint.LimitsEnabled = true
  1185. constraint.UpperAngle = 0
  1186. constraint.LowerAngle = 0
  1187. constraint.Parent = character
  1188. end
  1189. local bleedBLEED= coroutine.wrap(function()
  1190. bleed(ayybleed)
  1191. end)
  1192. bleedBLEED()
  1193. end)
  1194. pcall(function()
  1195. local ayybleed = Instance.new('Part',character)
  1196. ayybleed.Size = Vector3.new(character.LowerTorso.Size.X-0.1,0.1,character.LowerTorso.Size.Z-0.1)
  1197. ayybleed.Transparency = 1
  1198. ayybleed.CanCollide = false
  1199. ayybleed.CFrame = character.LowerTorso.CFrame
  1200. ayybleed:BreakJoints()
  1201. ayybleed.Name = "ayybleed"
  1202. local attachment1 = Instance.new('Attachment',ayybleed)
  1203. attachment1.Position = Vector3.new(0,-character.LowerTorso.Size.Y/2,0)
  1204. attachment1.Orientation = Vector3.new(0,0,0)
  1205. local attachment0 = Instance.new('Attachment',character.LowerTorso)
  1206. if attachment0 and attachment1 then
  1207. local constraint = Instance.new("HingeConstraint")
  1208. constraint.Attachment0 = attachment0
  1209. constraint.Attachment1 = attachment1
  1210. constraint.LimitsEnabled = true
  1211. constraint.UpperAngle = 0
  1212. constraint.LowerAngle = 0
  1213. constraint.Parent = character
  1214. end
  1215. local bleedBLEED= coroutine.wrap(function()
  1216. bleed(ayybleed)
  1217. end)
  1218. bleedBLEED()
  1219. end)
  1220. end
  1221. pcall(function()
  1222. local thang = "Torso"
  1223. if character:FindFirstChild('UpperTorso') then
  1224. thang = "UpperTorso"
  1225. end
  1226. local ayybleed = Instance.new('Part',character)
  1227. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  1228. ayybleed.Color = Frame_2.BackgroundColor3
  1229. ayybleed.Material = Enum.Material.SmoothPlastic
  1230. ayybleed.Name = "ayybleed"
  1231. ayybleed.CanCollide = false
  1232. ayybleed.Transparency = 0
  1233. ayybleed.CFrame = character[thang].CFrame
  1234. ayybleed:BreakJoints()
  1235. local attachment1 = Instance.new('Attachment',ayybleed)
  1236. attachment1.Position = Vector3.new(0,(character[thang].Size.Y/2)-0.045,0)
  1237. attachment1.Orientation = Vector3.new(0,0,0)
  1238. local attachment0 = Instance.new('Attachment',character[thang])
  1239. if attachment0 and attachment1 then
  1240. local constraint = Instance.new("HingeConstraint")
  1241. constraint.Attachment0 = attachment0
  1242. constraint.Attachment1 = attachment1
  1243. constraint.LimitsEnabled = true
  1244. constraint.UpperAngle = 0
  1245. constraint.LowerAngle = 0
  1246. constraint.Parent = character
  1247. end
  1248. end)
  1249. pcall(function()
  1250. local ree = character.LowerTorso
  1251. local thang = "LowerTorso"
  1252. local ayybleed = Instance.new('Part',character)
  1253. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  1254. ayybleed.Color = Frame_2.BackgroundColor3
  1255. ayybleed.Material = Enum.Material.SmoothPlastic
  1256. ayybleed.Name = "ayybleed"
  1257. ayybleed.CanCollide = false
  1258. ayybleed.Transparency = 0
  1259. ayybleed.CFrame = character[thang].CFrame
  1260. ayybleed:BreakJoints()
  1261. local attachment1 = Instance.new('Attachment',ayybleed)
  1262. attachment1.Position = Vector3.new(0,(-character[thang].Size.Y/2)+0.045,0)
  1263. attachment1.Orientation = Vector3.new(0,0,0)
  1264. local attachment0 = Instance.new('Attachment',character[thang])
  1265. if attachment0 and attachment1 then
  1266. local constraint = Instance.new("HingeConstraint")
  1267. constraint.Attachment0 = attachment0
  1268. constraint.Attachment1 = attachment1
  1269. constraint.LimitsEnabled = true
  1270. constraint.UpperAngle = 0
  1271. constraint.LowerAngle = 0
  1272. constraint.Parent = character
  1273. end
  1274. end)
  1275. pcall(function()
  1276. local ree = character["Right Leg"]
  1277. local thang = "Right Leg"
  1278. local ayybleed = Instance.new('Part',character)
  1279. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  1280. ayybleed.Color = Frame_2.BackgroundColor3
  1281. ayybleed.Material = Enum.Material.SmoothPlastic
  1282. ayybleed.Name = "ayybleed"
  1283. ayybleed.CanCollide = false
  1284. ayybleed.Transparency = 0
  1285. ayybleed.CFrame = character[thang].CFrame
  1286. ayybleed:BreakJoints()
  1287. local attachment1 = Instance.new('Attachment',ayybleed)
  1288. attachment1.Position = Vector3.new(0,(-character[thang].Size.Y/2)+0.045,0)
  1289. attachment1.Orientation = Vector3.new(0,0,0)
  1290. local attachment0 = Instance.new('Attachment',character[thang])
  1291. if attachment0 and attachment1 then
  1292. local constraint = Instance.new("HingeConstraint")
  1293. constraint.Attachment0 = attachment0
  1294. constraint.Attachment1 = attachment1
  1295. constraint.LimitsEnabled = true
  1296. constraint.UpperAngle = 0
  1297. constraint.LowerAngle = 0
  1298. constraint.Parent = character
  1299. end
  1300. end)
  1301. pcall(function()
  1302. local ree = character["Left Leg"]
  1303. local thang = "Left Leg"
  1304. local ayybleed = Instance.new('Part',character)
  1305. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  1306. ayybleed.Color = Frame_2.BackgroundColor3
  1307. ayybleed.Material = Enum.Material.SmoothPlastic
  1308. ayybleed.Name = "ayybleed"
  1309. ayybleed.CanCollide = false
  1310. ayybleed.Transparency = 0
  1311. ayybleed.CFrame = character[thang].CFrame
  1312. ayybleed:BreakJoints()
  1313. local attachment1 = Instance.new('Attachment',ayybleed)
  1314. attachment1.Position = Vector3.new(0,(-character[thang].Size.Y/2)+0.045,0)
  1315. attachment1.Orientation = Vector3.new(0,0,0)
  1316. local attachment0 = Instance.new('Attachment',character[thang])
  1317. if attachment0 and attachment1 then
  1318. local constraint = Instance.new("HingeConstraint")
  1319. constraint.Attachment0 = attachment0
  1320. constraint.Attachment1 = attachment1
  1321. constraint.LimitsEnabled = true
  1322. constraint.UpperAngle = 0
  1323. constraint.LowerAngle = 0
  1324. constraint.Parent = character
  1325. end
  1326. end)
  1327. partname="Head"
  1328. end
  1329. if partname == "RightHand" or partname == "RightLowerArm" or partname == "RightUpperArm" then
  1330. if character:FindFirstChild('RightLowerArm') and character:FindFirstChild('RightHand') then
  1331. ragdollJoint(character,character.RightLowerArm, character.RightHand, "RightWrist", "Hinge", handProperties)
  1332. end
  1333. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('RightUpperArm') then
  1334. ragdollJoint(character, character.UpperTorso, character["RightUpperArm"], "RightShoulder", "BallSocket")
  1335. end
  1336. if character:FindFirstChild('RightUpperArm') and character:FindFirstChild('RightLowerArm') then
  1337. ragdollJoint(character, character.RightUpperArm, character.RightLowerArm, "RightElbow", "BallSocket")
  1338. end
  1339. elseif partname == "LeftHand" or partname == "LeftLowerArm" or partname == "LeftUpperArm" then
  1340. if character:FindFirstChild('LeftLowerArm') and character:FindFirstChild('LeftHand') then
  1341. ragdollJoint(character,character.LeftLowerArm, character.LeftHand, "LeftWrist", "Hinge", handProperties)
  1342. end
  1343. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('LeftUpperArm') then
  1344. ragdollJoint(character, character.UpperTorso, character["LeftUpperArm"], "LeftShoulder", "BallSocket")
  1345. end
  1346. if character:FindFirstChild('LeftUpperArm') and character:FindFirstChild('LeftLowerArm') then
  1347. ragdollJoint(character, character.LeftUpperArm, character.LeftLowerArm, "LeftElbow", "BallSocket")
  1348. end
  1349. elseif partname == "RightFoot" or partname == "RightUpperLeg" or partname == "RightLowerLeg" then
  1350. stun(character)
  1351. if character:FindFirstChild('RightUpperLeg') and character:FindFirstChild('RightLowerLeg') then
  1352. ragdollJoint(character,character.RightUpperLeg, character.RightLowerLeg, "RightKnee", "Hinge", shinProperties)
  1353. end
  1354. if character:FindFirstChild('RightLowerLeg') and character:FindFirstChild('RightFoot') then
  1355. ragdollJoint(character,character.RightLowerLeg, character.RightFoot, "RightAnkle", "Hinge", footProperties)
  1356. end
  1357. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('RightUpperLeg') then
  1358. ragdollJoint(character,character.LowerTorso, character.RightUpperLeg, "RightHip", "BallSocket")
  1359. end
  1360. elseif partname == "LeftFoot" or partname == "LeftUpperLeg" or partname == "LeftLowerLeg" then
  1361. stun(character)
  1362. if character:FindFirstChild('LeftUpperLeg') and character:FindFirstChild('LeftLowerLeg') then
  1363. ragdollJoint(character,character.LeftUpperLeg, character.LeftLowerLeg, "LeftKnee", "Hinge", shinProperties)
  1364. end
  1365. if character:FindFirstChild('LeftLowerLeg') and character:FindFirstChild('LeftFoot') then
  1366. ragdollJoint(character,character.LeftLowerLeg, character.LeftFoot, "LeftAnkle", "Hinge", footProperties)
  1367. end
  1368. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('LeftUpperLeg') then
  1369. ragdollJoint(character,character.LowerTorso, character.LeftUpperLeg, "LeftHip", "BallSocket")
  1370. end
  1371. elseif partname == "Head" or partname == "UpperTorso" or partname == "LowerTorso" then
  1372. if character:FindFirstChildOfClass('Humanoid') and character:FindFirstChildOfClass('Humanoid').RigType == Enum.HumanoidRigType.R15 then
  1373. if character:FindFirstChildOfClass('Humanoid') then
  1374. character:FindFirstChildOfClass('Humanoid').Health = 0
  1375. end
  1376. if character:FindFirstChild('HumanoidRootPart') then
  1377. character.HumanoidRootPart:Destroy()
  1378. end
  1379. while character:FindFirstChildOfClass('Humanoid').Health > 0 do wait() end
  1380. game:GetService('Debris'):AddItem(character,10)
  1381. for _,child in next,character:GetChildren() do
  1382. if child:IsA("Accoutrement") then
  1383. for _,part in next,child:GetChildren() do
  1384. if part:IsA("BasePart") then
  1385. for _,c in pairs(part:GetChildren()) do
  1386. if c:IsA('Weld') then c:Destroy() end
  1387. end
  1388. local attachment1 = part:FindFirstChildOfClass("Attachment")
  1389. local attachment0 = getAttachment0(character,attachment1.Name)
  1390. if attachment0 and attachment1 then
  1391. local constraint = Instance.new("HingeConstraint")
  1392. constraint.Attachment0 = attachment0
  1393. constraint.Attachment1 = attachment1
  1394. constraint.LimitsEnabled = true
  1395. constraint.UpperAngle = 0
  1396. constraint.LowerAngle = 0
  1397. constraint.Parent = character
  1398. end
  1399. end
  1400. end
  1401. end
  1402. end
  1403. for i,v in pairs(character:GetChildren()) do
  1404. if v:IsA('MeshPart') or v:IsA('BasePart') then
  1405. for _,c in pairs(v:GetChildren()) do
  1406. if c.Name == "Collision" then c:Destroy() end
  1407. end
  1408. end
  1409. end
  1410. if heded == false then
  1411. pcall(function()
  1412. local asdf = Instance.new('Attachment',character.Head)
  1413. asdf.Position = Vector3.new(0,-character.Head.Size.Y/2,0)
  1414. local last = asdf
  1415. character.Head.Neck:Destroy()
  1416. character.Head.NeckRigAttachment:Destroy()
  1417. character.UpperTorso:FindFirstChild('NeckAttachment'):Destroy()
  1418. end)
  1419. end
  1420. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('LowerTorso') then
  1421. ragdollJoint(character,character.LowerTorso, character.UpperTorso, "Waist", "BallSocket", {
  1422. {"LimitsEnabled",true};
  1423. {"UpperAngle",5};
  1424. {"Radius",5};
  1425. })
  1426. end
  1427. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('Head') then
  1428. ragdollJoint(character,character.UpperTorso, character.Head, "Neck", "Hinge", {
  1429. {"LimitsEnabled",true};
  1430. {"UpperAngle",50};
  1431. {"LowerAngle",-50};
  1432. })
  1433. end
  1434.  
  1435. local handProperties = {
  1436. {"LimitsEnabled", true};
  1437. {"UpperAngle",0};
  1438. {"LowerAngle",0};
  1439. }
  1440. if character:FindFirstChild('LeftLowerArm') and character:FindFirstChild('LeftHand') then
  1441. ragdollJoint(character,character.LeftLowerArm, character.LeftHand, "LeftWrist", "Hinge", handProperties)
  1442. end
  1443. if character:FindFirstChild('RightLowerArm') and character:FindFirstChild('RightHand') then
  1444. ragdollJoint(character,character.RightLowerArm, character.RightHand, "RightWrist", "Hinge", handProperties)
  1445. end
  1446.  
  1447. local shinProperties = {
  1448. {"LimitsEnabled", true};
  1449. {"UpperAngle", 0};
  1450. {"LowerAngle", -75};
  1451. }
  1452. if character:FindFirstChild('LeftUpperLeg') and character:FindFirstChild('LeftLowerLeg') then
  1453. ragdollJoint(character,character.LeftUpperLeg, character.LeftLowerLeg, "LeftKnee", "Hinge", shinProperties)
  1454. end
  1455. if character:FindFirstChild('RightUpperLeg') and character:FindFirstChild('RightLowerLeg') then
  1456. ragdollJoint(character,character.RightUpperLeg, character.RightLowerLeg, "RightKnee", "Hinge", shinProperties)
  1457. end
  1458.  
  1459. local footProperties = {
  1460. {"LimitsEnabled", true};
  1461. {"UpperAngle", 15};
  1462. {"LowerAngle", -45};
  1463. }
  1464. if character:FindFirstChild('LeftLowerLeg') and character:FindFirstChild('LeftFoot') then
  1465. ragdollJoint(character,character.LeftLowerLeg, character.LeftFoot, "LeftAnkle", "Hinge", footProperties)
  1466. end
  1467. if character:FindFirstChild('RightLowerLeg') and character:FindFirstChild('RightFoot') then
  1468. ragdollJoint(character,character.RightLowerLeg, character.RightFoot, "RightAnkle", "Hinge", footProperties)
  1469. end
  1470. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('LeftUpperArm') then
  1471. ragdollJoint(character,character.UpperTorso, character.LeftUpperArm, "LeftShoulder", "BallSocket")
  1472. end
  1473. if character:FindFirstChild('LeftLowerArm') and character:FindFirstChild('LeftUpperArm') then
  1474. ragdollJoint(character,character.LeftUpperArm, character.LeftLowerArm, "LeftElbow", "BallSocket")
  1475. end
  1476. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('RightUpperArm') then
  1477. ragdollJoint(character,character.UpperTorso, character.RightUpperArm, "RightShoulder", "BallSocket")
  1478. end
  1479. if character:FindFirstChild('RightUpperArm') and character:FindFirstChild('RightLowerArm') then
  1480. ragdollJoint(character,character.RightUpperArm, character.RightLowerArm, "RightElbow", "BallSocket")
  1481. end
  1482. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('LeftUpperLeg') then
  1483. ragdollJoint(character,character.LowerTorso, character.LeftUpperLeg, "LeftHip", "BallSocket")
  1484. end
  1485. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('RightUpperLeg') then
  1486. ragdollJoint(character,character.LowerTorso, character.RightUpperLeg, "RightHip", "BallSocket")
  1487. end
  1488. if character:FindFirstChild('HumanoidRootPart') then
  1489. character.HumanoidRootPart:Destroy()
  1490. end
  1491. else
  1492. R6ragdollJoint(character,partname,attached,heded)
  1493. end
  1494. else
  1495. R6ragdollJoint(character,partname,attached,heded)
  1496. end
  1497. end
  1498.  
  1499. function grow(weld,part,endsize,endpos,amntime)
  1500. local start = weld.C1
  1501. local parent = weld.Parent
  1502. local startsize = part.Size
  1503. local particl = Instance.new("ParticleEmitter")
  1504. particl.LightEmission = 3
  1505. particl.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(42, 0, 255)), ColorSequenceKeypoint.new(0.1, Color3.fromRGB(248, 153, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 0))})
  1506. particl.LightInfluence = 0.75
  1507. particl.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  1508. particl.Lifetime = NumberRange.new(0.1, 1)
  1509. particl.Rate = 50
  1510. particl.RotSpeed = NumberRange.new(300, 300)
  1511. particl.Speed = NumberRange.new(0, 1)
  1512. particl.SpreadAngle = Vector2.new(90, 90)
  1513. particl.Parent = part
  1514. for i=1,amntime*100 do
  1515. weld.C1 = start:lerp(endpos,i/(amntime*100))
  1516. part.Size = startsize:lerp(endsize,i/(amntime*100))
  1517. weld.Parent = parent
  1518. wait(0.01)
  1519. end
  1520. particl.Enabled = false
  1521. end
  1522. function lerp(weld,startpos,endpos,amntime,longatend)
  1523. local waited = 0
  1524. for i=1,amntime*100 do
  1525. if longatend == true then
  1526. startpos = weld.C0
  1527. end
  1528. weld.C0 = startpos:lerp(endpos,i/(amntime*100))
  1529. wait(0.01)
  1530. waited=waited+0.01
  1531. end
  1532. end
  1533.  
  1534. function spawned()
  1535. local usable = true
  1536. local working = false
  1537. local mode = "kill"
  1538. local equipped = false
  1539. local char = player.Character
  1540. local blademode = "handle"
  1541. local swinging = false
  1542. local gettingeem = false
  1543. local MOAN = false
  1544. local sounding = false
  1545. local SLESH = false
  1546. local goteem = nil
  1547. local grabbing = false
  1548. local grabbed = nil
  1549. local grabweld = nil
  1550. local aidsificating = nil
  1551. player.CharacterAdded:connect(function()
  1552. if usable then
  1553. usable = false
  1554. end
  1555. end)
  1556. if char == nil then return end
  1557. while char:FindFirstChildOfClass('Humanoid') == nil or char:FindFirstChild('Head') == nil do wait() end
  1558. local badass = Instance.new('Sound',char.Head)
  1559. badass.Name = 'Badass'
  1560. badass.EmitterSize = player.CameraMaxZoomDistance+1
  1561. badass.MaxDistance = player.CameraMaxZoomDistance+1
  1562. badass.Volume = 10
  1563. badass.Looped=true
  1564. badass.SoundId = 'rbxassetid://428902535'
  1565. local handle = Instance.new("Part", char)
  1566. handle.BrickColor = BrickColor.new("Really black")
  1567. handle.Material = "Metal"
  1568. handle.CanCollide = false
  1569. handle.Anchored = false
  1570. handle.Shape = "Cylinder"
  1571. handle.Size = Vector3.new(1.1, 0.3, 0.3)
  1572. handle.BackSurface = "SmoothNoOutlines"
  1573. handle.BottomSurface = "SmoothNoOutlines"
  1574. handle.FrontSurface = "SmoothNoOutlines"
  1575. handle.LeftSurface = "SmoothNoOutlines"
  1576. handle.RightSurface = "SmoothNoOutlines"
  1577. handle.TopSurface = "SmoothNoOutlines"
  1578. handle.Name = "handle"
  1579.  
  1580. local hweld = Instance.new("Weld", char.Torso)
  1581. hweld.Part0 = char.Torso
  1582. hweld.Part1 = handle
  1583. hweld.C0 = CFrame.new(1, -0.8, 0) * CFrame.Angles(0, math.rad(90), 0)
  1584.  
  1585. local rdd = false
  1586. function oogabooga()
  1587. if rdd == false then
  1588. rdd = true
  1589. pcall(function()
  1590. ragdollpart(char,"Right Arm")
  1591. ragdollpart(char,"Right Leg")
  1592. ragdollpart(char,"Left Arm")
  1593. ragdollpart(char,"Left Leg")
  1594. end)
  1595. pcall(function()
  1596. ragdollpart(char,"RightUpperArm")
  1597. ragdollpart(char,"RightUpperLeg")
  1598. ragdollpart(char,"LeftUpperArm")
  1599. ragdollpart(char,"LeftUpperLeg")
  1600. end)
  1601. unstun(char)
  1602. for i,v in pairs(char:GetChildren()) do
  1603. v.ChildAdded:connect(function(child)
  1604. if rdd == true then
  1605. if child.Name ~= "Neck" and child.Name ~= "RootJoint" and child.Name ~= "Root" and (child:IsA('Motor6D') or child:IsA('Weld')) then
  1606. if child ~= grabweld then
  1607. spawn(function()
  1608. wait()
  1609. child:Destroy()
  1610. end)
  1611. end
  1612. end
  1613. end
  1614. end)
  1615. if string.find(string.lower(v.Name),'leg') then
  1616. if v:FindFirstChild('Collision') then
  1617. v:FindFirstChild('Collision'):Destroy()
  1618. end
  1619. end
  1620. end
  1621. else
  1622. rdd = false
  1623. for i,v in pairs(char:GetChildren()) do
  1624. if v:IsA('HingeConstraint') or v:IsA('BallSocketConstraint') then
  1625. v:Destroy()
  1626. elseif v:IsA('BasePart') then
  1627. if v:FindFirstChild('Collision') then
  1628. v.Collision:Destroy()
  1629. end
  1630. for a,c in pairs(v:GetChildren()) do
  1631. if string.find(string.lower(c.Name),"ragdoll") then
  1632. c:Destroy()
  1633. end
  1634. end
  1635. end
  1636. end
  1637. pcall(function()
  1638. local ra = rightclone:Clone()
  1639. ra.Parent = char.Torso
  1640. ra.Part0 = char.Torso
  1641. ra.Part1 = char["Right Arm"]
  1642. end)
  1643. pcall(function()
  1644. local la = leftclone:Clone()
  1645. la.Parent = char.Torso
  1646. la.Part0 = char.Torso
  1647. la.Part1 = char["Left Arm"]
  1648. end)
  1649. pcall(function()
  1650. local ll = leftlegclone:Clone()
  1651. ll.Parent = char.Torso
  1652. ll.Part0 = char.Torso
  1653. ll.Part1 = char["Left Leg"]
  1654. end)
  1655. pcall(function()
  1656. local rl = rightlegclone:Clone()
  1657. rl.Parent = char.Torso
  1658. rl.Part0 = char.Torso
  1659. rl.Part1 = char["Right Leg"]
  1660. end)
  1661. end
  1662. end
  1663. function getrid()
  1664. if grabbed then
  1665. release()
  1666. end
  1667. blademode = "handle"
  1668. for _,ree in pairs(handle:GetChildren()) do
  1669. if ree:IsA('BasePart') then
  1670. local part = Instance.new('Part',workspace)
  1671. part.CFrame = ree.CFrame
  1672. part.Anchored = true
  1673. part.CanCollide = false
  1674. part.Size = ree.Size
  1675. part.Transparency = 1
  1676. ree:Destroy()
  1677. local pe2 = Instance.new("ParticleEmitter")
  1678. pe2.Acceleration = Vector3.new(0, 1, 0)
  1679. pe2.Lifetime = NumberRange.new(0.1, 0.2)
  1680. pe2.Speed = NumberRange.new(0.5)
  1681. pe2.Rate = 20000
  1682. pe2.RotSpeed = NumberRange.new(-30, 30)
  1683. pe2.Rotation = NumberRange.new(0, 360)
  1684. pe2.Size = NumberSequence.new({
  1685. NumberSequenceKeypoint.new(0, part.Size.X*2, 0),
  1686. NumberSequenceKeypoint.new(1, part.Size.X*2, 0),
  1687. })
  1688. pe2.Texture = "rbxassetid://244221440"
  1689. pe2.Transparency = NumberSequence.new({
  1690. NumberSequenceKeypoint.new(0, 0.9, 0),
  1691. NumberSequenceKeypoint.new(1, 0.9, 0)
  1692. })
  1693. pe2.ZOffset = 5
  1694. pe2.VelocitySpread = 360
  1695. pe2.Parent = part
  1696. pe2.Enabled = true
  1697. local coru=coroutine.wrap(function()
  1698. wait(0.2)
  1699. pe2.Enabled = false
  1700. game:GetService('Debris'):AddItem(part,0.5)
  1701. end)
  1702. coru()
  1703. else
  1704. ree:Remove()
  1705. end
  1706. end
  1707. end
  1708.  
  1709. function equip()
  1710. equipped = true
  1711. working = true
  1712. if char.Torso:FindFirstChild("Right Shoulder") then
  1713. char.Torso:FindFirstChild("Right Shoulder"):Destroy()
  1714. end
  1715. local weld = Instance.new('Weld', char.Torso)
  1716. weld.Name = "Lerping"
  1717. weld.Part0 = char["Right Arm"]
  1718. weld.Part1 = char.Torso
  1719. weld.C0 = CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0)
  1720.  
  1721. lerp(weld,weld.C0,CFrame.new(-1.3, -0.5, 0) * CFrame.Angles(0, 0, math.rad(15)),0.12,true)
  1722.  
  1723. wait(0.1)
  1724.  
  1725. hweld.Part0 = char["Right Arm"]
  1726. hweld.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0)
  1727.  
  1728. lerp(weld,weld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  1729.  
  1730. weld:Destroy()
  1731. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  1732. local clone = rightclone:Clone()
  1733. clone.Part0 = char.Torso
  1734. clone.Part1 = char["Right Arm"]
  1735. clone.Parent = char.Torso
  1736. end
  1737. working = false
  1738. end
  1739.  
  1740. function unequip()
  1741. getrid(handle)
  1742. equipped = false
  1743. working = true
  1744.  
  1745. if char.Torso:FindFirstChild("Right Shoulder") then
  1746. char.Torso:FindFirstChild("Right Shoulder"):Destroy()
  1747. end
  1748.  
  1749. local weld = Instance.new('Weld', char.Torso)
  1750. weld.Name = "Lerping"
  1751. weld.Part0 = char["Right Arm"]
  1752. weld.Part1 = char.Torso
  1753. weld.C0 = CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0)
  1754.  
  1755.  
  1756. lerp(weld,weld.C0,CFrame.new(-1.3, -0.5, 0) * CFrame.Angles(0, 0, math.rad(15)),0.12,true)
  1757.  
  1758. hweld.Part0 = char["Torso"]
  1759. hweld.C0 = CFrame.new(1, -0.8, 0) * CFrame.Angles(0, math.rad(90), 0)
  1760. lerp(weld,weld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08,true)
  1761. weld:Destroy()
  1762. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  1763. local clone = rightclone:Clone()
  1764. clone.Part0 = char.Torso
  1765. clone.Part1 = char["Right Arm"]
  1766. clone.Parent = char.Torso
  1767. end
  1768. working = false
  1769. end
  1770.  
  1771. function dildo()
  1772. blademode = "dildo"
  1773. working = true
  1774. -- 1 - pink toy
  1775. local obj1 = Instance.new("Model")
  1776. obj1.Name = "pink toy"
  1777. obj1.Parent = handle
  1778.  
  1779. -- 2 - Model
  1780. local obj2 = Instance.new("Model")
  1781. obj2.Parent = obj1
  1782.  
  1783. -- 3 - Part
  1784. local obj3 = Instance.new("Part")
  1785. obj3.CFrame = CFrame.new(Vector3.new(66.8643951, 3.86435986, 7.14990711)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1786. obj3.CanCollide = false
  1787. obj3.TopSurface = Enum.SurfaceType.Smooth
  1788. obj3.BottomSurface = Enum.SurfaceType.Smooth
  1789. obj3.Material = Enum.Material.SmoothPlastic
  1790. obj3.Size = Vector3.new(1.00000024, 1.00000024, 1.00000024)
  1791. obj3.BrickColor = BrickColor.new("Hot pink")
  1792. obj3.Friction = 0.30000001192093
  1793. obj3.Shape = Enum.PartType.Ball
  1794. obj3.Parent = obj2
  1795. obj3.Name = "tip"
  1796.  
  1797. -- 4 - Part
  1798. local obj4 = Instance.new("Part")
  1799. obj4.CFrame = CFrame.new(Vector3.new(67.8275909, 2.08898449, 7.50048351)) * CFrame.Angles(9.1487750708552e-09, -0.34906616806984, -1.0471986532211)
  1800. obj4.CanCollide = false
  1801. obj4.TopSurface = Enum.SurfaceType.Smooth
  1802. obj4.BottomSurface = Enum.SurfaceType.Smooth
  1803. obj4.Material = Enum.Material.SmoothPlastic
  1804. obj4.Size = Vector3.new(4.09999943, 1, 1)
  1805. obj4.BrickColor = BrickColor.new("Hot pink")
  1806. obj4.Friction = 0.30000001192093
  1807. obj4.Shape = Enum.PartType.Cylinder
  1808. obj4.Parent = obj2
  1809.  
  1810. -- 5 - Part
  1811. local obj5 = Instance.new("Part")
  1812. obj5.CFrame = CFrame.new(Vector3.new(66.7104797, 3.86435843, 7.57276678)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1813. obj5.CanCollide = false
  1814. obj5.TopSurface = Enum.SurfaceType.Smooth
  1815. obj5.BottomSurface = Enum.SurfaceType.Smooth
  1816. obj5.Material = Enum.Material.SmoothPlastic
  1817. obj5.Size = Vector3.new(0.25, 0.25, 0.25)
  1818. obj5.BrickColor = BrickColor.new("Hot pink")
  1819. obj5.Friction = 0.30000001192093
  1820. obj5.Shape = Enum.PartType.Ball
  1821. obj5.Parent = obj2
  1822.  
  1823. -- 6 - Part
  1824. local obj6 = Instance.new("Part")
  1825. obj6.CFrame = CFrame.new(Vector3.new(68.6905365, 0.83212769, 8.29345417)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.7925276756287)
  1826. obj6.CanCollide = false
  1827. obj6.TopSurface = Enum.SurfaceType.Smooth
  1828. obj6.BottomSurface = Enum.SurfaceType.Smooth
  1829. obj6.Material = Enum.Material.SmoothPlastic
  1830. obj6.Size = Vector3.new(0.999999762, 0.999999762, 0.999999762)
  1831. obj6.BrickColor = BrickColor.new("Hot pink")
  1832. obj6.Friction = 0.30000001192093
  1833. obj6.Shape = Enum.PartType.Ball
  1834. obj6.Parent = obj2
  1835.  
  1836. -- 7 - Part
  1837. local obj7 = Instance.new("Part")
  1838. obj7.CFrame = CFrame.new(Vector3.new(67.0182953, 3.86435866, 6.72704411)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1839. obj7.CanCollide = false
  1840. obj7.TopSurface = Enum.SurfaceType.Smooth
  1841. obj7.BottomSurface = Enum.SurfaceType.Smooth
  1842. obj7.Material = Enum.Material.SmoothPlastic
  1843. obj7.Size = Vector3.new(0.25, 0.25, 0.25)
  1844. obj7.BrickColor = BrickColor.new("Hot pink")
  1845. obj7.Friction = 0.30000001192093
  1846. obj7.Shape = Enum.PartType.Ball
  1847. obj7.Parent = obj2
  1848.  
  1849. -- 8 - Part
  1850. local obj8 = Instance.new("Part")
  1851. obj8.CFrame = CFrame.new(Vector3.new(68.9983597, 0.832128167, 7.44772816)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.7925276756287)
  1852. obj8.CanCollide = false
  1853. obj8.TopSurface = Enum.SurfaceType.Smooth
  1854. obj8.BottomSurface = Enum.SurfaceType.Smooth
  1855. obj8.Material = Enum.Material.SmoothPlastic
  1856. obj8.Size = Vector3.new(0.999999762, 0.999999762, 0.999999762)
  1857. obj8.BrickColor = BrickColor.new("Hot pink")
  1858. obj8.Friction = 0.30000001192093
  1859. obj8.Shape = Enum.PartType.Ball
  1860. obj8.Parent = obj2
  1861. local fiREPART = obj8
  1862.  
  1863. -- 9 - Part
  1864. local obj9 = Instance.new("Part")
  1865. obj9.CFrame = CFrame.new(Vector3.new(68.8566208, 0.357954353, 7.87501621)) * CFrame.Angles(9.1487750708552e-09, -0.34906616806984, -1.2217314243317)
  1866. obj9.CanCollide = false
  1867. obj9.TopSurface = Enum.SurfaceType.Smooth
  1868. obj9.BottomSurface = Enum.SurfaceType.Smooth
  1869. obj9.Material = Enum.Material.SmoothPlastic
  1870. obj9.Size = Vector3.new(0.0999999791, 1.50000036, 2)
  1871. obj9.BrickColor = BrickColor.new("Hot pink")
  1872. obj9.Friction = 0.30000001192093
  1873. obj9.Shape = Enum.PartType.Cylinder
  1874. obj9.Parent = obj2
  1875.  
  1876. -- 10 - Part
  1877. local obj10 = Instance.new("Part")
  1878. obj10.CFrame = CFrame.new(Vector3.new(66.8069, 3.58244801, 7.60786104)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1879. obj10.CanCollide = false
  1880. obj10.TopSurface = Enum.SurfaceType.Smooth
  1881. obj10.BottomSurface = Enum.SurfaceType.Smooth
  1882. obj10.Material = Enum.Material.SmoothPlastic
  1883. obj10.Size = Vector3.new(0.25, 0.25, 0.25)
  1884. obj10.BrickColor = BrickColor.new("Hot pink")
  1885. obj10.Friction = 0.30000001192093
  1886. obj10.Shape = Enum.PartType.Ball
  1887. obj10.Parent = obj2
  1888.  
  1889. -- 11 - Part
  1890. local obj11 = Instance.new("Part")
  1891. obj11.CFrame = CFrame.new(Vector3.new(67.196106, 3.632447, 6.79175806)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1892. obj11.CanCollide = false
  1893. obj11.TopSurface = Enum.SurfaceType.Smooth
  1894. obj11.BottomSurface = Enum.SurfaceType.Smooth
  1895. obj11.Material = Enum.Material.SmoothPlastic
  1896. obj11.Size = Vector3.new(0.25, 0.25, 0.25)
  1897. obj11.BrickColor = BrickColor.new("Hot pink")
  1898. obj11.Friction = 0.30000001192093
  1899. obj11.Shape = Enum.PartType.Ball
  1900. obj11.Parent = obj2
  1901.  
  1902. -- 12 - Part
  1903. local obj12 = Instance.new("Part")
  1904. obj12.CFrame = CFrame.new(Vector3.new(67.0756683, 3.77002549, 7.63403416)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  1905. obj12.CanCollide = false
  1906. obj12.TopSurface = Enum.SurfaceType.Smooth
  1907. obj12.BottomSurface = Enum.SurfaceType.Smooth
  1908. obj12.Material = Enum.Material.SmoothPlastic
  1909. obj12.Size = Vector3.new(0.25, 0.25, 0.25)
  1910. obj12.BrickColor = BrickColor.new("Hot pink")
  1911. obj12.Friction = 0.30000001192093
  1912. obj12.Shape = Enum.PartType.Ball
  1913. obj12.Parent = obj2
  1914.  
  1915. -- 13 - Part
  1916. local obj13 = Instance.new("Part")
  1917. obj13.CFrame = CFrame.new(Vector3.new(67.4108353, 3.27276325, 6.88037825)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  1918. obj13.CanCollide = false
  1919. obj13.TopSurface = Enum.SurfaceType.Smooth
  1920. obj13.BottomSurface = Enum.SurfaceType.Smooth
  1921. obj13.Material = Enum.Material.SmoothPlastic
  1922. obj13.Size = Vector3.new(0.25, 0.25, 0.25)
  1923. obj13.BrickColor = BrickColor.new("Hot pink")
  1924. obj13.Friction = 0.30000001192093
  1925. obj13.Shape = Enum.PartType.Ball
  1926. obj13.Parent = obj2
  1927.  
  1928. -- 14 - Part
  1929. local obj14 = Instance.new("Part")
  1930. obj14.CFrame = CFrame.new(Vector3.new(66.868927, 3.43238807, 6.82578087)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  1931. obj14.CanCollide = false
  1932. obj14.TopSurface = Enum.SurfaceType.Smooth
  1933. obj14.BottomSurface = Enum.SurfaceType.Smooth
  1934. obj14.Material = Enum.Material.SmoothPlastic
  1935. obj14.Size = Vector3.new(0.25, 0.25, 0.25)
  1936. obj14.BrickColor = BrickColor.new("Hot pink")
  1937. obj14.Friction = 0.30000001192093
  1938. obj14.Shape = Enum.PartType.Ball
  1939. obj14.Parent = obj2
  1940.  
  1941. -- 15 - Part
  1942. local obj15 = Instance.new("Part")
  1943. obj15.CFrame = CFrame.new(Vector3.new(67.1951675, 3.383008, 7.69050598)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  1944. obj15.CanCollide = false
  1945. obj15.TopSurface = Enum.SurfaceType.Smooth
  1946. obj15.BottomSurface = Enum.SurfaceType.Smooth
  1947. obj15.Material = Enum.Material.SmoothPlastic
  1948. obj15.Size = Vector3.new(0.25, 0.25, 0.25)
  1949. obj15.BrickColor = BrickColor.new("Hot pink")
  1950. obj15.Friction = 0.30000001192093
  1951. obj15.Shape = Enum.PartType.Ball
  1952. obj15.Parent = obj2
  1953.  
  1954. -- 16 - Part
  1955. local obj16 = Instance.new("Part")
  1956. obj16.CFrame = CFrame.new(Vector3.new(67.50383, 3.46245813, 7.48069429)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  1957. obj16.CanCollide = false
  1958. obj16.TopSurface = Enum.SurfaceType.Smooth
  1959. obj16.BottomSurface = Enum.SurfaceType.Smooth
  1960. obj16.Material = Enum.Material.SmoothPlastic
  1961. obj16.Size = Vector3.new(0.25, 0.25, 0.25)
  1962. obj16.BrickColor = BrickColor.new("Hot pink")
  1963. obj16.Friction = 0.30000001192093
  1964. obj16.Shape = Enum.PartType.Ball
  1965. obj16.Parent = obj2
  1966.  
  1967. -- 17 - Part
  1968. local obj17 = Instance.new("Part")
  1969. obj17.CFrame = CFrame.new(Vector3.new(66.5551376, 3.4628334, 7.33871651)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  1970. obj17.CanCollide = false
  1971. obj17.TopSurface = Enum.SurfaceType.Smooth
  1972. obj17.BottomSurface = Enum.SurfaceType.Smooth
  1973. obj17.Material = Enum.Material.SmoothPlastic
  1974. obj17.Size = Vector3.new(0.25, 0.25, 0.25)
  1975. obj17.BrickColor = BrickColor.new("Hot pink")
  1976. obj17.Friction = 0.30000001192093
  1977. obj17.Shape = Enum.PartType.Ball
  1978. obj17.Parent = obj2
  1979.  
  1980. -- 18 - Part
  1981. local obj18 = Instance.new("Part")
  1982. obj18.CFrame = CFrame.new(Vector3.new(67.3677139, 3.83245182, 7.3331027)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1983. obj18.CanCollide = false
  1984. obj18.TopSurface = Enum.SurfaceType.Smooth
  1985. obj18.BottomSurface = Enum.SurfaceType.Smooth
  1986. obj18.Material = Enum.Material.SmoothPlastic
  1987. obj18.Size = Vector3.new(0.25, 0.25, 0.25)
  1988. obj18.BrickColor = BrickColor.new("Hot pink")
  1989. obj18.Friction = 0.30000001192093
  1990. obj18.Shape = Enum.PartType.Ball
  1991. obj18.Parent = obj2
  1992.  
  1993. -- 19 - Part
  1994. local obj19 = Instance.new("Part")
  1995. obj19.CFrame = CFrame.new(Vector3.new(67.4115601, 3.71535063, 7.01420689)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  1996. obj19.CanCollide = false
  1997. obj19.TopSurface = Enum.SurfaceType.Smooth
  1998. obj19.BottomSurface = Enum.SurfaceType.Smooth
  1999. obj19.Material = Enum.Material.SmoothPlastic
  2000. obj19.Size = Vector3.new(0.25, 0.25, 0.25)
  2001. obj19.BrickColor = BrickColor.new("Hot pink")
  2002. obj19.Friction = 0.30000001192093
  2003. obj19.Shape = Enum.PartType.Ball
  2004. obj19.Parent = obj2
  2005.  
  2006. -- 20 - Part
  2007. local obj20 = Instance.new("Part")
  2008. obj20.CFrame = CFrame.new(Vector3.new(67.6487045, 3.39313889, 7.19381428)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2009. obj20.CanCollide = false
  2010. obj20.TopSurface = Enum.SurfaceType.Smooth
  2011. obj20.BottomSurface = Enum.SurfaceType.Smooth
  2012. obj20.Material = Enum.Material.SmoothPlastic
  2013. obj20.Size = Vector3.new(0.25, 0.25, 0.25)
  2014. obj20.BrickColor = BrickColor.new("Hot pink")
  2015. obj20.Friction = 0.30000001192093
  2016. obj20.Shape = Enum.PartType.Ball
  2017. obj20.Parent = obj2
  2018.  
  2019. -- 21 - Part
  2020. local obj21 = Instance.new("Part")
  2021. obj21.CFrame = CFrame.new(Vector3.new(66.8260422, 4.12417316, 6.81669378)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2022. obj21.CanCollide = false
  2023. obj21.TopSurface = Enum.SurfaceType.Smooth
  2024. obj21.BottomSurface = Enum.SurfaceType.Smooth
  2025. obj21.Material = Enum.Material.SmoothPlastic
  2026. obj21.Size = Vector3.new(0.25, 0.25, 0.25)
  2027. obj21.BrickColor = BrickColor.new("Hot pink")
  2028. obj21.Friction = 0.30000001192093
  2029. obj21.Shape = Enum.PartType.Ball
  2030. obj21.Parent = obj2
  2031.  
  2032. -- 22 - Part
  2033. local obj22 = Instance.new("Part")
  2034. obj22.CFrame = CFrame.new(Vector3.new(67.162117, 3.11433029, 6.8847661)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2035. obj22.CanCollide = false
  2036. obj22.TopSurface = Enum.SurfaceType.Smooth
  2037. obj22.BottomSurface = Enum.SurfaceType.Smooth
  2038. obj22.Material = Enum.Material.SmoothPlastic
  2039. obj22.Size = Vector3.new(0.25, 0.25, 0.25)
  2040. obj22.BrickColor = BrickColor.new("Hot pink")
  2041. obj22.Friction = 0.30000001192093
  2042. obj22.Shape = Enum.PartType.Ball
  2043. obj22.Parent = obj2
  2044.  
  2045. -- 23 - Part
  2046. local obj23 = Instance.new("Part")
  2047. obj23.CFrame = CFrame.new(Vector3.new(66.4981842, 3.63936186, 7.01661682)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2048. obj23.CanCollide = false
  2049. obj23.TopSurface = Enum.SurfaceType.Smooth
  2050. obj23.BottomSurface = Enum.SurfaceType.Smooth
  2051. obj23.Material = Enum.Material.SmoothPlastic
  2052. obj23.Size = Vector3.new(0.25, 0.25, 0.25)
  2053. obj23.BrickColor = BrickColor.new("Hot pink")
  2054. obj23.Friction = 0.30000001192093
  2055. obj23.Shape = Enum.PartType.Ball
  2056. obj23.Parent = obj2
  2057.  
  2058. -- 24 - Part
  2059. local obj24 = Instance.new("Part")
  2060. obj24.CFrame = CFrame.new(Vector3.new(66.6352844, 3.38244724, 7.06651926)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2061. obj24.CanCollide = false
  2062. obj24.TopSurface = Enum.SurfaceType.Smooth
  2063. obj24.BottomSurface = Enum.SurfaceType.Smooth
  2064. obj24.Material = Enum.Material.SmoothPlastic
  2065. obj24.Size = Vector3.new(0.25, 0.25, 0.25)
  2066. obj24.BrickColor = BrickColor.new("Hot pink")
  2067. obj24.Friction = 0.30000001192093
  2068. obj24.Shape = Enum.PartType.Ball
  2069. obj24.Parent = obj2
  2070.  
  2071. -- 25 - Part
  2072. local obj25 = Instance.new("Part")
  2073. obj25.CFrame = CFrame.new(Vector3.new(66.753746, 3.10362744, 7.32704163)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2074. obj25.CanCollide = false
  2075. obj25.TopSurface = Enum.SurfaceType.Smooth
  2076. obj25.BottomSurface = Enum.SurfaceType.Smooth
  2077. obj25.Material = Enum.Material.SmoothPlastic
  2078. obj25.Size = Vector3.new(0.25, 0.25, 0.25)
  2079. obj25.BrickColor = BrickColor.new("Hot pink")
  2080. obj25.Friction = 0.30000001192093
  2081. obj25.Shape = Enum.PartType.Ball
  2082. obj25.Parent = obj2
  2083.  
  2084. -- 26 - Part
  2085. local obj26 = Instance.new("Part")
  2086. obj26.CFrame = CFrame.new(Vector3.new(66.851532, 3.01907969, 7.04717398)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2087. obj26.CanCollide = false
  2088. obj26.TopSurface = Enum.SurfaceType.Smooth
  2089. obj26.BottomSurface = Enum.SurfaceType.Smooth
  2090. obj26.Material = Enum.Material.SmoothPlastic
  2091. obj26.Size = Vector3.new(0.25, 0.25, 0.25)
  2092. obj26.BrickColor = BrickColor.new("Hot pink")
  2093. obj26.Friction = 0.30000001192093
  2094. obj26.Shape = Enum.PartType.Ball
  2095. obj26.Parent = obj2
  2096.  
  2097. -- 27 - Part
  2098. local obj27 = Instance.new("Part")
  2099. obj27.CFrame = CFrame.new(Vector3.new(66.944519, 3.20876789, 7.64748764)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2100. obj27.CanCollide = false
  2101. obj27.TopSurface = Enum.SurfaceType.Smooth
  2102. obj27.BottomSurface = Enum.SurfaceType.Smooth
  2103. obj27.Material = Enum.Material.SmoothPlastic
  2104. obj27.Size = Vector3.new(0.25, 0.25, 0.25)
  2105. obj27.BrickColor = BrickColor.new("Hot pink")
  2106. obj27.Friction = 0.30000001192093
  2107. obj27.Shape = Enum.PartType.Ball
  2108. obj27.Parent = obj2
  2109.  
  2110. -- 28 - Part
  2111. local obj28 = Instance.new("Part")
  2112. obj28.CFrame = CFrame.new(Vector3.new(67.2306061, 4.08936405, 7.28319883)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2113. obj28.CanCollide = false
  2114. obj28.TopSurface = Enum.SurfaceType.Smooth
  2115. obj28.BottomSurface = Enum.SurfaceType.Smooth
  2116. obj28.Material = Enum.Material.SmoothPlastic
  2117. obj28.Size = Vector3.new(0.25, 0.25, 0.25)
  2118. obj28.BrickColor = BrickColor.new("Hot pink")
  2119. obj28.Friction = 0.30000001192093
  2120. obj28.Shape = Enum.PartType.Ball
  2121. obj28.Parent = obj2
  2122.  
  2123. -- 29 - Part
  2124. local obj29 = Instance.new("Part")
  2125. obj29.CFrame = CFrame.new(Vector3.new(66.5712891, 3.99917173, 6.8835969)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2126. obj29.CanCollide = false
  2127. obj29.TopSurface = Enum.SurfaceType.Smooth
  2128. obj29.BottomSurface = Enum.SurfaceType.Smooth
  2129. obj29.Material = Enum.Material.SmoothPlastic
  2130. obj29.Size = Vector3.new(0.25, 0.25, 0.25)
  2131. obj29.BrickColor = BrickColor.new("Hot pink")
  2132. obj29.Friction = 0.30000001192093
  2133. obj29.Shape = Enum.PartType.Ball
  2134. obj29.Parent = obj2
  2135.  
  2136. -- 30 - Part
  2137. local obj30 = Instance.new("Part")
  2138. obj30.CFrame = CFrame.new(Vector3.new(66.7236328, 4.26077843, 7.20509243)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2139. obj30.CanCollide = false
  2140. obj30.TopSurface = Enum.SurfaceType.Smooth
  2141. obj30.BottomSurface = Enum.SurfaceType.Smooth
  2142. obj30.Material = Enum.Material.SmoothPlastic
  2143. obj30.Size = Vector3.new(0.25, 0.25, 0.25)
  2144. obj30.BrickColor = BrickColor.new("Hot pink")
  2145. obj30.Friction = 0.30000001192093
  2146. obj30.Shape = Enum.PartType.Ball
  2147. obj30.Parent = obj2
  2148.  
  2149. -- 31 - Part
  2150. local obj31 = Instance.new("Part")
  2151. obj31.CFrame = CFrame.new(Vector3.new(66.5950623, 4.16077423, 7.05188084)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2152. obj31.CanCollide = false
  2153. obj31.TopSurface = Enum.SurfaceType.Smooth
  2154. obj31.BottomSurface = Enum.SurfaceType.Smooth
  2155. obj31.Material = Enum.Material.SmoothPlastic
  2156. obj31.Size = Vector3.new(0.25, 0.25, 0.25)
  2157. obj31.BrickColor = BrickColor.new("Hot pink")
  2158. obj31.Friction = 0.30000001192093
  2159. obj31.Shape = Enum.PartType.Ball
  2160. obj31.Parent = obj2
  2161.  
  2162. -- 32 - Part
  2163. local obj32 = Instance.new("Part")
  2164. obj32.CFrame = CFrame.new(Vector3.new(67.0637207, 4.03936481, 7.48850012)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2165. obj32.CanCollide = false
  2166. obj32.TopSurface = Enum.SurfaceType.Smooth
  2167. obj32.BottomSurface = Enum.SurfaceType.Smooth
  2168. obj32.Material = Enum.Material.SmoothPlastic
  2169. obj32.Size = Vector3.new(0.25, 0.25, 0.25)
  2170. obj32.BrickColor = BrickColor.new("Hot pink")
  2171. obj32.Friction = 0.30000001192093
  2172. obj32.Shape = Enum.PartType.Ball
  2173. obj32.Parent = obj2
  2174.  
  2175. -- 33 - Part
  2176. local obj33 = Instance.new("Part")
  2177. obj33.CFrame = CFrame.new(Vector3.new(66.4686813, 3.99917364, 7.16550922)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2178. obj33.CanCollide = false
  2179. obj33.TopSurface = Enum.SurfaceType.Smooth
  2180. obj33.BottomSurface = Enum.SurfaceType.Smooth
  2181. obj33.Material = Enum.Material.SmoothPlastic
  2182. obj33.Size = Vector3.new(0.25, 0.25, 0.25)
  2183. obj33.BrickColor = BrickColor.new("Hot pink")
  2184. obj33.Friction = 0.30000001192093
  2185. obj33.Shape = Enum.PartType.Ball
  2186. obj33.Parent = obj2
  2187.  
  2188. -- 34 - Part
  2189. local obj34 = Instance.new("Part")
  2190. obj34.CFrame = CFrame.new(Vector3.new(66.6615219, 4.14917231, 7.3953228)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2191. obj34.CanCollide = false
  2192. obj34.TopSurface = Enum.SurfaceType.Smooth
  2193. obj34.BottomSurface = Enum.SurfaceType.Smooth
  2194. obj34.Material = Enum.Material.SmoothPlastic
  2195. obj34.Size = Vector3.new(0.25, 0.25, 0.25)
  2196. obj34.BrickColor = BrickColor.new("Hot pink")
  2197. obj34.Friction = 0.30000001192093
  2198. obj34.Shape = Enum.PartType.Ball
  2199. obj34.Parent = obj2
  2200.  
  2201. -- 35 - Part
  2202. local obj35 = Instance.new("Part")
  2203. obj35.CFrame = CFrame.new(Vector3.new(66.8712616, 4.16257238, 7.47166586)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2204. obj35.CanCollide = false
  2205. obj35.TopSurface = Enum.SurfaceType.Smooth
  2206. obj35.BottomSurface = Enum.SurfaceType.Smooth
  2207. obj35.Material = Enum.Material.SmoothPlastic
  2208. obj35.Size = Vector3.new(0.25, 0.25, 0.25)
  2209. obj35.BrickColor = BrickColor.new("Hot pink")
  2210. obj35.Friction = 0.30000001192093
  2211. obj35.Shape = Enum.PartType.Ball
  2212. obj35.Parent = obj2
  2213.  
  2214. -- 36 - Part
  2215. local obj36 = Instance.new("Part")
  2216. obj36.CFrame = CFrame.new(Vector3.new(66.7165604, 3.82596827, 6.77684546)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2217. obj36.CanCollide = false
  2218. obj36.TopSurface = Enum.SurfaceType.Smooth
  2219. obj36.BottomSurface = Enum.SurfaceType.Smooth
  2220. obj36.Material = Enum.Material.SmoothPlastic
  2221. obj36.Size = Vector3.new(0.25, 0.25, 0.25)
  2222. obj36.BrickColor = BrickColor.new("Hot pink")
  2223. obj36.Friction = 0.30000001192093
  2224. obj36.Shape = Enum.PartType.Ball
  2225. obj36.Parent = obj2
  2226.  
  2227. -- 37 - Part
  2228. local obj37 = Instance.new("Part")
  2229. obj37.CFrame = CFrame.new(Vector3.new(66.9846878, 4.27417517, 7.14047909)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2230. obj37.CanCollide = false
  2231. obj37.TopSurface = Enum.SurfaceType.Smooth
  2232. obj37.BottomSurface = Enum.SurfaceType.Smooth
  2233. obj37.Material = Enum.Material.SmoothPlastic
  2234. obj37.Size = Vector3.new(0.25, 0.25, 0.25)
  2235. obj37.BrickColor = BrickColor.new("Hot pink")
  2236. obj37.Friction = 0.30000001192093
  2237. obj37.Shape = Enum.PartType.Ball
  2238. obj37.Parent = obj2
  2239.  
  2240. -- 38 - Part
  2241. local obj38 = Instance.new("Part")
  2242. obj38.CFrame = CFrame.new(Vector3.new(67.1641541, 4.10096312, 6.93975735)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2243. obj38.CanCollide = false
  2244. obj38.TopSurface = Enum.SurfaceType.Smooth
  2245. obj38.BottomSurface = Enum.SurfaceType.Smooth
  2246. obj38.Material = Enum.Material.SmoothPlastic
  2247. obj38.Size = Vector3.new(0.25, 0.25, 0.25)
  2248. obj38.BrickColor = BrickColor.new("Hot pink")
  2249. obj38.Friction = 0.30000001192093
  2250. obj38.Shape = Enum.PartType.Ball
  2251. obj38.Parent = obj2
  2252.  
  2253. -- 39 - Part
  2254. local obj39 = Instance.new("Part")
  2255. obj39.CFrame = CFrame.new(Vector3.new(66.792038, 4.26077843, 7.01715183)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2256. obj39.CanCollide = false
  2257. obj39.TopSurface = Enum.SurfaceType.Smooth
  2258. obj39.BottomSurface = Enum.SurfaceType.Smooth
  2259. obj39.Material = Enum.Material.SmoothPlastic
  2260. obj39.Size = Vector3.new(0.25, 0.25, 0.25)
  2261. obj39.BrickColor = BrickColor.new("Hot pink")
  2262. obj39.Friction = 0.30000001192093
  2263. obj39.Shape = Enum.PartType.Ball
  2264. obj39.Parent = obj2
  2265.  
  2266. -- 40 - Part
  2267. local obj40 = Instance.new("Part")
  2268. obj40.CFrame = CFrame.new(Vector3.new(66.5005493, 3.71436262, 7.38994217)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2269. obj40.CanCollide = false
  2270. obj40.TopSurface = Enum.SurfaceType.Smooth
  2271. obj40.BottomSurface = Enum.SurfaceType.Smooth
  2272. obj40.Material = Enum.Material.SmoothPlastic
  2273. obj40.Size = Vector3.new(0.25, 0.25, 0.25)
  2274. obj40.BrickColor = BrickColor.new("Hot pink")
  2275. obj40.Friction = 0.30000001192093
  2276. obj40.Shape = Enum.PartType.Ball
  2277. obj40.Parent = obj2
  2278.  
  2279. -- 41 - stretches
  2280. local obj41 = Instance.new("Model")
  2281. obj41.Name = "stretches"
  2282. obj41.Parent = obj1
  2283.  
  2284. -- 42 - stretchlol
  2285. local obj42 = Instance.new("Part")
  2286. obj42.CFrame = CFrame.new(Vector3.new(67.162117, 3.13544774, 6.8847661)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2287. obj42.CanCollide = false
  2288. obj42.Transparency = 1
  2289. obj42.TopSurface = Enum.SurfaceType.Smooth
  2290. obj42.BottomSurface = Enum.SurfaceType.Smooth
  2291. obj42.Material = Enum.Material.SmoothPlastic
  2292. obj42.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2293. obj42.BrickColor = BrickColor.new("Pastel brown")
  2294. obj42.Friction = 0.30000001192093
  2295. obj42.Shape = Enum.PartType.Ball
  2296. obj42.Name = "stretchlol"
  2297. obj42.Parent = obj41
  2298.  
  2299. -- 43 - stretchlol
  2300. local obj43 = Instance.new("Part")
  2301. obj43.CFrame = CFrame.new(Vector3.new(67.1951675, 3.40412855, 7.69050598)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2302. obj43.CanCollide = false
  2303. obj43.Transparency = 1
  2304. obj43.TopSurface = Enum.SurfaceType.Smooth
  2305. obj43.BottomSurface = Enum.SurfaceType.Smooth
  2306. obj43.Material = Enum.Material.SmoothPlastic
  2307. obj43.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2308. obj43.BrickColor = BrickColor.new("Pastel brown")
  2309. obj43.Friction = 0.30000001192093
  2310. obj43.Shape = Enum.PartType.Ball
  2311. obj43.Name = "stretchlol"
  2312. obj43.Parent = obj41
  2313.  
  2314. -- 44 - stretchlol
  2315. local obj44 = Instance.new("Part")
  2316. obj44.CFrame = CFrame.new(Vector3.new(67.5038223, 3.48357916, 7.48069382)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2317. obj44.CanCollide = false
  2318. obj44.Transparency = 1
  2319. obj44.TopSurface = Enum.SurfaceType.Smooth
  2320. obj44.BottomSurface = Enum.SurfaceType.Smooth
  2321. obj44.Material = Enum.Material.SmoothPlastic
  2322. obj44.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2323. obj44.BrickColor = BrickColor.new("Pastel brown")
  2324. obj44.Friction = 0.30000001192093
  2325. obj44.Shape = Enum.PartType.Ball
  2326. obj44.Name = "stretchlol"
  2327. obj44.Parent = obj41
  2328.  
  2329. -- 45 - stretchlol
  2330. local obj45 = Instance.new("Part")
  2331. obj45.CFrame = CFrame.new(Vector3.new(67.1641541, 4.12207699, 6.93975687)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2332. obj45.CanCollide = false
  2333. obj45.Transparency = 1
  2334. obj45.TopSurface = Enum.SurfaceType.Smooth
  2335. obj45.BottomSurface = Enum.SurfaceType.Smooth
  2336. obj45.Material = Enum.Material.SmoothPlastic
  2337. obj45.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2338. obj45.BrickColor = BrickColor.new("Pastel brown")
  2339. obj45.Friction = 0.30000001192093
  2340. obj45.Shape = Enum.PartType.Ball
  2341. obj45.Name = "stretchlol"
  2342. obj45.Parent = obj41
  2343.  
  2344. -- 46 - stretchlol
  2345. local obj46 = Instance.new("Part")
  2346. obj46.CFrame = CFrame.new(Vector3.new(66.8712616, 4.18368626, 7.47166586)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2347. obj46.CanCollide = false
  2348. obj46.Transparency = 1
  2349. obj46.TopSurface = Enum.SurfaceType.Smooth
  2350. obj46.BottomSurface = Enum.SurfaceType.Smooth
  2351. obj46.Material = Enum.Material.SmoothPlastic
  2352. obj46.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2353. obj46.BrickColor = BrickColor.new("Pastel brown")
  2354. obj46.Friction = 0.30000001192093
  2355. obj46.Shape = Enum.PartType.Ball
  2356. obj46.Name = "stretchlol"
  2357. obj46.Parent = obj41
  2358.  
  2359. -- 47 - stretchlol
  2360. local obj47 = Instance.new("Part")
  2361. obj47.CFrame = CFrame.new(Vector3.new(66.8260345, 4.14528561, 6.81669378)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2362. obj47.CanCollide = false
  2363. obj47.Transparency = 1
  2364. obj47.TopSurface = Enum.SurfaceType.Smooth
  2365. obj47.BottomSurface = Enum.SurfaceType.Smooth
  2366. obj47.Material = Enum.Material.SmoothPlastic
  2367. obj47.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2368. obj47.BrickColor = BrickColor.new("Pastel brown")
  2369. obj47.Friction = 0.30000001192093
  2370. obj47.Shape = Enum.PartType.Ball
  2371. obj47.Name = "stretchlol"
  2372. obj47.Parent = obj41
  2373.  
  2374. -- 48 - stretchlol
  2375. local obj48 = Instance.new("Part")
  2376. obj48.CFrame = CFrame.new(Vector3.new(66.7104797, 3.88547921, 7.57276678)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2377. obj48.CanCollide = false
  2378. obj48.Transparency = 1
  2379. obj48.TopSurface = Enum.SurfaceType.Smooth
  2380. obj48.BottomSurface = Enum.SurfaceType.Smooth
  2381. obj48.Material = Enum.Material.SmoothPlastic
  2382. obj48.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2383. obj48.BrickColor = BrickColor.new("Pastel brown")
  2384. obj48.Friction = 0.30000001192093
  2385. obj48.Shape = Enum.PartType.Ball
  2386. obj48.Name = "stretchlol"
  2387. obj48.Parent = obj41
  2388.  
  2389. -- 49 - stretchlol
  2390. local obj49 = Instance.new("Part")
  2391. obj49.CFrame = CFrame.new(Vector3.new(67.0637207, 4.06047773, 7.48850012)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2392. obj49.CanCollide = false
  2393. obj49.Transparency = 1
  2394. obj49.TopSurface = Enum.SurfaceType.Smooth
  2395. obj49.BottomSurface = Enum.SurfaceType.Smooth
  2396. obj49.Material = Enum.Material.SmoothPlastic
  2397. obj49.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2398. obj49.BrickColor = BrickColor.new("Pastel brown")
  2399. obj49.Friction = 0.30000001192093
  2400. obj49.Shape = Enum.PartType.Ball
  2401. obj49.Name = "stretchlol"
  2402. obj49.Parent = obj41
  2403.  
  2404. -- 50 - stretchlol
  2405. local obj50 = Instance.new("Part")
  2406. obj50.CFrame = CFrame.new(Vector3.new(66.7165604, 3.84708691, 6.77684498)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2407. obj50.CanCollide = false
  2408. obj50.Transparency = 1
  2409. obj50.TopSurface = Enum.SurfaceType.Smooth
  2410. obj50.BottomSurface = Enum.SurfaceType.Smooth
  2411. obj50.Material = Enum.Material.SmoothPlastic
  2412. obj50.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2413. obj50.BrickColor = BrickColor.new("Pastel brown")
  2414. obj50.Friction = 0.30000001192093
  2415. obj50.Shape = Enum.PartType.Ball
  2416. obj50.Name = "stretchlol"
  2417. obj50.Parent = obj41
  2418.  
  2419. -- 51 - stretchlol
  2420. local obj51 = Instance.new("Part")
  2421. obj51.CFrame = CFrame.new(Vector3.new(66.9846878, 4.29528904, 7.14047909)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2422. obj51.CanCollide = false
  2423. obj51.Transparency = 1
  2424. obj51.TopSurface = Enum.SurfaceType.Smooth
  2425. obj51.BottomSurface = Enum.SurfaceType.Smooth
  2426. obj51.Material = Enum.Material.SmoothPlastic
  2427. obj51.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2428. obj51.BrickColor = BrickColor.new("Pastel brown")
  2429. obj51.Friction = 0.30000001192093
  2430. obj51.Shape = Enum.PartType.Ball
  2431. obj51.Name = "stretchlol"
  2432. obj51.Parent = obj41
  2433.  
  2434. -- 52 - stretchlol
  2435. local obj52 = Instance.new("Part")
  2436. obj52.CFrame = CFrame.new(Vector3.new(66.868927, 3.45350599, 6.82578087)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  2437. obj52.CanCollide = false
  2438. obj52.Transparency = 1
  2439. obj52.TopSurface = Enum.SurfaceType.Smooth
  2440. obj52.BottomSurface = Enum.SurfaceType.Smooth
  2441. obj52.Material = Enum.Material.SmoothPlastic
  2442. obj52.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2443. obj52.BrickColor = BrickColor.new("Pastel brown")
  2444. obj52.Friction = 0.30000001192093
  2445. obj52.Shape = Enum.PartType.Ball
  2446. obj52.Name = "stretchlol"
  2447. obj52.Parent = obj41
  2448.  
  2449. -- 53 - stretchlol
  2450. local obj53 = Instance.new("Part")
  2451. obj53.CFrame = CFrame.new(Vector3.new(67.287262, 3.10603261, 7.30382156)) * CFrame.Angles(9.1487750708552e-09, -0.34906616806984, -1.0471986532211)
  2452. obj53.CanCollide = false
  2453. obj53.Transparency = 1
  2454. obj53.TopSurface = Enum.SurfaceType.Smooth
  2455. obj53.BottomSurface = Enum.SurfaceType.Smooth
  2456. obj53.Material = Enum.Material.SmoothPlastic
  2457. obj53.Size = Vector3.new(1.79999995, 1.04999995, 1.04999995)
  2458. obj53.BrickColor = BrickColor.new("Pastel brown")
  2459. obj53.Friction = 0.30000001192093
  2460. obj53.Shape = Enum.PartType.Cylinder
  2461. obj53.Name = "stretchlol"
  2462. obj53.Parent = obj41
  2463.  
  2464. -- 54 - stretchlol
  2465. local obj54 = Instance.new("Part")
  2466. obj54.CFrame = CFrame.new(Vector3.new(66.4686813, 4.02028799, 7.16550922)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2467. obj54.CanCollide = false
  2468. obj54.Transparency = 1
  2469. obj54.TopSurface = Enum.SurfaceType.Smooth
  2470. obj54.BottomSurface = Enum.SurfaceType.Smooth
  2471. obj54.Material = Enum.Material.SmoothPlastic
  2472. obj54.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2473. obj54.BrickColor = BrickColor.new("Pastel brown")
  2474. obj54.Friction = 0.30000001192093
  2475. obj54.Shape = Enum.PartType.Ball
  2476. obj54.Name = "stretchlol"
  2477. obj54.Parent = obj41
  2478.  
  2479. -- 55 - stretchlol
  2480. local obj55 = Instance.new("Part")
  2481. obj55.CFrame = CFrame.new(Vector3.new(66.6615219, 4.17028332, 7.3953228)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2482. obj55.CanCollide = false
  2483. obj55.Transparency = 1
  2484. obj55.TopSurface = Enum.SurfaceType.Smooth
  2485. obj55.BottomSurface = Enum.SurfaceType.Smooth
  2486. obj55.Material = Enum.Material.SmoothPlastic
  2487. obj55.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2488. obj55.BrickColor = BrickColor.new("Pastel brown")
  2489. obj55.Friction = 0.30000001192093
  2490. obj55.Shape = Enum.PartType.Ball
  2491. obj55.Name = "stretchlol"
  2492. obj55.Parent = obj41
  2493.  
  2494. -- 56 - stretchlol
  2495. local obj56 = Instance.new("Part")
  2496. obj56.CFrame = CFrame.new(Vector3.new(66.753746, 3.12474751, 7.32704115)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2497. obj56.CanCollide = false
  2498. obj56.Transparency = 1
  2499. obj56.TopSurface = Enum.SurfaceType.Smooth
  2500. obj56.BottomSurface = Enum.SurfaceType.Smooth
  2501. obj56.Material = Enum.Material.SmoothPlastic
  2502. obj56.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2503. obj56.BrickColor = BrickColor.new("Pastel brown")
  2504. obj56.Friction = 0.30000001192093
  2505. obj56.Shape = Enum.PartType.Ball
  2506. obj56.Name = "stretchlol"
  2507. obj56.Parent = obj41
  2508.  
  2509. -- 57 - stretchlol
  2510. local obj57 = Instance.new("Part")
  2511. obj57.CFrame = CFrame.new(Vector3.new(67.2306061, 4.11047649, 7.28319883)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2512. obj57.CanCollide = false
  2513. obj57.Transparency = 1
  2514. obj57.TopSurface = Enum.SurfaceType.Smooth
  2515. obj57.BottomSurface = Enum.SurfaceType.Smooth
  2516. obj57.Material = Enum.Material.SmoothPlastic
  2517. obj57.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2518. obj57.BrickColor = BrickColor.new("Pastel brown")
  2519. obj57.Friction = 0.30000001192093
  2520. obj57.Shape = Enum.PartType.Ball
  2521. obj57.Name = "stretchlol"
  2522. obj57.Parent = obj41
  2523.  
  2524. -- 58 - stretchlol
  2525. local obj58 = Instance.new("Part")
  2526. obj58.CFrame = CFrame.new(Vector3.new(67.0756683, 3.79114079, 7.63403416)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  2527. obj58.CanCollide = false
  2528. obj58.Transparency = 1
  2529. obj58.TopSurface = Enum.SurfaceType.Smooth
  2530. obj58.BottomSurface = Enum.SurfaceType.Smooth
  2531. obj58.Material = Enum.Material.SmoothPlastic
  2532. obj58.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2533. obj58.BrickColor = BrickColor.new("Pastel brown")
  2534. obj58.Friction = 0.30000001192093
  2535. obj58.Shape = Enum.PartType.Ball
  2536. obj58.Name = "stretchlol"
  2537. obj58.Parent = obj41
  2538.  
  2539. -- 59 - stretchlol
  2540. local obj59 = Instance.new("Part")
  2541. obj59.CFrame = CFrame.new(Vector3.new(66.5005493, 3.73548079, 7.38994217)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2542. obj59.CanCollide = false
  2543. obj59.Transparency = 1
  2544. obj59.TopSurface = Enum.SurfaceType.Smooth
  2545. obj59.BottomSurface = Enum.SurfaceType.Smooth
  2546. obj59.Material = Enum.Material.SmoothPlastic
  2547. obj59.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2548. obj59.BrickColor = BrickColor.new("Pastel brown")
  2549. obj59.Friction = 0.30000001192093
  2550. obj59.Shape = Enum.PartType.Ball
  2551. obj59.Name = "stretchlol"
  2552. obj59.Parent = obj41
  2553.  
  2554. -- 60 - stretchlol
  2555. local obj60 = Instance.new("Part")
  2556. obj60.CFrame = CFrame.new(Vector3.new(67.6487045, 3.41425848, 7.1938138)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2557. obj60.CanCollide = false
  2558. obj60.Transparency = 1
  2559. obj60.TopSurface = Enum.SurfaceType.Smooth
  2560. obj60.BottomSurface = Enum.SurfaceType.Smooth
  2561. obj60.Material = Enum.Material.SmoothPlastic
  2562. obj60.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2563. obj60.BrickColor = BrickColor.new("Pastel brown")
  2564. obj60.Friction = 0.30000001192093
  2565. obj60.Shape = Enum.PartType.Ball
  2566. obj60.Name = "stretchlol"
  2567. obj60.Parent = obj41
  2568.  
  2569. -- 61 - stretchlol
  2570. local obj61 = Instance.new("Part")
  2571. obj61.CFrame = CFrame.new(Vector3.new(67.3677139, 3.85357118, 7.33310223)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2572. obj61.CanCollide = false
  2573. obj61.Transparency = 1
  2574. obj61.TopSurface = Enum.SurfaceType.Smooth
  2575. obj61.BottomSurface = Enum.SurfaceType.Smooth
  2576. obj61.Material = Enum.Material.SmoothPlastic
  2577. obj61.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2578. obj61.BrickColor = BrickColor.new("Pastel brown")
  2579. obj61.Friction = 0.30000001192093
  2580. obj61.Shape = Enum.PartType.Ball
  2581. obj61.Name = "stretchlol"
  2582. obj61.Parent = obj41
  2583.  
  2584. -- 62 - stretchlol
  2585. local obj62 = Instance.new("Part")
  2586. obj62.CFrame = CFrame.new(Vector3.new(66.6352844, 3.40356588, 7.06651878)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2587. obj62.CanCollide = false
  2588. obj62.Transparency = 1
  2589. obj62.TopSurface = Enum.SurfaceType.Smooth
  2590. obj62.BottomSurface = Enum.SurfaceType.Smooth
  2591. obj62.Material = Enum.Material.SmoothPlastic
  2592. obj62.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2593. obj62.BrickColor = BrickColor.new("Pastel brown")
  2594. obj62.Friction = 0.30000001192093
  2595. obj62.Shape = Enum.PartType.Ball
  2596. obj62.Name = "stretchlol"
  2597. obj62.Parent = obj41
  2598.  
  2599. -- 63 - stretchlol
  2600. local obj63 = Instance.new("Part")
  2601. obj63.CFrame = CFrame.new(Vector3.new(66.7236328, 4.28189754, 7.20509195)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2602. obj63.CanCollide = false
  2603. obj63.Transparency = 1
  2604. obj63.TopSurface = Enum.SurfaceType.Smooth
  2605. obj63.BottomSurface = Enum.SurfaceType.Smooth
  2606. obj63.Material = Enum.Material.SmoothPlastic
  2607. obj63.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2608. obj63.BrickColor = BrickColor.new("Pastel brown")
  2609. obj63.Friction = 0.30000001192093
  2610. obj63.Shape = Enum.PartType.Ball
  2611. obj63.Name = "stretchlol"
  2612. obj63.Parent = obj41
  2613.  
  2614. -- 64 - stretchlol
  2615. local obj64 = Instance.new("Part")
  2616. obj64.CFrame = CFrame.new(Vector3.new(66.5712891, 4.02028799, 6.8835969)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2617. obj64.CanCollide = false
  2618. obj64.Transparency = 1
  2619. obj64.TopSurface = Enum.SurfaceType.Smooth
  2620. obj64.BottomSurface = Enum.SurfaceType.Smooth
  2621. obj64.Material = Enum.Material.SmoothPlastic
  2622. obj64.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2623. obj64.BrickColor = BrickColor.new("Pastel brown")
  2624. obj64.Friction = 0.30000001192093
  2625. obj64.Shape = Enum.PartType.Ball
  2626. obj64.Name = "stretchlol"
  2627. obj64.Parent = obj41
  2628.  
  2629. -- 65 - stretchlol
  2630. local obj65 = Instance.new("Part")
  2631. obj65.CFrame = CFrame.new(Vector3.new(66.4981842, 3.66047978, 7.01661682)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2632. obj65.CanCollide = false
  2633. obj65.Transparency = 1
  2634. obj65.TopSurface = Enum.SurfaceType.Smooth
  2635. obj65.BottomSurface = Enum.SurfaceType.Smooth
  2636. obj65.Material = Enum.Material.SmoothPlastic
  2637. obj65.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2638. obj65.BrickColor = BrickColor.new("Pastel brown")
  2639. obj65.Friction = 0.30000001192093
  2640. obj65.Shape = Enum.PartType.Ball
  2641. obj65.Name = "stretchlol"
  2642. obj65.Parent = obj41
  2643.  
  2644. -- 66 - stretchlol
  2645. local obj66 = Instance.new("Part")
  2646. obj66.CFrame = CFrame.new(Vector3.new(66.7920303, 4.28189754, 7.01715183)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2647. obj66.CanCollide = false
  2648. obj66.Transparency = 1
  2649. obj66.TopSurface = Enum.SurfaceType.Smooth
  2650. obj66.BottomSurface = Enum.SurfaceType.Smooth
  2651. obj66.Material = Enum.Material.SmoothPlastic
  2652. obj66.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2653. obj66.BrickColor = BrickColor.new("Pastel brown")
  2654. obj66.Friction = 0.30000001192093
  2655. obj66.Shape = Enum.PartType.Ball
  2656. obj66.Name = "stretchlol"
  2657. obj66.Parent = obj41
  2658.  
  2659. -- 67 - stretchlol
  2660. local obj67 = Instance.new("Part")
  2661. obj67.CFrame = CFrame.new(Vector3.new(66.5950623, 4.18188763, 7.05188084)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2662. obj67.CanCollide = false
  2663. obj67.Transparency = 1
  2664. obj67.TopSurface = Enum.SurfaceType.Smooth
  2665. obj67.BottomSurface = Enum.SurfaceType.Smooth
  2666. obj67.Material = Enum.Material.SmoothPlastic
  2667. obj67.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2668. obj67.BrickColor = BrickColor.new("Pastel brown")
  2669. obj67.Friction = 0.30000001192093
  2670. obj67.Shape = Enum.PartType.Ball
  2671. obj67.Name = "stretchlol"
  2672. obj67.Parent = obj41
  2673.  
  2674. -- 68 - stretchlol
  2675. local obj68 = Instance.new("Part")
  2676. obj68.CFrame = CFrame.new(Vector3.new(67.4115601, 3.73646879, 7.01420689)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  2677. obj68.CanCollide = false
  2678. obj68.Transparency = 1
  2679. obj68.TopSurface = Enum.SurfaceType.Smooth
  2680. obj68.BottomSurface = Enum.SurfaceType.Smooth
  2681. obj68.Material = Enum.Material.SmoothPlastic
  2682. obj68.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2683. obj68.BrickColor = BrickColor.new("Pastel brown")
  2684. obj68.Friction = 0.30000001192093
  2685. obj68.Shape = Enum.PartType.Ball
  2686. obj68.Name = "stretchlol"
  2687. obj68.Parent = obj41
  2688.  
  2689. -- 69 - stretchlol
  2690. local obj69 = Instance.new("Part")
  2691. obj69.CFrame = CFrame.new(Vector3.new(66.8643951, 3.88548112, 7.14990711)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2692. obj69.CanCollide = false
  2693. obj69.Transparency = 1
  2694. obj69.TopSurface = Enum.SurfaceType.Smooth
  2695. obj69.BottomSurface = Enum.SurfaceType.Smooth
  2696. obj69.Material = Enum.Material.SmoothPlastic
  2697. obj69.Size = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  2698. obj69.BrickColor = BrickColor.new("Pastel brown")
  2699. obj69.Friction = 0.30000001192093
  2700. obj69.Shape = Enum.PartType.Ball
  2701. obj69.Name = "stretchlol"
  2702. obj69.Parent = obj41
  2703.  
  2704. -- 70 - stretchlol
  2705. local obj70 = Instance.new("Part")
  2706. obj70.CFrame = CFrame.new(Vector3.new(67.4108353, 3.29388237, 6.88037777)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2707. obj70.CanCollide = false
  2708. obj70.Transparency = 1
  2709. obj70.TopSurface = Enum.SurfaceType.Smooth
  2710. obj70.BottomSurface = Enum.SurfaceType.Smooth
  2711. obj70.Material = Enum.Material.SmoothPlastic
  2712. obj70.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2713. obj70.BrickColor = BrickColor.new("Pastel brown")
  2714. obj70.Friction = 0.30000001192093
  2715. obj70.Shape = Enum.PartType.Ball
  2716. obj70.Name = "stretchlol"
  2717. obj70.Parent = obj41
  2718.  
  2719. -- 71 - stretchlol
  2720. local obj71 = Instance.new("Part")
  2721. obj71.CFrame = CFrame.new(Vector3.new(67.1960983, 3.65356374, 6.79175806)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2722. obj71.CanCollide = false
  2723. obj71.Transparency = 1
  2724. obj71.TopSurface = Enum.SurfaceType.Smooth
  2725. obj71.BottomSurface = Enum.SurfaceType.Smooth
  2726. obj71.Material = Enum.Material.SmoothPlastic
  2727. obj71.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2728. obj71.BrickColor = BrickColor.new("Pastel brown")
  2729. obj71.Friction = 0.30000001192093
  2730. obj71.Shape = Enum.PartType.Ball
  2731. obj71.Name = "stretchlol"
  2732. obj71.Parent = obj41
  2733.  
  2734. -- 72 - stretchlol
  2735. local obj72 = Instance.new("Part")
  2736. obj72.CFrame = CFrame.new(Vector3.new(66.944519, 3.22988653, 7.64748716)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2737. obj72.CanCollide = false
  2738. obj72.Transparency = 1
  2739. obj72.TopSurface = Enum.SurfaceType.Smooth
  2740. obj72.BottomSurface = Enum.SurfaceType.Smooth
  2741. obj72.Material = Enum.Material.SmoothPlastic
  2742. obj72.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2743. obj72.BrickColor = BrickColor.new("Pastel brown")
  2744. obj72.Friction = 0.30000001192093
  2745. obj72.Shape = Enum.PartType.Ball
  2746. obj72.Name = "stretchlol"
  2747. obj72.Parent = obj41
  2748.  
  2749. -- 73 - stretchlol
  2750. local obj73 = Instance.new("Part")
  2751. obj73.CFrame = CFrame.new(Vector3.new(66.851532, 3.04020095, 7.04717398)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2752. obj73.CanCollide = false
  2753. obj73.Transparency = 1
  2754. obj73.TopSurface = Enum.SurfaceType.Smooth
  2755. obj73.BottomSurface = Enum.SurfaceType.Smooth
  2756. obj73.Material = Enum.Material.SmoothPlastic
  2757. obj73.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2758. obj73.BrickColor = BrickColor.new("Pastel brown")
  2759. obj73.Friction = 0.30000001192093
  2760. obj73.Shape = Enum.PartType.Ball
  2761. obj73.Name = "stretchlol"
  2762. obj73.Parent = obj41
  2763.  
  2764. -- 74 - stretchlol
  2765. local obj74 = Instance.new("Part")
  2766. obj74.CFrame = CFrame.new(Vector3.new(66.5551376, 3.48395109, 7.33871603)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  2767. obj74.CanCollide = false
  2768. obj74.Transparency = 1
  2769. obj74.TopSurface = Enum.SurfaceType.Smooth
  2770. obj74.BottomSurface = Enum.SurfaceType.Smooth
  2771. obj74.Material = Enum.Material.SmoothPlastic
  2772. obj74.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2773. obj74.BrickColor = BrickColor.new("Pastel brown")
  2774. obj74.Friction = 0.30000001192093
  2775. obj74.Shape = Enum.PartType.Ball
  2776. obj74.Name = "stretchlol"
  2777. obj74.Parent = obj41
  2778.  
  2779. -- 75 - stretchlol
  2780. local obj75 = Instance.new("Part")
  2781. obj75.CFrame = CFrame.new(Vector3.new(66.8069, 3.60357046, 7.60786104)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2782. obj75.CanCollide = false
  2783. obj75.Transparency = 1
  2784. obj75.TopSurface = Enum.SurfaceType.Smooth
  2785. obj75.BottomSurface = Enum.SurfaceType.Smooth
  2786. obj75.Material = Enum.Material.SmoothPlastic
  2787. obj75.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2788. obj75.BrickColor = BrickColor.new("Pastel brown")
  2789. obj75.Friction = 0.30000001192093
  2790. obj75.Shape = Enum.PartType.Ball
  2791. obj75.Name = "stretchlol"
  2792. obj75.Parent = obj41
  2793.  
  2794. -- 76 - stretchlol
  2795. local obj76 = Instance.new("Part")
  2796. obj76.CFrame = CFrame.new(Vector3.new(67.0182953, 3.88547921, 6.72704411)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2797. obj76.CanCollide = false
  2798. obj76.Transparency = 1
  2799. obj76.TopSurface = Enum.SurfaceType.Smooth
  2800. obj76.BottomSurface = Enum.SurfaceType.Smooth
  2801. obj76.Material = Enum.Material.SmoothPlastic
  2802. obj76.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2803. obj76.BrickColor = BrickColor.new("Pastel brown")
  2804. obj76.Friction = 0.30000001192093
  2805. obj76.Shape = Enum.PartType.Ball
  2806. obj76.Name = "stretchlol"
  2807. obj76.Parent = obj41
  2808. obj1.PrimaryPart = obj4
  2809.  
  2810. local stretches = obj41:GetChildren()
  2811. for i,v in pairs(stretches) do
  2812. v.Anchored = true
  2813. v.Parent = obj1
  2814. end
  2815. for i,v in pairs(obj2:GetChildren()) do
  2816. v.Anchored = true
  2817. v.Parent = obj1
  2818. end
  2819. obj2:Destroy()
  2820. obj41:Destroy()
  2821.  
  2822. local previous = nil
  2823. for i,v in pairs(obj1:GetChildren()) do
  2824. if v:IsA('BasePart') then
  2825. if previous then
  2826. local weld = Instance.new('Weld',v)
  2827. weld.Part0 = v
  2828. weld.Part1 = previous
  2829. weld.C0 = v.CFrame:inverse() * previous.CFrame
  2830. previous.Anchored = false
  2831. previous.CanCollide = false
  2832. local vee = v
  2833. weld.AncestryChanged:connect(function(mez,par)
  2834. wait()
  2835. weld.Parent = vee
  2836. end)
  2837. end
  2838. previous = v
  2839. end
  2840. end
  2841. previous.Anchored = false
  2842. previous.CanCollide = false
  2843. obj1:SetPrimaryPartCFrame(handle.CFrame*CFrame.Angles(0,math.rad(180),0)+Vector3.new(0,100,0))
  2844. -- 2 - Part
  2845. local ree = Instance.new("Part")
  2846. ree.CFrame = CFrame.new(Vector3.new(50.5, 141, 5.5))
  2847. ree.Transparency = 0.80000001192093
  2848. ree.Material = Enum.Material.Neon
  2849. ree.CFrame = CFrame.new(obj4.Position)
  2850. ree.Size = Vector3.new(5, math.huge, 5)
  2851. ree.BrickColor = BrickColor.new("New Yeller")
  2852. ree.Friction = 0.30000001192093
  2853. ree.Shape = Enum.PartType.Block
  2854. ree.Parent = handle
  2855.  
  2856. -- 3 - Mesh
  2857. local ree2 = Instance.new("CylinderMesh")
  2858. ree2.Parent = ree
  2859. local thing = Instance.new('BodyPosition',obj9)
  2860. local thing2 = Instance.new('BodyPosition',ree)
  2861. thing2.P = 100000
  2862. thing2.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  2863. thing.MaxForce = Vector3.new(10000,10000,10000)
  2864. for i=1,100 do
  2865. thing2.Position = obj4.Position
  2866. obj1:SetPrimaryPartCFrame(CFrame.new(obj1.PrimaryPart.Position)*CFrame.Angles(math.rad(handle.Orientation.X),math.rad(handle.Orientation.Y),math.rad(handle.Orientation.Z))*CFrame.Angles(0,math.rad(180),0))
  2867. thing.Position = handle.Position+(handle.CFrame.rightVector*0.5)
  2868. wait()
  2869. end
  2870. thing:Destroy()
  2871. local lmfao = Instance.new('Weld',obj4)
  2872. lmfao.C0 = CFrame.new(2.5,0.2,0)*CFrame.Angles(0,math.rad(180),0)
  2873. lmfao.Part0 = obj4
  2874. lmfao.Part1 = handle
  2875. ree:Destroy()
  2876. working = false
  2877. end
  2878.  
  2879. function katanamode()
  2880. blademode = "katana"
  2881. -- 1 - weeb shit
  2882. local weebshit1 = handle
  2883.  
  2884. -- 16 - top cap
  2885. local weebshit16 = Instance.new("Part")
  2886. weebshit16.CFrame = CFrame.new(Vector3.new(206.400146, 11.5499945, 5.00058556)) * CFrame.Angles(-3.1415927410126, 0, 1.5707963705063)
  2887. weebshit16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2888. weebshit16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2889. weebshit16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2890. weebshit16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2891. weebshit16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2892. weebshit16.Size = Vector3.new(0.1, 0.05,0.05) --0.65, 0.65
  2893. weebshit16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2894. weebshit16.Anchored = false
  2895. weebshit16.BrickColor = BrickColor.new("Really black")
  2896. weebshit16.Friction = 0.30000001192093
  2897. weebshit16.Shape = Enum.PartType.Cylinder
  2898. weebshit16.Name = "top cap"
  2899. weebshit16.Parent = weebshit1
  2900. local weld = Instance.new('Weld',weebshit16)
  2901. weld.Part0 = weebshit16
  2902. weld.Part1 = handle
  2903. weld.C1 = CFrame.new(0.6, 0, 0, 1.00000048, 0, 0, 0, 1, 0, 0, 0, 1.00000048)
  2904. --weld,part,endsize,endpos,amntime
  2905. grow(weld,weebshit16,Vector3.new(0.1,0.65,0.65),CFrame.new(0.6, 0, 0, 1.00000048, 0, 0, 0, 1, 0, 0, 0, 1.00000048),0.1)
  2906.  
  2907. -- 8 - blade
  2908. local weebshit8 = Instance.new("Part")
  2909. weebshit8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2910. weebshit8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2911. weebshit8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2912. weebshit8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2913. weebshit8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2914. weebshit8.Material = Enum.Material.Metal
  2915. weebshit8.Size = Vector3.new(0.23,0.05, 0.1)
  2916. weebshit8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2917. weebshit8.Anchored = false
  2918. weebshit8.BrickColor = BrickColor.new("Dark stone grey")
  2919. weebshit8.Friction = 0.30000001192093
  2920. weebshit8.Shape = Enum.PartType.Block
  2921. weebshit8.Name = "blade"
  2922. weebshit8.Parent = weebshit1
  2923. weebshit8:BreakJoints()
  2924. local bld1 = weebshit8
  2925. local weld2 = Instance.new('Weld',weebshit8)
  2926. weld2.Part0 = weebshit8
  2927. weld2.Part1 = handle
  2928. weld2.C1 = CFrame.new(0.75, 0, 0) * CFrame.Angles(math.rad(180), 0, math.rad(-90))
  2929. local coru=coroutine.wrap(function()
  2930. grow(weld2,weebshit8,Vector3.new(0.23,1.17,0.1),CFrame.new(1.25, 0, 0) * CFrame.Angles(math.rad(180), 0, math.rad(-90)),0.05)
  2931. end)
  2932. coru()
  2933.  
  2934. -- 9 - blade
  2935. local weebshit9 = Instance.new("Part")
  2936. weebshit9.CFrame = CFrame.new(Vector3.new(206.475388, 13.3372736, 5.00158167)) * CFrame.Angles(-0, 0, 0.052359949797392)
  2937. weebshit9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2938. weebshit9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2939. weebshit9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2940. weebshit9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2941. weebshit9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2942. weebshit9.Material = Enum.Material.Metal
  2943. weebshit9.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  2944. weebshit9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2945. weebshit9.Anchored = false
  2946. weebshit9.BrickColor = BrickColor.new("Pearl")
  2947. weebshit9.Friction = 0.30000001192093
  2948. weebshit9.Shape = Enum.PartType.Block
  2949. weebshit9.Name = "blade"
  2950. weebshit9.Parent = weebshit8
  2951. local bld2 = weebshit9
  2952. local weld3 = Instance.new('Weld',weebshit9)
  2953. weld3.Part0 = weebshit9
  2954. weld3.Part1 = weebshit8
  2955. weld3.C1 = CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0)
  2956. grow(weld3,weebshit9,Vector3.new(0.100000009, 1.17, 0.0500000007),CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.05)
  2957. -- 10 - blade
  2958. local weebshit10 = Instance.new("Part")
  2959. weebshit10.CFrame = CFrame.new(Vector3.new(206.26973, 14.458313, 5)) * CFrame.Angles(-0, 0, 0.10472027212381)
  2960. weebshit10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2961. weebshit10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2962. weebshit10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2963. weebshit10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2964. weebshit10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2965. weebshit10.Material = Enum.Material.Metal
  2966. weebshit10.Size = Vector3.new(0.229999945, 0.05, 0.100000009)
  2967. weebshit10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2968. weebshit10.Anchored = false
  2969. weebshit10.BrickColor = BrickColor.new("Dark stone grey")
  2970. weebshit10.Friction = 0.30000001192093
  2971. weebshit10.Shape = Enum.PartType.Block
  2972. weebshit10.Name = "blade"
  2973. weebshit10.Parent = weebshit1
  2974. local weld4 = Instance.new('Weld',weebshit10)
  2975. weld4.Part0 = weebshit10
  2976. weld4.Part1 = weebshit8
  2977. weld4.C1 = CFrame.new(-0.01, 0.55, -1.14440918e-05, 0.998631477, 0.0523363762, -1.25522347e-05, 0.0523363687, -0.998631358, -8.97663813e-06, -1.3056685e-05, 8.01841452e-06, -1.00000095)
  2978. local coru=coroutine.wrap(function()
  2979. grow(weld4,weebshit10,Vector3.new(0.23,1.17,0.1),CFrame.new(-0.0285797119, 1.14634609, -1.14440918e-05, 0.998631477, 0.0523363762, -1.25522347e-05, 0.0523363687, -0.998631358, -8.97663813e-06, -1.3056685e-05, 8.01841452e-06, -1.00000095),0.1)
  2980. end)
  2981. coru()
  2982. -- 11 - blade
  2983. local weebshit11 = Instance.new("Part")
  2984. weebshit11.CFrame = CFrame.new(Vector3.new(206.384079, 14.4703341, 5.00158167)) * CFrame.Angles(-0, 0, 0.10472027212381)
  2985. weebshit11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2986. weebshit11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2987. weebshit11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2988. weebshit11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2989. weebshit11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2990. weebshit11.Material = Enum.Material.Metal
  2991. weebshit11.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  2992. weebshit11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2993. weebshit11.Anchored = false
  2994. weebshit11.BrickColor = BrickColor.new("Pearl")
  2995. weebshit11.Friction = 0.30000001192093
  2996. weebshit11.Shape = Enum.PartType.Block
  2997. weebshit11.Name = "blade"
  2998. weebshit11.Parent = weebshit1
  2999. local weld5 = Instance.new('Weld',weebshit10)
  3000. weld5.Part0 = weebshit10
  3001. weld5.Part1 = weebshit11
  3002. weld5.C1 = CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0)
  3003. grow(weld5,weebshit11,Vector3.new(0.100000009, 1.16999841, 0.0500000007),CFrame.new(-0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.1)
  3004.  
  3005. -- 15 - blade
  3006. local weebshit15 = Instance.new("Part")
  3007. weebshit15.CFrame = CFrame.new(Vector3.new(206.36055, 13.3312511, 5)) * CFrame.Angles(-0, 0, 0.052359949797392)
  3008. weebshit15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3009. weebshit15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3010. weebshit15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3011. weebshit15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3012. weebshit15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3013. weebshit15.Material = Enum.Material.Metal
  3014. weebshit15.Size = Vector3.new(0.229999945, 0.55, 0.100000009)
  3015. weebshit15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3016. weebshit15.Anchored = false
  3017. weebshit15.BrickColor = BrickColor.new("Dark stone grey")
  3018. weebshit15.Friction = 0.30000001192093
  3019. weebshit15.Shape = Enum.PartType.Block
  3020. weebshit15.Name = "blade"
  3021. weebshit15.Parent = weebshit1
  3022. local weld6 = Instance.new('Weld',weebshit15)
  3023. weld6.Part0 = weebshit15
  3024. weld6.Part1 = weebshit10
  3025. weld6.C1 = CFrame.new(-0.01, -0.55, 0, 0.99863112, -0.0523363762, 5.34574838e-07, -0.0523363203, -0.998631358, 9.75034527e-06, 9.04611142e-08, -1.00508332e-05, -1.0000006)
  3026. local coru=coroutine.wrap(function()
  3027. grow(weld6,weebshit15,Vector3.new(0.229999945, 1.17000151, 0.100000009),CFrame.new(-0.0274810791, -1.13038063, 0, 0.99863112, -0.0523363762, 5.34574838e-07, -0.0523363203, -0.998631358, 9.75034527e-06, 9.04611142e-08, -1.00508332e-05, -1.0000006),0.1)
  3028. end)
  3029. coru()
  3030.  
  3031. -- 12 - blade
  3032. local weebshit12 = Instance.new("Part")
  3033. weebshit12.CFrame = CFrame.new(Vector3.new(206.50705, 12.1849957, 5.00158167)) * CFrame.Angles(-0, 0, -0)
  3034. weebshit12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3035. weebshit12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3036. weebshit12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3037. weebshit12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3038. weebshit12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3039. weebshit12.Material = Enum.Material.Metal
  3040. weebshit12.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  3041. weebshit12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3042. weebshit12.Anchored = false
  3043. weebshit12.BrickColor = BrickColor.new("Pearl")
  3044. weebshit12.Friction = 0.30000001192093
  3045. weebshit12.Shape = Enum.PartType.Block
  3046. weebshit12.Name = "blade"
  3047. weebshit12.Parent = weebshit1
  3048. local weld7 = Instance.new('Weld',weebshit12)
  3049. weld7.Part0 = weebshit12
  3050. weld7.Part1 = weebshit15
  3051. weld7.C1 = CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0)
  3052. grow(weld7,weebshit12,Vector3.new(0.100000009, 1.16999841, 0.0500000007),CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.1)
  3053.  
  3054. -- 14 - blade
  3055. local weebshit14 = Instance.new("Part")
  3056. weebshit14.CFrame = CFrame.new(Vector3.new(206.155365, 15.3628922, 5)) * CFrame.Angles(-0, 0, 0.15708021819592)
  3057. weebshit14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3058. weebshit14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3059. weebshit14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3060. weebshit14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3061. weebshit14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3062. weebshit14.Material = Enum.Material.Metal
  3063. weebshit14.Size = Vector3.new(0.229999945, 0.05, 0.100000009)
  3064. weebshit14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3065. weebshit14.Anchored = false
  3066. weebshit14.BrickColor = BrickColor.new("Dark stone grey")
  3067. weebshit14.Friction = 0.30000001192093
  3068. weebshit14.Shape = Enum.PartType.Block
  3069. weebshit14.Name = "blade"
  3070. weebshit14.Parent = weebshit1
  3071. local weld8 = Instance.new('Weld',weebshit14)
  3072. weld8.Part0 = weebshit14
  3073. weld8.Part1 = weebshit15
  3074. weld8.C1 = CFrame.new(-0.01, 0.45, -1.43051147e-06, 0.99862963, 0.0522801876, -1.10407145e-05, 0.0522794127, 0.998632491, -1.50609173e-06, 8.47656065e-06, 1.7598054e-06, 1)
  3075. local coru=coroutine.wrap(function()
  3076. grow(weld8,weebshit14,Vector3.new(0.229999945, 0.700001657, 0.100000009),CFrame.new(-0.0191650391, 0.911635399, -1.43051147e-06, 0.99862963, 0.0522801876, -1.10407145e-05, 0.0522794127, 0.998632491, -1.50609173e-06, 8.47656065e-06, 1.7598054e-06, 1),0.1)
  3077. end)
  3078. coru()
  3079.  
  3080. -- 13 - blade
  3081. local weebshit13 = Instance.new("Part")
  3082. weebshit13.CFrame = CFrame.new(Vector3.new(206.268967, 15.3808832, 5.00158167)) * CFrame.Angles(-0, 0, 0.15708021819592)
  3083. weebshit13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3084. weebshit13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3085. weebshit13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3086. weebshit13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3087. weebshit13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3088. weebshit13.Material = Enum.Material.Metal
  3089. weebshit13.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  3090. weebshit13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3091. weebshit13.Anchored = false
  3092. weebshit13.BrickColor = BrickColor.new("Pearl")
  3093. weebshit13.Friction = 0.30000001192093
  3094. weebshit13.Shape = Enum.PartType.Block
  3095. weebshit13.Name = "blade"
  3096. weebshit13.Parent = weebshit1
  3097. local weld9 = Instance.new('Weld',weebshit13)
  3098. weld9.Part0 = weebshit13
  3099. weld9.Part1 = weebshit14
  3100. weld9.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0)
  3101. grow(weld9,weebshit13,Vector3.new(0.100000009, 0.699998796, 0.0500000007),CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.1)
  3102.  
  3103. -- 18 - blade
  3104. local weebshit18 = Instance.new("WedgePart")
  3105. weebshit18.CFrame = CFrame.new(Vector3.new(206.077118, 15.85674, 5)) * CFrame.Angles(1.5707963705063, -1.4137160778046, 1.5707963705063)
  3106. weebshit18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3107. weebshit18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3108. weebshit18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3109. weebshit18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3110. weebshit18.Material = Enum.Material.Metal
  3111. weebshit18.Size = Vector3.new(0.100000009, 0.05, 0.230000108)
  3112. weebshit18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3113. weebshit18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3114. weebshit18.Anchored = false
  3115. weebshit18.BrickColor = BrickColor.new("Dark stone grey")
  3116. weebshit18.Friction = 0.30000001192093
  3117. weebshit18.Name = "blade"
  3118. weebshit18.Parent = weebshit1
  3119. local weld10 = Instance.new('Weld',weebshit18)
  3120. weld10.Part0 = weebshit18
  3121. weld10.Part1 = weebshit14
  3122. weld10.C1 = CFrame.new(-0.015, 0.299937057, 2.86102295e-06)*CFrame.Angles(0,math.rad(-90),0)
  3123. local coru=coroutine.wrap(function()
  3124. grow(weld10,weebshit18,Vector3.new(0.1, 0.3, 0.23),CFrame.new(0, 0.499937057, 2.86102295e-06)*CFrame.Angles(0,math.rad(-90),0),0.1)
  3125. end)
  3126. coru()
  3127.  
  3128. -- 19 - blade
  3129. local weebshit19 = Instance.new("WedgePart")
  3130. weebshit19.CFrame = CFrame.new(Vector3.new(206.096375, 15.8952179, 5.00177383)) * CFrame.Angles(1.5707963705063, -1.4137160778046, 1.5707963705063)
  3131. weebshit19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3132. weebshit19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3133. weebshit19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3134. weebshit19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3135. weebshit19.Material = Enum.Material.Metal
  3136. weebshit19.Size = Vector3.new(0.0500000007, 0.05, 0.280000091)
  3137. weebshit19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3138. weebshit19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3139. weebshit19.Anchored = false
  3140. weebshit19.BrickColor = BrickColor.new("Pearl")
  3141. weebshit19.Friction = 0.30000001192093
  3142. weebshit19.Name = "blade"
  3143. weebshit19.Parent = weebshit1
  3144. local weld11 = Instance.new('Weld',weebshit19)
  3145. weld11.Part0 = weebshit19
  3146. weld11.Part1 = weebshit18
  3147. weld11.C1 = CFrame.new(0, 0, -0.029) * CFrame.Angles(0, 0, 0)
  3148. local coru=coroutine.wrap(function()
  3149. grow(weld11,weebshit19,Vector3.new(0.05, 0.37, 0.28),CFrame.new(0, 0.011, -0.029) * CFrame.Angles(0, 0, 0),0.1)
  3150. end)
  3151. coru()
  3152. end
  3153. local lol = Instance.new("ForceField", char)
  3154. lol.Visible = false
  3155. function gunmode()
  3156. working = true
  3157. pcall(function()
  3158. local rweld = Instance.new("Weld", char["Right Arm"])
  3159. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3160. rweld.Part0 = char["Torso"]
  3161. rweld.Part1 = char["Right Arm"]
  3162. rweld.C0 = CFrame.new(1.5, 0, 0)
  3163. tweld.Part0 = char.HumanoidRootPart
  3164. tweld.Part1 = char.Torso
  3165.  
  3166. local coru=coroutine.wrap(function()
  3167. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)),0.25)
  3168. end)
  3169. coru()
  3170. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(-45),math.rad(0)), 0.25)
  3171.  
  3172.  
  3173.  
  3174.  
  3175. local coru=coroutine.wrap(function()
  3176. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)),0.04)
  3177. end)
  3178. coru()
  3179. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.04)
  3180. local boomy = Instance.new("Explosion",workspace)
  3181. boomy.Position = char.Head.Position
  3182. boomy.BlastRadius = 24
  3183. boomy.Visible = false
  3184. local bum = Instance.new("Sound", char.Head)
  3185. bum.SoundId = "rbxassetid://255679373"
  3186. bum:Play()
  3187. bum.Volume = 1
  3188. local particl = Instance.new("ParticleEmitter")
  3189. particl.LightEmission = 3
  3190. particl.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(42, 0, 255)), ColorSequenceKeypoint.new(0.25, Color3.fromRGB(248, 153, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 0))})
  3191. particl.LightInfluence = 0.75
  3192. particl.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 5), NumberSequenceKeypoint.new(1, 0)})
  3193. particl.Lifetime = NumberRange.new(0.1, 0.5)
  3194. particl.Rate = 50
  3195. particl.RotSpeed = NumberRange.new(300, 300)
  3196. particl.Speed = NumberRange.new(0, 1)
  3197. particl.SpreadAngle = Vector2.new(90, 90)
  3198. particl.Parent = char["Right Arm"]
  3199. local p = Instance.new("Part",char.Head)
  3200. p.Size = Vector3.new(30,30,30)
  3201. p.Anchored = true
  3202. p.CanCollide = false
  3203. p.TopSurface = "Smooth"
  3204. p.BottomSurface = "Smooth"
  3205. p.Color = Color3.fromRGB(255,math.random(0,255),0)
  3206. p.CFrame = char.Head.CFrame
  3207. p.Transparency = 1
  3208.  
  3209. p.Touched:connect(function(hit)
  3210. local fakechar = hit.Parent
  3211. local head = fakechar:FindFirstChild('Head')
  3212. if fakechar.Name ~= "Apaokz" then
  3213. head:Destroy()
  3214. else
  3215. end
  3216.  
  3217. end)
  3218. local coru=coroutine.wrap(function()
  3219. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.8)
  3220. end)
  3221. coru()
  3222. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)
  3223. particl.Enabled = false
  3224. rweld:Destroy()
  3225. tweld:Destroy()
  3226. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3227. local clone = rightclone:Clone()
  3228. clone.Part0 = char.Torso
  3229. clone.Part1 = char["Right Arm"]
  3230. clone.Parent = char.Torso
  3231. end
  3232. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  3233. local clone = torsoclone:Clone()
  3234. clone.Part0 = char.HumanoidRootPart
  3235. clone.Part1 = char.Torso
  3236. clone.Parent = char.HumanoidRootPart
  3237. end
  3238. p:Destroy()
  3239. wait(0.6)
  3240. particl:Destroy()
  3241. working = false
  3242. end)
  3243. end
  3244.  
  3245. function knifemode()
  3246. blademode = "knife"
  3247. -- 6 - thicc cap
  3248. local obj6 = Instance.new("Part")
  3249. obj6.CFrame = CFrame.new(Vector3.new(202.399948, 10.5999813, 5.00099993)) * CFrame.Angles(-0, 0, 3.5017728805542e-07)
  3250. obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3251. obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3252. obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3253. obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3254. obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3255. obj6.Size = Vector3.new(0.3, 0.3, 0.3)
  3256. obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3257. obj6.Anchored = false
  3258. obj6.BrickColor = BrickColor.new("Really black")
  3259. obj6.Friction = 0.30000001192093
  3260. obj6.Shape = Enum.PartType.Ball
  3261. obj6.Name = "thicc cap"
  3262. obj6.Parent = handle
  3263. local weld2 = Instance.new('Weld',obj6)
  3264. weld2.Part0 = obj6
  3265. weld2.Part1 = handle
  3266. weld2.C0 = CFrame.new(0.4, 0, 0)
  3267. grow(weld2,obj6,Vector3.new(0.3, 0.3, 0.3),CFrame.new(-0.15, 0, 0),0.1)
  3268.  
  3269. -- 8 - thicc top cap
  3270. local obj8 = Instance.new("Part")
  3271. obj8.CFrame = CFrame.new(Vector3.new(202.399963, 11.3000078, 5.00099993)) * CFrame.Angles(-0, 0, 3.5017728805542e-07)
  3272. obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3273. obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3274. obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3275. obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3276. obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3277. obj8.Size = Vector3.new(0.3, 0.3, 0.3)
  3278. obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3279. obj8.Anchored = false
  3280. obj8.BrickColor = BrickColor.new("Really black")
  3281. obj8.Friction = 0.30000001192093
  3282. obj8.Shape = Enum.PartType.Ball
  3283. obj8.Name = "thicc top cap"
  3284. obj8.Parent = handle
  3285. local weld1 = Instance.new('Weld',obj8)
  3286. weld1.Part0 = obj8
  3287. weld1.Part1 = handle
  3288. weld1.C0 = CFrame.new(-0.4, 0, 0)
  3289. grow(weld1,obj8,Vector3.new(0.3, 0.3, 0.3),CFrame.new(0.15, 0, 0),0.1)
  3290. -- 4 - thicc blade
  3291. local obj4 = Instance.new("Part")
  3292. obj4.CFrame = CFrame.new(Vector3.new(202.40007, 12.1600046, 5.00099707)) * CFrame.Angles(-0, 0, -0)
  3293. obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3294. obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3295. obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3296. obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3297. obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3298. obj4.Material = Enum.Material.Metal
  3299. obj4.Size = Vector3.new(0.23, 0.1, 0.1)
  3300. obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3301. obj4.Anchored = false
  3302. obj4.BrickColor = BrickColor.new("Dark stone grey")
  3303. obj4.Friction = 0.30000001192093
  3304. obj4.Shape = Enum.PartType.Block
  3305. obj4.Name = "blade"
  3306. obj4.Parent = handle
  3307. local weld4 = Instance.new('Weld',obj4)
  3308. weld4.Part0 = obj4
  3309. weld4.Part1 = handle
  3310. weld4.C0 = CFrame.new(0, -0.535, 0)*CFrame.Angles(0,0,math.rad(90))
  3311. local coru=coroutine.wrap(function()
  3312. grow(weld4,obj4,Vector3.new(0.23, 1.19, 0.1),CFrame.new(0.5, 0, 0),0.1)
  3313. end)
  3314. coru()
  3315.  
  3316. -- 5 - thicc blade
  3317. local obj5 = Instance.new("Part")
  3318. obj5.CFrame = CFrame.new(Vector3.new(202.507141, 12.1749954, 5.00158167)) * CFrame.Angles(-0, 0, -0)
  3319. obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3320. obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3321. obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3322. obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3323. obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3324. obj5.Material = Enum.Material.Metal
  3325. obj5.Size = Vector3.new(0.100000009, 0.1, 0.0500000007)
  3326. obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3327. obj5.Anchored = false
  3328. obj5.BrickColor = BrickColor.new("Pearl")
  3329. obj5.Friction = 0.30000001192093
  3330. obj5.Shape = Enum.PartType.Block
  3331. obj5.Name = "blade"
  3332. obj5.Parent = handle
  3333. local weld5 = Instance.new('Weld',obj5)
  3334. weld5.Part0 = obj5
  3335. weld5.Part1 = obj4
  3336. weld5.C0 = CFrame.new(0.09, 0, 0)*CFrame.Angles(0,0,0)
  3337. grow(weld5,obj5,Vector3.new(0.1, 1.19, 0.05),CFrame.new(0, 0, 0),0.1)
  3338.  
  3339. -- 3 - thicc blade
  3340. local obj3 = Instance.new("WedgePart")
  3341. obj3.CFrame = CFrame.new(Vector3.new(202.40007, 12.9000006, 5.00099707)) * CFrame.Angles(-0, -1.5707963705063, 0)
  3342. obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3343. obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3344. obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3345. obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3346. obj3.Material = Enum.Material.Metal
  3347. obj3.Size = Vector3.new(0.1, 0, 0.23)
  3348. obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3349. obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3350. obj3.Anchored = false
  3351. obj3.BrickColor = BrickColor.new("Dark stone grey")
  3352. obj3.Friction = 0.30000001192093
  3353. obj3.Name = "blade"
  3354. obj3.Parent = handle
  3355. local weld6 = Instance.new('Weld',obj3)
  3356. weld6.Part0 = obj3
  3357. weld6.Part1 = obj4
  3358. weld6.C0 = CFrame.new(0, -0.595, 0)*CFrame.Angles(math.rad(0),math.rad(270),math.rad(0))
  3359. local coru=coroutine.wrap(function()
  3360. grow(weld6,obj3,Vector3.new(0.1, 0.3, 0.23),CFrame.new(0, 0.15, 0),0.05)
  3361. end)
  3362. coru()
  3363.  
  3364. -- 2 - thicc blade
  3365. local obj2 = Instance.new("WedgePart")
  3366. obj2.CFrame = CFrame.new(Vector3.new(202.423431, 12.9305696, 5.00099707)) * CFrame.Angles(-0, -1.5707963705063, 0)
  3367. obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3368. obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3369. obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3370. obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3371. obj2.Material = Enum.Material.Metal
  3372. obj2.Size = Vector3.new(0.05, 0, 0.26)
  3373. obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3374. obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3375. obj2.Anchored = false
  3376. obj2.BrickColor = BrickColor.new("Lily white")
  3377. obj2.Friction = 0.30000001192093
  3378. obj2.Name = "blade"
  3379. obj2.Parent = handle
  3380. local weld7 = Instance.new('Weld',obj2)
  3381. weld7.Part0 = obj2
  3382. weld7.Part1 = obj4
  3383. weld7.C0 = CFrame.new(0, -0.595, 0)*CFrame.Angles(math.rad(0),math.rad(270),math.rad(0))
  3384. grow(weld7,obj2,Vector3.new(0.05, 0.33, 0.24),CFrame.new(-0.02, 0.165, 0),0.05)
  3385. end
  3386.  
  3387. function raep()
  3388. working = true
  3389. pcall(function()
  3390. local holyshit = Instance.new("Sound", handle)
  3391. holyshit.SoundId = "rbxassetid://345287845"
  3392. holyshit.Volume = 5
  3393. holyshit:Play()
  3394. holyshit.TimePosition = 0.6
  3395. --[[local waitwhatthefuck = Instance.new("Sound", handle)
  3396. waitwhatthefuck.SoundId = "rbxassetid://864314263"
  3397. waitwhatthefuck:Play()]]--
  3398. local coru=coroutine.wrap(function()
  3399. wait(1.95)
  3400. holyshit.TimePosition = 2.8
  3401. end)
  3402. coru()
  3403. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3404. tweld.Part0 = char.HumanoidRootPart
  3405. tweld.Part1 = char.Torso
  3406. local rweld = Instance.new("Weld", char["Right Arm"])
  3407. rweld.Part0 = char["Torso"]
  3408. rweld.Part1 = char["Right Arm"]
  3409. rweld.C0 = CFrame.new(1.5, 0, 0)
  3410. local lweld = Instance.new("Weld", char["Left Arm"])
  3411. lweld.Part0 = char.Torso
  3412. lweld.Part1 = char["Left Arm"]
  3413. lweld.C0 = CFrame.new(-1.5, 0, 0)
  3414.  
  3415. char.Humanoid.WalkSpeed = 16
  3416.  
  3417. local cor = coroutine.wrap(function()
  3418. lerp(rweld,rweld.C0,CFrame.new(1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(50)),0.2)
  3419. end)
  3420. local cor2 = coroutine.wrap(function()
  3421. lerp(tweld,tweld.C0,CFrame.new(0, -0.25, 0) * CFrame.Angles(math.rad(-15), math.rad(-45), math.rad(0)),0.2)
  3422. end)
  3423. cor()
  3424. cor2()
  3425. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, -0.35) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-20)),0.2)
  3426.  
  3427. local particl = Instance.new("ParticleEmitter")
  3428. particl.LightEmission = 3
  3429. particl.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(42, 0, 255)), ColorSequenceKeypoint.new(0.25, Color3.fromRGB(248, 153, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 0))})
  3430. particl.LightInfluence = 0.75
  3431. particl.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  3432. particl.Lifetime = NumberRange.new(0.1, 0.5)
  3433. particl.Rate = 50
  3434. particl.RotSpeed = NumberRange.new(300, 300)
  3435. particl.Speed = NumberRange.new(0, 1)
  3436. particl.SpreadAngle = Vector2.new(90, 90)
  3437. particl.Parent = handle
  3438.  
  3439. for i, v in pairs(handle["pink toy"]:GetChildren()) do
  3440. if v:IsA("Part") then
  3441. cooldildo = particl:Clone()
  3442. cooldildo.Parent = v
  3443. end
  3444. end
  3445.  
  3446. particl:Remove()
  3447.  
  3448. wait(1)
  3449. MOAN = true
  3450.  
  3451. char.Humanoid.WalkSpeed = 75
  3452.  
  3453.  
  3454. local cor = coroutine.wrap(function()
  3455. lerp(rweld,rweld.C0,CFrame.new(1.6, 0.5, -0.75) * CFrame.Angles(0, math.rad(55), math.rad(90)),0.06)
  3456. end)
  3457. local cor2 = coroutine.wrap(function()
  3458. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)),0.06)
  3459. end)
  3460. local cor3 = coroutine.wrap(function()
  3461. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(270),math.rad(-90),math.rad(180)), 0.06)
  3462. end)
  3463. cor()
  3464. cor2()
  3465. cor3()
  3466. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)),0.06)
  3467. local omgg = 0
  3468. repeat wait(0.05) omgg = omgg+0.05 until aidsificating ~= nil or omgg > 2
  3469. holyshit:Destroy()
  3470. char.Humanoid.WalkSpeed = 16
  3471. MOAN = false
  3472. if aidsificating == nil then
  3473. for i, v in pairs(handle["pink toy"]:GetChildren()) do
  3474. if v:IsA("Part") then
  3475. v:FindFirstChild("ParticleEmitter"):Destroy()
  3476. end
  3477. end
  3478. local cor = coroutine.wrap(function()
  3479. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.08)
  3480. end)
  3481. local cor2 = coroutine.wrap(function()
  3482. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.08)
  3483. end)
  3484. local cor3 = coroutine.wrap(function()
  3485. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.08)
  3486. end)
  3487. cor()
  3488. cor2()
  3489. cor3()
  3490. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)),0.08)
  3491.  
  3492. lweld:Remove()
  3493. rweld:Remove()
  3494. tweld:Remove()
  3495.  
  3496. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  3497. local clone = torsoclone:Clone()
  3498. clone.Part0 = char.HumanoidRootPart
  3499. clone.Part1 = char.Torso
  3500. clone.Parent = char.HumanoidRootPart
  3501. end
  3502. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  3503. local clone = leftclone:Clone()
  3504. clone.Part0 = char.Torso
  3505. clone.Part1 = char["Left Arm"]
  3506. clone.Parent = char.Torso
  3507. end
  3508. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3509. local clone = rightclone:Clone()
  3510. clone.Part0 = char.Torso
  3511. clone.Part1 = char["Right Arm"]
  3512. clone.Parent = char.Torso
  3513. end
  3514. else
  3515. pcall(function()
  3516. aidsificating.HumanoidRootPart:Destroy()
  3517. end)
  3518. pcall(function()
  3519. ragdollpart(aidsificating,"Right Arm")
  3520. ragdollpart(aidsificating,"Right Leg")
  3521. ragdollpart(aidsificating,"Left Arm")
  3522. ragdollpart(aidsificating,"Left Leg")
  3523. end)
  3524. pcall(function()
  3525. ragdollpart(aidsificating,"RightUpperArm")
  3526. ragdollpart(aidsificating,"RightUpperLeg")
  3527. ragdollpart(aidsificating,"LeftUpperArm")
  3528. ragdollpart(aidsificating,"LeftUpperLeg")
  3529. end)
  3530. pcall(function()
  3531. local weld = Instance.new('Weld',aidsificating.Torso)
  3532. weld.Part0 = aidsificating.Torso
  3533. weld.Part1 = handle
  3534. weld.C0 = CFrame.new(0.2,-2.5,2)*CFrame.Angles(math.rad(135),0,math.rad(-90))
  3535. for i,v in pairs(handle["pink toy"]:GetChildren()) do
  3536. if v:IsA('BasePart') and v.Name == "stretchlol" then
  3537. v.BrickColor = aidsificating.Torso.BrickColor
  3538. v.Transparency = 0
  3539. end
  3540. end
  3541. end)
  3542. pcall(function()
  3543. local weld = Instance.new('Weld',aidsificating.UpperTorso)
  3544. weld.Part0 = aidsificating.UpperTorso
  3545. weld.Part1 = handle
  3546. weld.C0 = CFrame.new(0.2,-2.5,2)*CFrame.Angles(math.rad(135),0,math.rad(-90))
  3547. for i,v in pairs(handle["pink toy"]:GetChildren()) do
  3548. if v:IsA('BasePart') and v.Name == "stretchlol" then
  3549. v.BrickColor = aidsificating.UpperTorso.BrickColor
  3550. v.Transparency = 0
  3551. end
  3552. end
  3553. end)
  3554. lerp(rweld,rweld.C0,CFrame.new(1.6, 1, -0.5) * CFrame.Angles(0, math.rad(55), math.rad(145)),0.06)
  3555. wait(2)
  3556. for i,v in pairs(aidsificating:GetDescendants()) do
  3557. if v:IsA('Weld') then v:Destroy() end
  3558. end
  3559. pcall(function()
  3560. ragdollpart(aidsificating,"Head")
  3561. end)
  3562. pcall(function()
  3563. local thang = "Torso"
  3564. if aidsificating:FindFirstChild('UpperTorso') then
  3565. thang = "UpperTorso"
  3566. end
  3567. local ayybleed = Instance.new('Part',aidsificating)
  3568. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  3569. ayybleed.BrickColor = BrickColor.new('Maroon')
  3570. ayybleed.Material = Enum.Material.SmoothPlastic
  3571. ayybleed.Name = "ayybleed"
  3572. ayybleed.CanCollide = false
  3573. ayybleed.Transparency = 1
  3574. ayybleed.CFrame = aidsificating[thang].CFrame
  3575. ayybleed:BreakJoints()
  3576. local attachment1 = Instance.new('Attachment',ayybleed)
  3577. attachment1.Position = Vector3.new(0,-1,0)
  3578. attachment1.Orientation = Vector3.new(180, 0, 0)
  3579. local attachment0 = Instance.new('Attachment',aidsificating[thang])
  3580. if attachment0 and attachment1 then
  3581. local constraint = Instance.new("HingeConstraint")
  3582. constraint.Attachment0 = attachment0
  3583. constraint.Attachment1 = attachment1
  3584. constraint.LimitsEnabled = true
  3585. constraint.UpperAngle = 0
  3586. constraint.LowerAngle = 0
  3587. constraint.Parent = aidsificating
  3588. end
  3589. local bleedBLEED= coroutine.wrap(function()
  3590. bleed(ayybleed,true)
  3591. end)
  3592. bleedBLEED()
  3593. end)
  3594. aidsificating = nil
  3595. pcall(function()
  3596. for i,v in pairs(handle["pink toy"]:GetChildren()) do
  3597. if v:IsA('BasePart') and v.Name == "stretchlol" then
  3598. v.Transparency = 1
  3599. end
  3600. end
  3601. end)
  3602. local cor = coroutine.wrap(function()
  3603. lerp(rweld,rweld.C0,CFrame.new(1.6, -0.25, 0.75) * CFrame.Angles(0, math.rad(55), math.rad(145)),0.04)
  3604. end)
  3605. local cor2 = coroutine.wrap(function()
  3606. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)),0.04)
  3607. end)
  3608. cor()
  3609. cor2()
  3610. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)),0.04)
  3611. wait(0.1)
  3612. local cor = coroutine.wrap(function()
  3613. lerp(rweld,rweld.C0,CFrame.new(1.6, -0.5, 1) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  3614. end)
  3615. local cor2 = coroutine.wrap(function()
  3616. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)),0.08)
  3617. end)
  3618. local cor3 = coroutine.wrap(function()
  3619. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.08)
  3620. end)
  3621. cor()
  3622. cor2()
  3623. cor3()
  3624. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.08)
  3625.  
  3626. lweld:Remove()
  3627. rweld:Remove()
  3628. tweld:Remove()
  3629.  
  3630. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  3631. local clone = torsoclone:Clone()
  3632. clone.Part0 = char.HumanoidRootPart
  3633. clone.Part1 = char.Torso
  3634. clone.Parent = char.HumanoidRootPart
  3635. end
  3636. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  3637. local clone = leftclone:Clone()
  3638. clone.Part0 = char.Torso
  3639. clone.Part1 = char["Left Arm"]
  3640. clone.Parent = char.Torso
  3641. end
  3642. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3643. local clone = rightclone:Clone()
  3644. clone.Part0 = char.Torso
  3645. clone.Part1 = char["Right Arm"]
  3646. clone.Parent = char.Torso
  3647. end
  3648. end
  3649. end)
  3650. working = false
  3651. end
  3652.  
  3653. function katanaQ()
  3654. working = true
  3655. swinging = true
  3656. gettingeem = true
  3657. pcall(function()
  3658. local rweld = Instance.new("Weld", char["Right Arm"])
  3659. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3660. pcall(function()
  3661. rweld.Part0 = char["Torso"]
  3662. rweld.Part1 = char["Right Arm"]
  3663. rweld.C0 = CFrame.new(1.5, 0, 0)
  3664. tweld.Part0 = char.HumanoidRootPart
  3665. tweld.Part1 = char.Torso
  3666. end)
  3667.  
  3668. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 100
  3669.  
  3670. local at1 = Instance.new("Attachment", handle)
  3671. local at2 = Instance.new("Attachment", handle)
  3672. at1.Visible = false
  3673. at1.Position = Vector3.new(5, 0, 0)
  3674. at2.Visible = false
  3675. at2.Position = Vector3.new(1, 0, 0)
  3676.  
  3677. local trail = Instance.new("Trail", handle)
  3678. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  3679. trail.LightEmission = 0.25
  3680. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.9), NumberSequenceKeypoint.new(1, 1)})
  3681. trail.Lifetime = 0.10
  3682. trail.MinLength = 0.05
  3683. trail.Attachment0 = at1
  3684. trail.Attachment1 = at2
  3685. local coru=coroutine.wrap(function()
  3686. lerp(rweld,rweld.C0,CFrame.new(1.35, 0.5, -1.2) * CFrame.Angles(0, math.rad(90), math.rad(90)),0.08)
  3687. end)
  3688. coru()
  3689. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(270),math.rad(-90),math.rad(180)), 0.08)
  3690. local ree=0
  3691. while goteem == nil and ree < 1 do
  3692. wait(0.05)
  3693. ree=ree+0.05
  3694. end
  3695. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  3696. gettingeem = false
  3697. swinging = false
  3698. if goteem then
  3699. wait(2)
  3700. pcall(function()
  3701. local sounn = Instance.new("Sound", goteem.Torso)
  3702. local lipp = math.random(1, 3)
  3703. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  3704. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  3705. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  3706. sounn:Play()
  3707. end)
  3708. ragdollpart(goteem,"Head")
  3709. for i,v in pairs(goteem:GetDescendants()) do
  3710. if v:IsA('Weld') then v:Destroy() end
  3711. end
  3712. goteem = nil
  3713. end
  3714. trail:Destroy()
  3715. at1:Destroy()
  3716. at2:Destroy()
  3717. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.05)
  3718. local cor = coroutine.wrap(function()
  3719. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3720. end)
  3721. cor()
  3722. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  3723. rweld:Destroy()
  3724. tweld:Destroy()
  3725. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3726. local clone = rightclone:Clone()
  3727. clone.Part0 = char.Torso
  3728. clone.Part1 = char["Right Arm"]
  3729. clone.Parent = char.Torso
  3730. end
  3731. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  3732. local clone = torsoclone:Clone()
  3733. clone.Part0 = char.HumanoidRootPart
  3734. clone.Part1 = char.Torso
  3735. clone.Parent = char.HumanoidRootPart
  3736. end
  3737. end)
  3738. swinging = false
  3739. gettingeem = false
  3740. working = false
  3741. end
  3742. local function katanaE()
  3743. working = true
  3744. swinging = true
  3745. SLESH = true
  3746. pcall(function()
  3747. local rweld = Instance.new("Weld", char["Right Arm"])
  3748. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3749. rweld.Part0 = char["Torso"]
  3750. rweld.Part1 = char["Right Arm"]
  3751. rweld.C0 = CFrame.new(1.5, 0, 0)
  3752. tweld.Part0 = char.HumanoidRootPart
  3753. tweld.Part1 = char.Torso
  3754.  
  3755. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 100
  3756.  
  3757. local at1 = Instance.new("Attachment", handle)
  3758. local at2 = Instance.new("Attachment", handle)
  3759. at1.Visible = false
  3760. at1.Position = Vector3.new(5, 0, 0)
  3761. at2.Visible = false
  3762. at2.Position = Vector3.new(1, 0, 0)
  3763.  
  3764. local trail = Instance.new("Trail", handle)
  3765. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  3766. trail.LightEmission = 0.25
  3767. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.9), NumberSequenceKeypoint.new(1, 1)})
  3768. trail.Lifetime = 0.10
  3769. trail.MinLength = 0.05
  3770. trail.Attachment0 = at1
  3771. trail.Attachment1 = at2
  3772. local coru=coroutine.wrap(function()
  3773. lerp(rweld,rweld.C0,CFrame.new(2, 1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(60)),0.08)
  3774. end)
  3775. coru()
  3776. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(270),math.rad(-270),math.rad(0)), 0.08)
  3777.  
  3778. wait(1)
  3779. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  3780. trail:Destroy()
  3781. at1:Destroy()
  3782. at2:Destroy()
  3783. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.05)
  3784. local cor = coroutine.wrap(function()
  3785. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3786. end)
  3787. cor()
  3788. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  3789. rweld:Destroy()
  3790. tweld:Destroy()
  3791. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3792. local clone = rightclone:Clone()
  3793. clone.Part0 = char.Torso
  3794. clone.Part1 = char["Right Arm"]
  3795. clone.Parent = char.Torso
  3796. end
  3797. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  3798. local clone = torsoclone:Clone()
  3799. clone.Part0 = char.HumanoidRootPart
  3800. clone.Part1 = char.Torso
  3801. clone.Parent = char.HumanoidRootPart
  3802. end
  3803. end)
  3804. swinging = false
  3805. SLESH = false
  3806. working = false
  3807. end
  3808.  
  3809. function begoneTHOUGHT()
  3810. working = true
  3811. pcall(function()
  3812. local thott = Instance.new("Sound", char)
  3813. thott.SoundId = "rbxassetid://949916584"
  3814. thott.Volume = 1
  3815. thott.TimePosition = 0.5
  3816. thott.PlaybackSpeed = 1
  3817. thott.EmitterSize = player.CameraMaxZoomDistance+1
  3818. thott.MaxDistance = player.CameraMaxZoomDistance+1
  3819. thott:Play()
  3820.  
  3821. local rweld = Instance.new("Weld", char["Right Arm"])
  3822. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3823. rweld.Part0 = char["Torso"]
  3824. rweld.Part1 = char["Right Arm"]
  3825. rweld.C0 = CFrame.new(1.5, 0, 0)
  3826. tweld.Part0 = char.HumanoidRootPart
  3827. tweld.Part1 = char.Torso
  3828.  
  3829. local coru=coroutine.wrap(function()
  3830. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)),0.25)
  3831. end)
  3832. coru()
  3833. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(-45),math.rad(0)), 0.25)
  3834.  
  3835. wait(0.5)
  3836. local thote = Instance.new("Sound", char.Head)
  3837. thote.SoundId = "rbxassetid://358498516"
  3838. thote.Volume = 1
  3839. thote:Play()
  3840.  
  3841.  
  3842.  
  3843. local coru=coroutine.wrap(function()
  3844. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)),0.04)
  3845. end)
  3846. coru()
  3847. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.04)
  3848. wait(0.04)
  3849. local ree = Instance.new('Part',workspace)
  3850. ree.Shape = Enum.PartType.Cylinder
  3851. ree.CanCollide = false
  3852. ree.Anchored = false
  3853. ree.Size = Vector3.new(0.5,2,2)
  3854. ree.TopSurface = Enum.SurfaceType.Smooth
  3855. ree.BottomSurface = Enum.SurfaceType.Smooth
  3856. ree.Transparency = 0.8
  3857. ree.Material =Enum.Material.Neon
  3858. ree.BrickColor = BrickColor.new('Toothpaste')
  3859. ree.CFrame = handle.CFrame*CFrame.Angles(0,0,math.rad(90))
  3860. ree:BreakJoints()
  3861. local reee = Instance.new("Sound", ree)
  3862. reee.SoundId = "rbxassetid://138677306"
  3863. reee:Play()
  3864. local heck = Instance.new('BodyVelocity',ree)
  3865. heck.Velocity = ree.CFrame.rightVector*50
  3866. heck.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  3867. local coru=coroutine.wrap(function()
  3868. for i=1,21 do
  3869. local cf = ree.CFrame
  3870. ree.Size = ree.Size+Vector3.new(0,2,2)
  3871. ree.CFrame = cf
  3872. wait()
  3873. end
  3874. for i=1,4 do
  3875. local cf = ree.CFrame
  3876. ree.Size = ree.Size+Vector3.new(0,2,2)
  3877. ree.CFrame = cf
  3878. ree.Transparency = ree.Transparency + 0.05
  3879. wait()
  3880. end
  3881. ree:Destroy()
  3882. end)
  3883. coru()
  3884. ree.Touched:connect(function(hit)
  3885. if hit.Parent and hit.Parent ~= char and hit.Parent:FindFirstChildOfClass('Humanoid') then
  3886. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 100
  3887. ragdollpart(hit.Parent,"Head")
  3888. end
  3889. end)
  3890. wait(0.5)
  3891. local coru=coroutine.wrap(function()
  3892. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.8)
  3893. end)
  3894. coru()
  3895. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)
  3896.  
  3897. rweld:Destroy()
  3898. tweld:Destroy()
  3899. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3900. local clone = rightclone:Clone()
  3901. clone.Part0 = char.Torso
  3902. clone.Part1 = char["Right Arm"]
  3903. clone.Parent = char.Torso
  3904. end
  3905. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  3906. local clone = torsoclone:Clone()
  3907. clone.Part0 = char.HumanoidRootPart
  3908. clone.Part1 = char.Torso
  3909. clone.Parent = char.HumanoidRootPart
  3910. end
  3911. end)
  3912. working = false
  3913. end
  3914.  
  3915. function katanaswing()
  3916. working = true
  3917. pcall(function()
  3918. local rweld = Instance.new("Weld", char["Right Arm"])
  3919. local lweld = Instance.new("Weld", char["Left Arm"])
  3920. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3921. rweld.Part0 = char["Torso"]
  3922. rweld.Part1 = char["Right Arm"]
  3923. rweld.C0 = CFrame.new(1.5, 0, 0)
  3924. lweld.Part0 = char.Torso
  3925. lweld.Part1 = char["Left Arm"]
  3926. lweld.C0 = CFrame.new(-1.5, 0, 0)
  3927. tweld.Part0 = char.HumanoidRootPart
  3928. tweld.Part1 = char.Torso
  3929.  
  3930. local cor = coroutine.wrap(function()
  3931. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(45), 0),0.08)
  3932. end)
  3933. cor()
  3934. lerp(rweld,rweld.C0,CFrame.new(1.35, 0.5, -1.2) * CFrame.Angles(0, math.rad(110), math.rad(90)),0.08)
  3935. wait(0.2)
  3936. local at1 = Instance.new("Attachment", handle)
  3937. local at2 = Instance.new("Attachment", handle)
  3938. at1.Visible = false
  3939. at1.Position = Vector3.new(5, 0, 0)
  3940. at2.Visible = false
  3941. at2.Position = Vector3.new(1, 0, 0)
  3942.  
  3943. local trail = Instance.new("Trail", handle)
  3944. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, trail.Parent.Color), ColorSequenceKeypoint.new(1, trail.Parent.Color)})
  3945. trail.LightEmission = 0.25
  3946. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.9), NumberSequenceKeypoint.new(1, 1)})
  3947. trail.Lifetime = 0.10
  3948. trail.MinLength = 0.05
  3949. trail.Attachment0 = at1
  3950. trail.Attachment1 = at2
  3951.  
  3952. swinging = true
  3953.  
  3954. local cor = coroutine.wrap(function()
  3955. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-45), 0),0.04)
  3956. end)
  3957. cor()
  3958. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(90)),0.04)
  3959. wait(0.2)
  3960. swinging = false
  3961. trail:Destroy()
  3962. at1:Destroy()
  3963. at2:Destroy()
  3964. local cor = coroutine.wrap(function()
  3965. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3966. end)
  3967. cor()
  3968. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  3969. rweld:Destroy()
  3970. lweld:Destroy()
  3971. tweld:Destroy()
  3972. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3973. local clone = rightclone:Clone()
  3974. clone.Part0 = char.Torso
  3975. clone.Part1 = char["Right Arm"]
  3976. clone.Parent = char.Torso
  3977. end
  3978. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  3979. local clone = leftclone:Clone()
  3980. clone.Part0 = char.Torso
  3981. clone.Part1 = char["Left Arm"]
  3982. clone.Parent = char.Torso
  3983. end
  3984. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  3985. local clone = torsoclone:Clone()
  3986. clone.Part0 = char.HumanoidRootPart
  3987. clone.Part1 = char.Torso
  3988. clone.Parent = char.HumanoidRootPart
  3989. end
  3990. end)
  3991. working = false
  3992. end
  3993.  
  3994. function throw()
  3995. working = true
  3996. pcall(function()
  3997. local rweld = char["Right Arm"]:FindFirstChild("Weld")
  3998. local lweld = char["Left Arm"]:FindFirstChild("Weld")
  3999. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  4000. tweld.Part0 = char.HumanoidRootPart
  4001. tweld.Part1 = char.Torso
  4002. local throwsound = Instance.new("Sound", char.Head)
  4003. throwsound.SoundId = "rbxassetid://711753382"
  4004. throwsound.PlaybackSpeed = 0.75
  4005.  
  4006. local cor = coroutine.wrap(function()
  4007. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-30), 0),0.04)
  4008. end)
  4009. local cor2 = coroutine.wrap(function()
  4010. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.15, 0.4) * CFrame.Angles(0, math.rad(-30), math.rad(15)),0.04)
  4011. end)
  4012. cor()
  4013. cor2()
  4014. grabweld:Remove()
  4015. throwsound:Play()
  4016.  
  4017. local throwvel = Instance.new("BodyThrust")
  4018. throwvel.Force = Vector3.new(0, 3000, -2000)
  4019. pcall(function()
  4020. throwvel.Parent = grabbed.Torso
  4021. end)
  4022. pcall(function()
  4023. throwvel.Parent = grabbed.UpperTorso
  4024. end)
  4025.  
  4026. lerp(lweld,lweld.C0,CFrame.new(-1.3, 0.7, -1) * CFrame.Angles(0, math.rad(-70), math.rad(-105)),0.04)
  4027. wait(0.15)
  4028. throwvel:Remove()
  4029. local cor = coroutine.wrap(function()
  4030. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  4031. end)
  4032. local cor2 = coroutine.wrap(function()
  4033. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  4034. end)
  4035. cor()
  4036. cor2()
  4037. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  4038. lweld:Remove()
  4039. rweld:Remove()
  4040. tweld:Remove()
  4041. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  4042. local clone = rightclone:Clone()
  4043. clone.Part0 = char.Torso
  4044. clone.Part1 = char["Right Arm"]
  4045. clone.Parent = char.Torso
  4046. end
  4047. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  4048. local clone = leftclone:Clone()
  4049. clone.Part0 = char.Torso
  4050. clone.Part1 = char["Left Arm"]
  4051. clone.Parent = char.Torso
  4052. end
  4053. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  4054. local clone = torsoclone:Clone()
  4055. clone.Part0 = char.HumanoidRootPart
  4056. clone.Part1 = char.Torso
  4057. clone.Parent = char.HumanoidRootPart
  4058. end
  4059. local lolgrabbed = grabbed
  4060. spawn(function()
  4061. wait(2)
  4062. unstun(lolgrabbed)
  4063. end)
  4064. end)
  4065. grabbed = nil
  4066. working = false
  4067. end
  4068.  
  4069. function whoosh(vroom)
  4070. vroom.Parent = workspace
  4071. vroom.Name = "Projectile"
  4072. vroom.CFrame = CFrame.new(char.Head.CFrame.p,mouse.Hit.p)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0))
  4073. vroom.Anchored = true
  4074. vroom.Velocity = Vector3.new(0,0,0)
  4075. vroom.RotVelocity = Vector3.new(0,0,0)
  4076. vroom.Anchored = false
  4077. game:GetService('Debris'):AddItem(vroom,10)
  4078. local flyy = Instance.new('BodyVelocity',vroom)
  4079. flyy.Velocity = vroom.CFrame.rightVector*200
  4080. local touched = false
  4081. for i,v in pairs(vroom:GetChildren()) do
  4082. if v:IsA('BasePart') then
  4083. v.Touched:connect(function(hit)
  4084. local pos = vroom.CFrame
  4085. if touched == false then
  4086. if hit and hit.Parent and hit.Transparency ~= 1 and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent~= char then
  4087. touched = true
  4088. local before = hit.Anchored
  4089. vroom.Anchored = true
  4090. vroom.Velocity = Vector3.new(0,0,0)
  4091. vroom.RotVelocity = Vector3.new(0,0,0)
  4092. vroom.CFrame = vroom.CFrame-(vroom.CFrame.rightVector)
  4093. hit.Anchored = true
  4094. flyy:Destroy()
  4095. pcall(function()
  4096. local weld = Instance.new('Weld',hit)
  4097. weld.Part0 = hit
  4098. weld.Part1 = vroom
  4099. weld.C0 = hit.CFrame:toObjectSpace(vroom.CFrame)
  4100. local ayybleed = Instance.new('Part',hit)
  4101. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  4102. ayybleed.BrickColor = BrickColor.new('Maroon')
  4103. ayybleed.Material = Enum.Material.SmoothPlastic
  4104. ayybleed.Name = "ayybleed"
  4105. ayybleed.CanCollide = false
  4106. ayybleed.Transparency = 1
  4107. ayybleed.CFrame = hit.CFrame
  4108. ayybleed:BreakJoints()
  4109. local attachment1 = Instance.new('Attachment',ayybleed)
  4110. local attachment0 = Instance.new('Attachment',hit)
  4111. for i,v in pairs(vroom:GetChildren()) do
  4112. if v.Name == "blade" and v.Size == Vector3.new(0.23, 1.19, 0.1) then
  4113. v.Name = "REEEE"
  4114. end
  4115. end
  4116. attachment1.Orientation = vroom["REEEE"].Orientation+Vector3.new(90,0,0)
  4117. attachment0.Position = hit.CFrame:toObjectSpace(vroom["REEEE"].CFrame).p-(hit.CFrame:toObjectSpace(vroom["REEEE"].CFrame).upVector)
  4118. if attachment0 and attachment1 then
  4119. local constraint = Instance.new("HingeConstraint")
  4120. constraint.Attachment0 = attachment0
  4121. constraint.Attachment1 = attachment1
  4122. constraint.LimitsEnabled = true
  4123. constraint.UpperAngle = 0
  4124. constraint.LowerAngle = 0
  4125. constraint.Parent = attachment0
  4126. end
  4127. local bleedBLEED= coroutine.wrap(function()
  4128. bleed(ayybleed)
  4129. end)
  4130. bleedBLEED()
  4131. if hit.Name ~= "Head" and hit.Name ~= "UpperTorso" and hit.Name ~= "Torso" and hit.Name ~= "LowerTorso" then
  4132. game:GetService('Debris'):AddItem(ayybleed,7.5)
  4133. end
  4134. end)
  4135. hit.Anchored = before
  4136. vroom.Anchored = false
  4137. vroom.CanCollide = true
  4138. pcall(function()
  4139. vroom:FindFirstChildOfClass('Trail'):Destroy()
  4140. end)
  4141. for i,v in pairs(vroom:GetChildren()) do
  4142. if v:IsA('BasePart') then
  4143. v.CanCollide = true
  4144. end
  4145. end
  4146. if hit.Name == "Head" or hit.Name == "UpperTorso" or hit.Name == "Torso" or hit.Name == "LowerTorso" then
  4147. pcall(function()
  4148. hit.Parent.HumanoidRootPart:Destroy()
  4149. end)
  4150. pcall(function()
  4151. ragdollpart(hit.Parent,"Left Arm")
  4152. ragdollpart(hit.Parent,"Left Leg")
  4153. ragdollpart(hit.Parent,"Right Arm")
  4154. ragdollpart(hit.Parent,"Right Leg")
  4155. end)
  4156. pcall(function()
  4157. ragdollpart(hit.Parent,"LeftUpperLeg")
  4158. ragdollpart(hit.Parent,"RightUpperLeg")
  4159. ragdollpart(hit.Parent,"LeftUpperArm")
  4160. ragdollpart(hit.Parent,"RightUpperArm")
  4161. end)
  4162. spawn(function()
  4163. wait(5)
  4164. ragdollpart(hit.Parent,"Head")
  4165. end)
  4166. else
  4167. pcall(function()
  4168. ragdollpart(hit.Parent,hit.Name)
  4169. end)
  4170. end
  4171. elseif hit and hit.CanCollide == true and hit.Parent and hit.Parent ~= char then
  4172. touched = true
  4173. local before = hit.Anchored
  4174. vroom.Anchored = true
  4175. vroom.Velocity = Vector3.new(0,0,0)
  4176. vroom.RotVelocity = Vector3.new(0,0,0)
  4177. hit.Anchored = true
  4178. flyy:Destroy()
  4179. vroom.CFrame = vroom.CFrame-vroom.CFrame.rightVector
  4180. pcall(function()
  4181. local weld = Instance.new('Weld',hit)
  4182. weld.Part0 = hit
  4183. weld.Part1 = vroom
  4184. weld.C0 = hit.CFrame:toObjectSpace(vroom.CFrame)
  4185. end)
  4186. pcall(function()
  4187. vroom:FindFirstChildOfClass('Trail'):Destroy()
  4188. end)
  4189. hit.Anchored = before
  4190. vroom.Anchored = false
  4191. end
  4192. end
  4193. end)
  4194. end
  4195. end
  4196. end
  4197.  
  4198. function fling()
  4199. working = true
  4200. pcall(function()
  4201. local rweld = Instance.new("Weld", char["Right Arm"])
  4202. local lweld = Instance.new("Weld", char["Left Arm"])
  4203. rweld.Part0 = char["Torso"]
  4204. rweld.Part1 = char["Right Arm"]
  4205. rweld.C0 = CFrame.new(1.5, 0, 0)
  4206. lweld.Part0 = char.Torso
  4207. lweld.Part1 = char["Left Arm"]
  4208. lweld.C0 = CFrame.new(-1.5, 0, 0)
  4209. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  4210. tweld.Part0 = char.HumanoidRootPart
  4211. tweld.Part1 = char.Torso
  4212.  
  4213. local at1 = Instance.new("Attachment", handle)
  4214. local at2 = Instance.new("Attachment", handle)
  4215. at1.Visible = false
  4216. at1.Position = Vector3.new(2, 0, 0)
  4217. at2.Visible = false
  4218. at2.Position = Vector3.new(-0.3, 0, 0)
  4219.  
  4220. local trail = Instance.new("Trail", handle)
  4221. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  4222. trail.LightEmission = 0.25
  4223. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.75), NumberSequenceKeypoint.new(1, 1)})
  4224. trail.Lifetime = 0.10
  4225. trail.MinLength = 0.05
  4226. trail.Attachment0 = at1
  4227. trail.Attachment1 = at2
  4228.  
  4229. local cor = coroutine.wrap(function()
  4230. lerp(rweld,rweld.C0,CFrame.new(1.75, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(45)),0.07)
  4231. end)
  4232. cor()
  4233. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, -0.5) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)),0.07)
  4234.  
  4235. local cor = coroutine.wrap(function()
  4236. lerp(rweld,rweld.C0,CFrame.new(1.75, 1, 0.25) * CFrame.Angles(math.rad(35), math.rad(0), math.rad(150)),0.07)
  4237. end)
  4238. local cor2 = coroutine.wrap(function()
  4239. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-45), math.rad(0)),0.07)
  4240. end)
  4241. local cor3 = coroutine.wrap(function()
  4242. lerp(hweld,hweld.C0,CFrame.new(0, -2.5, 0) * CFrame.Angles(math.rad(90),math.rad(90), 0),0.12)
  4243. end)
  4244. cor()
  4245. cor2()
  4246. cor3()
  4247. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0.5, -0.5) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-45)),0.07)
  4248. wait(0.2)
  4249.  
  4250. local cor = coroutine.wrap(function()
  4251. lerp(rweld,rweld.C0,CFrame.new(1.5, 1, 0.25) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(170)),0.03)
  4252. end)
  4253. local cor2 = coroutine.wrap(function()
  4254. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.03)
  4255. end)
  4256. cor()
  4257. cor2()
  4258. lerp(lweld,lweld.C0,CFrame.new(-1, 0, -0.45) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(45)),0.03)
  4259.  
  4260. local cor = coroutine.wrap(function()
  4261. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.5, -0.5) * CFrame.Angles(math.rad(0), math.rad(60), math.rad(90)),0.03)
  4262. end)
  4263. local cor2 = coroutine.wrap(function()
  4264. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(45), math.rad(0)),0.01)
  4265. end)
  4266. cor()
  4267. cor2()
  4268. whoosh(handle:Clone())
  4269. for i, v in pairs(handle:GetChildren()) do
  4270. if v:IsA("Part") then
  4271. v.Transparency = 1
  4272. end
  4273. end
  4274. handle.Transparency = 1
  4275. trail:Remove()
  4276. at1:Remove()
  4277. at2:Remove()
  4278. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)),0.01)
  4279. local cor = coroutine.wrap(function()
  4280. lerp(rweld,rweld.C0,CFrame.new(0.5, 0.4, -1) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(75)),0.04)
  4281. end)
  4282. local cor2 = coroutine.wrap(function()
  4283. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(55), math.rad(0)),0.04)
  4284. end)
  4285. cor()
  4286. cor2()
  4287. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)),0.04)
  4288. wait(0.2)
  4289.  
  4290. local cor = coroutine.wrap(function()
  4291. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.07)
  4292. end)
  4293. local cor2 = coroutine.wrap(function()
  4294. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.07)
  4295. end)
  4296. cor()
  4297. cor2()
  4298. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.07)
  4299.  
  4300. for i, v in pairs(handle:GetChildren()) do
  4301. if v:IsA("Part") then
  4302. v.Transparency = 0
  4303. end
  4304. end
  4305. handle.Transparency = 0
  4306. hweld.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0)
  4307.  
  4308. lweld:Remove()
  4309. rweld:Remove()
  4310. tweld:Remove()
  4311.  
  4312. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  4313. local clone = torsoclone:Clone()
  4314. clone.Part0 = char.HumanoidRootPart
  4315. clone.Part1 = char.Torso
  4316. clone.Parent = char.HumanoidRootPart
  4317. end
  4318. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  4319. local clone = leftclone:Clone()
  4320. clone.Part0 = char.Torso
  4321. clone.Part1 = char["Left Arm"]
  4322. clone.Parent = char.Torso
  4323. end
  4324. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  4325. local clone = rightclone:Clone()
  4326. clone.Part0 = char.Torso
  4327. clone.Part1 = char["Right Arm"]
  4328. clone.Parent = char.Torso
  4329. end
  4330. end)
  4331. working = false
  4332. end
  4333.  
  4334. function kill()
  4335. working = true
  4336. pcall(function()
  4337. local rweld = char["Right Arm"]:FindFirstChild("Weld")
  4338. local lweld = char["Left Arm"]:FindFirstChild("Weld")
  4339. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  4340. tweld.Part0 = char.HumanoidRootPart
  4341. tweld.Part1 = char.Torso
  4342. local killsound = Instance.new("Sound", grabbed.Head)
  4343. killsound.SoundId = "rbxassetid://150315649"
  4344. killsound.PlaybackSpeed = 1.2
  4345. local killsoundac = Instance.new("Sound", grabbed.Head)
  4346. killsoundac.SoundId = "rbxassetid://162194585"
  4347. killsoundac.PlaybackSpeed = 1
  4348. killsoundac.Volume = 1
  4349. local throwsound = Instance.new("Sound", char.Head)
  4350. throwsound.SoundId = "rbxassetid://711753382"
  4351. throwsound.PlaybackSpeed = 0.75
  4352. local chokesound = Instance.new("Sound", grabbed.Head)
  4353. chokesound.SoundId = "rbxassetid://418658161"
  4354. chokesound.TimePosition = 3
  4355. chokesound.PlaybackSpeed = 1
  4356. local bleedsound = Instance.new("Sound", grabbed.Head)
  4357. bleedsound.SoundId = "rbxassetid://244502094"
  4358. bleedsound.PlaybackSpeed = 1.5
  4359. bleedsound.Volume = 1
  4360.  
  4361. pitchun = math.random(9, 12)/10
  4362. pitchdos = math.random(9, 13)/10
  4363.  
  4364. killsound.PlaybackSpeed = pitchun
  4365. killsoundac.PlaybackSpeed = pitchdos
  4366. chokesound.PlaybackSpeed = pitchun
  4367.  
  4368. pcall(function()
  4369. grabbed.HumanoidRootPart:Destroy()
  4370. end)
  4371.  
  4372. lerp(rweld,rweld.C0,CFrame.new(0.5, 0.7, -0.70) * CFrame.Angles(0, math.rad(100), math.rad(105)),0.1)
  4373. wait(0.2)
  4374. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(90)),0.04)
  4375.  
  4376. killsound:Play()
  4377. killsoundac:Play()
  4378. chokesound:Play()
  4379. bleedsound:Play()
  4380.  
  4381. local ayybleed = Instance.new('Part',grabbed)
  4382. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  4383. ayybleed.BrickColor = BrickColor.new('Maroon')
  4384. ayybleed.Material = Enum.Material.SmoothPlastic
  4385. ayybleed.Name = "ayybleed"
  4386. ayybleed.CanCollide = false
  4387. ayybleed.Transparency = 0.5
  4388. ayybleed.CFrame = grabbed.Head.CFrame
  4389. ayybleed:BreakJoints()
  4390. local attachment1 = Instance.new('Attachment',ayybleed)
  4391. attachment1.Position = Vector3.new(-0.55,0,0)
  4392. attachment1.Orientation = Vector3.new(90, 0, -90)
  4393. local attachment0 = Instance.new('Attachment')
  4394. pcall(function()
  4395. attachment0.Parent = grabbed.Torso
  4396. end)
  4397. pcall(function()
  4398. attachment0.Parent = grabbed.UpperTorso
  4399. end)
  4400. if attachment0 and attachment1 then
  4401. local constraint = Instance.new("HingeConstraint")
  4402. constraint.Attachment0 = attachment0
  4403. constraint.Attachment1 = attachment1
  4404. constraint.LimitsEnabled = true
  4405. constraint.UpperAngle = 0
  4406. constraint.LowerAngle = 0
  4407. pcall(function()
  4408. constraint.Parent = grabbed.Torso
  4409. end)
  4410. pcall(function()
  4411. constraint.Parent = grabbed.UpperTorso
  4412. end)
  4413. end
  4414. local bleedBLEED= coroutine.wrap(function()
  4415. bleed(ayybleed)
  4416. end)
  4417. bleedBLEED()
  4418.  
  4419. wait(0.2)
  4420.  
  4421. local at1 = Instance.new("Attachment", handle)
  4422. local at2 = Instance.new("Attachment", handle)
  4423. at1.Visible = false
  4424. at1.Position = Vector3.new(2, 0, 0)
  4425. at2.Visible = false
  4426. at2.Position = Vector3.new(-0.3, 0, 0)
  4427.  
  4428. local trail = Instance.new("Trail", handle)
  4429. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  4430. trail.LightEmission = 0.25
  4431. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.75), NumberSequenceKeypoint.new(1, 1)})
  4432. trail.Lifetime = 0.10
  4433. trail.MinLength = 0.05
  4434. trail.Attachment0 = at1
  4435. trail.Attachment1 = at2
  4436.  
  4437. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.15, 0.4) * CFrame.Angles(0, math.rad(-40), math.rad(15)),0.08)
  4438. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.15, 0.4) * CFrame.Angles(0, math.rad(-30), math.rad(15)),0.1)
  4439. local coru=coroutine.wrap(function()
  4440. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(-90), 0), 0.07)
  4441. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.09)
  4442. end)
  4443. coru()
  4444. local cor = coroutine.wrap(function()
  4445. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-30), 0),0.04)
  4446. end)
  4447. cor()
  4448. grabweld:Remove()
  4449. throwsound:Play()
  4450.  
  4451. local throwvel = Instance.new("BodyThrust")
  4452. throwvel.Force = Vector3.new(0, 3000, -1000)
  4453. pcall(function()
  4454. throwvel.Parent = grabbed.Torso
  4455. end)
  4456. pcall(function()
  4457. throwvel.Parent = grabbed.UpperTorso
  4458. end)
  4459.  
  4460. trail:Remove()
  4461. at1:Remove()
  4462. at2:Remove()
  4463. lerp(lweld,lweld.C0,CFrame.new(-1.3, 0.7, -1) * CFrame.Angles(0, math.rad(-70), math.rad(-105)),0.04)
  4464. pcall(function()
  4465. ragdollpart(grabbed,"Left Arm")
  4466. ragdollpart(grabbed,"Left Leg")
  4467. ragdollpart(grabbed,"Right Arm")
  4468. ragdollpart(grabbed,"Right Leg")
  4469. end)
  4470. pcall(function()
  4471. ragdollpart(grabbed,"LeftUpperLeg")
  4472. ragdollpart(grabbed,"RightUpperLeg")
  4473. ragdollpart(grabbed,"LeftUpperArm")
  4474. ragdollpart(grabbed,"RightUpperArm")
  4475. end)
  4476. wait(0.15)
  4477. throwvel:Remove()
  4478. local cor = coroutine.wrap(function()
  4479. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  4480. end)
  4481. local cor2 = coroutine.wrap(function()
  4482. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  4483. end)
  4484. cor()
  4485. cor2()
  4486. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  4487.  
  4488. lweld:Remove()
  4489. rweld:Remove()
  4490. tweld:Remove()
  4491.  
  4492. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  4493. local clone = torsoclone:Clone()
  4494. clone.Part0 = char.HumanoidRootPart
  4495. clone.Part1 = char.Torso
  4496. clone.Parent = char.HumanoidRootPart
  4497. end
  4498. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  4499. local clone = leftclone:Clone()
  4500. clone.Part0 = char.Torso
  4501. clone.Part1 = char["Left Arm"]
  4502. clone.Parent = char.Torso
  4503. end
  4504. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  4505. local clone = rightclone:Clone()
  4506. clone.Part0 = char.Torso
  4507. clone.Part1 = char["Right Arm"]
  4508. clone.Parent = char.Torso
  4509. end
  4510. local coru2=coroutine.wrap(function()
  4511. local whyy = grabbed
  4512. local continue = true
  4513. local repeats = 0
  4514. while continue == true do
  4515. local ree = pcall(function()
  4516. if repeats < 20 then
  4517. whyy:FindFirstChildOfClass('Humanoid').Health = whyy:FindFirstChildOfClass('Humanoid').Health-4.9
  4518. repeats = repeats+1
  4519. if whyy:FindFirstChildOfClass('Humanoid').Health <= 0 then
  4520. continue = false
  4521. end
  4522. else
  4523. continue = false
  4524. end
  4525. end)
  4526. if ree == false then
  4527. continue = false
  4528. end
  4529. if continue == true then
  4530. wait(0.2)
  4531. end
  4532. end
  4533. ragdollpart(whyy,"Head")
  4534. end)
  4535. coru2()
  4536. throwsound:Remove()
  4537. killsound:Remove()
  4538. end)
  4539. grabbed = nil
  4540. working = false
  4541. end
  4542.  
  4543. function release()
  4544. working = true
  4545. pcall(function()
  4546. unstun(grabbed)
  4547. grabbed = nil
  4548. grabweld:Destroy()
  4549. removewelds(char["Right Arm"])
  4550. removewelds(char["Left Arm"])
  4551. local rweld = Instance.new("Weld", char["Right Arm"])
  4552. local lweld = Instance.new("Weld", char["Left Arm"])
  4553. rweld.Part0 = char["Torso"]
  4554. rweld.Part1 = char["Right Arm"]
  4555. rweld.C0 = CFrame.new(1, 0.7, -0.75) * CFrame.Angles(0, math.rad(95), math.rad(105))
  4556. lweld.Part0 = char.Torso
  4557. lweld.Part1 = char["Left Arm"]
  4558. lweld.C0 = CFrame.new(-1.25, 0.7, -0.75) * CFrame.Angles(0, math.rad(-140), math.rad(-105))
  4559. local cor = coroutine.wrap(function()
  4560. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  4561. end)
  4562. local cor2 = coroutine.wrap(function()
  4563. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0),0.08)
  4564. end)
  4565. cor()
  4566. cor2()
  4567. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  4568. lweld:Remove()
  4569. rweld:Remove()
  4570. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  4571. local clone = leftclone:Clone()
  4572. clone.Part0 = char.Torso
  4573. clone.Part1 = char["Left Arm"]
  4574. clone.Parent = char.Torso
  4575. end
  4576. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  4577. local clone = rightclone:Clone()
  4578. clone.Part0 = char.Torso
  4579. clone.Part1 = char["Right Arm"]
  4580. clone.Parent = char.Torso
  4581. end
  4582. end)
  4583. working = false
  4584. end
  4585.  
  4586. function grab()
  4587. working = true
  4588. pcall(function()
  4589. local rweld = Instance.new("Weld", char["Right Arm"])
  4590. local lweld = Instance.new("Weld", char["Left Arm"])
  4591. rweld.Part0 = char["Torso"]
  4592. rweld.Part1 = char["Right Arm"]
  4593. rweld.C0 = CFrame.new(1.5, 0, 0)
  4594. lweld.Part0 = char.Torso
  4595. lweld.Part1 = char["Left Arm"]
  4596. lweld.C0 = CFrame.new(-1.5, 0, 0)
  4597.  
  4598. local at1 = Instance.new("Attachment", handle)
  4599. local at2 = Instance.new("Attachment", handle)
  4600. at1.Visible = false
  4601. at1.Position = Vector3.new(2, 0, 0)
  4602. at2.Visible = false
  4603. at2.Position = Vector3.new(-0.3, 0, 0)
  4604.  
  4605. local trail = Instance.new("Trail", handle)
  4606. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  4607. trail.LightEmission = 0.25
  4608. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.75), NumberSequenceKeypoint.new(1, 1)})
  4609. trail.Lifetime = 0.10
  4610. trail.MinLength = 0.05
  4611. trail.Attachment0 = at1
  4612. trail.Attachment1 = at2
  4613.  
  4614. local spinnyshit = coroutine.wrap(function()
  4615. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(-90), 0), 0.07)
  4616. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(90), 0), 0.07)
  4617. end)
  4618. spinnyshit()
  4619. local cor = coroutine.wrap(function()
  4620. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(90)),0.08)
  4621. end)
  4622. cor()
  4623. lerp(lweld,lweld.C0,CFrame.new(-2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(-90)),0.08)
  4624. wait(0.15)
  4625. grabbing = true
  4626. local cor = coroutine.wrap(function()
  4627. lerp(rweld,rweld.C0,CFrame.new(1, 0.7, -0.75) * CFrame.Angles(0, math.rad(95), math.rad(105)),0.08)
  4628. end)
  4629. cor()
  4630. lerp(lweld,lweld.C0,CFrame.new(-1.25, 0.7, -0.75) * CFrame.Angles(0, math.rad(-140), math.rad(-105)),0.08)
  4631. at1:Remove()
  4632. at2:Remove()
  4633. trail:Remove()
  4634. wait(0.3)
  4635. grabbing = false
  4636.  
  4637. if grabbed == nil then
  4638. local cor = coroutine.wrap(function()
  4639. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  4640. end)
  4641. local cor2 = coroutine.wrap(function()
  4642. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0),0.08)
  4643. end)
  4644. cor()
  4645. cor2()
  4646. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  4647. lweld:Remove()
  4648. rweld:Remove()
  4649. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  4650. local clone = leftclone:Clone()
  4651. clone.Part0 = char.Torso
  4652. clone.Part1 = char["Left Arm"]
  4653. clone.Parent = char.Torso
  4654. end
  4655. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  4656. local clone = rightclone:Clone()
  4657. clone.Part0 = char.Torso
  4658. clone.Part1 = char["Right Arm"]
  4659. clone.Parent = char.Torso
  4660. end
  4661. end
  4662. end)
  4663. working = false
  4664. end
  4665.  
  4666. mouse.KeyDown:connect(function(kkk)
  4667. local key = kkk:lower()
  4668. if usable and working == false then
  4669. if key == "z" then
  4670. if equipped == false then
  4671. if firsttime then
  4672. firsttime = false
  4673. notify("Equipped || Press X or C to equip one of two weapons",true)
  4674. else
  4675. notify("Equipped")
  4676. end
  4677. equip()
  4678. else
  4679. notify("Unequipped")
  4680. unequip()
  4681. end
  4682. elseif key == "x" then
  4683. if blademode ~= "katana" and equipped == true then
  4684. getrid(handle)
  4685. if firsttime2 then
  4686. firsttime2 = false
  4687. notify("Katana mode enabled || Press Q, E, or click to perform an action",true)
  4688. else
  4689. notify("Katana mode enabled")
  4690. end
  4691. katanamode()
  4692. elseif blademode == "katana" then
  4693. getrid(handle)
  4694. notify("Katana mode disabled")
  4695. end
  4696.  
  4697. elseif key == "v" then
  4698. if blademode ~= "explode" and equipped == true then
  4699. getrid(handle)
  4700. if firsttime5 then
  4701. firsttime5 = false
  4702. notify("Blast Pressure")
  4703.  
  4704. else
  4705. notify("Blast Pressure")
  4706. end
  4707. gunmode()
  4708. elseif blademode == "gun" then
  4709. getrid(handle)
  4710. notify("Exploding mode disabled")
  4711. end
  4712. elseif key == "b" then
  4713. if childlock == false then
  4714. if blademode ~= "dildo" and equipped == true then
  4715. getrid(handle)
  4716. if firsttime4 then
  4717. firsttime4 = false
  4718. notify("Dildo mode enabled || Click to perform an action",true)
  4719. else
  4720. notify("Dildo mode enabled")
  4721. end
  4722. dildo()
  4723. elseif blademode == "dildo" then
  4724. notify("Dildo mode disabled")
  4725. getrid(handle)
  4726. end
  4727. end
  4728. elseif key == "c" then
  4729. if blademode ~= "knife" and equipped == true then
  4730. getrid(handle)
  4731. if firsttime3 then
  4732. firsttime3 = false
  4733. notify("Knife mode enabled || Press F, E, T, or Q to set modes; Click to perform an action",true)
  4734. else
  4735. notify("Knife mode enabled")
  4736. end
  4737. knifemode()
  4738. elseif blademode == "knife" then
  4739. notify("Knife mode disabled")
  4740. getrid(handle)
  4741. end
  4742. elseif key == "q" then
  4743. if blademode == "katana" then
  4744. notify()
  4745. katanaQ()
  4746. elseif blademode == "knife" then
  4747. mode = "release"
  4748. notify("Mode changed to "..mode)
  4749. end
  4750. elseif key == "e" then
  4751. if blademode == "katana" then
  4752. notify()
  4753. katanaE()
  4754. elseif blademode == "knife" then
  4755. mode = "throw"
  4756. notify("Mode changed to "..mode)
  4757. end
  4758. elseif key == "f" then
  4759. if blademode == "handle" then
  4760. notify([[BEGONE
  4761. THOT]])
  4762. begoneTHOUGHT()
  4763. elseif blademode == "knife" then
  4764. mode = "kill"
  4765. notify("Mode changed to "..mode)
  4766. end
  4767. elseif key == "t" then
  4768. if blademode == "knife" then
  4769. mode = "fling"
  4770. notify("Mode changed to "..mode)
  4771. end
  4772. end
  4773. if key == "m" and sounding == false then
  4774. --badass mode
  4775. pcall(function()
  4776. if badass.Playing == false then
  4777. sounding = true
  4778. for i,v in pairs(workspace:GetDescendants()) do
  4779. if v:IsA('Sound') and v~=player.Character.Head.Badass then
  4780. v:Stop()
  4781. end
  4782. end
  4783. badass:Play()
  4784. badass.Volume = 10
  4785. sounding = false
  4786. else
  4787. sounding = true
  4788. for i=1,100 do
  4789. badass.Volume = badass.Volume-0.1
  4790. wait()
  4791. end
  4792. badass.Volume = 0
  4793. badass:Stop()
  4794. sounding = false
  4795. end
  4796. end)
  4797. end
  4798. if key == "r" then
  4799. rag1 = true
  4800. if rag1 == true and rag2 == true then
  4801. oogabooga()
  4802. end
  4803. end
  4804. if key == "g" then
  4805. rag2 = true
  4806. if rag1 == true and rag2 == true then
  4807. oogabooga()
  4808. end
  4809. end
  4810. end
  4811. end)
  4812. mouse.KeyUp:connect(function(key)
  4813. if key == "r" then
  4814. rag1 = false
  4815. end
  4816. if key == "g" then
  4817. rag2 = false
  4818. end
  4819. end)
  4820.  
  4821. handle.ChildAdded:connect(function(child)
  4822. if child:IsA('BasePart') then
  4823. child.CanCollide = false
  4824. if child.Name == "blade" then
  4825. child.Touched:connect(function(hit)
  4826. if blademode == "katana" and swinging then
  4827. if gettingeem then
  4828. if goteem == nil then
  4829. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  4830. local sounn = Instance.new("Sound", char.Torso)
  4831. local lipp = math.random(1, 3)
  4832. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  4833. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  4834. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  4835. sounn:Play()
  4836. goteem = hit.Parent
  4837. pcall(function()
  4838. goteem.HumanoidRootPart:Destroy()
  4839. end)
  4840. pcall(function()
  4841. ragdollpart(goteem,"Right Arm")
  4842. ragdollpart(goteem,"Right Leg")
  4843. ragdollpart(goteem,"Left Arm")
  4844. ragdollpart(goteem,"Left Leg")
  4845. end)
  4846. pcall(function()
  4847. ragdollpart(goteem,"RightUpperArm")
  4848. ragdollpart(goteem,"RightUpperLeg")
  4849. ragdollpart(goteem,"LeftUpperArm")
  4850. ragdollpart(goteem,"LeftUpperLeg")
  4851. end)
  4852. pcall(function()
  4853. local weld = Instance.new('Weld',goteem.Torso)
  4854. weld.Part0 = goteem.Torso
  4855. weld.Part1 = handle
  4856. weld.C0 = CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,math.rad(-90))
  4857. end)
  4858. pcall(function()
  4859. local weld = Instance.new('Weld',goteem.UpperTorso)
  4860. weld.Part0 = goteem.UpperTorso
  4861. weld.Part1 = handle
  4862. weld.C0 = CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,math.rad(-90))
  4863. end)
  4864. pcall(function()
  4865. local thang = "Torso"
  4866. if goteem:FindFirstChild('UpperTorso') then
  4867. thang = "UpperTorso"
  4868. end
  4869. local ayybleed = Instance.new('Part',goteem)
  4870. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  4871. ayybleed.BrickColor = BrickColor.new('Maroon')
  4872. ayybleed.Material = Enum.Material.SmoothPlastic
  4873. ayybleed.Name = "ayybleed"
  4874. ayybleed.CanCollide = false
  4875. ayybleed.Transparency = 1
  4876. ayybleed.CFrame = goteem[thang].CFrame
  4877. ayybleed:BreakJoints()
  4878. local attachment1 = Instance.new('Attachment',ayybleed)
  4879. attachment1.Position = Vector3.new(0,0,0)
  4880. attachment1.Orientation = Vector3.new(-90, 0, -90)
  4881. local attachment0 = Instance.new('Attachment',goteem[thang])
  4882. if attachment0 and attachment1 then
  4883. local constraint = Instance.new("HingeConstraint")
  4884. constraint.Attachment0 = attachment0
  4885. constraint.Attachment1 = attachment1
  4886. constraint.LimitsEnabled = true
  4887. constraint.UpperAngle = 0
  4888. constraint.LowerAngle = 0
  4889. constraint.Parent = goteem
  4890. end
  4891. local bleedBLEED= coroutine.wrap(function()
  4892. bleed(ayybleed)
  4893. end)
  4894. bleedBLEED()
  4895. end)
  4896. end
  4897. end
  4898. elseif SLESH then
  4899.  
  4900. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  4901. local sounn = Instance.new("Sound", char.Torso)
  4902. local lipp = math.random(1, 3)
  4903. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  4904. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  4905. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  4906. sounn:Play()
  4907. ragdollpart(hit.Parent,hit.Name,false)
  4908. end
  4909. else
  4910. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  4911. local sounn = Instance.new("Sound", char.Torso)
  4912. local lipp = math.random(1, 3)
  4913. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  4914. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  4915. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  4916. sounn:Play()
  4917. swinging = false
  4918. ragdollpart(hit.Parent,"Head",true,false)
  4919. end
  4920. end
  4921. elseif blademode == "knife" then
  4922. if grabbing == true and grabbed == nil then
  4923. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  4924. grabbed = hit.Parent
  4925.  
  4926. stun(grabbed)
  4927.  
  4928. local grabwelds = Instance.new("Weld", char.Torso)
  4929. grabwelds.Part0 = char.Torso
  4930. pcall(function()
  4931. grabwelds.Part1 = grabbed.Torso
  4932. end)
  4933. pcall(function()
  4934. grabwelds.Part1 = grabbed.UpperTorso
  4935. end)
  4936. grabwelds.C0 = CFrame.new(-0.45, 0, -1)
  4937. grabweld = grabwelds
  4938. end
  4939. end
  4940. end
  4941. end)
  4942. end
  4943. elseif child:IsA("Model") then
  4944. child.ChildAdded:connect(function(dildotip)
  4945. if dildotip:IsA('BasePart') then
  4946. dildotip.Touched:connect(function(hit)
  4947. if MOAN == true then
  4948. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  4949. local sound = Instance.new('Sound',hit.Parent.Head)
  4950. sound.SoundId = 'rbxassetid://959679286'
  4951. sound.Volume = 5
  4952. sound:Play()
  4953. local sound3 = Instance.new("Sound",hit.Parent.Head)
  4954. sound3.Volume = 5.5
  4955. sound3.SoundId = "rbxassetid://702631545"
  4956. sound3:Play()
  4957. pcall(function()
  4958. for i,v in pairs(hit.Parent.Head:GetChildren()) do
  4959. if v:IsA('Decal') then v:Destroy() end
  4960. end
  4961. end)
  4962. pcall(function()
  4963. local ree=Instance.new('Decal',hit.Parent.Head)
  4964. ree.Name = "face"
  4965. ree.Texture = "rbxassetid://996521543"
  4966. end)
  4967. MOAN = false
  4968. aidsificating = hit.Parent
  4969. for i, v in pairs(handle["pink toy"]:GetChildren()) do
  4970. if v:IsA("Part") then
  4971. v:FindFirstChild("ParticleEmitter"):Destroy()
  4972. end
  4973. end
  4974. end
  4975. end
  4976. end)
  4977. end
  4978. end)
  4979. end
  4980. end)
  4981.  
  4982. mouse.Button1Down:connect(function(jew)
  4983. if usable and working == false and equipped then
  4984. if blademode == "katana" then
  4985. notify()
  4986. katanaswing()
  4987. elseif blademode == "knife" then
  4988. notify()
  4989. if grabbed == nil then
  4990. if mode == "fling" then
  4991. fling()
  4992. else
  4993. grab()
  4994. end
  4995. elseif grabbed ~= nil then
  4996. if mode == "kill" then
  4997. kill()
  4998. elseif mode == "throw" then
  4999. throw()
  5000. elseif mode == "release" then
  5001. release()
  5002. end
  5003. end
  5004. elseif blademode == "dildo" then
  5005. raep()
  5006. end
  5007. end
  5008. end)
  5009.  
  5010. end
  5011. spawned()
  5012.  
  5013. player.CharacterAdded:connect(function()
  5014. spawned()
  5015. end)
  5016. local avgs = {}
  5017.  
  5018. game:GetService('RunService').Heartbeat:connect(function(step)
  5019. local ofps = math.floor((60/(step*60))*10)/10
  5020. if #avgs > 100 then
  5021. table.remove(avgs,1)
  5022. end
  5023. table.insert(avgs,#avgs+1,ofps)
  5024. local fpsa = 0
  5025. for i,v in pairs(avgs) do
  5026. fpsa = fpsa+v
  5027. end
  5028. fpsa = math.floor(fpsa/#avgs)
  5029. fps.Text = 'FPS: '..tostring(fpsa)
  5030. end)
  5031.  
  5032. while true do
  5033. for i,v in pairs(rekt) do
  5034. if v.Parent ~= nil then
  5035. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChildOfClass('Humanoid').Health>0 then
  5036. for a,c in pairs(v:GetChildren()) do
  5037. if c:IsA('Tool') then
  5038. c.ManualActivationOnly = true
  5039. wait()
  5040. if game:GetService('Players'):GetPlayerFromCharacter(v) then
  5041. c.Parent = game:GetService('Players'):GetPlayerFromCharacter(v).Backpack
  5042. c.ManualActivationOnly = false
  5043. end
  5044. end
  5045. end
  5046. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  5047. v:FindFirstChildOfClass('Humanoid').Sit = false
  5048. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  5049. v:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
  5050. v:FindFirstChildOfClass('Humanoid').Name = "hecc"
  5051. else
  5052. table.remove(rekt,i)
  5053. end
  5054. else
  5055. table.remove(rekt,i)
  5056. end
  5057. end
  5058. wait()
  5059. end
  5060. end
  5061.  
  5062. -- EDIT ABOVE!!!!!!!!!!!!!!!!!!
  5063.  
  5064. local plr = game:GetService('Players').LocalPlayer
  5065. local choosing = true
  5066. local before = '0'
  5067.  
  5068.  
  5069. -- Objects
  5070.  
  5071. local friccinlogin = Instance.new("ScreenGui")
  5072. local Frame = Instance.new("Frame")
  5073. local Username = Instance.new("TextBox")
  5074. local PasswordO = Instance.new("TextBox")
  5075. local Password = Instance.new("TextBox")
  5076. local Title = Instance.new("TextLabel")
  5077. local ImageLabel = Instance.new("ImageLabel")
  5078. local warning = Instance.new("TextLabel")
  5079. local warning_2 = Instance.new("TextLabel")
  5080. local warning_3 = Instance.new("TextLabel")
  5081. local version = Instance.new("TextLabel")
  5082. local Login = Instance.new("TextButton")
  5083. local Update = Instance.new("TextLabel")
  5084. local Message = Instance.new("TextLabel")
  5085.  
  5086. -- Properties
  5087.  
  5088. friccinlogin.Name = "friccin login"
  5089. friccinlogin.Parent = plr.PlayerGui
  5090.  
  5091. Frame.Parent = friccinlogin
  5092. Frame.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  5093. Frame.BorderColor3 = Color3.new(0, 0, 0)
  5094. Frame.BorderSizePixel = 5
  5095. Frame.ClipsDescendants = true
  5096. Frame.Position = UDim2.new(0.324999988, 0, 0.100000001, 0)
  5097. Frame.Size = UDim2.new(0.349999994, 0, 0.800000012, 0)
  5098. Frame.ZIndex = 2
  5099.  
  5100. Username.Name = "Username"
  5101. Username.Parent = Frame
  5102. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  5103. Username.BorderSizePixel = 0
  5104. Username.Position = UDim2.new(0, 0, 0.187000006, 0)
  5105. Username.Size = UDim2.new(1, 0, 0.150000006, 0)
  5106. Username.ZIndex = 3
  5107. Username.Font = Enum.Font.SourceSans
  5108. Username.FontSize = Enum.FontSize.Size14
  5109. Username.Text = "Username"
  5110. Username.TextColor3 = Color3.new(1, 1, 1)
  5111. Username.TextScaled = true
  5112. Username.TextSize = 14
  5113. Username.TextWrapped = true
  5114.  
  5115. PasswordO.Name = "PasswordOver"
  5116. PasswordO.Parent = Frame
  5117. PasswordO.BackgroundColor3 = Color3.new(0, 0, 0)
  5118. PasswordO.BorderSizePixel = 0
  5119. PasswordO.Position = UDim2.new(0, 0, 0.416999996, 0)
  5120. PasswordO.Size = UDim2.new(1, 0, 0.150000006, 0)
  5121. PasswordO.Font = Enum.Font.SourceSans
  5122. PasswordO.FontSize = Enum.FontSize.Size14
  5123. PasswordO.Text = "Password"
  5124. PasswordO.TextColor3 = Color3.new(1, 1, 1)
  5125. PasswordO.TextScaled = true
  5126. PasswordO.TextSize = 14
  5127. PasswordO.TextWrapped = true
  5128. PasswordO.ZIndex = 4
  5129.  
  5130. Password.Name = "Password"
  5131. Password.Parent = Frame
  5132. Password.TextTransparency = 1
  5133. Password.BackgroundTransparency = 1
  5134. Password.Position = UDim2.new(0, 0, 0.416999996, 0)
  5135. Password.Size = UDim2.new(1, 0, 0.150000006, 0)
  5136. Password.Font = Enum.Font.SourceSans
  5137. Password.FontSize = Enum.FontSize.Size14
  5138. Password.Text = "Password"
  5139. Password.TextColor3 = Color3.new(1, 1, 1)
  5140. Password.TextScaled = true
  5141. Password.TextSize = 14
  5142. Password.ZIndex = 5
  5143. Password.TextWrapped = true
  5144.  
  5145. Title.Name = "Title"
  5146. Title.Parent = Frame
  5147. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  5148. Title.BackgroundTransparency = 1
  5149. Title.Size = UDim2.new(1, 0, 0.149812728, 0)
  5150. Title.ZIndex = 3
  5151. Title.Font = Enum.Font.Cartoon
  5152. Title.FontSize = Enum.FontSize.Size96
  5153. Title.Text = "mustardfoot & Tollonis's Grab Knife V4 Edited By Apaokz"
  5154. Title.TextColor3 = Color3.new(1, 1, 1)
  5155. Title.TextScaled = true
  5156. Title.TextSize = 100
  5157. Title.TextWrapped = true
  5158.  
  5159. ImageLabel.Parent = Frame
  5160. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5161. ImageLabel.BackgroundTransparency = 1
  5162. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  5163. ImageLabel.ZIndex = 2
  5164. ImageLabel.Image = "rbxassetid://156579757"
  5165.  
  5166. warning.Name = "warning"
  5167. warning.Parent = Frame
  5168. warning.BackgroundColor3 = Color3.new(1, 1, 1)
  5169. warning.BackgroundTransparency = 1
  5170. warning.Position = UDim2.new(0, 0, 0.848314583, 0)
  5171. warning.Size = UDim2.new(1.00216925, 0, 0.0711610466, 0)
  5172. warning.ZIndex = 3
  5173. warning.Font = Enum.Font.SourceSansBold
  5174. warning.FontSize = Enum.FontSize.Size14
  5175. warning.Text = "WARNING"
  5176. warning.TextColor3 = Color3.new(1, 0, 0)
  5177. warning.TextScaled = true
  5178. warning.TextSize = 14
  5179. warning.TextWrapped = true
  5180.  
  5181. warning_2.Name = "warning"
  5182. warning_2.Parent = warning
  5183. warning_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5184. warning_2.BackgroundTransparency = 1
  5185. warning_2.Position = UDim2.new(0, 0, 0.848314583, 0)
  5186. warning_2.Size = UDim2.new(1, 0, 1.28947365, 0)
  5187. warning_2.ZIndex = 3
  5188. warning_2.Font = Enum.Font.Code
  5189. warning_2.FontSize = Enum.FontSize.Size14
  5190. warning_2.Text = "I would rather use this on an alt account as grab knife v4 is a bannable script. Tollonis and mustardfoot are not responsible for losing your account"
  5191. warning_2.TextColor3 = Color3.new(1, 0, 0)
  5192. warning_2.TextScaled = true
  5193. warning_2.TextSize = 14
  5194. warning_2.TextWrapped = true
  5195.  
  5196. warning_3.Name = "warning"
  5197. warning_3.Parent = warning_2
  5198. warning_3.BackgroundColor3 = Color3.new(1, 1, 1)
  5199. warning_3.BackgroundTransparency = 1
  5200. warning_3.Position = UDim2.new(0.917748928, 0, 0.877551019, 0)
  5201. warning_3.Size = UDim2.new(0.0844155848, 0, 0.10204082, 0)
  5202. warning_3.ZIndex = 3
  5203. warning_3.Font = Enum.Font.Code
  5204. warning_3.FontSize = Enum.FontSize.Size14
  5205. warning_3.Text = "bitch"
  5206. warning_3.TextColor3 = Color3.new(1, 0, 0)
  5207. warning_3.TextScaled = true
  5208. warning_3.TextSize = 14
  5209. warning_3.TextWrapped = true
  5210.  
  5211. Login.Name = "Login"
  5212. Login.Parent = Frame
  5213. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  5214. Login.BorderSizePixel = 0
  5215. Login.Position = UDim2.new(0, 0, 0.735, 0)
  5216. Login.Size = UDim2.new(1, 0, 0.0820000023, 0)
  5217. Login.ZIndex = 3
  5218. Login.Font = Enum.Font.Code
  5219. Login.FontSize = Enum.FontSize.Size14
  5220. Login.Text = "Login"
  5221. Login.TextColor3 = Color3.new(1, 1, 1)
  5222. Login.TextSize = 14
  5223.  
  5224. Message.Name = "Message"
  5225. Message.Parent = friccinlogin
  5226. Message.BackgroundColor3 = Color3.new(0, 0, 0)
  5227. Message.Size = UDim2.new(1.01084602, 0, 1.00936329, 0)
  5228. Message.Visible = false
  5229. Message.ZIndex = 3
  5230. Message.Font = Enum.Font.Cartoon
  5231. Message.FontSize = Enum.FontSize.Size96
  5232. Message.Text = "lol"
  5233. Message.TextColor3 = Color3.new(1, 0, 0)
  5234. Message.TextScaled = true
  5235. Message.TextSize = 100
  5236. Message.TextWrapped = true
  5237.  
  5238. version.Name = "version"
  5239. version.Parent = Frame
  5240. version.BackgroundColor3 = Color3.new(1, 1, 1)
  5241. version.BackgroundTransparency = 1
  5242. version.Position = UDim2.new(0.872017324, 0, -0.00374531839, 0)
  5243. version.Size = UDim2.new(0.160520613, 0, 0.0337078646, 0)
  5244. version.ZIndex = 3
  5245. version.Font = Enum.Font.Code
  5246. version.FontSize = Enum.FontSize.Size14
  5247. version.Text = ver
  5248. version.TextColor3 = Color3.new(1, 1, 1)
  5249. version.TextSize = 14
  5250.  
  5251. Update.Name = "Update"
  5252. Update.Parent = friccinlogin
  5253. Update.BackgroundColor3 = Color3.new(0, 0, 0)
  5254. Update.Position = UDim2.new(0.380880117, 0, 0.905688643, 0)
  5255. Update.Size = UDim2.new(0.242033377, 0, 0.064371258, 0)
  5256. Update.Font = Enum.Font.Code
  5257. Update.FontSize = Enum.FontSize.Size14
  5258. Update.Text = update
  5259. Update.TextColor3 = Color3.new(1, 1, 1)
  5260. Update.TextSize = 14
  5261. local reee = 0
  5262. for i,v in pairs(logins) do
  5263. pcall(function()
  5264. if v.location ~= "blacklisted" then
  5265. reee = reee+1
  5266. end
  5267. end)
  5268. end
  5269. wait(0.5)
  5270. Password.Changed:connect(function(prop)
  5271. if prop == "Text" then
  5272. if string.len(Password.Text) > 0 then
  5273. local stringz = ""
  5274. for i=1,string.len(Password.Text) do
  5275. stringz = stringz.."•"
  5276. end
  5277. PasswordO.Text = stringz
  5278. else
  5279. PasswordO.Text = ""
  5280. end
  5281. end
  5282. end)
  5283.  
  5284. function wtflmao()
  5285. -- Objects
  5286.  
  5287. local memes = Instance.new("ScreenGui")
  5288. local krabs = Instance.new("TextLabel")
  5289. local OHYEAH = Instance.new("ImageLabel")
  5290.  
  5291. -- Properties
  5292.  
  5293. memes.Name = "memes"
  5294. memes.Parent = game:GetService('Players').LocalPlayer.PlayerGui
  5295. pcall(function()
  5296. memes.Parent = game:GetService('CoreGui')
  5297. end)
  5298.  
  5299. krabs.Name = "krabs"
  5300. krabs.Parent = memes
  5301. krabs.BackgroundColor3 = Color3.new(0, 0, 0)
  5302. krabs.Size = UDim2.new(1, 0, 1, 0)
  5303. krabs.Font = Enum.Font.SourceSansLight
  5304. krabs.FontSize = Enum.FontSize.Size48
  5305. krabs.Text = " "
  5306. krabs.TextColor3 = Color3.new(1, 1, 1)
  5307. krabs.TextScaled = true
  5308. krabs.Active = true
  5309. krabs.TextStrokeColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  5310. krabs.TextStrokeTransparency = 0.75
  5311. krabs.ZIndex = 2
  5312. local unhh = krabs:Clone()
  5313. unhh.ZIndex = 1
  5314. unhh.Parent = krabs.Parent
  5315. unhh.AnchorPoint = Vector2.new(0.5,0.5)
  5316. unhh.Size = UDim2.new(5,0,5,0)
  5317. unhh.Position = UDim2.new(0,0,0,0)
  5318.  
  5319. OHYEAH.Name = "OHYEAH"
  5320. OHYEAH.Parent = memes
  5321. OHYEAH.BackgroundColor3 = Color3.new(1, 0, 0)
  5322. OHYEAH.BackgroundTransparency = 1
  5323. OHYEAH.Active = true
  5324. OHYEAH.AnchorPoint = Vector2.new(0.5,0.5)
  5325. OHYEAH.Position = UDim2.new(0,0,0,0)
  5326. OHYEAH.SizeConstraint = Enum.SizeConstraint.RelativeYY
  5327. OHYEAH.Size = UDim2.new(5, 0, 5, 0)
  5328. OHYEAH.Image = "rbxassetid://105445938"
  5329. OHYEAH.ImageTransparency = 1
  5330. OHYEAH.ScaleType = Enum.ScaleType.Tile
  5331.  
  5332. countAs = false
  5333.  
  5334. boop = krabs
  5335.  
  5336. egg = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
  5337. egg.SoundId = "rbxassetid://191040613"
  5338. egg.Volume = 1
  5339.  
  5340. eggo = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
  5341. eggo.SoundId = "rbxassetid://345287845"
  5342. eggo.Volume = 1
  5343.  
  5344. local relief = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
  5345. relief.SoundId = "rbxassetid://374355709"
  5346. relief.Volume = 1.5
  5347.  
  5348. waittime = 0.5
  5349.  
  5350. egge = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
  5351. egge.SoundId = "rbxassetid://291394633"
  5352. egge.Volume = 1
  5353.  
  5354. eggl = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
  5355. eggl.SoundId = "rbxassetid://1016708777"
  5356. eggl.PlaybackSpeed = 1
  5357. eggl.Looped = true
  5358. eggl:Play()
  5359.  
  5360. lotsound = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
  5361. lotsound.SoundId = "rbxassetid://345563471"
  5362. lotsound.Volume = 1
  5363.  
  5364. rip = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
  5365. rip.Volume = 1
  5366. rip.SoundId = "rbxassetid://702631545"
  5367.  
  5368. cor = coroutine.wrap(function()
  5369. while eggl.Volume < 3 do
  5370. eggl.Volume = eggl.Volume + 0.02
  5371. eggl.PlaybackSpeed = eggl.PlaybackSpeed + 0.01
  5372. eggl:Resume()
  5373. wait()
  5374. end
  5375. while eggl.Volume > 0 do
  5376. eggl.Volume = eggl.Volume - 0.05
  5377. eggl.PlaybackSpeed = eggl.PlaybackSpeed - 0.005
  5378. eggl:Resume()
  5379. wait()
  5380. end
  5381. eggl:Stop()
  5382. end)
  5383. wait(0.4)
  5384. local THELOUDHOUSE = Instance.new("Sound", plr.PlayerGui)
  5385. THELOUDHOUSE.SoundId = "rbxassetid://437128532"
  5386. THELOUDHOUSE:Play()
  5387. THELOUDHOUSE.Volume = 5
  5388. boop.Text = "ThE LoUd HoUsE"
  5389. wait(1)
  5390. for i = 0, 360*5, 10 do
  5391. boop.Rotation = i
  5392. wait()
  5393. end
  5394. boop.Text = "CONGRAGULATIONS!"
  5395. egg:Play()
  5396. THELOUDHOUSE:Stop()
  5397. wait(1.4)
  5398. egg:Stop()
  5399. wait(0.6)
  5400. boop.Text = "CONGRAGULATIONS!\n\YOU JUST WON..."
  5401. wait(2)
  5402. local YAY = Instance.new("Sound", plr.PlayerGui)
  5403. YAY.SoundId = "rbxassetid://322887740"
  5404. YAY:Play()
  5405. YAY.Volume = 100
  5406. local YAY2 = Instance.new("Sound", plr.PlayerGui)
  5407. YAY2.SoundId = "rbxassetid://322887740"
  5408. YAY2:Play()
  5409. YAY2.Volume = 100
  5410. local YAY3 = Instance.new("Sound", plr.PlayerGui)
  5411. YAY3.SoundId = "rbxassetid://322887740"
  5412. YAY3:Play()
  5413. YAY3.Volume = 100
  5414. local YAY4 = Instance.new("Sound", plr.PlayerGui)
  5415. YAY4.SoundId = "rbxassetid://322887740"
  5416. YAY4:Play()
  5417. YAY4.Volume = 100
  5418. boop.ZIndex = 4
  5419. boop.Text = "CONGRAGULATIONS!\n\YOU JUST WON..\n\ONE MILLION\n\DOLLARS!"
  5420. wait(2)
  5421. boop.Text = "AND YOU JUST SPENT IT ON,"
  5422. wait(2)
  5423. local mEEm = Instance.new("Sound", plr.PlayerGui)
  5424. mEEm.SoundId = "rbxassetid://132026302"
  5425. mEEm:Play()
  5426. mEEm.Volume = 1
  5427. boop.Text = "COCAINE"
  5428. boop.ZIndex = 4
  5429. wait(1)
  5430. boop.Text = "lol jk."
  5431. wait(1)
  5432. boop.Text = "YOU JUST GOT GOLDEN FRESH AIDS BY\n\BY THE BEST COMPANY IN THE WORLD."
  5433. wait(5)
  5434. THELOUDHOUSE:Play()
  5435. boop.Text = "ThE LoUd HoUsE"
  5436. wait(0.5)
  5437. THELOUDHOUSE:Stop()
  5438. boop.Text = "wait i already did that meme."
  5439. wait(2)
  5440. local wat = Instance.new("Sound", memes)
  5441. wat.SoundId = "rbxassetid://702875426"
  5442. wat.Volume = 1000
  5443. wat.TimePosition = 1.6
  5444. wat:Play()
  5445. local lolwut = Instance.new("ImageLabel", memes)
  5446. lolwut.Image = "http://www.roblox.com/asset/?id=579784323"
  5447. lolwut.BackgroundTransparency = 1
  5448. lolwut.ZIndex = 10
  5449. lolwut.Size = UDim2.new(1, 0, 1, 0)
  5450. wat.Pitch = 1
  5451. wait(0.5)
  5452. lolwut:Destroy()
  5453. wat:Destroy()
  5454. boop.Text = "YOU JUST GOT GOLDEN FRESH AIDS BY\n\BY THE BEST COMPANY IN THE WORLD."
  5455. wait(5)
  5456. boop.Text = "AUDIBLE.COM"
  5457. wait(1)
  5458. boop.Text = "Download the free Audible app for your phone or tablet. If you want to listen on your computer, \n\you can stream right from your library at Audible.com. One credit equals one audiobook. \n\Depending on your membership plan, you'll receive one credit on your membership renewal \n\date each month or year."
  5459. wait()
  5460. boop.Text = "Flip a coin. ~Coin Flipper 2019"
  5461. wait(1)
  5462. boop.Text = "clickity clack i hate blacks ~Tollonis 1993"
  5463. wait(0.5)
  5464. boop.Text = "Meep. ~Meep 201X"
  5465. wait(0.3)
  5466. boop.Text = "grab knife v4 rules. v1 drools. ~grab knife community 2017"
  5467. wait(0.2)
  5468. local MOREEEEE = Instance.new("Sound", memes)
  5469. MOREEEEE.SoundId = "rbxassetid://901030512"
  5470. MOREEEEE.Volume = 1000
  5471. MOREEEEE.TimePosition = 1.6
  5472. MOREEEEE:Play()
  5473. local MOREEEEEE = Instance.new("Sound", memes)
  5474. MOREEEEEE.SoundId = "rbxassetid://901030512"
  5475. MOREEEEEE.Volume = 1000
  5476. MOREEEEEE.TimePosition = 1.6
  5477. MOREEEEEE:Play()
  5478. local MOREEEEEEEE = Instance.new("Sound", memes)
  5479. MOREEEEEEEE.SoundId = "rbxassetid://901030512"
  5480. MOREEEEEEEE.Volume = 1000
  5481. MOREEEEEEEE.TimePosition = 1.6
  5482. MOREEEEEEEE:Play()
  5483. local MOREEEEEEE = Instance.new("Sound", memes)
  5484. MOREEEEEEE.SoundId = "rbxassetid://901030512"
  5485. MOREEEEEEE.Volume = 1000
  5486. MOREEEEEEE.TimePosition = 1.6
  5487. MOREEEEEEE:Play()
  5488. local EEEEEEEEEEEEEEEEEEE = Instance.new("ImageLabel", memes)
  5489. EEEEEEEEEEEEEEEEEEE.Image = "http://www.roblox.com/asset/?id=105445938"
  5490. EEEEEEEEEEEEEEEEEEE.BackgroundTransparency = 1
  5491. EEEEEEEEEEEEEEEEEEE.ZIndex = 10
  5492. EEEEEEEEEEEEEEEEEEE.Size = UDim2.new(1, 0, 1, 0)
  5493. for i = 0, 360*50, 180 do
  5494. EEEEEEEEEEEEEEEEEEE.Rotation = i
  5495. wait()
  5496. end
  5497. EEEEEEEEEEEEEEEEEEE:Destroy()
  5498. boop.Text = ""
  5499. wait(2)
  5500. local farty = Instance.new('Sound', plr.PlayerGui)
  5501. farty.SoundId = "rbxassetid://154967038"
  5502. farty:Play()
  5503. boop.Text = "wow you're still here?"
  5504. wait(0+3-3+1*3-2*1+1)
  5505. boop.Text = "uh. wow."
  5506. wait(3)
  5507. boop.Text = "i.."
  5508. wait(1)
  5509. boop.Text = "uh"
  5510. wait()
  5511. boop.Text = "well"
  5512. wait()
  5513. boop.Text = "ack"
  5514. wait()
  5515. boop.Text = "ah"
  5516. wait()
  5517. boop.Text = "um."
  5518. wait(3)
  5519. boop.Text = "lol fuck you you thought i was gonna give you grab knife v4 lol your wrong. if you get into this script you cant even see the password. i mean you can leak it but still you wont ever find out the password for this XD. if you do then tell me. oh wait you cant xd wait whos me lol xd"
  5520. wait(0.3)
  5521. local SANICSONIC = Instance.new("Sound", workspace)
  5522. SANICSONIC.SoundId = "rbxassetid://437128532"
  5523. SANICSONIC:Play()
  5524. SANICSONIC.Volume = 100
  5525. local THELOUDHOUSE = Instance.new("Sound", workspace)
  5526. THELOUDHOUSE.SoundId = "rbxassetid://437128532"
  5527. THELOUDHOUSE:Play()
  5528. THELOUDHOUSE.Volume = 100
  5529. while true do
  5530. local kunckledfucksfsdkjsdfg = Instance.new('Message', workspace)
  5531. kunckledfucksfsdkjsdfg.Text = "haha get knucklefucked"
  5532. plr:remove()
  5533. wait()
  5534. end
  5535. end
  5536.  
  5537. Login.MouseButton1Click:connect(function()
  5538. if Password.Text == "grabknifev4edited" then
  5539. hey()
  5540. else
  5541. Message.Visible = true
  5542. Message.Text = "lol wrong password"
  5543. wait()
  5544. wtflmao()
  5545. end
  5546. local circ = Instance.new('ImageLabel',Login)
  5547. circ.AnchorPoint = Vector2.new(0.5,0.5)
  5548. circ.SizeConstraint = Enum.SizeConstraint.RelativeYY
  5549. circ.Size = UDim2.new(0,0,0,0)
  5550. circ.Position = UDim2.new(0.5,0,0.5,0)
  5551. circ.Image = 'rbxassetid://156486182'
  5552. circ.BackgroundTransparency = 1
  5553. circ.ImageTransparency = 0.8
  5554. for i=1,17 do
  5555. circ.Size = circ.Size+UDim2.new(0.4,0,0.4,0)
  5556. circ.ImageTransparency = circ.ImageTransparency + 0.01
  5557. wait()
  5558. end
  5559. circ:Destroy()
  5560. if good == false then
  5561. local heck = coroutine.wrap(function()
  5562. Message.Visible = true
  5563. wait(1)
  5564. Message.Visible = false
  5565. end)
  5566. heck()
  5567. elseif usable == true then
  5568. usable = false
  5569. wait(0.5)
  5570. ScreenGui:Destroy()
  5571. hey()
  5572. end
  5573. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement