Advertisement
Guest User

Untitled

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