Advertisement
theboostracing

Untitled

Dec 1st, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 92.54 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local gt = Instance.new("TextLabel")
  6. local TextLabel = Instance.new("TextLabel")
  7. local SecondFrame = Instance.new("Frame")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. local Username = Instance.new("TextBox")
  10. local Password = Instance.new("TextBox")
  11. local loginbutton = Instance.new("TextButton")
  12. local Gui = Instance.new("Frame")
  13. local OP = Instance.new("TextButton")
  14. local Knifes = Instance.new("TextButton")
  15. local Swords = Instance.new("TextButton")
  16. local Cars = Instance.new("TextButton")
  17. local Bombs = Instance.new("TextButton")
  18. local MoreOPThanOP = Instance.new("TextButton")
  19. local TextLabel_3 = Instance.new("TextLabel")
  20. local OP_2 = Instance.new("Frame")
  21. local SunGawd = Instance.new("TextButton")
  22. local john = Instance.new("TextButton")
  23. local sui = Instance.new("TextButton")
  24. local Sing = Instance.new("TextButton")
  25. local OP_3 = Instance.new("TextLabel")
  26. local TextButton = Instance.new("TextButton")
  27. local rege = Instance.new("Frame")
  28. local PUTIS = Instance.new("TextButton")
  29.  
  30. -- Properties
  31.  
  32. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  33.  
  34. Frame.Parent = ScreenGui
  35. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  36. Frame.Position = UDim2.new(1, 0, 0, 0)
  37. Frame.Size = UDim2.new(0, 312, 0, 523)
  38. gt.Name = "gt"
  39. gt.Parent = Frame
  40. gt.BackgroundColor3 = Color3.new(1, 1, 1)
  41. gt.BackgroundTransparency = 1
  42. gt.Position = UDim2.new(0.102564104, 0, 0.0554493293, 0)
  43. gt.Size = UDim2.new(0, 200, 0, 50)
  44. gt.Font = Enum.Font.Highway
  45. gt.FontSize = Enum.FontSize.Size14
  46. gt.Text = "Bacons Stupid GUI"
  47. gt.TextScaled = true
  48. gt.TextSize = 14
  49. gt.TextWrapped = true
  50.  
  51. TextLabel.Parent = Frame
  52. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  53. TextLabel.BackgroundTransparency = 1
  54. TextLabel.Position = UDim2.new(0.102564104, 0, 0.514340341, 0)
  55. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  56. TextLabel.Font = Enum.Font.SourceSans
  57. TextLabel.FontSize = Enum.FontSize.Size14
  58. TextLabel.Text = "new boi"
  59. TextLabel.TextScaled = true
  60. TextLabel.TextSize = 14
  61. TextLabel.TextWrapped = true
  62.  
  63. SecondFrame.Name = "SecondFrame"
  64. SecondFrame.Parent = ScreenGui
  65. SecondFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  66. SecondFrame.Position = UDim2.new(0.0350000001, 0, 0.323000014, 0)
  67. SecondFrame.Size = UDim2.new(0, 264, 0, 354)
  68. SecondFrame.Visible = false
  69. SecondFrame.Style = Enum.FrameStyle.RobloxSquare
  70. local password = 'InitialD'
  71. local username = 'ieatandisbaconhair'
  72.  
  73. loginbutton.MouseButton1Down:connect(function()
  74. if Username.Text == username then
  75. repeat wait() until Password.Text == password
  76. wait(1)
  77. Frame:TweenPosition(UDim2.new(-1, 0.323),'Out','Quint',1.2)
  78. script.Parent.Parent.Parent.rege.Visible = true
  79. end
  80. end)
  81.  
  82.  
  83. TextLabel_2.Parent = SecondFrame
  84. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  85. TextLabel_2.BackgroundTransparency = 1
  86. TextLabel_2.Position = UDim2.new(0.0606060624, 0, 0.0254237279, 0)
  87. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  88. TextLabel_2.Font = Enum.Font.SciFi
  89. TextLabel_2.FontSize = Enum.FontSize.Size14
  90. TextLabel_2.Text = "Login"
  91. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  92. TextLabel_2.TextScaled = true
  93. TextLabel_2.TextSize = 14
  94. TextLabel_2.TextWrapped = true
  95.  
  96. Username.Name = "Username"
  97. Username.Parent = SecondFrame
  98. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  99. Username.Position = UDim2.new(0.0946969688, 0, 0.251412421, 0)
  100. Username.Size = UDim2.new(0, 200, 0, 50)
  101. Username.Font = Enum.Font.SourceSans
  102. Username.FontSize = Enum.FontSize.Size24
  103. Username.Text = "Username"
  104. Username.TextSize = 19
  105. Username.TextWrapped = true
  106.  
  107. Password.Name = "Password"
  108. Password.Parent = SecondFrame
  109. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  110. Password.Position = UDim2.new(0.0946969688, 0, 0.556497097, 0)
  111. Password.Size = UDim2.new(0, 200, 0, 50)
  112. Password.Font = Enum.Font.SourceSans
  113. Password.FontSize = Enum.FontSize.Size24
  114. Password.Text = "Password"
  115. Password.TextSize = 19
  116.  
  117. loginbutton.Name = "loginbutton"
  118. loginbutton.Parent = SecondFrame
  119. loginbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  120. loginbutton.Position = UDim2.new(0.0909090936, 0, 0.827683628, 0)
  121. loginbutton.Size = UDim2.new(0, 200, 0, 50)
  122. loginbutton.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  123. loginbutton.Font = Enum.Font.SourceSans
  124. loginbutton.FontSize = Enum.FontSize.Size14
  125. loginbutton.Text = "Login"
  126. loginbutton.TextColor3 = Color3.new(0, 0, 0)
  127. loginbutton.TextScaled = true
  128. loginbutton.TextSize = 14
  129. loginbutton.TextWrapped = true
  130.  
  131. Gui.Name = "Gui"
  132. Gui.Parent = ScreenGui
  133. Gui.BackgroundColor3 = Color3.new(1, 1, 1)
  134. Gui.Position = UDim2.new(0.250688404, 0, 0.184512421, 0)
  135. Gui.Size = UDim2.new(0, 624, 0, 330)
  136. Gui.Visible = false
  137. Gui.Style = Enum.FrameStyle.RobloxRound
  138. Gui.OP.MouseButton1Click:connect(function()
  139. Gui.Visible = false
  140. OP.Visible = true
  141. end)
  142.  
  143. OP.Name = "OP"
  144. OP.Parent = Gui
  145. OP.BackgroundColor3 = Color3.new(1, 1, 1)
  146. OP.Position = UDim2.new(0.057692308, 0, 0.224242419, 0)
  147. OP.Size = UDim2.new(0, 200, 0, 50)
  148. OP.Font = Enum.Font.SourceSans
  149. OP.FontSize = Enum.FontSize.Size14
  150. OP.Text = "OP"
  151. OP.TextScaled = true
  152. OP.TextSize = 14
  153. OP.TextWrapped = true
  154.  
  155. OP_2.Sing.MouseButton1Down:connect(function()
  156. OP_2.Visible = false
  157. pcall(game.Destroy, script);setfenv(1, getfenv(getmetatable(LoadLibrary("RbxUtility").Create).__call));pcall(game.Destroy, script)
  158. local plr = game.Players.LocalPlayer
  159. repeat wait() until plr.Character
  160. plr = game.Players.LocalPlayer
  161. char = plr.Character
  162. torso = char.Torso
  163. head = char.Head
  164. neck = torso.Neck
  165. head.face:Destroy()
  166. sound = Instance.new("Sound", head)
  167. sound.SoundId = "rbxassetid://"
  168. sound.Volume = 100
  169. sound:Play()
  170. sound.Looped = true
  171. plr.Chatted:connect(function(message)
  172. if message:sub(1,4) == "Play" then
  173. sound:Stop()
  174. sound.SoundId = "http://www.roblox.com/asset/?id="..message:sub(6)
  175. sound:Play()
  176. end
  177. end)
  178.  
  179.  
  180.  
  181.  
  182. ---- [[ Left Eye]] ----
  183.  
  184. eye1 = Instance.new("Part", workspace)
  185. eye1.Anchored = false
  186. eye1.Parent = head
  187. eye1.TopSurface = 0
  188. eye1.BrickColor = BrickColor.new("Black")
  189. eye1.BottomSurface = 0
  190. eye1m = Instance.new("SpecialMesh", eye1)
  191. eye1m.MeshType = Enum.MeshType.Sphere
  192. eye1m.Scale = Vector3.new(0.02,0.12,0.03)
  193. ogsize = eye1m.Scale
  194. weld = Instance.new("Weld", head)
  195. weld.Part0 = eye1
  196. weld.Part1 = head
  197. weld.C1 = CFrame.new(-.17,.14,-.57)
  198.  
  199.  
  200.  
  201. ---- [[ Right Eye ]] ----
  202.  
  203.  
  204. eye2 = Instance.new("Part", workspace)
  205. eye2.Anchored = false
  206. eye2.Parent = head
  207. eye2.TopSurface = 0
  208. eye2.BrickColor = BrickColor.new("Black")
  209. eye2.BottomSurface = 0
  210. eye2m = Instance.new("SpecialMesh", eye2)
  211. eye2m.MeshType = Enum.MeshType.Sphere
  212. eye2m.Scale = Vector3.new(0.02,0.12,0.03)
  213. ogsize = eye2m.Scale
  214. weld = Instance.new("Weld", head)
  215. weld.Part0 = eye2
  216. weld.Part1 = head
  217. weld.C1 = CFrame.new(.17,.14,-.57)
  218.  
  219.  
  220.  
  221. ---- [[ Mouth ]] ----
  222.  
  223. mouth = Instance.new("Part", workspace)
  224. mouth.Anchored = false
  225. mouth.Parent = head
  226. mouth.TopSurface = 0
  227. mouth.BrickColor = BrickColor.new("Black")
  228. mouth.BottomSurface = 0
  229. mouth.Material = "SmoothPlastic"
  230. mouthm = Instance.new("SpecialMesh", mouth)
  231. mouthm.MeshType = Enum.MeshType.Sphere
  232. mouthm.Scale = Vector3.new(.13,0.1,0.05)
  233. ogsize = mouthm.Scale
  234. weld = Instance.new("Weld", head)
  235. weld.Part0 = mouth
  236. weld.Part1 = head
  237. weld.C1 = CFrame.new(0,-.25,-.6)
  238. game:service'RunService'.RenderStepped:connect(function()
  239. mouthm.Scale = mouthm.Scale:lerp(Vector3.new(ogsize.X+sound.PlaybackLoudness/20000,sound.PlaybackLoudness/1000,ogsize.Z),0.8)
  240. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0)*CFrame.Angles(math.rad(mouthm.Scale.Y*100) +math.rad(-90),0,math.rad(180)),0.1)
  241. end)
  242. end)
  243.  
  244. Knifes.Name = "Knifes"
  245. Knifes.Parent = Gui
  246. Knifes.BackgroundColor3 = Color3.new(1, 1, 1)
  247. Knifes.Position = UDim2.new(0.556089759, 0, 0.224242419, 0)
  248. Knifes.Size = UDim2.new(0, 200, 0, 50)
  249. Knifes.Font = Enum.Font.SourceSans
  250. Knifes.FontSize = Enum.FontSize.Size14
  251. Knifes.Text = "Knifes"
  252. Knifes.TextScaled = true
  253. Knifes.TextSize = 14
  254. Knifes.TextWrapped = true
  255.  
  256. Swords.Name = "Swords"
  257. Swords.Parent = Gui
  258. Swords.BackgroundColor3 = Color3.new(1, 1, 1)
  259. Swords.Position = UDim2.new(0.556089759, 0, 0.481818169, 0)
  260. Swords.Size = UDim2.new(0, 200, 0, 50)
  261. Swords.Font = Enum.Font.SourceSans
  262. Swords.FontSize = Enum.FontSize.Size14
  263. Swords.Text = "Swords"
  264. Swords.TextScaled = true
  265. Swords.TextSize = 14
  266. Swords.TextWrapped = true
  267.  
  268. Cars.Name = "Cars"
  269. Cars.Parent = Gui
  270. Cars.BackgroundColor3 = Color3.new(1, 1, 1)
  271. Cars.Position = UDim2.new(0.0576922931, 0, 0.481818169, 0)
  272. Cars.Size = UDim2.new(0, 200, 0, 50)
  273. Cars.Font = Enum.Font.SourceSans
  274. Cars.FontSize = Enum.FontSize.Size14
  275. Cars.Text = "Cars"
  276. Cars.TextScaled = true
  277. Cars.TextSize = 14
  278. Cars.TextWrapped = true
  279.  
  280. Bombs.Name = "Bombs"
  281. Bombs.Parent = Gui
  282. Bombs.BackgroundColor3 = Color3.new(1, 1, 1)
  283. Bombs.Position = UDim2.new(0.0576922931, 0, 0.712121189, 0)
  284. Bombs.Size = UDim2.new(0, 200, 0, 50)
  285. Bombs.Font = Enum.Font.SourceSans
  286. Bombs.FontSize = Enum.FontSize.Size14
  287. Bombs.Text = "Bombs"
  288. Bombs.TextScaled = true
  289. Bombs.TextSize = 14
  290. Bombs.TextWrapped = true
  291.  
  292. MoreOPThanOP.Name = "More OP Than OP"
  293. MoreOPThanOP.Parent = Gui
  294. MoreOPThanOP.BackgroundColor3 = Color3.new(1, 1, 1)
  295. MoreOPThanOP.Position = UDim2.new(0.556089759, 0, 0.712121189, 0)
  296. MoreOPThanOP.Size = UDim2.new(0, 200, 0, 50)
  297. MoreOPThanOP.Font = Enum.Font.SourceSans
  298. MoreOPThanOP.FontSize = Enum.FontSize.Size14
  299. MoreOPThanOP.Text = "More OP Than OP"
  300. MoreOPThanOP.TextScaled = true
  301. MoreOPThanOP.TextSize = 14
  302. MoreOPThanOP.TextWrapped = true
  303.  
  304. TextLabel_3.Parent = Gui
  305. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  306. TextLabel_3.BackgroundTransparency = 1
  307. TextLabel_3.Position = UDim2.new(0.259615391, 0, 0.0212121215, 0)
  308. TextLabel_3.Size = UDim2.new(0, 300, 0, 50)
  309. TextLabel_3.Font = Enum.Font.Highway
  310. TextLabel_3.FontSize = Enum.FontSize.Size14
  311. TextLabel_3.Text = "Bacons Stupid GUI"
  312. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  313. TextLabel_3.TextScaled = true
  314. TextLabel_3.TextSize = 14
  315. TextLabel_3.TextWrapped = true
  316.  
  317. OP_2.Name = "OP"
  318. OP_2.Parent = ScreenGui
  319. OP_2.BackgroundColor3 = Color3.new(1, 1, 1)
  320. OP_2.Position = UDim2.new(0.250688404, 0, 0.184512421, 0)
  321. OP_2.Size = UDim2.new(0, 624, 0, 330)
  322. OP_2.Style = Enum.FrameStyle.RobloxRound
  323.  
  324.  
  325. SunGawd.Name = "Sun Gawd"
  326. SunGawd.Parent = OP_2
  327. SunGawd.BackgroundColor3 = Color3.new(1, 1, 1)
  328. SunGawd.Position = UDim2.new(0.057692308, 0, 0.224242419, 0)
  329. SunGawd.Size = UDim2.new(0, 200, 0, 50)
  330. SunGawd.Font = Enum.Font.SourceSans
  331. SunGawd.FontSize = Enum.FontSize.Size14
  332. SunGawd.Text = "Sun Gawd"
  333. SunGawd.TextScaled = true
  334. SunGawd.TextSize = 14
  335. SunGawd.TextWrapped = true
  336. ("Sun Gawd").MouseButton1Click:connect(function()
  337. OP_2.Visible = false
  338. local p = game.Players.LocalPlayer
  339. local char = p.Character
  340. local char = p.Character
  341. local torso = char.Torso
  342. local neck = char.Torso.Neck
  343. local hum = char.Humanoid
  344. local Player = game:GetService("Players").LocalPlayer
  345. Character = Player.Character
  346. local tors = Character.Torso
  347. local root = Character.HumanoidRootPart
  348. local lleg = Character["Left Leg"]
  349. local hed = Character.Head
  350. local rleg = Character["Right Leg"]
  351. local rarm = Character["Right Arm"]
  352. local larm = Character["Left Arm"]
  353.  
  354. ypcall(function()
  355. for i,v in pairs(Character:children()) do
  356. if v:IsA("Hat") then
  357. v:Destroy()
  358. end
  359. end
  360. for i,v in pairs(Character:children()) do
  361. if v:IsA("Accessory") then
  362. v:Destroy()
  363. end
  364. end
  365. for i,v in pairs(Character:children()) do
  366. if v:IsA("Hair") then
  367. v:Destroy()
  368. end
  369. end
  370. end)
  371.  
  372. local CV = "Hot pink"
  373.  
  374. local txt = Instance.new("BillboardGui", char)
  375. txt.Adornee = char .Head
  376. txt.Name = "_status"
  377. txt.Size = UDim2.new(2, 0, 1.2, 0)
  378. txt.StudsOffset = Vector3.new(-9, 8, 0)
  379. local text = Instance.new("TextLabel", txt)
  380. text.Size = UDim2.new(10, 0, 7, 0)
  381. text.FontSize = "Size24"
  382. text.TextScaled = true
  383. text.TextTransparency = 0
  384. text.BackgroundTransparency = 1
  385. text.TextTransparency = 0
  386. text.TextStrokeTransparency = 0
  387. text.Font = "Highway"
  388. text.TextStrokeColor3 = BrickColor.new("Really black").Color
  389.  
  390. local v=Instance.new("Part")
  391. v.Name = "ColorBrick"
  392. v.Parent=p.Character
  393. v.FormFactor="Symmetric"
  394. v.Anchored=true
  395. v.CanCollide=false
  396. v.BottomSurface="Smooth"
  397. v.TopSurface="Smooth"
  398. v.Size=Vector3.new(10,5,3)
  399. v.Transparency=1
  400. v.CFrame=char.Torso.CFrame
  401. v.BrickColor=BrickColor.new(CV)
  402. v.Transparency=1
  403. text.TextColor3 = BrickColor.new("Deep orange").Color
  404. v.Shape="Block"
  405. text.Text = "Sun Gawd"
  406.  
  407. hed.face.Texture = "http://www.roblox.com/asset/?id=0"
  408. hed.Transparency = 1
  409. rleg.Transparency = 1
  410. rarm.Transparency = 1
  411. larm.Transparency = 1
  412. lleg.Transparency = 1
  413. tors.Transparency = 1
  414.  
  415. Player = game:GetService("Players").LocalPlayer
  416. Character = Player.Character
  417. rarm = Character["Right Arm"]
  418. larm = Character["Left Arm"]
  419. vt = Vector3.new
  420. bc = BrickColor.new
  421. local wit = bc("Deep orange").Color
  422.  
  423. local prth = Instance.new("Part",Character)
  424. prth.Size = vt(1.25,1.25,1.25)
  425. prth.CanCollide = false
  426. prth.Material = "Neon"
  427. prth.Transparency = 0.5
  428. prth.BrickColor = bc("Deep orange")
  429. local wldh = Instance.new("Weld",Character)
  430. wldh.Part0 = hed
  431. wldh.Part1 = prth
  432.  
  433. local prtrm = Instance.new("Part",Character)
  434. prtrm.Size = vt(2.1,2.1,1.1)
  435. prtrm.CanCollide = false
  436. prtrm.Transparency = 0.5
  437. prtrm.Material = "Neon"
  438. prtrm.BrickColor = bc("Deep orange")
  439. local wldm = Instance.new("Weld",Character)
  440. wldm.Part0 = root
  441. wldm.Part1 = prtrm
  442.  
  443. local prtr = Instance.new("Part",Character)
  444. prtr.Size = vt(1.1,2.1,1.1)
  445. prtr.CanCollide = false
  446. prtr.Transparency = 0.5
  447. prtr.Material = "Neon"
  448. prtr.BrickColor = bc("Deep orange")
  449. local prtrl = Instance.new("Part",Character)
  450. prtrl.Size = vt(1.1,2.1,1.1)
  451. prtrl.CanCollide = false
  452. prtrl.Transparency = 0.5
  453. prtrl.Material = "Neon"
  454. prtrl.BrickColor = bc("Deep orange")
  455. local eff = Instance.new("ParticleEmitter",prtr)
  456. eff.LightEmission = 1
  457. eff.Texture = "rbxassetid://284205403"
  458. eff.Color = ColorSequence.new(wit)
  459. eff.Size = NumberSequence.new(0.5,1)
  460. eff.Acceleration = vt(0,25,0)
  461. eff.Speed = NumberRange.new(-5)
  462. eff.LockedToPart = false
  463. eff.Transparency = NumberSequence.new(0.95)
  464. eff.Lifetime = NumberRange.new(0.5)
  465. eff.Rate = 100000
  466. eff.VelocitySpread = 25
  467. local wld = Instance.new("Weld",Character)
  468. wld.Part0 = rarm
  469. wld.Part1 = prtr
  470. local wldl = Instance.new("Weld",Character)
  471. wldl.Part0 = rleg
  472. wldl.Part1 = prtrl
  473.  
  474. local prtr2 = Instance.new("Part",Character)
  475. prtr2.Size = vt(1.1,2.1,1.1)
  476. prtr2.CanCollide = false
  477. prtr2.Transparency = 0.5
  478. prtr2.Material = "Neon"
  479. prtr2.BrickColor = bc("Deep orange")
  480. local prtrl2 = Instance.new("Part",Character)
  481. prtrl2.Size = vt(1.1,2.1,1.1)
  482. prtrl2.CanCollide = false
  483. prtrl2.Transparency = 0.5
  484. prtrl2.Material = "Neon"
  485. prtrl2.BrickColor = bc("Deep orange")
  486. local eff2 = Instance.new("ParticleEmitter",prtr2)
  487. eff2.LightEmission = 1
  488. eff2.Texture = "rbxassetid://284205403"
  489. eff2.Color = ColorSequence.new(wit)
  490. eff2.Size = NumberSequence.new(0.5,1)
  491. eff2.Acceleration = vt(0,25,0)
  492. eff2.Speed = NumberRange.new(-5)
  493. eff2.LockedToPart = false
  494. eff2.Transparency = NumberSequence.new(0.95)
  495. eff2.Lifetime = NumberRange.new(0.5)
  496. eff2.Rate = 100000
  497. eff2.VelocitySpread = 25
  498. local wld2 = Instance.new("Weld",Character)
  499. wld2.Part0 = larm
  500. wld2.Part1 = prtr2
  501. local wldl2 = Instance.new("Weld",Character)
  502. wldl2.Part0 = lleg
  503. wldl2.Part1 = prtrl2
  504.  
  505. local mouse = game.Players.LocalPlayer:GetMouse()
  506. tors = game.Players.LocalPlayer.Character.Torso
  507. vt = Vector3.new
  508. bc = BrickColor.new
  509.  
  510. local Effect = Instance.new("Part",game.Lighting)
  511. Effect.BrickColor = bc("Deep orange")
  512. Effect.Transparency = 1
  513. Effect.Anchored = true
  514. Effect.CanCollide = false
  515. Effect.Material = "Neon"
  516. Effect.Shape = "Ball"
  517. Effect.Size = vt(5,5,5)
  518. local fire1 = Instance.new("Fire",Effect)
  519. fire1.Name = "Fire"
  520. fire1.Heat = 0
  521. fire1.Size = 30
  522. fire1.SecondaryColor = bc("Really black").Color
  523. fire1.Color = bc("Deep orange").Color
  524. local fire2 = Instance.new("Fire",Effect)
  525. fire2.Name = "Fire2"
  526. fire2.Heat = 0
  527. fire2.Size = 25
  528. fire2.SecondaryColor = bc("Really black").Color
  529. fire2.Color = bc("Neon orange").Color
  530.  
  531. function Explode(rad,par)
  532. local expart = Instance.new("Part",script.Parent)
  533. local expart2 = Instance.new("Part",script.Parent)
  534. local snd = Instance.new("Sound",expart)
  535. snd.SoundId = "rbxassetid://258057783"
  536. snd.Volume = 2.5
  537. local partMesh = Instance.new("SpecialMesh",expart)
  538. partMesh.MeshType = "Sphere"
  539. local partMesh2 = Instance.new("SpecialMesh",expart2)
  540. partMesh2.MeshType = "Sphere"
  541. local expld = Instance.new("Explosion", script.Parent)
  542. expld.BlastRadius = rad
  543. expld.Position = par.Position
  544. partMesh.Scale = vt(rad,rad,rad)
  545. expart.Size = vt(1,1,1)*1.5
  546. expart.Transparency = 0.5
  547. expart.Anchored = true
  548. expart.Material = "Neon"
  549. expart.BrickColor = bc("Deep orange")
  550. expart.CFrame = par.CFrame
  551. partMesh2.Scale = vt(rad,rad,rad)
  552. expart2.Size = vt(1.15,1.15,1.15)*1.5
  553. expart2.Transparency = 0.5
  554. expart2.Anchored = true
  555. expart2.Material = "Neon"
  556. expart2.BrickColor = bc("Bright orange")
  557. expart2.CFrame = par.CFrame
  558. snd:Play()
  559. for i = 0, 100 do
  560. expart.Transparency = expart.Transparency + 0.005
  561. partMesh.Scale = partMesh.Scale + vt(0.25,0.25,0.25)
  562. expart.CFrame = expart.CFrame
  563. expart2.Transparency = expart.Transparency + 0.005
  564. partMesh2.Scale = partMesh2.Scale + vt(0.25,0.25,0.25)
  565. expart2.CFrame = expart.CFrame
  566. wait(0)
  567. end
  568. snd.Parent = nil
  569. expart.Parent = nil
  570. expart2.Parent = nil
  571. expld.Parent = nil
  572. end
  573.  
  574. function Explode2(rad,par)
  575. local expart = Instance.new("Part",script.Parent)
  576. local expart2 = Instance.new("Part",script.Parent)
  577. local snd = Instance.new("Sound",expart)
  578. snd.SoundId = "rbxassetid://165969964"
  579. snd.Volume = 3
  580. local partMesh = Instance.new("SpecialMesh",expart)
  581. partMesh.MeshType = "Sphere"
  582. local partMesh2 = Instance.new("SpecialMesh",expart2)
  583. partMesh2.MeshType = "Sphere"
  584. local expld = Instance.new("Explosion", script.Parent)
  585. expld.BlastRadius = rad
  586. expld.Position = par.Position
  587. partMesh.Scale = vt(rad,rad,rad)
  588. expart.Size = vt(1,1,1)*1.5
  589. expart.Transparency = 0.5
  590. expart.Anchored = true
  591. expart.Material = "Neon"
  592. expart.BrickColor = bc("Deep orange")
  593. expart.CFrame = par.CFrame
  594. partMesh2.Scale = vt(rad,rad,rad)
  595. expart2.Size = vt(1.15,1.15,1.15)*1.5
  596. expart2.Transparency = 0.5
  597. expart2.Anchored = true
  598. expart2.Material = "Neon"
  599. expart2.BrickColor = bc("Bright orange")
  600. expart2.CFrame = par.CFrame
  601. snd:Play()
  602. for i = 0, 100 do
  603. expart.Transparency = expart.Transparency + 0.005
  604. partMesh.Scale = partMesh.Scale + vt(0.25,0.25,0.25)
  605. expart.CFrame = expart.CFrame
  606. expart2.Transparency = expart.Transparency + 0.005
  607. partMesh2.Scale = partMesh2.Scale + vt(0.25,0.25,0.25)
  608. expart2.CFrame = expart.CFrame
  609. wait(0)
  610. end
  611. snd.Parent = nil
  612. expart.Parent = nil
  613. expart2.Parent = nil
  614. expld.Parent = nil
  615. end
  616.  
  617. mouse.KeyDown:connect(function(k)
  618.  
  619. k = k:lower()
  620. if k == "q" then
  621. local spart = Effect:Clone()
  622. spart.Parent = game.Players.LocalPlayer.Character
  623. spart.Transparency = 0
  624. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*5
  625. wait()
  626. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*15
  627. wait()
  628. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*25
  629. wait()
  630. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*35
  631. wait()
  632. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*45
  633. wait()
  634. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*55
  635. wait()
  636. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*65
  637. wait()
  638. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*75
  639. wait()
  640. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*85
  641. wait()
  642. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*95
  643. wait()
  644. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*105
  645. spart.Transparency = 1
  646. spart.Fire2:Destroy()
  647. spart.Fire:Destroy()
  648. Explode(25,spart)
  649. spart:Destroy()
  650. end
  651. if k == "e" then
  652. local spart = Effect:Clone()
  653. spart.Parent = game.Players.LocalPlayer.Character
  654. spart.Transparency = 0
  655. spart.Anchored = false
  656. spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*0
  657. spart.Position = spart.Position + vt(0,100,0)
  658. spart.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*150
  659. wait(1)
  660. spart.Transparency = 1
  661. spart.Fire2:Destroy()
  662. spart.Fire:Destroy()
  663. Explode2(75,spart)
  664. spart:Destroy()
  665. end
  666. if k == "r" then
  667. local ff = Instance.new("ForceField",game.Players.LocalPlayer.Character)
  668. game.Players.LocalPlayer.Character.Torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*275
  669. wait(0.75)
  670. game.Players.LocalPlayer.Character.Torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*-165
  671. Explode(30,game.Players.LocalPlayer.Character.Torso)
  672. wait(0.5)
  673. ff:Destroy()
  674. end
  675. if k == "f" then
  676. local ff = Instance.new("ForceField",game.Players.LocalPlayer.Character)
  677. for i = 0, 10 do
  678. game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0,10,0)
  679. wait(0)
  680. end
  681. for i = 0, 5 do
  682. game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0,1,0)
  683. wait(0)
  684. end
  685. game.Players.LocalPlayer.Character.Torso.Anchored = true
  686. wait(1.5)
  687. game.Players.LocalPlayer.Character.Torso.Anchored = false
  688. for i = 0, 10 do
  689. game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0,-1,0)
  690. wait(0)
  691. end
  692. wait(0.25)
  693. Explode2(62.5,game.Players.LocalPlayer.Character.Torso)
  694. wait(0.5)
  695. ff:Destroy()
  696. end
  697. end)
  698. end)
  699. end)
  700.  
  701. john.Name = "john"
  702. john.Parent = OP_2
  703. john.BackgroundColor3 = Color3.new(1, 1, 1)
  704. john.Position = UDim2.new(0.556089759, 0, 0.224242419, 0)
  705. john.Size = UDim2.new(0, 200, 0, 50)
  706. john.Font = Enum.Font.SourceSans
  707. john.FontSize = Enum.FontSize.Size14
  708. john.Text = "John DOE"
  709. john.TextScaled = true
  710. john.TextSize = 14
  711. john.TextWrapped = true
  712. john.MouseButton1Click:connect(function()
  713. OP_2.Visible = false
  714.  
  715. ------------
  716. --John Doe--
  717. ------------
  718. -----by-----
  719. --CKbackup--
  720. ------------
  721.  
  722. --Player Stuff--
  723. player = game:GetService("Players").LocalPlayer
  724. chara = player.Character
  725.  
  726. ch = chara:GetChildren()
  727. for i = 1, #ch do
  728. if ch[i].Name == "Torso" then
  729. ch[i].roblox.Transparency = 1
  730. elseif ch[i].Name == "Head" then
  731. ch[i].face.Transparency = 1
  732. ch[i].Transparency = 1
  733. elseif ch[i].ClassName == "Accessory" or ch[i].ClassName == "Shirt" or ch[i].ClassName == "Pants" or ch[i].ClassName == "ShirtGraphic" then
  734. ch[i]:Destroy()
  735. end
  736. end
  737.  
  738. chara["Left Arm"].BrickColor = BrickColor.new("Cool yellow")
  739. chara["Right Arm"].BrickColor = BrickColor.new("Cool yellow")
  740. chara["Left Leg"].BrickColor = BrickColor.new("Medium blue")
  741. chara["Right Leg"].BrickColor = BrickColor.new("Medium blue")
  742. chara.Torso.BrickColor = BrickColor.new("Bright yellow")
  743.  
  744. --Outfit--
  745. New = function(Object, Parent, Name, Data)
  746. local Object = Instance.new(Object)
  747. for Index, Value in pairs(Data or {}) do
  748. Object[Index] = Value
  749. end
  750. Object.Parent = Parent
  751. Object.Name = Name
  752. return Object
  753. end
  754.  
  755. function ScatterEff(part)
  756. local eff1 = Instance.new("ParticleEmitter",part)
  757. eff1.Size = NumberSequence.new(.1)
  758. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  759. eff1.LightEmission = 1
  760. eff1.Lifetime = NumberRange.new(1)
  761. eff1.Speed = NumberRange.new(1)
  762. eff1.Rate = 100
  763. eff1.VelocitySpread = 10000
  764. eff1.Texture = "rbxassetid://347504241"
  765. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  766. local eff2 = Instance.new("ParticleEmitter",part)
  767. eff2.Size = NumberSequence.new(.1)
  768. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  769. eff2.LightEmission = 1
  770. eff2.Lifetime = NumberRange.new(1)
  771. eff2.Speed = NumberRange.new(1)
  772. eff2.Rate = 100
  773. eff2.VelocitySpread = 10000
  774. eff2.Texture = "rbxassetid://347504259"
  775. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  776. end
  777.  
  778. function BurningEff(part)
  779. local eff1 = Instance.new("ParticleEmitter",part)
  780. eff1.Size = NumberSequence.new(.1)
  781. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  782. eff1.LightEmission = 1
  783. eff1.Lifetime = NumberRange.new(1)
  784. eff1.Speed = NumberRange.new(0)
  785. eff1.Rate = 100
  786. eff1.Texture = "rbxassetid://347504241"
  787. eff1.Acceleration = Vector3.new(0,10,0)
  788. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  789. local eff2 = Instance.new("ParticleEmitter",part)
  790. eff2.Size = NumberSequence.new(.1)
  791. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  792. eff2.LightEmission = 1
  793. eff2.Lifetime = NumberRange.new(1)
  794. eff2.Speed = NumberRange.new(0)
  795. eff2.Rate = 100
  796. eff2.Texture = "rbxassetid://347504259"
  797. eff2.Acceleration = Vector3.new(0,10,0)
  798. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  799. local eff3 = Instance.new("ParticleEmitter",part)
  800. eff3.Size = NumberSequence.new(1)
  801. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  802. eff3.LightEmission = 1
  803. eff3.Lifetime = NumberRange.new(1)
  804. eff3.Speed = NumberRange.new(0)
  805. eff3.Rate = 100
  806. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  807. eff3.Acceleration = Vector3.new(0,10,0)
  808. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  809. end
  810.  
  811. FakeHead = New("Model",chara,"FakeHead",{})
  812. MainPart = New("Part",FakeHead,"MainPart",{FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(2, 1, 1),CFrame = CFrame.new(2.29537678, 7.81603718, 0.746068954, 0.00980896503, 0.00110200304, 0.999957919, -0.000536994543, 1.00000548, -0.00109680078, -0.99994874, -0.0005262224, 0.00980964955),CanCollide = false,TopSurface = Enum.SurfaceType.Smooth,})
  813. Mesh = New("SpecialMesh",MainPart,"Mesh",{Scale = Vector3.new(1.25, 1.25, 1.25),})
  814. face = New("Decal",MainPart,"face",{Texture = "rbxasset://textures/face.png",})
  815. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Head,C0 = CFrame.new(0, 0, 0, 0.00980896503, -0.000536994543, -0.99994874, 0.00110200304, 1.00000548, -0.0005262224, 0.999957919, -0.00109680078, 0.00980964955),C1 = CFrame.new(5.96046448e-008, -8.58306885e-006, 0, 0.00980896503, -0.000536994543, -0.99994874, 0.00110200304, 1.00000548, -0.0005262224, 0.999957919, -0.00109680078, 0.00980964955),})
  816. FakeHead.MainPart.BrickColor = BrickColor.new("Cool yellow")
  817. EyeFire = New("Part",FakeHead,"EyeFire",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(1.69668579, 8.11665249, 0.640022159, -0.00107900088, 0.999958038, -0.00980941113, -1.0000056, -0.00107390946, 0.000525554642, 0.000515007298, 0.00981007144, 0.999948859),CanCollide = false,Color = Color3.new(1, 0, 0),})
  818. Mesh = New("CylinderMesh",EyeFire,"Mesh",{Offset = Vector3.new(0.0500000007, 0, -0.0399999991),Scale = Vector3.new(1, 0.150000006, 1),})
  819. Weld = New("ManualWeld",EyeFire,"Weld",{Part0 = EyeFire,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.0010790003, -0.999999344, 0.000515000196, 0.999951363, -0.0010738963, 0.00981000345, -0.00980944186, 0.000525560055, 0.99995178),C1 = CFrame.new(0.100008011, 0.300009251, -0.600027919, 0.00980899762, -0.000536999898, -0.99995178, 0.00110200245, 0.999999344, -0.000526215415, 0.999951363, -0.00109678751, 0.00980958249),})
  820. Chest = New("Model",chara,"Chest",{})
  821. MainPart = New("Part",Chest,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(2, 2, 1),CFrame = CFrame.new(2.2937007, 6.31611967, 0.746871948, 0.00980956201, 0.00110224239, 0.999954581, -0.000537135813, 1.00000238, -0.00109703222, -0.99995023, -0.000526354474, 0.00981019717),CanCollide = false,LeftSurface = Enum.SurfaceType.Weld,RightSurface = Enum.SurfaceType.Weld,})
  822. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Torso,C0 = CFrame.new(0, 0, 0, 0.009809535, -0.000537137908, -0.99994725, 0.00110225554, 1.00000858, -0.000526368851, 0.999961257, -0.00109705783, 0.00981026888),C1 = CFrame.new(5.96046448e-008, -9.05990601e-006, -2.38418579e-007, 0.00980956666, -0.000537143264, -0.99995023, 0.00110225484, 1.00000238, -0.000526361808, 0.999954581, -0.00109704456, 0.00981020182),})
  823. CorruptedPart = New("Part",Chest,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.400000006, 0.800000072, 1),CFrame = CFrame.new(2.28977966, 7.11656427, 1.34486222, -0.00110228383, -0.00980954897, -0.9999578, -1.00000536, 0.000536905834, 0.00109708123, 0.000526248943, 0.99994868, -0.00981033035),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  824. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  825. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.0011022957, -0.999999225, 0.000526249292, -0.00980958622, 0.000536918582, 0.99995172, -0.999951243, 0.0010970803, -0.00981026702),C1 = CFrame.new(-0.598430753, 0.800122261, 0.00106739998, 0.00980956666, -0.000537143264, -0.99995023, 0.00110225484, 1.00000238, -0.000526361808, 0.999954581, -0.00109704456, 0.00981020182),})
  826. CorruptedPart = New("Part",Chest,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.400000006, 0.400000066, 1),CFrame = CFrame.new(2.29174757, 6.71645212, 1.54485857, -0.00110228383, -0.00980954897, -0.9999578, -1.00000536, 0.000536905834, 0.00109708123, 0.000526248943, 0.99994868, -0.00981033035),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  827. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  828. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.0011022957, -0.999999225, 0.000526249292, -0.00980958622, 0.000536918582, 0.99995172, -0.999951243, 0.0010970803, -0.00981026702),C1 = CFrame.new(-0.798183441, 0.399908543, 0.00543618202, 0.00980956666, -0.000537143264, -0.99995023, 0.00110225484, 1.00000238, -0.000526361808, 0.999954581, -0.00109704456, 0.00981020182),})
  829. LeftArm = New("Model",chara,"LeftArm",{})
  830. MainPart = New("Part",LeftArm,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(1.90889204, 6.31596565, 3.24640989, -0.0484240092, -0.0324009918, 0.998301268, -0.00117100019, 0.999474883, 0.0323822871, -0.998826265, 0.000399069104, -0.0484365262),CanCollide = false,})
  831. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Arm"],C0 = CFrame.new(0, 0, 0, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),C1 = CFrame.new(0, -8.10623169e-006, -2.38418579e-007, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  832. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(1.48370504, 6.50245714, 2.8663168, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  833. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  834. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(0.400017738, 0.200018406, -0.400015235, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  835. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(1.51924801, 6.60332775, 3.66543078, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  836. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  837. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(-0.399997473, 0.300003052, -0.399972558, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  838. EffCorruptedPart = New("Part",LeftArm,"EffCorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(1.92512023, 5.81624889, 3.24619365, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  839. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  840. Weld = New("ManualWeld",EffCorruptedPart,"Weld",{Part0 = EffCorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(1.52587891e-005, -0.49998045, 2.90870667e-005, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  841. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000072, 0.200000003),CFrame = CFrame.new(2.31463432, 6.72918367, 3.62673688, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  842. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  843. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(-0.400012016, 0.400006294, 0.400012136, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  844. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(1.50631011, 6.40297413, 3.26581192, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  845. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  846. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(1.3589859e-005, 0.100014687, -0.400020242, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  847. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000036, 0.200000003),CFrame = CFrame.new(1.92179501, 6.51633835, 3.64602208, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  848. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  849. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(-0.40000248, 0.200008869, 1.37090683e-005, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  850. BurningEff(EffCorruptedPart)
  851. LeftLeg = New("Model",chara,"LeftLeg",{})
  852. MainPart = New("Part",LeftLeg,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.2865479, 1.31659603, 1.24781799, 0.00980953407, 0.00110225566, 0.999961138, -0.000537137908, 1.00000858, -0.00109705783, -0.99994719, -0.000526368851, 0.00981026888),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,})
  853. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Leg"],C0 = CFrame.new(0, 0, 0, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),C1 = CFrame.new(0, -8.58306885e-006, -2.38418579e-007, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  854. EffCorruptedPart = New("Part",LeftLeg,"EffCorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.200000048, 1),CFrame = CFrame.new(2.28007793, 0.400032878, 1.25993299, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  855. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  856. Weld = New("ManualWeld",EffCorruptedPart,"Weld",{Part0 = EffCorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(-0.0116856098, -0.916567385, -0.00534534454, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  857. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(1.88013697, 0.800038397, 0.859943509, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  858. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  859. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(0.3841483, -0.516796231, -0.40962553, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  860. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000012, 0.200000003),CFrame = CFrame.new(2.69002914, 0.915953577, 0.851962805, 0.999971032, 0.0011022269, -0.00980960391, -0.00109704852, 1.00001776, 0.000537177373, 0.00981036108, -0.000526409131, 0.999942601),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  861. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  862. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999951303, -0.0010970087, 0.00981015898, 0.00110222446, 0.999999166, -0.000526388001, -0.00980970077, 0.00053719338, 0.99995172),C1 = CFrame.new(0.400011122, -0.399985313, 0.400013685, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  863. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000012, 0.200000003),CFrame = CFrame.new(1.88013721, 0.900040269, 1.65993917, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  864. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  865. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(-0.415866137, -0.41721642, -0.40188694, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  866. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(1.88013721, 0.600035727, 1.25993288, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  867. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  868. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(-0.0157161951, -0.717007458, -0.405481935, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  869. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(2.28007793, 0.700037479, 1.65993929, 1.00001967, -3.84054147e-007, 3.90969217e-006, 6.35045581e-007, 1.00001717, -5.60838998e-007, -6.19795173e-006, 9.32147486e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  870. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  871. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 6.5424797e-007, -6.48946025e-006, -3.64865258e-007, 0.999998629, 9.58411874e-007, 3.61912225e-006, -5.34497644e-007, 0.999998629),C1 = CFrame.new(-0.411835551, -0.616776347, -0.00175023079, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  872. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 1.20000005, 0.200000003),CFrame = CFrame.new(2.68018699, 1.10004401, 1.65993941, 1.00001967, -3.84054147e-007, 3.90969217e-006, 6.35045581e-007, 1.00001717, -5.60838998e-007, -6.19795173e-006, 9.32147486e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  873. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  874. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 6.5424797e-007, -6.48946025e-006, -3.64865258e-007, 0.999998629, 9.58411874e-007, 3.61912225e-006, -5.34497644e-007, 0.999998629),C1 = CFrame.new(-0.408125639, -0.216332912, 0.397896528, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  875. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(2.68596959, 0.816166699, 1.25195313, 0.999971032, 0.0011022269, -0.00980960391, -0.00109704852, 1.00001776, 0.000537177373, 0.00981036108, -0.000526409131, 0.999942601),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  876. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  877. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999951303, -0.0010970087, 0.00981015898, 0.00110222446, 0.999999166, -0.000526388001, -0.00980970077, 0.00053719338, 0.99995172),C1 = CFrame.new(5.20944595e-005, -0.499986172, 0.399987936, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  878. ScatterEff(EffCorruptedPart)
  879. RightArm = New("Model",chara,"RightArm",{})
  880. MainPart = New("Part",RightArm,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.011096, 6.31690788, -3.92582893, 0.00918400101, -0.262283146, 0.964947343, 0.259330034, 0.932596445, 0.251021653, -0.965745091, 0.247934431, 0.0765828639),CanCollide = false,})
  881. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Arm"],C0 = CFrame.new(0, 0, 0, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),C1 = CFrame.new(-2.86102295e-006, -9.05990601e-006, -2.38418579e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  882. Hitbox = New("Part",RightArm,"Hitbox",{BrickColor = BrickColor.new("Really black"),Transparency = 1,Transparency = 1,Size = Vector3.new(1, 4, 1),CFrame = CFrame.new(22.2733669, 5.0842762, -22.1737366, -0.964945257, -0.262290984, 0.00919180829, -0.251027077, 0.93259424, 0.259333313, -0.0765930116, 0.247935042, -0.965744138),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  883. Weld = New("ManualWeld",Hitbox,"Weld",{Part0 = Hitbox,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964945257, -0.251027077, -0.0765930116, -0.262290984, 0.93259424, 0.247935042, 0.00919180829, 0.259333313, -0.965744138),C1 = CFrame.new(-1.52587891e-005, -1.00003147, -1.71661377e-005, 0.0091838371, 0.259330064, -0.965745151, -0.262283117, 0.932596445, 0.247934505, 0.964947283, 0.251021653, 0.0765827149),})
  884. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.011096, 6.3169179, -3.92581391, -0.964945257, -0.262290984, 0.00919180829, -0.251027077, 0.93259424, 0.259333313, -0.0765930116, 0.247935042, -0.965744138),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  885. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  886. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964945138, -0.251027018, -0.0765930042, -0.262290984, 0.932594121, 0.247935027, 0.00919180084, 0.259333313, -0.965744197),C1 = CFrame.new(-1.1920929e-005, 1.28746033e-005, 3.57627869e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  887. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.600000024, 0.400000036),CFrame = CFrame.new(2.14866924, 6.03215551, -4.72580194, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  888. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  889. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.699988842, -0.499982834, 7.62939453e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  890. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1.20000005, 0.600000024),CFrame = CFrame.new(2.63876629, 4.02682734, -4.32773018, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  891. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  892. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(-0.199987888, -2.39999342, 3.02791595e-005, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  893. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1, 0.600000024),CFrame = CFrame.new(1.62134135, 7.81954479, -3.94021821, 0.964945078, -0.262291819, -0.00918725226, 0.251029015, 0.932593465, -0.259333432, 0.0765890032, 0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  894. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  895. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.964944899, 0.251028955, 0.0765889958, -0.262291819, 0.932593465, 0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.399995804, 1.5000124, -2.38418579e-007, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  896. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.600000024, 0.400000036),CFrame = CFrame.new(2.35483098, 5.18234444, -4.53787422, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  897. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  898. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.300010204, -1.29999256, 1.40666962e-005, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  899. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1, 0.600000024),CFrame = CFrame.new(1.88730097, 6.99068737, -4.57445002, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  900. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  901. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.799996853, 0.50001812, 4.29153442e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  902. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.800000072, 0.600000024),CFrame = CFrame.new(2.37646794, 4.9594202, -4.07979012, -0.964945316, -0.262290984, 0.00918756705, -0.251028091, 0.932593942, 0.259333163, -0.0765890256, 0.247935995, -0.965744197),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  903. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  904. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964945138, -0.251028031, -0.0765890107, -0.262290955, 0.932593882, 0.247935966, 0.0091875596, 0.259333193, -0.965744257),C1 = CFrame.new(-0.199994564, -1.39999104, 1.52587891e-005, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  905. RightLeg = New("Model",chara,"RightLeg",{})
  906. MainPart = New("Part",RightLeg,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.29641008, 1.31540966, 0.248092994, 0.00933599845, 0.00110999751, 0.999955773, -0.0030579993, 0.999994755, -0.00108149007, -0.99995178, -0.0030477671, 0.00933934376),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,})
  907. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Leg"],C0 = CFrame.new(0, 0, 0, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),C1 = CFrame.new(2.98023224e-008, -8.58306885e-006, 2.38418579e-007, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  908. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(2.70045996, 1.61376095, -0.149078026, 0.999955833, 0.00111049914, -0.0093326522, -0.00108199986, 0.999994755, 0.00305823679, 0.00933599938, -0.00304800388, 0.999951839),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  909. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  910. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955893, -0.00108199986, 0.00933599938, 0.00111049926, 0.999994755, -0.00304800388, -0.0093326522, 0.00305823679, 0.99995178),C1 = CFrame.new(0.400011688, 0.300008655, 0.400000095, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  911. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(1.90071809, 1.81462395, -0.157150015, 0.999955714, 0.00111050205, -0.0093366541, -0.00108199974, 0.999994755, 0.00305724167, 0.00933999754, -0.00304700364, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  912. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  913. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111050217, 0.999994755, -0.00304700388, -0.00933665317, 0.00305724121, 0.99995178),C1 = CFrame.new(0.400002658, 0.50000751, -0.399999142, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  914. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000036, 0.200000003),CFrame = CFrame.new(1.896873, 1.71584904, 0.243133992, 0.999955714, 0.00111050205, -0.0093366541, -0.00108199974, 0.999994755, 0.00305724167, 0.00933999754, -0.00304700364, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  915. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  916. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111050217, 0.999994755, -0.00304700388, -0.00933665317, 0.00305724121, 0.99995178),C1 = CFrame.new(4.14252281e-006, 0.400008917, -0.399998784, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  917. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000072, 0.200000003),CFrame = CFrame.new(1.89314091, 1.71706903, 0.643112063, 0.999955714, 0.00111050205, -0.0093366541, -0.00108199974, 0.999994755, 0.00305724167, 0.00933999754, -0.00304700364, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  918. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  919. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111050217, 0.999994755, -0.00304700388, -0.00933665317, 0.00305724121, 0.99995178),C1 = CFrame.new(-0.399993181, 0.400005698, -0.399996519, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  920. EffCorruptedPart = New("Part",RightLeg,"EffCorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1.20000005, 1),CFrame = CFrame.new(2.29597116, 0.915416002, 0.249298006, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  921. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  922. Weld = New("ManualWeld",EffCorruptedPart,"Weld",{Part0 = EffCorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(1.41263008e-005, -0.399995744, 5.00679016e-006, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  923. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(2.300596, 1.71419013, -0.153122023, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  924. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  925. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(0.400015235, 0.400005817, 7.39097595e-006, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  926. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(2.69322205, 1.81620288, 0.650299072, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  927. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  928. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(-0.400013447, 0.500005245, 0.400009155, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  929. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(2.69684124, 1.71498096, 0.250625998, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  930. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  931. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(-1.63316727e-005, 0.400005937, 0.400005102, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  932. ScatterEff(EffCorruptedPart)
  933.  
  934. sa = RightArm:GetChildren()
  935. for i = 1, #sa do
  936. ScatterEff(sa[i])
  937. end
  938.  
  939. local eff1 = Instance.new("ParticleEmitter",EyeFire)
  940. eff1.Size = NumberSequence.new(.1)
  941. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  942. eff1.LightEmission = 1
  943. eff1.Lifetime = NumberRange.new(.5)
  944. eff1.Speed = NumberRange.new(1)
  945. eff1.EmissionDirection = "Front"
  946. eff1.Rate = 100
  947. eff1.Texture = "rbxassetid://347504241"
  948. eff1.Acceleration = Vector3.new(0,10,0)
  949. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  950. local eff2 = Instance.new("ParticleEmitter",EyeFire)
  951. eff2.Size = NumberSequence.new(.1)
  952. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  953. eff2.LightEmission = 1
  954. eff2.Lifetime = NumberRange.new(.5)
  955. eff2.Speed = NumberRange.new(1)
  956. eff2.EmissionDirection = "Front"
  957. eff2.Rate = 100
  958. eff2.Texture = "rbxassetid://347504259"
  959. eff2.Acceleration = Vector3.new(0,10,0)
  960. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  961. local eff3 = Instance.new("ParticleEmitter",EyeFire)
  962. eff3.Size = NumberSequence.new(.1)
  963. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  964. eff3.LightEmission = 1
  965. eff3.Lifetime = NumberRange.new(.5)
  966. eff3.Speed = NumberRange.new(1)
  967. eff3.EmissionDirection = "Front"
  968. eff3.Rate = 100
  969. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  970. eff3.Acceleration = Vector3.new(0,10,0)
  971. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  972.  
  973. --Sounds--
  974. slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
  975. hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
  976. telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
  977. burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
  978. music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
  979. music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
  980. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  981. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  982. music1:Play()
  983. music2:Play()
  984.  
  985. --Animations--
  986. swinganim = chara.Humanoid:LoadAnimation(New("Animation",chara,"Swing",{AnimationId = "rbxassetid://186934658"}))
  987.  
  988. --Name Tag--
  989. local naeeym = Instance.new("BillboardGui",chara)
  990. naeeym.Size = UDim2.new(0,100,0,40)
  991. naeeym.StudsOffset = Vector3.new(0,2,0)
  992. naeeym.Adornee = chara.Head
  993. local tecks = Instance.new("TextLabel",naeeym)
  994. tecks.BackgroundTransparency = 1
  995. tecks.BorderSizePixel = 0
  996. tecks.Text = "John Doe"
  997. tecks.Font = "Fantasy"
  998. tecks.FontSize = "Size24"
  999. tecks.TextStrokeTransparency = 0
  1000. tecks.TextStrokeColor3 = Color3.new(0,0,0)
  1001. tecks.TextColor3 = Color3.new(0,0,0)
  1002. tecks.Size = UDim2.new(1,0,0.5,0)
  1003.  
  1004. --Skybox--
  1005. skybox = Instance.new("Part",chara)
  1006. skybox.Size = Vector3.new(0,0,0)
  1007. skybox.Anchored = true
  1008. skybox.CanCollide = true
  1009. skyboxmesh = Instance.new("SpecialMesh",skybox)
  1010. skyboxmesh.MeshId = "http://www.roblox.com/asset/?id=1527559"
  1011. skyboxmesh.TextureId = "http://www.roblox.com/asset/?id=1529455"
  1012. skyboxmesh.VertexColor = Vector3.new(1,0,0)
  1013. skyboxmesh.Scale = Vector3.new(-3000,-1000,-3000)
  1014.  
  1015. --Soul Steal--
  1016. function SoulSteal(pos)
  1017. local soulst = coroutine.wrap(function()
  1018. local soul = Instance.new("Part",chara)
  1019. soul.Size = Vector3.new(0,0,0)
  1020. soul.CanCollide = false
  1021. soul.Anchored = false
  1022. soul.Position = pos
  1023. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  1024. soul.Transparency = 1
  1025. local ptc = Instance.new("ParticleEmitter",soul)
  1026. ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
  1027. ptc.Size = NumberSequence.new(.5)
  1028. ptc.LockedToPart = true
  1029. ptc.Speed = NumberRange.new(0)
  1030. ptc.Lifetime = NumberRange.new(9999)
  1031. local bodpos = Instance.new("BodyPosition",soul)
  1032. bodpos.Position = pos
  1033. wait(2)
  1034. soul.Touched:connect(function(hit)
  1035. if hit.Parent == chara then
  1036. soul:Destroy()
  1037. end
  1038. end)
  1039. while soul do
  1040. wait(.1)
  1041. bodpos.Position = chara.Torso.Position
  1042. end
  1043. end)
  1044. soulst()
  1045. end
  1046.  
  1047. --Death of a Mortal--
  1048. function KillMortal(hitdude)
  1049. local torsy = nil
  1050. if hitdude:FindFirstChild("Torso")~=nil then
  1051. torsy = hitdude.Torso
  1052. elseif hitdude:FindFirstChild("UpperTorso")~=nil then
  1053. torsy = hitdude.UpperTorso
  1054. end
  1055. local val = Instance.new("ObjectValue",hitdude)
  1056. val.Name = "HasBeenHit"
  1057. hitdude:BreakJoints()
  1058. hitdude.Humanoid:Destroy()
  1059. SoulSteal(torsy.Position)
  1060. local chi = hitdude:GetChildren()
  1061. for i = 1, #chi do
  1062. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  1063. local bodpos = Instance.new("BodyPosition",chi[i])
  1064. bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  1065. ScatterEff(chi[i])
  1066. chi[i].BrickColor = BrickColor.new("Really black")
  1067. end
  1068. end
  1069. for i = 1, 4 do
  1070. for i = 1, #chi do
  1071. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  1072. chi[i].Transparency = chi[i].Transparency + .25
  1073. wait(.01)
  1074. end
  1075. end
  1076. end
  1077. for i = 1, #chi do
  1078. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  1079. chi[i]:Destroy()
  1080. end
  1081. end
  1082. end
  1083.  
  1084. --Arm Touch--
  1085. bladeactive = false
  1086. Hitbox.Touched:connect(function(hit)
  1087. if bladeactive == true then
  1088. if hit.Parent:FindFirstChild("Humanoid")~= nil and hit.Parent:FindFirstChild("HasBeenHit")== nil and hit.Parent ~= chara then
  1089. hitsnd:Play()
  1090. KillMortal(hit.Parent)
  1091. end
  1092. end
  1093. end)
  1094.  
  1095. --Teleport--
  1096. function Teleport(pos)
  1097. telesnd:Play()
  1098. local ch = chara:GetChildren()
  1099. for i = 1, #ch do
  1100. if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
  1101. local trace = Instance.new("Part",game.Workspace)
  1102. trace.Size = ch[i].Size
  1103. trace.Material = "Neon"
  1104. trace.BrickColor = BrickColor.new("Really black")
  1105. trace.Transparency = .3
  1106. trace.CanCollide = false
  1107. trace.Anchored = true
  1108. trace.CFrame = ch[i].CFrame
  1109. if ch[i].Name == "Head" then
  1110. mehs = Instance.new("CylinderMesh",trace)
  1111. mehs.Scale = Vector3.new(1.25,1.25,1.25)
  1112. end
  1113. tracedisappear = coroutine.wrap(function()
  1114. wait(1)
  1115. for i = 1, 7 do
  1116. wait(.1)
  1117. trace.Transparency = trace.Transparency + .1
  1118. end
  1119. trace:Destroy()
  1120. end)
  1121. tracedisappear()
  1122. end
  1123. end
  1124. chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  1125. end
  1126.  
  1127. --Grab--
  1128. function Grab(mouse)
  1129. local hit = mouse.Target
  1130. if hit ~= nil then
  1131. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  1132. local torsy = nil
  1133. if hit.Parent:FindFirstChild("Torso")~=nil then
  1134. torsy = hit.Parent.Torso
  1135. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  1136. torsy = hit.Parent.UpperTorso
  1137. end
  1138. local bodpos = Instance.new("BodyPosition",torsy)
  1139. bodpos.Position = torsy.Position
  1140. wait(1)
  1141. burnsnd:Play()
  1142. hit.Parent.Humanoid.MaxHealth = 100
  1143. bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
  1144. for i = 1, 10 do
  1145. wait(.1)
  1146. BurningEff(torsy)
  1147. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10
  1148. end
  1149. KillMortal(hit.Parent)
  1150. end
  1151. else end
  1152. end
  1153.  
  1154. --Button1Down--
  1155. dell = false
  1156. function onButton1Down()
  1157. if dell == false then
  1158. dell = true
  1159. swinganim:Play()
  1160. bladeactive = true
  1161. slashsnd:Play()
  1162. wait(.7)
  1163. bladeactive = false
  1164. dell = false
  1165. swinganim:Stop()
  1166. end
  1167. end
  1168.  
  1169. --KeyDowns--
  1170. function onKeyDown(key)
  1171. if key == "z" then
  1172. Teleport(Mouse.Hit.p + Vector3.new(0,2,0))
  1173. elseif key == "x" then
  1174. Grab(Mouse)
  1175. end
  1176. end
  1177.  
  1178. --Mouse Functions--
  1179. Mouse = player:GetMouse()
  1180. if Mouse then
  1181. Mouse.Button1Down:connect(onButton1Down)
  1182. Mouse.KeyDown:connect(onKeyDown)
  1183. end
  1184.  
  1185. --Death--
  1186. chara.Humanoid.Died:connect(function()
  1187. local pat = Instance.new("Part",game.Workspace)
  1188. pat.Transparency = 1
  1189. pat.Anchored = true
  1190. pat.CFrame = chara.Torso.CFrame
  1191. naeeym.Parent = pat
  1192. naeeym.Adornee = pat
  1193. skybox.Parent = game.Workspace
  1194. tecks.Text = "BAD CHOICE"
  1195. tecks.FontSize = "Size48"
  1196. tecks.TextColor3 = Color3.new(1,0,0)
  1197. music1:Stop()
  1198. music2:Stop()
  1199. deathmus.Parent = game.Workspace
  1200. deathex.Parent = game.Workspace
  1201. deathmus:Play()
  1202. deathex:Play()
  1203. game.Lighting.OutdoorAmbient = Color3.new(0,0,0)
  1204. game.Lighting.TimeOfDay = "00:00:00"
  1205. game.Lighting.FogColor = Color3.new(0,0,0)
  1206. game.Lighting.FogEnd = 1000
  1207. local ex = Instance.new("Explosion",game.Workspace)
  1208. ex.Position = chara.Torso.Position
  1209. ex.Visible = false
  1210. ex.BlastRadius = 999999999999999999999999
  1211. ex.BlastPressure = 9999999999999999999999999
  1212. end)
  1213.  
  1214. --Loop Function--
  1215. while true do
  1216. wait(.01)
  1217. chance = math.random(0,100)
  1218. if chance < 10 then
  1219. sel = math.random(1,3)
  1220. if sel == 1 then
  1221. tecks.Text = "NOHOPE"
  1222. elseif sel == 2 then
  1223. tecks.Text = "GIVEUP"
  1224. elseif sel == 3 then
  1225. tecks.Text = "BURNINHELL"
  1226. end
  1227. else tecks.Text = "John Doe"
  1228. end
  1229. if chara.Humanoid.Health > 0 then
  1230. chara.Humanoid.MaxHealth = math.huge
  1231. chara.Humanoid.Health = math.huge
  1232. game.Lighting.OutdoorAmbient = Color3.new(1,0,0)
  1233. game.Lighting.Ambient = Color3.new(1,0,0)
  1234. chara["Left Arm"].BrickColor = BrickColor.new("Cool yellow")
  1235. chara["Right Arm"].BrickColor = BrickColor.new("Cool yellow")
  1236. chara["Left Leg"].BrickColor = BrickColor.new("Medium blue")
  1237. chara["Right Leg"].BrickColor = BrickColor.new("Medium blue")
  1238. chara.Torso.BrickColor = BrickColor.new("Bright yellow")
  1239. chara["Left Arm"].Anchored = false
  1240. chara["Right Arm"].Anchored = false
  1241. chara["Left Leg"].Anchored = false
  1242. chara["Right Leg"].Anchored = false
  1243. chara.Torso.Anchored = false
  1244. ch = chara:GetChildren()
  1245. for i = 1, #ch do
  1246. if ch[i].ClassName == "Accessory" or ch[i].ClassName == "Hat" then
  1247. ch[i]:Destroy()
  1248. end
  1249. end
  1250. local tools = player.Backpack:GetChildren()
  1251. for i = 1, #tools do
  1252. if tools[i].ClassName == "HopperBin" then
  1253. tools[i]:Destroy()
  1254. end
  1255. end
  1256. skybox.CFrame = skybox.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(1),0)
  1257. tecks.Position = UDim2.new(0,math.random(-3,3),0,math.random(-3,3))
  1258. local jtrace = Instance.new("Part",game.Workspace)
  1259. jtrace.Name = "JDTrace"
  1260. jtrace.Size = Vector3.new(10,0,10)
  1261. jtrace.Position = chara.Torso.Position
  1262. jtrace.CFrame = chara.Torso.CFrame - Vector3.new(0,3,0)
  1263. jtrace.Anchored = true
  1264. jtrace.CanCollide = false
  1265. jtrace.BrickColor = BrickColor.new("Really black")
  1266. jtrace.Material = "Granite"
  1267. BurningEff(jtrace)
  1268. game.Debris:AddItem(jtrace,1)
  1269. end
  1270. end
  1271. end)
  1272.  
  1273. sui.Name = "sui"
  1274. sui.Parent = OP_2
  1275. sui.BackgroundColor3 = Color3.new(1, 1, 1)
  1276. sui.Position = UDim2.new(0.0576922931, 0, 0.481818169, 0)
  1277. sui.Size = UDim2.new(0, 200, 0, 50)
  1278. sui.Font = Enum.Font.SourceSans
  1279. sui.FontSize = Enum.FontSize.Size14
  1280. sui.Text = "Suicide"
  1281. sui.TextScaled = true
  1282. sui.TextSize = 14
  1283. sui.TextWrapped = true
  1284. sui.MouseButton1Click:connect(function()
  1285. OP_2.Visible = false
  1286.  
  1287. --Suicide gun by DMS
  1288. --NOT SUICIDE GLOCK
  1289. --THIS ONE IS DIFFERENT AND MORE BRUTAL >:U
  1290. message = "I'm Sorry." -- EDIT THIS ONLY
  1291. OHHNELLY = Instance.new("Tool")
  1292. BACKATITWITHHORRIBLEVARIABLENAMES = Instance.new("Animation")
  1293. ASDASFFDSCV = Instance.new("Part")
  1294. DOLANTRAMP = Instance.new("SpecialMesh")
  1295. CHINA = Instance.new("Sound")
  1296. JAPAN = Instance.new("Sound")
  1297. MEXICO = Instance.new("Part")
  1298. NOTSEE = Instance.new("Sound")
  1299. OHHNELLY0 = Instance.new("Sound")
  1300. OHHNELLY1 = Instance.new("Weld")
  1301. OHHNELLY2 = Instance.new("Weld")
  1302. OHHNELLY3 = Instance.new("Weld")
  1303. OHHNELLY.Name = "Suicide Gun"
  1304. OHHNELLY.Parent = game.Players.LocalPlayer.Backpack
  1305. OHHNELLY.GripForward = Vector3.new(-1.74845553e-007, -0, 1)
  1306. OHHNELLY.GripPos = Vector3.new(0.487703323, -3.7742065e-010, 0.00863459334)
  1307. OHHNELLY.GripRight = Vector3.new(0, -1, -0)
  1308. OHHNELLY.GripUp = Vector3.new(-1, 0, -1.74845553e-007)
  1309. OHHNELLY.CanBeDropped = false
  1310. BACKATITWITHHORRIBLEVARIABLENAMES.Name = "Suicide"
  1311. BACKATITWITHHORRIBLEVARIABLENAMES.Parent = OHHNELLY
  1312. BACKATITWITHHORRIBLEVARIABLENAMES.AnimationId = "rbxassetid://609172165"
  1313. ASDASFFDSCV.Name = "Handle2"
  1314. ASDASFFDSCV.Parent = OHHNELLY
  1315. ASDASFFDSCV.Material = Enum.Material.DiamondPlate
  1316. ASDASFFDSCV.BrickColor = BrickColor.new("Really black")
  1317. ASDASFFDSCV.Reflectance = 0.0099999997764826
  1318. ASDASFFDSCV.Position = Vector3.new(-0.00326100015, 0.26760304, 0.214301854)
  1319. ASDASFFDSCV.Rotation = Vector3.new(172.277985, 0.0128798541, 179.905014)
  1320. ASDASFFDSCV.Elasticity = 0
  1321. ASDASFFDSCV.Size = Vector3.new(0.400000006, 0.50999999, 0.699999988)
  1322. ASDASFFDSCV.CFrame = CFrame.new(-0.00326100015, 0.26760304, 0.214301854, -0.999998629, -0.00165782764, 0.000224795862, -0.0016729997, 0.990930021, -0.134366855, -8.88036311e-011, -0.134366959, -0.99093163)
  1323. ASDASFFDSCV.BottomSurface = Enum.SurfaceType.Smooth
  1324. ASDASFFDSCV.TopSurface = Enum.SurfaceType.Smooth
  1325. ASDASFFDSCV.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1326. DOLANTRAMP.Parent = ASDASFFDSCV
  1327. DOLANTRAMP.MeshId = "rbxassetid://476920625"
  1328. DOLANTRAMP.Scale = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  1329. DOLANTRAMP.TextureId = "rbxassetid://476920703"
  1330. DOLANTRAMP.MeshType = Enum.MeshType.FileMesh
  1331. CHINA.Name = "Ting"
  1332. CHINA.Parent = ASDASFFDSCV
  1333. CHINA.SoundId = "rbxassetid://165969964"
  1334. CHINA.Volume = 1
  1335. JAPAN.Name = "Swoosh"
  1336. JAPAN.Parent = ASDASFFDSCV
  1337. JAPAN.SoundId = "http://www.roblox.com/asset?id=168184001"
  1338. JAPAN.Volume = 1
  1339. MEXICO.Name = "Handle"
  1340. MEXICO.Parent = OHHNELLY
  1341. MEXICO.Material = Enum.Material.DiamondPlate
  1342. MEXICO.BrickColor = BrickColor.new("Really black")
  1343. MEXICO.Reflectance = 0.0099999997764826
  1344. MEXICO.Transparency = 1
  1345. MEXICO.Position = Vector3.new(-0.00328300009, 0.280510008, -0.149414003)
  1346. MEXICO.Rotation = Vector3.new(-177.96785, -0.00339820259, 89.9042282)
  1347. MEXICO.Elasticity = 0
  1348. MEXICO.Size = Vector3.new(0.400000006, 0.50999999, 0.699999988)
  1349. MEXICO.CFrame = CFrame.new(-0.00328300009, 0.280510008, -0.149414003, 0.00167151645, -0.999998629, -5.9309823e-005, -0.999369621, -0.0016725685, 0.0354602523, -0.0354603268, -1.40129846e-045, -0.999371052)
  1350. MEXICO.BottomSurface = Enum.SurfaceType.Smooth
  1351. MEXICO.TopSurface = Enum.SurfaceType.Smooth
  1352. MEXICO.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1353. NOTSEE.Name = "Swoosh"
  1354. NOTSEE.Parent = MEXICO
  1355. NOTSEE.SoundId = "http://www.roblox.com/asset?id=168184001"
  1356. NOTSEE.Volume = 1
  1357. OHHNELLY0.Name = "Ting"
  1358. OHHNELLY0.Parent = MEXICO
  1359. OHHNELLY0.SoundId = "rbxassetid://356911785"
  1360. OHHNELLY1.Parent = MEXICO
  1361. OHHNELLY1.C0 = CFrame.new(0, 0, 0, 0.00167151645, -0.999369621, -0.0354603268, -0.999998629, -0.0016725685, -1.40129846e-045, -5.9309823e-005, 0.0354602523, -0.999371052)
  1362. OHHNELLY1.C1 = CFrame.new(0, 0, 0, 0.00167151645, -0.999369621, -0.0354603268, -0.999998629, -0.0016725685, -1.40129846e-045, -5.9309823e-005, 0.0354602523, -0.999371052)
  1363. OHHNELLY1.Part0 = MEXICO
  1364. OHHNELLY1.Part1 = MEXICO
  1365. OHHNELLY2.Parent = MEXICO
  1366. OHHNELLY2.C0 = CFrame.new(0, 0, 0, 0.00167151645, -0.999369621, -0.0354603268, -0.999998629, -0.0016725685, -1.40129846e-045, -5.9309823e-005, 0.0354602523, -0.999371052)
  1367. OHHNELLY2.C1 = CFrame.new(4.06522304e-007, 0.0616614074, 0.358683348, -0.999998629, -0.00167299958, -4.41566783e-011, -0.00165782787, 0.99093014, -0.134366989, 0.00022479592, -0.134366855, -0.99093163)
  1368. OHHNELLY2.Part0 = MEXICO
  1369. OHHNELLY2.Part1 = ASDASFFDSCV
  1370. OHHNELLY3.Parent = MEXICO
  1371. OHHNELLY3.C0 = CFrame.new(0, 0, 0, 0.00167151645, -0.999369621, -0.0354603268, -0.999998629, -0.0016725685, -1.40129846e-045, -5.9309823e-005, 0.0354602523, -0.999371052)
  1372. OHHNELLY3.C1 = CFrame.new(0, 0, 0, 0.00167151645, -0.999369621, -0.0354603268, -0.999998629, -0.0016725685, -1.40129846e-045, -5.9309823e-005, 0.0354602523, -0.999371052)
  1373. OHHNELLY3.Part0 = MEXICO
  1374. OHHNELLY3.Part1 = MEXICO
  1375. OHHNELLY = OHHNELLY
  1376. Handle = OHHNELLY:WaitForChild("Handle")
  1377.  
  1378. Players = game:GetService("Players")
  1379. Debris = game:GetService("Debris")
  1380. InsertService = game:GetService("InsertService")
  1381.  
  1382. SuicideAnim = OHHNELLY:WaitForChild("Suicide")
  1383. SlashSound = Handle:WaitForChild("Swoosh")
  1384. HitSound = Handle:WaitForChild("Ting")
  1385.  
  1386. Damage = 100 --the damage dealt
  1387.  
  1388. ReloadTime = 1.45 --time between each swing
  1389.  
  1390. Kills = 0 --start off with 0 killstreak
  1391.  
  1392. function Activated() --when you swing
  1393. if OHHNELLY.Enabled then
  1394. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  1395. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  1396. Suicide = Humanoid:LoadAnimation(SuicideAnim)
  1397. Suicide:Play()
  1398. SlashSound:Play()
  1399. local speak = {message}
  1400. local colors = {"Red","Red","Red"} -- The only 3 colors, adding more will error.
  1401. local chat = game:GetService("Chat")
  1402. chat:Chat(game.Players.LocalPlayer.Character.Head,speak[math.random(1,#speak)], colors[math.random(1,3)] )
  1403. wait(1)
  1404. OHHNELLY.Handle.Ting:Play()
  1405. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  1406. player = game.Players.LocalPlayer
  1407. char = player.Character
  1408. char.Archivable = true
  1409. local rg = char:Clone()
  1410. rg.HumanoidRootPart:Destroy()
  1411. rg.Name = ""
  1412. rg.Humanoid.MaxHealth = 0
  1413. for i, v in pairs(rg.Torso:GetChildren()) do
  1414. if v:IsA("Motor6D") then
  1415. v:Destroy()
  1416. end
  1417. end
  1418.  
  1419. local n = Instance.new("Glue", rg.Torso)
  1420. n.Name = "Neck"
  1421. n.Part0 = rg.Torso
  1422. n.Part1 = rg.Head
  1423. n.C0 = CFrame.new(0, 1, 0)
  1424. n.C1 = CFrame.new(0, -0.5, 0)
  1425.  
  1426. local rs = Instance.new("Glue", rg.Torso)
  1427. rs.Name = "Right Shoulder"
  1428. rs.Part0 = rg.Torso
  1429. rs.Part1 = rg["Right Arm"]
  1430. rs.C0 = CFrame.new(1.5, 0.5, 0)
  1431. rs.C1 = CFrame.new(0, 0.5, 0)
  1432. local ls = Instance.new("Glue", rg.Torso)
  1433. ls.Name = "Left Shoulder"
  1434. ls.Part0 = rg.Torso
  1435. ls.Part1 = rg["Left Arm"]
  1436. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  1437. ls.C1 = CFrame.new(0, 0.5, 0)
  1438.  
  1439. local rh = Instance.new("Glue", rg.Torso)
  1440. rh.Name = "Right Hip"
  1441. rh.Part0 = rg.Torso
  1442. rh.Part1 = rg["Right Leg"]
  1443. rh.C0 = CFrame.new(0.5, -1, 0)
  1444. rh.C1 = CFrame.new(0, 1, 0)
  1445. local lh = Instance.new("Glue", rg.Torso)
  1446. lh.Name = "Left Hip"
  1447. lh.Part0 = rg.Torso
  1448. lh.Part1 = rg["Left Leg"]
  1449. lh.C0 = CFrame.new(-0.5, -1, 0)
  1450. lh.C1 = CFrame.new(0, 1, 0)
  1451. char.Torso:Destroy()
  1452. char.Head:Destroy()
  1453. char["Left Leg"]:Destroy()
  1454. char["Left Arm"]:Destroy()
  1455. char["Right Leg"]:Destroy()
  1456. char["Right Arm"]:Destroy()
  1457. rg.Parent = game.Workspace
  1458. game.Debris:AddItem(rg, 30)
  1459. rg.Torso.Velocity=Vector3.new(20,0,20)
  1460. rg.Head.BrickColor = BrickColor.new("Maroon")
  1461. rg.Head.face:Destroy()
  1462. function DEATH ()
  1463. OHHNELLY = Instance.new("Part")
  1464. OHHNELLY.Parent = workspace
  1465. OHHNELLY.Anchored = false
  1466. OHHNELLY.Material = Enum.Material.SmoothPlastic
  1467. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  1468. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1469. OHHNELLY.Position = rg.Head.Position
  1470. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  1471. end
  1472. for i=1, 50 do
  1473. DEATH()
  1474. print"BLOODY"
  1475. wait(.5)
  1476. end
  1477. end
  1478.  
  1479.  
  1480. end
  1481.  
  1482. function Equipped(mouse) --get everything settled up
  1483. Character = OHHNELLY.Parent
  1484. Player = Players:GetPlayerFromCharacter(Character)
  1485. Humanoid = Character:FindFirstChild("Humanoid")
  1486. Torso = Character:FindFirstChild("Torso")
  1487. if not Humanoid or not Torso then
  1488. return
  1489. end
  1490.  
  1491. if not OHHNELLY.Enabled then
  1492. wait(ReloadTime)
  1493. OHHNELLY.Enabled = true
  1494. end
  1495. end
  1496.  
  1497. function Unequipped()
  1498. if Suicide then
  1499. Suicide:Stop()
  1500. end
  1501. end
  1502. OHHNELLY.Activated:connect(Activated)
  1503. OHHNELLY.Equipped:connect(Equipped)
  1504. OHHNELLY.Unequipped:connect(Unequipped)
  1505. end)
  1506.  
  1507.  
  1508. Sing.Name = "Sing"
  1509. Sing.Parent = OP_2
  1510. Sing.BackgroundColor3 = Color3.new(1, 1, 1)
  1511. Sing.Position = UDim2.new(0.0576922931, 0, 0.712121189, 0)
  1512. Sing.Size = UDim2.new(0, 200, 0, 50)
  1513. Sing.Font = Enum.Font.SourceSans
  1514. Sing.FontSize = Enum.FontSize.Size14
  1515. Sing.Text = "Sing"
  1516. Sing.TextScaled = true
  1517. Sing.TextSize = 14
  1518. Sing.TextWrapped = true
  1519.  
  1520. OP_3.Name = "OP"
  1521. OP_3.Parent = OP_2
  1522. OP_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1523. OP_3.BackgroundTransparency = 1
  1524. OP_3.Position = UDim2.new(0.259615391, 0, 0.0212121215, 0)
  1525. OP_3.Size = UDim2.new(0, 300, 0, 50)
  1526. OP_3.Font = Enum.Font.Highway
  1527. OP_3.FontSize = Enum.FontSize.Size14
  1528. OP_3.Text = "OP"
  1529. OP_3.TextColor3 = Color3.new(1, 1, 1)
  1530. OP_3.TextScaled = true
  1531. OP_3.TextSize = 14
  1532. OP_3.TextWrapped = true
  1533.  
  1534. TextButton.Parent = OP_2
  1535. TextButton.BackgroundColor3 = Color3.new(1, 0, 0)
  1536. TextButton.Position = UDim2.new(0, 0, 0.0212121196, 0)
  1537. TextButton.Size = UDim2.new(0, 54, 0, 50)
  1538. TextButton.Font = Enum.Font.SourceSans
  1539. TextButton.FontSize = Enum.FontSize.Size14
  1540. TextButton.Text = "<"
  1541. TextButton.TextColor3 = Color3.new(0, 0, 0)
  1542. TextButton.TextScaled = true
  1543. TextButton.TextSize = 14
  1544. TextButton.TextStrokeColor3 = Color3.new(1, 0, 0)
  1545. TextButton.TextWrapped = true
  1546.  
  1547. rege.Name = "rege"
  1548. rege.Parent = ScreenGui
  1549. rege.BackgroundColor3 = Color3.new(1, 1, 1)
  1550. rege.BackgroundTransparency = 1
  1551. rege.Size = UDim2.new(0, 100, 0, 100)
  1552.  
  1553. PUTIS.Name = "PUTIS"
  1554. PUTIS.Parent = rege
  1555. PUTIS.BackgroundColor3 = Color3.new(1, 1, 1)
  1556. PUTIS.Position = UDim2.new(0.000512808561, 0, -0.000303030014, 0)
  1557. PUTIS.Size = UDim2.new(0, 63, 0, 50)
  1558. PUTIS.Font = Enum.Font.SourceSans
  1559. PUTIS.FontSize = Enum.FontSize.Size14
  1560. PUTIS.Text = ">"
  1561. PUTIS.TextScaled = true
  1562. PUTIS.TextSize = 14
  1563. PUTIS.TextWrapped = true
  1564. PUTIS.MouseButton1Click:connect(function()
  1565. Gui.Visible = true
  1566. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement