Advertisement
theboostracing

Untitled

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