Advertisement
Guest User

Untitled

a guest
May 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title> </title>
  5. </head>
  6. <body>
  7. <style>
  8. img[src="https://cdn.rawgit.com/000webhost/logo/e9bd13f7/footer-powered-by-000webhost-white2.png"] {
  9. display: none;}
  10. </style>
  11.  
  12. <pre style="word-wrap: break-word; white-space: pre-wrap;">
  13. --[[
  14.  
  15. Made by Cronizete
  16. Cronnie#8709
  17.  
  18. --]]
  19.  
  20. plr = game:service'Players'.LocalPlayer
  21. char = plr.Character
  22.  
  23. local RenderStepped = game:service'RunService'.RenderStepped
  24.  
  25. --// Body parts
  26.  
  27. human = char:FindFirstChildOfClass'Humanoid'
  28. torso = char.Torso
  29. root = char.HumanoidRootPart
  30. lleg = char["Left Leg"]
  31. rleg = char["Right Leg"]
  32. larm = char["Left Arm"]
  33. rarm = char["Right Arm"]
  34. head = char.Head
  35. bk = head.face:Clone()
  36. bk.Texture = "rbxassetid://986775808"
  37. ground = ""
  38. mouse = plr:GetMouse()
  39. parent = script
  40.  
  41. ff = Instance.new('ForceField', script)
  42. ff.Visible = false
  43.  
  44. for _, a in pairs(workspace:children()) do
  45. if a:IsA'Part' then
  46. ground = a
  47. end
  48. end
  49.  
  50. char["Right Leg"].Touched:connect(function(hit)
  51. if hit:IsA'Part' then
  52. ground = hit
  53. end
  54. end)
  55.  
  56. --// pffs
  57.  
  58. local f1 = Instance.new('Sound', char.Head)
  59. f1.Volume = 0
  60. f1.SoundId = "rbxassetid://1177742554"
  61. f1:Stop()
  62. local f2 = Instance.new('Sound', char.Head)
  63. f2.Volume = 0
  64. f2.SoundId = "rbxassetid://1104631254"
  65. f2:Stop()
  66.  
  67. --// Config
  68.  
  69. fire = false
  70. cooldown = true
  71. speed = 4
  72. skipintro = false
  73.  
  74. --// Head
  75.  
  76. neck = torso.Neck
  77. ncf = neck.C0
  78.  
  79. --// torso
  80.  
  81. torsojoint = root.RootJoint
  82. torsoC0 = torsojoint.C0
  83.  
  84. --// Legs
  85.  
  86. lhip = torso["Left Hip"]
  87. rhip = torso["Right Hip"]
  88. lle = lhip.C0
  89. rle = rhip.C0
  90.  
  91. --// rad,random,sin,cos,and floor
  92.  
  93. rad = math.rad
  94. random = math.random
  95. sin = math.sin
  96. cos = math.cos
  97. floor = math.floor
  98.  
  99. --// Sfx
  100.  
  101. s1 = Instance.new('Sound', char.Head)
  102. s1.Volume = 8
  103. s1.SoundId = "rbxassetid://898343616"
  104.  
  105. s2 = Instance.new('Sound', char.Head)
  106. s2.Volume = 8
  107. s2.SoundId = "rbxassetid://994436195"
  108.  
  109. s3 = Instance.new('Sound', char.Torso)
  110. s3.Volume = 4
  111. s3.SoundId = "rbxassetid://898367467"
  112.  
  113. s4 = Instance.new('Sound', char.Torso)
  114. s4.Volume = 5
  115. s4.SoundId = "rbxassetid://1001019447"
  116.  
  117. s5 = Instance.new('Sound', char.Head)
  118. s5.Volume = 5
  119. s5.SoundId = "rbxassetid://1122492388"
  120.  
  121. s6 = Instance.new('Sound', char.Head)
  122. s6.Volume = 5
  123. s6.SoundId = "rbxassetid://1122501835"
  124.  
  125. s7 = Instance.new('Sound', char["Right Arm"])
  126. s7.Volume = 5
  127. s7.SoundId = "rbxassetid://994434943"
  128.  
  129. --// Body Color
  130.  
  131. bc = char:FindFirstChild('Body Colors')
  132. bc.HeadColor = BrickColor.new('Cool yellow')
  133. bc.LeftArmColor = BrickColor.new('Cool yellow')
  134. bc.RightArmColor = BrickColor.new('Cool yellow')
  135. bc.LeftLegColor = BrickColor.new('Cool yellow')
  136. bc.RightLegColor = BrickColor.new('Cool yellow')
  137. bc.TorsoColor = BrickColor.new('Cool yellow')
  138.  
  139. --// Arms
  140.  
  141. lshold = torso["Left Shoulder"]
  142. rshold = torso["Right Shoulder"]
  143. lsho = lshold.C0
  144. rsho = rshold.C0
  145.  
  146. --// Remove animations
  147.  
  148. char.Animate.Parent = nil
  149. human.Animator.Parent = nil
  150.  
  151. for i,v in pairs(human:GetPlayingAnimationTracks()) do
  152. v:Stop()
  153. end
  154.  
  155. --// Body parts
  156.  
  157. human = char:FindFirstChildOfClass'Humanoid'
  158. torso = char.Torso
  159. root = char.HumanoidRootPart
  160. lleg = char["Left Leg"]
  161. rleg = char["Right Leg"]
  162. larm = char["Left Arm"]
  163. rarm = char["Right Arm"]
  164. head = char.Head
  165. ground = ""
  166. mouse = plr:GetMouse()
  167. parent = script
  168.  
  169. ff = Instance.new('ForceField', script)
  170. ff.Visible = false
  171.  
  172. for _, a in pairs(workspace:children()) do
  173. if a:IsA'Part' then
  174. ground = a
  175. end
  176. end
  177.  
  178. --// Head
  179.  
  180. neck = torso.Neck
  181. ncf = neck.C0
  182.  
  183. --// torso
  184.  
  185. torsojoint = root.RootJoint
  186. torsoC0 = torsojoint.C0
  187.  
  188. --// Legs
  189.  
  190. lhip = torso["Left Hip"]
  191. rhip = torso["Right Hip"]
  192. lle = lhip.C0
  193. rle = rhip.C0
  194.  
  195. --// rad,random,sin,cos,and floor
  196.  
  197. rad = math.rad
  198. random = math.random
  199. sin = math.sin
  200. cos = math.cos
  201. floor = math.floor
  202.  
  203. --// Body Color
  204.  
  205. bc = char:FindFirstChild('Body Colors')
  206. bc.HeadColor = BrickColor.new('Cool yellow')
  207. bc.LeftArmColor = BrickColor.new('Cool yellow')
  208. bc.RightArmColor = BrickColor.new('Cool yellow')
  209. bc.LeftLegColor = BrickColor.new('Cool yellow')
  210. bc.RightLegColor = BrickColor.new('Cool yellow')
  211. bc.TorsoColor = BrickColor.new('Cool yellow')
  212.  
  213. --// Arms
  214.  
  215. lshold = torso["Left Shoulder"]
  216. rshold = torso["Right Shoulder"]
  217. lsho = lshold.C0
  218. rsho = rshold.C0
  219.  
  220. --// Character
  221.  
  222. local hat = Instance.new("Part", char)
  223. hat.CanCollide = false
  224. hat.Name = "hattt"
  225. hat.Size = Vector3.new(0.2, 0.2, 0.2)
  226. hat.BrickColor = BrickColor.new("Really black")
  227. local M = Instance.new("SpecialMesh", hat)
  228. M.MeshId = "rbxassetid://884095858"
  229. M.Scale = Vector3.new(0.04, 0.04, 0.04)
  230. M.Offset = Vector3.new(-0.225, 0.65, -0.1)
  231. local W = Instance.new("Weld", char.Head)
  232. W.Part0 = char.Head
  233. W.Part1 = hat
  234. W.C0 = CFrame.Angles(0, math.rad(180), 0)
  235.  
  236. char.Head.face.Texture = "rbxassetid://986775808"
  237.  
  238. for _, a in pairs(char:children()) do
  239. if a:IsA'Accessory' or a:IsA'CharacterMesh' or a:IsA'Shirt' or a:IsA'Pants' then
  240. a:Destroy()
  241. end
  242. end
  243.  
  244. local s = Instance.new('Shirt',char)
  245. s.ShirtTemplate = "rbxassetid://318581869"
  246. local p = Instance.new('Pants',char)
  247. p.PantsTemplate = "rbxassetid://318581846"
  248.  
  249. function ui()
  250. local hat = Instance.new("Part", char)
  251. hat.CanCollide = false
  252. hat.Name = "hattt"
  253. hat.Size = Vector3.new(0.2, 0.2, 0.2)
  254. hat.BrickColor = BrickColor.new("Really black")
  255. local M = Instance.new("SpecialMesh", hat)
  256. M.MeshId = "rbxassetid://884095858"
  257. M.Scale = Vector3.new(0.04, 0.04, 0.04)
  258. M.Offset = Vector3.new(-0.225, 0.65, -0.1)
  259. local W = Instance.new("Weld", char.Head)
  260. W.Part0 = char.Head
  261. W.Part1 = hat
  262. W.C0 = CFrame.Angles(0, math.rad(180), 0)
  263.  
  264. char.Head.face.Texture = "rbxassetid://986775808"
  265.  
  266. for _, a in pairs(char:children()) do
  267. if a:IsA'Accessory' or a:IsA'CharacterMesh' or a:IsA'Shirt' or a:IsA'Pants' then
  268. a:Destroy()
  269. end
  270. end
  271.  
  272. local numbers = {
  273. "Medium stone grey",
  274. "Ghost grey",
  275. "Quill grey"
  276. }
  277.  
  278. local s = Instance.new('Shirt',char)
  279. s.ShirtTemplate = "rbxassetid://1120560676"
  280. local p = Instance.new('Pants',char)
  281. p.PantsTemplate = "rbxassetid://1118164831"
  282.  
  283. local plr = game:GetService("Players").LocalPlayer
  284. local char = plr.Character
  285. local head = char.Head
  286. local torso = char.Torso
  287. local leftarm = char["Left Arm"]
  288. local rightarm = char["Right Arm"]
  289. local leftleg = char["Left Leg"]
  290. local rightleg = char["Right Leg"]
  291.  
  292. ParticleEmitter25 = Instance.new("ParticleEmitter")
  293. ParticleEmitter26 = Instance.new("ParticleEmitter")
  294. ParticleEmitter30 = Instance.new("ParticleEmitter")
  295. ParticleEmitter31 = Instance.new("ParticleEmitter")
  296. ParticleEmitter32 = Instance.new("ParticleEmitter")
  297. ParticleEmitter33 = Instance.new("ParticleEmitter")
  298. ParticleEmitter36 = Instance.new("ParticleEmitter")
  299. ParticleEmitter37 = Instance.new("ParticleEmitter")
  300. ParticleEmitter41 = Instance.new("ParticleEmitter")
  301. ParticleEmitter42 = Instance.new("ParticleEmitter")
  302. ParticleEmitter43 = Instance.new("ParticleEmitter")
  303. ParticleEmitter46 = Instance.new("ParticleEmitter")
  304. ParticleEmitter47 = Instance.new("ParticleEmitter")
  305. ParticleEmitter63 = Instance.new("ParticleEmitter")
  306. ParticleEmitter64 = Instance.new("ParticleEmitter")
  307. ParticleEmitter65 = Instance.new("ParticleEmitter")
  308.  
  309.  
  310. ParticleEmitter25.Parent = head
  311. ParticleEmitter25.Size = NumberSequence.new(1,0)
  312. ParticleEmitter25.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  313. ParticleEmitter25.LightEmission = 100
  314. ParticleEmitter25.Texture = "http://www.roblox.com/asset/?id=242102147"
  315. ParticleEmitter25.Lifetime = NumberRange.new(1, 1)
  316. ParticleEmitter25.Rate = 49
  317. ParticleEmitter25.Speed = NumberRange.new(2, 2)
  318. ParticleEmitter25.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  319. ParticleEmitter26.Name = "Sparkles"
  320. ParticleEmitter26.Parent = head
  321. ParticleEmitter26.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  322. ParticleEmitter26.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  323. ParticleEmitter26.LightEmission = 1
  324. ParticleEmitter26.Texture = "rbxassetid://1081534242"
  325. ParticleEmitter26.ZOffset = 1
  326. ParticleEmitter26.Acceleration = Vector3.new(0, 2.5, 0)
  327. ParticleEmitter26.Lifetime = NumberRange.new(1, 1)
  328. ParticleEmitter26.Rate = 49
  329. ParticleEmitter26.Speed = NumberRange.new(0.25, 1)
  330. ParticleEmitter26.VelocitySpread = 180
  331. ParticleEmitter30.Parent = leftarm
  332. ParticleEmitter30.Size = NumberSequence.new(1,0)
  333. ParticleEmitter30.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  334. ParticleEmitter30.LightEmission = 100
  335. ParticleEmitter30.Texture = "http://www.roblox.com/asset/?id=242102147"
  336. ParticleEmitter30.Lifetime = NumberRange.new(1, 1)
  337. ParticleEmitter30.Rate = 49
  338. ParticleEmitter30.Speed = NumberRange.new(2, 2)
  339. ParticleEmitter30.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  340. ParticleEmitter31.Parent = leftarm
  341. ParticleEmitter31.Size = NumberSequence.new(1,0)
  342. ParticleEmitter31.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  343. ParticleEmitter31.LightEmission = 100
  344. ParticleEmitter31.Texture = "http://www.roblox.com/asset/?id=242102147"
  345. ParticleEmitter31.Lifetime = NumberRange.new(1, 1)
  346. ParticleEmitter31.Rate = 49
  347. ParticleEmitter31.Speed = NumberRange.new(2, 2)
  348. ParticleEmitter31.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  349. ParticleEmitter32.Parent = leftarm
  350. ParticleEmitter32.Size = NumberSequence.new(1,0)
  351. ParticleEmitter32.Color = ColorSequence.new(Color3.new(0.484001, 0, 0.974197),Color3.new(0.484001, 0, 0.974197))
  352. ParticleEmitter32.LightEmission = 100
  353. ParticleEmitter32.Texture = "http://www.roblox.com/asset/?id=242102147"
  354. ParticleEmitter32.Lifetime = NumberRange.new(1, 1)
  355. ParticleEmitter32.Rate = 49
  356. ParticleEmitter32.Speed = NumberRange.new(2, 2)
  357. ParticleEmitter32.Color = ColorSequence.new(Color3.new(0.484001, 0, 0.974197),Color3.new(0.484001, 0, 0.974197))
  358. ParticleEmitter33.Name = "Sparkles"
  359. ParticleEmitter33.Parent = leftarm
  360. ParticleEmitter33.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  361. ParticleEmitter33.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  362. ParticleEmitter33.LightEmission = 1
  363. ParticleEmitter33.Texture = "rbxassetid://1081534242"
  364. ParticleEmitter33.ZOffset = 1
  365. ParticleEmitter33.Acceleration = Vector3.new(0, 2.5, 0)
  366. ParticleEmitter33.Lifetime = NumberRange.new(1, 1)
  367. ParticleEmitter33.Rate = 49
  368. ParticleEmitter33.Speed = NumberRange.new(0.25, 1)
  369. ParticleEmitter33.VelocitySpread = 180
  370. ParticleEmitter36.Parent = leftleg
  371. ParticleEmitter36.Size = NumberSequence.new(1,0)
  372. ParticleEmitter36.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  373. ParticleEmitter36.LightEmission = 4
  374. ParticleEmitter36.Texture = "http://www.roblox.com/asset/?id=242102147"
  375. ParticleEmitter36.Lifetime = NumberRange.new(1, 1)
  376. ParticleEmitter36.Rate = 49
  377. ParticleEmitter36.Speed = NumberRange.new(2, 2)
  378. ParticleEmitter36.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  379. ParticleEmitter37.Name = "Sparkles"
  380. ParticleEmitter37.Parent = leftleg
  381. ParticleEmitter37.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  382. ParticleEmitter37.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  383. ParticleEmitter37.LightEmission = 1
  384. ParticleEmitter37.Texture = "rbxassetid://1081534242"
  385. ParticleEmitter37.ZOffset = 1
  386. ParticleEmitter37.Acceleration = Vector3.new(0, 2.5, 0)
  387. ParticleEmitter37.Lifetime = NumberRange.new(1, 1)
  388. ParticleEmitter37.Rate = 49
  389. ParticleEmitter37.Speed = NumberRange.new(0.25, 1)
  390. ParticleEmitter37.VelocitySpread = 180
  391. ParticleEmitter41.Parent = rightarm
  392. ParticleEmitter41.Size = NumberSequence.new(1,0)
  393. ParticleEmitter41.Color = ColorSequence.new(Color3.new(0.484001, 0, 0.974197),Color3.new(0.484001, 0, 0.974197))
  394. ParticleEmitter41.LightEmission = 4
  395. ParticleEmitter41.Texture = "http://www.roblox.com/asset/?id=242102147"
  396. ParticleEmitter41.Lifetime = NumberRange.new(1, 1)
  397. ParticleEmitter41.Rate = 49
  398. ParticleEmitter41.Speed = NumberRange.new(2, 2)
  399. ParticleEmitter41.Color = ColorSequence.new(Color3.new(0.484001, 0, 0.974197),Color3.new(0.484001, 0, 0.974197))
  400. ParticleEmitter42.Parent = rightarm
  401. ParticleEmitter42.Size = NumberSequence.new(1,0)
  402. ParticleEmitter42.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  403. ParticleEmitter42.LightEmission = 4
  404. ParticleEmitter42.Texture = "http://www.roblox.com/asset/?id=242102147"
  405. ParticleEmitter42.Lifetime = NumberRange.new(1, 1)
  406. ParticleEmitter42.Rate = 49
  407. ParticleEmitter42.Speed = NumberRange.new(2, 2)
  408. ParticleEmitter42.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  409. ParticleEmitter43.Name = "Sparkles"
  410. ParticleEmitter43.Parent = rightarm
  411. ParticleEmitter43.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  412. ParticleEmitter43.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  413. ParticleEmitter43.LightEmission = 4
  414. ParticleEmitter43.Texture = "rbxassetid://1081534242"
  415. ParticleEmitter43.ZOffset = 1
  416. ParticleEmitter43.Acceleration = Vector3.new(0, 2.5, 0)
  417. ParticleEmitter43.Lifetime = NumberRange.new(1, 1)
  418. ParticleEmitter43.Rate = 49
  419. ParticleEmitter43.Speed = NumberRange.new(0.25, 1)
  420. ParticleEmitter43.VelocitySpread = 180
  421. ParticleEmitter46.Parent = rightleg
  422. ParticleEmitter46.Size = NumberSequence.new(1,0)
  423. ParticleEmitter46.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  424. ParticleEmitter46.LightEmission = 4
  425. ParticleEmitter46.Texture = "http://www.roblox.com/asset/?id=242102147"
  426. ParticleEmitter46.Lifetime = NumberRange.new(1, 1)
  427. ParticleEmitter46.Rate = 49
  428. ParticleEmitter46.Speed = NumberRange.new(2, 2)
  429. ParticleEmitter46.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  430. ParticleEmitter47.Name = "Sparkles"
  431. ParticleEmitter47.Parent = rightleg
  432. ParticleEmitter47.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  433. ParticleEmitter47.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  434. ParticleEmitter47.LightEmission = 1
  435. ParticleEmitter47.Texture = "rbxassetid://1081534242"
  436. ParticleEmitter47.ZOffset = 1
  437. ParticleEmitter47.Acceleration = Vector3.new(0, 2.5, 0)
  438. ParticleEmitter47.Lifetime = NumberRange.new(1, 1)
  439. ParticleEmitter47.Rate = 49
  440. ParticleEmitter47.Speed = NumberRange.new(0.25, 1)
  441. ParticleEmitter47.VelocitySpread = 180
  442. ParticleEmitter63.Parent = torso
  443. ParticleEmitter63.Transparency = NumberSequence.new(0,0.86250001192093,1)
  444. ParticleEmitter63.Rotation = NumberRange.new(360, 360)
  445. ParticleEmitter63.Size = NumberSequence.new(2,2)
  446. ParticleEmitter63.Color = ColorSequence.new(Color3.new(0.698039, 0.972549, 1),Color3.new(0, 0, 1))
  447. ParticleEmitter63.LightEmission = 1
  448. ParticleEmitter63.Texture = "rbxassetid://346519018"
  449. ParticleEmitter63.Acceleration = Vector3.new(0, 10, 0)
  450. ParticleEmitter63.Lifetime = NumberRange.new(0.5, 0.60000002384186)
  451. ParticleEmitter63.Rate = 49
  452. ParticleEmitter63.RotSpeed = NumberRange.new(-90, 90)
  453. ParticleEmitter63.Speed = NumberRange.new(0.5, 0.5)
  454. ParticleEmitter63.Color = ColorSequence.new(Color3.new(0.698039, 0.972549, 1),Color3.new(0, 0, 1))
  455. ParticleEmitter64.Parent = torso
  456. ParticleEmitter64.Size = NumberSequence.new(1,0)
  457. ParticleEmitter64.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  458. ParticleEmitter64.LightEmission = 1
  459. ParticleEmitter64.Texture = "http://www.roblox.com/asset/?id=242102147"
  460. ParticleEmitter64.Lifetime = NumberRange.new(1, 1)
  461. ParticleEmitter64.Rate = 49
  462. ParticleEmitter64.Speed = NumberRange.new(2, 2)
  463. ParticleEmitter64.Color = ColorSequence.new(Color3.new(0, 0.461006, 0.965896),Color3.new(0, 0.461006, 0.965896))
  464. ParticleEmitter65.Name = "Sparkles"
  465. ParticleEmitter65.Parent = torso
  466. ParticleEmitter65.Transparency = NumberSequence.new(1,0.34999999403954,0.10000000149012,0.40000000596046,1)
  467. ParticleEmitter65.Size = NumberSequence.new(0.025000000372529,0.025000000372529)
  468. ParticleEmitter65.LightEmission = 1
  469. ParticleEmitter65.Texture = "rbxassetid://1081534242"
  470. ParticleEmitter65.ZOffset = 1
  471. ParticleEmitter65.Acceleration = Vector3.new(0, 2.5, 0)
  472. ParticleEmitter65.Lifetime = NumberRange.new(1, 1)
  473. ParticleEmitter65.Rate = 49
  474. ParticleEmitter65.Speed = NumberRange.new(0.25, 1)
  475. ParticleEmitter65.VelocitySpread = 180
  476.  
  477. local sp = Instance.new('ParticleEmitter')
  478. sp.LightEmission = 1.000
  479. sp.Texture = "rbxassetid://1081534242"
  480. sp.LightInfluence = 0
  481. sp.Size = NumberSequence.new(0.025)
  482. sp.Acceleration = Vector3.new(0, 2.5, 0)
  483. sp.EmissionDirection = "Top"
  484. sp.Lifetime = NumberRange.new(1)
  485. sp.Rate = 100
  486. sp.Rotation = NumberRange.new(0)
  487. sp.RotSpeed = NumberRange.new(0)
  488. sp.Speed = NumberRange.new(0.25, 1)
  489. sp.SpreadAngle = Vector2.new(180, 180)
  490.  
  491. for _, a in pairs(char:children()) do
  492. if a:IsA'BasePart' and a.Name ~= "hattt" and a.Name ~= "HumanoidRootPart" and a.Name ~= "Head" then
  493. sp:Clone().Parent = a
  494. end
  495. end
  496. end
  497.  
  498. function breaks()
  499. for i = 1,10 do
  500. wait(.4)
  501. a = Instance.new('Part', char)
  502. a.Size = Vector3.new(15.7, 0.05, 14.45)
  503. a.Anchored = true
  504. a.Transparency = 1
  505. a.Name = "spiritbomb"
  506. a.CanCollide = false
  507. a.Position = char.Torso.Position - Vector3.new(0,2.5,0) + Vector3.new(math.random(-25,25),0,math.random(-25,25))
  508. d = Instance.new('Decal', a)
  509. d.Face = "Top"
  510. d.Texture = "http://www.roblox.com/asset/?id=29268434"
  511. s = Instance.new('Sound', a)
  512. s.Volume = 7
  513. s.SoundId = "rbxassetid://1084995524"
  514. s:Play()
  515. end
  516. end
  517.  
  518. function invis(a)
  519. for _, a in pairs(a:children()) do
  520. if a:IsA'BasePart' and a.Name ~= "spiritbomb" then
  521. a.Transparency = 1
  522. elseif a:IsA'Decal' then
  523. a.Transparency = 1
  524. end
  525. end
  526. end
  527.  
  528. function vis(a)
  529. for _, a in pairs(a:children()) do
  530. if a:IsA'BasePart' and a.Name ~= "spiritbomb" and a.Name ~= "HumanoidRootPart" then
  531. a.Transparency = 0
  532. elseif a:IsA'Decal' then
  533. a.Transparency = 1
  534. end
  535. end
  536. end
  537.  
  538. function intro()
  539. fire = true
  540. human.WalkSpeed = 0
  541. human.JumpPower = 0
  542. local sp = Instance.new('Part', char)
  543. sp.Anchored = true
  544. sp.CanCollide = false
  545. sp.BrickColor = BrickColor.new('Toothpaste')
  546. sp.Transparency = 0.15
  547. sp.Shape = "Ball"
  548. sp.Name = "spiritbomb"
  549. sp.Material = "Neon"
  550. sp.Size = Vector3.new(3,3,3)
  551. for i = 0,1,0.01 do
  552. wait()
  553. lhip.C0 = lhip.C0:lerp(lle*CFrame.new(0, 0.143, -0.023) * CFrame.Angles(math.rad(-9.11), 0, 0),i)
  554. rhip.C0 = rhip.C0:lerp(rle*CFrame.new(0, 0.148, -0.023) * CFrame.Angles(math.rad(-8.766), 0, 0),i)
  555. lshold.C0 = lshold.C0:lerp(lsho*CFrame.new(0, 0.436, 0.857) * CFrame.Angles(math.rad(-156.131), 0, 0),i)
  556. rshold.C0 = rshold.C0:lerp(rsho*CFrame.new(0, 0.332, 0.781) * CFrame.Angles(math.rad(-145.359), 0, 0),i)
  557. torsojoint.C0 = torsojoint.C0:lerp(torsoC0*CFrame.new(0,0,i*25),i)
  558. sp.Size = sp.Size + Vector3.new(i*0.7,i*0.7,i*0.7)
  559. sp.CFrame = char.Head.CFrame * CFrame.new(0,i*25,0)
  560. end
  561. wait(.8)
  562. s1:Play()
  563. for i = 0,1,0.01 do
  564. wait()
  565. lshold.C0 = lshold.C0:lerp(lsho*CFrame.Angles(math.rad(-3.782), math.rad(7.678), math.rad(-63.77)),i)
  566. rshold.C0 = rshold.C0:lerp(rsho*CFrame.Angles(math.rad(-1.719), math.rad(-2.865), math.rad(58.728)),i)
  567. sp.CFrame = sp.CFrame:lerp(char.Torso.CFrame * CFrame.new(0,0,-25),i)
  568. end
  569. s2:Play()
  570. sp.Size = sp.Size + Vector3.new(10,10,10)
  571. sp.CFrame = char.Torso.CFrame * CFrame.new(0,0,-25)
  572. wait(0.3)
  573. sp.Size = sp.Size - Vector3.new(15,15,15)
  574. sp.CFrame = char.Torso.CFrame * CFrame.new(0,0,-25)
  575. wait(0.2)
  576. sp.Size = sp.Size + Vector3.new(20,20,20)
  577. sp.CFrame = char.Torso.CFrame * CFrame.new(0,0,-25)
  578. wait(0.3)
  579. sp.Size = sp.Size - Vector3.new(15,15,15)
  580. sp.CFrame = char.Torso.CFrame * CFrame.new(0,0,-25)
  581. wait(0.4)
  582. s2:Play()
  583. sp.Size = sp.Size + Vector3.new(35,35,35)
  584. sp.CFrame = char.Torso.CFrame * CFrame.new(0,0,-25)
  585. wait(0.5)
  586. local start = sp.Color
  587. local endd = BrickColor.new('Black').Color
  588. for i = 0,1,0.03 do
  589. wait()
  590. local color = start:lerp(endd,i)
  591. sp.BrickColor = BrickColor.new(color)
  592. end
  593. for i = 1,2 do
  594. wait()
  595. sp.Transparency = sp.Transparency + 0.01
  596. end
  597. for i = 1,2 do
  598. wait()
  599. sp.Transparency = sp.Transparency - 0.01
  600. end
  601. sp.Size = sp.Size + Vector3.new(50,55,55)
  602. invis(char)
  603. invis(char.Head)
  604. sp.Size = sp.Size + Vector3.new(15,15,15)
  605. sp.CFrame = char.Torso.CFrame * CFrame.new(0,0,-25)
  606. wait(0.5)
  607. fire = false
  608. for i = 1,35 do
  609. sp.Transparency = sp.Transparency + 0.03
  610. wait()
  611. end
  612. sp:Destroy()
  613. wait(3)
  614. f1.Volume = 10
  615. f1:Play()
  616. local sp = Instance.new('Part', char)
  617. sp.Anchored = true
  618. sp.CanCollide = false
  619. sp.BrickColor = BrickColor.new('Institutional white')
  620. sp.Transparency = 0
  621. sp.Shape = "Cylinder"
  622. sp.Name = "fx"
  623. sp.Material = "Neon"
  624. sp.Size = Vector3.new(500,.1,.1)
  625. vis(char)
  626. vis(char.Head)
  627. ui()
  628. head:FindFirstChildOfClass'Decal':Destroy()
  629. bk:Clone().Parent = head
  630. for i = 1,50 do
  631. wait()
  632. s1:Resume()
  633. s2:Resume()
  634. sp.Transparency = sp.Transparency + 0.02
  635. sp.Size = sp.Size+Vector3.new(3,3,3)
  636. sp.CFrame = char.Torso.CFrame * CFrame.new(0,-i*1.2,0) * CFrame.Angles(0,0,rad(-90))
  637. end
  638. sp:Destroy()
  639. human.WalkSpeed = 16
  640. human.JumpPower = 50
  641. end
  642.  
  643. function combat()
  644. fire = true
  645. for i = 0,1,0.1 do
  646. wait()
  647. rhip.C0 = rhip.C0:lerp(rle*CFrame.new(0.885, 0.897, 0) * CFrame.Angles(0, 0, math.rad(-20.283)),i)
  648. torsojoint.C0 = torsojoint.C0:lerp(torsoC0*CFrame.Angles(math.rad(278), 0, 0),i)
  649. end
  650. for i = 0,1,0.1 do
  651. wait()
  652. torsojoint.C0 = torsojoint.C0:lerp(torsoC0,i)
  653. end
  654. wait(.2)
  655. fire = false
  656. end
  657.  
  658. if skipintro then
  659. ui()
  660. elseif not skipintro then
  661. intro()
  662. end
  663. M.MeshId = "rbxassetid://1125231485"
  664. M.Scale = Vector3.new(3.1,3.1,3.1)
  665. W.C0 = CFrame.new(0,.6,0)
  666.  
  667. human.MaxHealth = 10000
  668. human.Health = 10000
  669.  
  670. local ff = Instance.new('ForceField', char)
  671. ff.Visible = false
  672.  
  673. human.Name = "xd"
  674.  
  675. function scan(d)
  676. for _, a in pairs(d:children()) do
  677. if a:IsA'BodyVelocity' or a:IsA'BodyGyro' or a:IsA'BodyPosition' then
  678. a:Destroy()
  679. end
  680. scan(a)
  681. end
  682. end
  683.  
  684. function scan3(d)
  685. for _, a in pairs(d:children()) do
  686. if a:IsA'ParticleEmitter' then
  687. a:Destroy()
  688. end
  689. scan3(a)
  690. end
  691. end
  692.  
  693. function hakai()
  694. fire = true
  695. local pes = {
  696.  
  697. }
  698. if mouse.Target ~= nil and mouse.Target.Parent ~= nil and mouse.Target.Parent:FindFirstChildOfClass'Humanoid' then
  699. local targ = mouse.Target.Parent
  700. local torson = targ:FindFirstChild('HumanoidRootPart') or targ:FindFirstChild('Torso')
  701. human.WalkSpeed = 0
  702. human.JumpPower = 0
  703. if (torson.Position - char:FindFirstChild('HumanoidRootPart').Position).magnitude <= 35 then
  704. for i = 0,1,0.05 do
  705. wait()
  706. rshold.C0 = rshold.C0:lerp(rsho*CFrame.new(0.472, -0.02, -0.296) * CFrame.Angles(math.rad(0.344), math.rad(8.881), math.rad(87.605)),i)
  707. end
  708. wait(0.5)
  709. s4:Play()
  710. for _, b in pairs(targ:children()) do
  711. if b:IsA'Part' then
  712. b.Anchored = true
  713. end
  714. end
  715. local p = Instance.new('Part', char)
  716. p.Transparency = 1
  717. p.Size = Vector3.new(.2,.2,.2)
  718. p.Anchored = true
  719. p.Name = "spiritbomb"
  720. p.CanCollide = false
  721. p.CFrame = torson.CFrame
  722. local sp = Instance.new('ParticleEmitter', p)
  723. table.insert(pes,sp)
  724. sp.LightEmission = 1.000
  725. sp.Texture = "rbxassetid://1081534242"
  726. sp.LightInfluence = 0
  727. sp.Size = NumberSequence.new(5)
  728. sp.Acceleration = Vector3.new(0, 2.5, 0)
  729. sp.Color = ColorSequence.new(BrickColor.new('Magenta').Color)
  730. sp.EmissionDirection = "Top"
  731. sp.Lifetime = NumberRange.new(1)
  732. sp.Rate = 10000
  733. sp.Rotation = NumberRange.new(360)
  734. sp.RotSpeed = NumberRange.new(0)
  735. sp.Speed = NumberRange.new(0.25, 1)
  736. sp.SpreadAngle = Vector2.new(360, 360)
  737. targ:Destroy()
  738. wait(.4)
  739. sp.Enabled = false
  740. end
  741. end
  742. human.WalkSpeed = 16
  743. human.JumpPower = 50
  744. fire = false
  745. end
  746.  
  747. --// thingy
  748.  
  749. local m = Instance.new('Hint', plr.PlayerGui)
  750. m.Text = "Attack: Hakai"
  751. local mode = "hakai"
  752.  
  753. --//
  754.  
  755. function spiritbomb()
  756. fire = true
  757. human.WalkSpeed = 0
  758. human.JumpPower = 0
  759. local sp = Instance.new('Part')
  760. local asd = true
  761. sp.Touched:connect(function(hit)
  762. if hit:IsA'Part' and asd then
  763. asd = false
  764. s2:Play()
  765. sp.Anchored = true
  766. sp.Size = sp.Size + Vector3.new(50,50,50)
  767. wait(.2)
  768. sp.Size = sp.Size - Vector3.new(50,50,50)
  769. wait(.2)
  770. sp.Size = sp.Size + Vector3.new(50,50,50)
  771. wait(.2)
  772. sp.Size = sp.Size - Vector3.new(50,50,50)
  773. wait(.2)
  774. sp.Size = sp.Size + Vector3.new(50,50,50)
  775. wait(.2)
  776. sp.Size = sp.Size - Vector3.new(50,50,50)
  777. wait(.2)
  778. sp.Size = sp.Size + Vector3.new(50,50,50)
  779. wait(.2)
  780. sp.Size = sp.Size - Vector3.new(50,50,50)
  781. wait(.2)
  782. sp.Size = sp.Size + Vector3.new(50,50,50)
  783. wait(.2)
  784. sp.Size = sp.Size - Vector3.new(50,50,50)
  785. wait(.2)
  786. sp.Size = sp.Size + Vector3.new(50,50,50)
  787. wait(.2)
  788. sp.Size = sp.Size - Vector3.new(50,50,50)
  789. for i = 1,25 do
  790. wait()
  791. sp.Transparency = sp.Transparency + 0.1
  792. end
  793. end
  794. end)
  795. sp.Anchored = true
  796. sp.CanCollide = false
  797. sp.BrickColor = BrickColor.new('Toothpaste')
  798. sp.Transparency = 0.15
  799. sp.Shape = "Ball"
  800. sp.Name = "spiritbomb"
  801. sp.Material = "Neon"
  802. sp.Size = Vector3.new(0.1,0.1,0.1)
  803. for i = 0,1,0.01 do
  804. wait()
  805. rshold.C0 = rshold.C0:lerp(rsho*CFrame.new(0.007, 0.537, -0.096) * CFrame.Angles(math.rad(17.189), math.rad(-0.229), math.rad(179.278)),i)
  806. end
  807. sp.Parent = char
  808. local a = -1.5
  809. for i = 1,200 do
  810. wait()
  811. sp.CFrame = char["Right Arm"].CFrame * CFrame.new(0,a,0)
  812. sp.Size = sp.Size + Vector3.new(.01,.01,.01)
  813. a = a + -0.01
  814. end
  815. for i = 1,100 do
  816. wait()
  817. sp.CFrame = char["Right Arm"].CFrame * CFrame.new(0,a,0)
  818. sp.Size = sp.Size + Vector3.new(.2,.2,.2)
  819. a = a + -0.15
  820. end
  821. human.WalkSpeed = 16
  822. human.JumpPower = 50
  823. sp.Anchored = false
  824. local bv = Instance.new("BodyVelocity")
  825. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  826. bv.velocity = mouse.Hit.lookVector * 75
  827. bv.Parent = sp
  828. fire = false
  829. end
  830.  
  831. function scan2(d)
  832. for _, a in pairs(d:children()) do
  833. if a:IsA'Part' and a.Name ~= ground and a.Parent ~= char and (a.Position - char:FindFirstChild('HumanoidRootPart').Position).magnitude <= 7 then
  834. s3:Play()
  835. invis(char)
  836. char.Torso.CFrame = char.Torso.CFrame*CFrame.new(math.random(-10,10),0,math.random(-10,10))
  837. wait(.13)
  838. vis(char)
  839. end
  840. scan(a)
  841. end
  842. end
  843.  
  844. function kh()
  845.  
  846. end
  847.  
  848. function speak()
  849. a = math.random(1,2)
  850. if a == 1 then
  851. s5:Play()
  852. elseif a == 2 then
  853. s6:Play()
  854. end
  855. end
  856.  
  857. local kamehold = true
  858. local kameham
  859.  
  860. function kamehame()
  861. fire = true
  862. kamehold = true
  863. human.WalkSpeed = 0
  864. human.JumpPower = 0
  865. for i = 0,1,0.05 do
  866. wait()
  867. rshold.C0 = rshold.C0:lerp(rsho*CFrame.Angles(math.rad(-0.286), math.rad(-16.329), math.rad(89.038)),i)
  868. torsojoint.C0 = torsojoint.C0:lerp(torsoC0*CFrame.Angles(0, 0, math.rad(17.819)),i)
  869. neck.C0 = neck.C0:lerp(ncf*CFrame.Angles(0, 0, math.rad(-23.835)),i)
  870. end
  871. local sp = Instance.new('Part', char)
  872. kameham = sp
  873. sp.Anchored = true
  874. sp.CanCollide = false
  875. sp.BrickColor = BrickColor.new('Toothpaste')
  876. sp.Transparency = 0.05
  877. sp.Shape = "Ball"
  878. sp.Name = "spiritbomb"
  879. sp.Material = "Neon"
  880. sp.Size = Vector3.new(0.6,0.6,0.6)
  881. sp.CFrame = char["Right Arm"].CFrame * CFrame.new(0,-2,0)
  882. human.WalkSpeed = 16
  883. human.JumpPower = 50
  884. end
  885.  
  886. function tpb()
  887. if mouse.Target ~= nil and mouse.Target.Parent ~= nil and mouse.Target.Parent:FindFirstChildOfClass'Humanoid' then
  888. local target = mouse.Target.Parent
  889. local torson = target:FindFirstChild('HumanoidRootPart') or target:FindFirstChild('Torso')
  890. if (torson.Position - char:FindFirstChild('HumanoidRootPart').Position).magnitude <= 100 then
  891. s3:Play()
  892. invis(char)
  893. char.Torso.CFrame = torson.CFrame * CFrame.new(0,0,5)
  894. wait(.13)
  895. vis(char)
  896. end
  897. end
  898. end
  899.  
  900. lclick = false
  901.  
  902. mouse.Button1Down:connect(function()
  903. if mode == "hakai" and cooldown then
  904. cooldown = false
  905. hakai()
  906. cooldown = true
  907. elseif mode == "z vanish" and cooldown then
  908. cooldown = false
  909. tpb()
  910. cooldown = true
  911. elseif mode == "combat" and cooldown then
  912. cooldown = false
  913. combat()
  914. cooldown = true
  915. end
  916. end)
  917.  
  918. mouse.Button1Up:connect(function()
  919. lclick = false
  920. end)
  921.  
  922. dodge = true
  923.  
  924. mouse.KeyDown:connect(function(k)
  925. if k == "q" and cooldown then
  926. if mode == "hakai" then
  927. mode = "z vanish"
  928. m.Text = "Attack: Z Vanish"
  929. elseif mode == "z vanish" then
  930. mode = "combat"
  931. m.Text = "Attack: Combat"
  932. elseif mode == "combat" then
  933. mode = "hakai"
  934. m.Text = "Attack: Hakai"
  935. end
  936. elseif k == "x" and cooldown then
  937. if dodge then
  938. cooldown = false
  939. dodge = false
  940. cooldown = true
  941. elseif not dodge then
  942. cooldown = false
  943. dodge = true
  944. cooldown = true
  945. end
  946. elseif k == "e" and cooldown then
  947. cooldown = false
  948. kamehame()
  949. cooldown = true
  950. elseif k == "c" and cooldown then
  951. cooldown = false
  952. s5:Play()
  953. breaks()
  954. cooldown = true
  955. end
  956. end)
  957.  
  958. game:GetService('RunService').RenderStepped:connect(function()
  959. if dodge then
  960. scan2(workspace)
  961. scan(char)
  962. human.PlatformStand = false
  963. human.Sit = false
  964. for _, v in pairs(game:service'Players':children()) do
  965. if v:IsA('Model') and v.Name ~= "Cronizete" and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChildOfClass("Humanoid") then
  966. if (v.HumanoidRootPart.Position - char:FindFirstChild('HumanoidRootPart').Position).magnitude <= 12 then
  967. s3:Play()
  968. invis(char)
  969. char.Torso.CFrame = char.Torso.CFrame*CFrame.new(math.random(-10,10),0,math.random(-10,10))
  970. wait(.13)
  971. vis(char)
  972. end
  973. end
  974. end
  975. end
  976. end)
  977.  
  978. local ang = -5
  979. local ang2 = -5
  980. local sine = 0
  981. local change = 0.5
  982. arm = 0
  983.  
  984. game:GetService('RunService').RenderStepped:connect(function()
  985. for _, a in pairs(char:children()) do
  986. if a:IsA'BasePart' and a.Name ~= "spiritbomb" then
  987. a.Anchored = false
  988. end
  989. end
  990. end)
  991.  
  992. game:GetService('RunService').RenderStepped:connect(function()
  993.  
  994. sine = change+sine
  995. ang = ang+0.08
  996. ang2 = ang2+0.01
  997. rad = math.rad
  998. sin = math.sin
  999. arm = arm + 0.06
  1000.  
  1001. if fire == false and Vector3.new(torso.Velocity.X,0,torso.Velocity.Z).magnitude > 2 then
  1002. lshold.C0 = lshold.C0:lerp(CFrame.new(0,0,0) * lsho * CFrame.Angles(-0.1, 0, sin(arm)/1.5), .1)
  1003. rshold.C0 = rshold.C0:lerp(CFrame.new(0,0,0) * rsho * CFrame.Angles(-0.1, 0, sin(arm)/1.5), .1)
  1004. neck.C0 = neck.C0:lerp(CFrame.new(0,0,0) * ncf * CFrame.Angles(0, 0, 0), 0.1)
  1005. lhip.C0 = lhip.C0:lerp(CFrame.new(-1,-0.95+0.1*-math.cos(tick()*speed),0.2*math.sin(tick()*4))*CFrame.Angles(math.rad(25*-math.sin(tick()*4)), rad(-90), rad(0)), 1.5) * CFrame.Angles(-0.1, 0, 0)
  1006. rhip.C0 = rhip.C0:lerp(CFrame.new(1,-0.95+0.1*math.cos(tick()*speed),0.2*-math.sin(tick()*4))*CFrame.Angles(math.rad(25*math.sin(tick()*4)), rad(90), rad(0)), 1.5) * CFrame.Angles(-0.1, 0, 0)
  1007. elseif fire == false and Vector3.new(torso.Velocity.X,0,torso.Velocity.Z).magnitude < 2 then
  1008. lshold.C0 = lshold.C0:lerp(CFrame.new(0,-0.001+0.03*math.sin(tick()*5),0) * lsho * CFrame.Angles(-0.1, 0, 0), 0.1)
  1009. rshold.C0 = rshold.C0:lerp(CFrame.new(0,-0.001+0.03*math.sin(tick()*5),0) * rsho * CFrame.Angles(-0.1, 0, 0), 0.1)
  1010. torsojoint.C0 = torsojoint.C0:lerp(CFrame.new(0,-0.001+0.03*math.sin(tick()*5),0) * torsoC0 * CFrame.Angles(0, 0, 0), 0.1)
  1011. lhip.C0 = lhip.C0:lerp(lle * CFrame.Angles(-0.07, 0, 0), 0.1)
  1012. rhip.C0 = rhip.C0:lerp(rle * CFrame.Angles(-0.07, 0, 0), 0.1)
  1013. elseif fire == false and Vector3.new(torso.Velocity.X,0,torso.Velocity.Z).magnitude > 2 then
  1014. torsojoint.C0 = torsojoint.C0:lerp(torsoC0*CFrame.new(0, 0, 2.88) * CFrame.Angles(math.rad(9), 0, 0), 0.1)
  1015. lhip.C0 = lhip.C0:lerp(lle*CFrame.Angles(math.rad(-5.386), math.rad(-3.667), math.rad(22.861)), 0.1)
  1016. rhip.C0 = rhip.C0:lerp(rle*CFrame.Angles(math.rad(-7.047), math.rad(4.813), math.rad(-21.028)), 0.1)
  1017. lshold.C0 = lshold.C0:lerp(sho*CFrame.Angles(math.rad(-15), math.rad(-8), math.rad(45)), 0.1)
  1018. rshold.C0 = rshold.C0:lerp(rshlo*CFrame.Angles(math.rad(-15), math.rad(-8), math.rad(-45)), 0.1)
  1019. elseif fire == false and Vector3.new(torso.Velocity.X,0,torso.Velocity.Z).magnitude < 2 then
  1020. torsojoint.C0 = torsojoint.C0:lerp(torsoC0*CFrame.new(0, 0, 2.88) * CFrame.Angles(math.rad(9), 0, 0), 0.1)
  1021. lhip.C0 = lhip.C0:lerp(lle*CFrame.new(-0.557, 0.4, 0) * CFrame.Angles(0, 0, math.rad(-14.439)), 0.1)
  1022. rhip.C0 = rhip.C0:lerp(rle*CFrame.new(0.104, 0.064, 0.016) * CFrame.Angles(0, math.rad(-8.537), math.rad(4.756)), 0.1)
  1023. lshold.C0 = lshold.C0:lerp(lsho*CFrame.Angles(math.rad(-9.511), 0, 0), 0.1)
  1024. rshold.C0 = rshold.C0:lerp(rsho*CFrame.Angles(math.rad(-9.912), 0, 0), 0.1)
  1025. neck.C0 = neck.C0:lerp(ncf*CFrame.Angles(math.rad(10.371), math.rad(-0.401), math.rad(0.057)), 0.1)
  1026. end
  1027. end)
  1028.  
  1029. </pre>
  1030. </body>
  1031. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement