Advertisement
Guest User

buffed flute

a guest
May 27th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.12 KB | None | 0 0
  1.  
  2.  
  3.  
  4. plr = game.Players.LocalPlayer
  5. repeat
  6. wait(0.4)
  7. until plr.Character
  8. chr = plr.Character
  9. human = chr:FindFirstChild("Humanoid")
  10. mouse = plr:GetMouse()
  11. cam = workspace.CurrentCamera
  12. selected = false
  13. equipd = false
  14. tors = chr.Torso
  15. rarm = chr["Right Arm"]
  16. larm = chr["Left Arm"]
  17. rleg = chr["Right Leg"]
  18. lleg = chr["Left Leg"]
  19. hrp = chr.HumanoidRootPart
  20. hed = chr.Head
  21. anim = human.Animator
  22. activu = false
  23. ragged = false
  24. batting = false
  25. Heartbeat = Instance.new("BindableEvent")
  26. Heartbeat.Name = "Heartbeat"
  27. Heartbeat.Parent = script
  28. frame = 0.03333333333333333
  29. tf = 0
  30. chara = plr.Character
  31.  
  32. New = function(Object, Parent, Name, Data)
  33. local Object = Instance.new(Object)
  34. for Index, Value in pairs(Data or {}) do
  35. Object[Index] = Value
  36. end
  37. Object.Parent = Parent
  38. Object.Name = Name
  39. return Object
  40. end
  41. local AddInstance = function(Object, ...)
  42. local Obj = Instance.new(Object)
  43. for i,v in next,(...) do
  44. Obj[i] = v
  45. end
  46. return Obj
  47. end
  48.  
  49. Music1 = New("Sound",chara,"Music",{SoundId = "rbxassetid://1650978280",Volume = 2,Looped = true})
  50. Music1:Play()
  51. musicon = true
  52. for i,v in pairs(chara:GetChildren()) do
  53. if v.ClassName == 'Accessory' then
  54. v:Destroy()
  55. end
  56. end
  57.  
  58. local BC = chara["Body Colors"]
  59. BC.HeadColor = BrickColor.new("Daisy Orange")
  60. BC.LeftArmColor = BrickColor.new("Daisy Orange")
  61. BC.LeftLegColor = BrickColor.new("Daisy Orange")
  62. BC.RightArmColor = BrickColor.new("Daisy Orange")
  63. BC.RightLegColor = BrickColor.new("Daisy Orange")
  64. BC.TorsoColor = BrickColor.new("Daisy Orange")
  65.  
  66. Team=function()
  67. local r=math.random(1,2)
  68.  
  69. if r==1 then
  70. print('RED')
  71. for i,v in pairs(chara:GetChildren()) do if v:IsA("Shirt") then v:Remove() end end
  72. for i,v in pairs(chara:GetChildren()) do if v:IsA("Pants") then v:Remove() end end
  73. wait()shirt = Instance.new("Shirt", chara)
  74. shirt.Name = "Shirt"
  75. pants = Instance.new("Pants", chara)
  76. pants.Name = "Pants"
  77. chara.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=865019703"
  78. chara.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=1131576031"
  79. end
  80.  
  81. if r==2 then
  82. print('BLUE')
  83. for i,v in pairs(chara:GetChildren()) do if v:IsA("Shirt") then v:Remove() end end
  84. for i,v in pairs(chara:GetChildren()) do if v:IsA("Pants") then v:Remove() end end
  85. wait()shirt = Instance.new("Shirt", chara)
  86. shirt.Name = "Shirt"
  87. pants = Instance.new("Pants", chara)
  88. pants.Name = "Pants"
  89. chara.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=865019703"
  90. chara.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=1131576031"
  91. end
  92. end
  93.  
  94. Team()
  95.  
  96. chara.Head.face.Texture = "http://www.roblox.com/asset/?id=192467476"
  97. wait()
  98.  
  99. local Reaper = AddInstance("Part",{
  100. Parent = hed,
  101. CFrame = hed.CFrame,
  102. formFactor = "Symmetric",
  103. Size = Vector3.new(1, 1, 1),
  104. CanCollide = false,
  105. TopSurface = "Smooth",
  106. BottomSurface = "Smooth",
  107. Locked = true,
  108. })
  109. local Weld = AddInstance("Weld",{
  110. Parent = Reaper,
  111. Part0 = hed,
  112. C0 = CFrame.new(-0.2,0.17,-.24)*CFrame.Angles(.15, 3.12, 0),
  113. Part1 = Reaper,
  114. })
  115. local Mesh = AddInstance("SpecialMesh",{
  116. Parent = Reaper,
  117. MeshId = "rbxassetid://450793946",
  118. TextureId = "rbxassetid://450794061",
  119. Scale = Vector3.new(3.4,3,2.7),
  120. VertexColor = Vector3.new(1,1,1),
  121. })
  122.  
  123.  
  124.  
  125. local Reaper2 = AddInstance("Part",{
  126. Parent = larm,
  127. CFrame = larm.CFrame,
  128. formFactor = "Symmetric",
  129. Size = Vector3.new(.1, .1, .1),
  130. CanCollide = false,
  131. TopSurface = "Smooth",
  132. BottomSurface = "Smooth",
  133. Locked = true,
  134. Transparency = 1
  135. })
  136. local Weld = AddInstance("Weld",{
  137. Parent = Reaper2,
  138. Part0 = larm,
  139. C0 = CFrame.new(.3,-1,.2)*CFrame.Angles(-1, 0, -1),
  140. Part1 = Reaper2,
  141. })
  142. local Mesh = AddInstance("SpecialMesh",{
  143. Parent = Reaper2,
  144. MeshId = "rbxassetid://10470609",
  145. TextureId = "rbxassetid://10735250",
  146. Scale = Vector3.new(1,1,1),
  147. VertexColor = Vector3.new(1,1,1),
  148. })
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156. game:GetService("RunService").Heartbeat:connect(function(s, p)
  157. tf = tf + s
  158. if tf >= frame then
  159. for i = 1, math.floor(tf / frame) do
  160. Heartbeat:Fire()
  161. end
  162. tf = tf - frame * math.floor(tf / frame)
  163. end
  164. end)
  165. function swait(num)
  166. if num == 0 or num == nil then
  167. Heartbeat.Event:wait()
  168. else
  169. for i = 1, num do
  170. Heartbeat.Event:wait()
  171. end
  172. end
  173. end
  174. tool = Instance.new("Tool")
  175. tool.CanBeDropped = false
  176. tool.RequiresHandle = false
  177. tool.TextureId = "rbxassetid://291302154"
  178. tool.ToolTip = "NANI"
  179. tool.Name = "AAAAAAAAAAAAAA"
  180. tool.Parent = plr.Backpack
  181. modz = Instance.new("Model")
  182. modz.Name = "efx"
  183. modz.Parent = chr
  184. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  185. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  186. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  187. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  188. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  189. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  190. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  191. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  192. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  193. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  194. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  195. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  196. local nscale = Instance.new("NumberValue")
  197. nscale.Value = 1
  198. nscale.Parent = nil
  199. RightShoulderC0 = CFrame.new(1.5 * nscale.Value, 0.5 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  200. RightShoulderC1 = CFrame.new(0, 0.5 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  201. LeftShoulderC0 = CFrame.new(-1.5 * nscale.Value, 0.5 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  202. LeftShoulderC1 = CFrame.new(0, 0.5 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  203. RightHipC0 = CFrame.new(0.5 * nscale.Value, -1 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  204. RightHipC1 = CFrame.new(0, 1 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  205. LeftHipC0 = CFrame.new(-0.5 * nscale.Value, -1 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  206. LeftHipC1 = CFrame.new(0 * nscale.Value, 1 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  207. RootJointC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  208. RootJointC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  209. NeckC0 = CFrame.new(0, 1 * nscale.Value, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  210. NeckC1 = CFrame.new(0, -0.5 * nscale.Value, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  211. nscale.Changed:connect(function()
  212. RightShoulderC0 = CFrame.new(1.5 * nscale.Value, 0.5 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  213. RightShoulderC1 = CFrame.new(0, 0.5 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  214. LeftShoulderC0 = CFrame.new(-1.5 * nscale.Value, 0.5 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  215. LeftShoulderC1 = CFrame.new(0, 0.5 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  216. RightHipC0 = CFrame.new(0.5 * nscale.Value, -1 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  217. RightHipC1 = CFrame.new(0, 1 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  218. LeftHipC0 = CFrame.new(-0.5 * nscale.Value, -1 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  219. LeftHipC1 = CFrame.new(0 * nscale.Value, 1 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  220. RootJointC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  221. RootJointC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  222. NeckC0 = CFrame.new(0, 1 * nscale.Value, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  223. NeckC1 = CFrame.new(0, -0.5 * nscale.Value, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  224. end)
  225. RS = tors:FindFirstChild("Right Shoulder")
  226. LS = tors:FindFirstChild("Left Shoulder")
  227. RH = tors:FindFirstChild("Right Hip")
  228. LH = tors:FindFirstChild("Left Hip")
  229. RJ = hrp:FindFirstChild("RootJoint")
  230. N = tors:FindFirstChild("Neck")
  231. cf = CFrame.new
  232. ang = CFrame.Angles
  233. rd = math.rad
  234. rd2 = math.random
  235. function nooutline(p)
  236. p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
  237. end
  238. function makepart(color, name, reflec, trans, mater, parnt, cfram)
  239. local port = Instance.new("Part")
  240. port.BrickColor = BrickColor.new(color)
  241. port.Name = name
  242. port.Transparency = trans
  243. nooutline(port)
  244. port.Reflectance = reflec
  245. port.Material = mater
  246. port.Anchored = false
  247. port.CanCollide = false
  248. port.Locked = true
  249. port.Size = Vector3.new(0.2, 0.2, 0.2)
  250. port.Parent = parnt
  251. return port
  252. end
  253. function makemesh(meshtype, scale, meshid, parent)
  254. local mes = Instance.new("SpecialMesh")
  255. mes.MeshType = meshtype
  256. mes.Scale = scale
  257. if meshtype == "FileMesh" then
  258. mes.MeshId = meshid
  259. end
  260. mes.Parent = parent
  261. return mes
  262. end
  263. function makeweld(parent, p0, p1, c0, c1)
  264. local wel = Instance.new("Weld")
  265. wel.Part0 = p0
  266. wel.Part1 = p1
  267. wel.C0 = c0
  268. if c1 ~= nil then
  269. wel.C1 = c1
  270. end
  271. wel.Parent = parent
  272. return wel
  273. end
  274. local lauf1 = Instance.new("Sound")
  275. lauf1.SoundId = "rbxassetid://617500399"
  276. lauf1.Volume = 1.5
  277. lauf1.Pitch = 1
  278. lauf1.Parent = hrp
  279. function lerpz(joint, prop, cfrmz, alp)
  280. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  281. end
  282. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  283. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  284. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  285. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  286. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  287. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  288. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  289. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  290. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  291. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  292. function resetlerp()
  293. RJ.C0 = RJC0
  294. RJ.C1 = RJC1
  295. N.C0 = NC0
  296. N.C1 = NC1
  297. RS.C0 = RSC0
  298. RS.C1 = RSC1
  299. LS.C0 = LSC0
  300. LS.C1 = LSC1
  301. RH.C0 = RHC0
  302. RH.C1 = RHC1
  303. LH.C0 = LHC0
  304. LH.C1 = LHC1
  305. end
  306. function test()
  307. if selected == false or activu == true then
  308. return
  309. end
  310. if ragged == false then
  311. ragged = true
  312. human.PlatformStand = true
  313. if rarm and tors:FindFirstChild("Right Shoulder") then
  314. tors:FindFirstChild("Right Shoulder"):Destroy()
  315. makegloo(tors, RightShoulderC0, RightShoulderC1, tors, rarm, "Right Shoulder")
  316. maketouchy(rarm, rarm, CFrame.new(0, 0.5, 0))
  317. end
  318. if larm and tors:FindFirstChild("Left Shoulder") then
  319. tors:FindFirstChild("Left Shoulder"):Destroy()
  320. makegloo(tors, LeftShoulderC0, LeftShoulderC1, tors, larm, "Left Shoulder")
  321. maketouchy(larm, larm, CFrame.new(0, 0.5, 0))
  322. end
  323. if rleg and tors:FindFirstChild("Right Hip") then
  324. tors:FindFirstChild("Right Hip"):Destroy()
  325. makegloo(tors, RightHipC0, RightHipC1, tors, rleg, "Right Hip")
  326. maketouchy(rleg, rleg, CFrame.new(0, 0.5, 0))
  327. end
  328. if lleg and tors:FindFirstChild("Left Hip") then
  329. tors:FindFirstChild("Left Hip"):Destroy()
  330. makegloo(tors, LeftHipC0, LeftHipC1, tors, lleg, "Left Hip")
  331. maketouchy(lleg, lleg, CFrame.new(0, 0.5, 0))
  332. end
  333. elseif ragged == true then
  334. ragged = false
  335. human.Jump = true
  336. if rarm and tors:FindFirstChild("Right Shoulder") then
  337. tors:FindFirstChild("Right Shoulder"):Destroy()
  338. makejoint(tors, RSC0, RSC1, tors, rarm, "Right Shoulder")
  339. rarm:FindFirstChild("touchy"):Destroy()
  340. end
  341. if larm and tors:FindFirstChild("Left Shoulder") then
  342. tors:FindFirstChild("Left Shoulder"):Destroy()
  343. makejoint(tors, LSC0, LSC1, tors, larm, "Left Shoulder")
  344. larm:FindFirstChild("touchy"):Destroy()
  345. end
  346. if rleg and tors:FindFirstChild("Right Hip") then
  347. tors:FindFirstChild("Right Hip"):Destroy()
  348. makejoint(tors, RHC0, RHC1, tors, rleg, "Right Hip")
  349. rleg:FindFirstChild("touchy"):Destroy()
  350. end
  351. if lleg and tors:FindFirstChild("Left Hip") then
  352. tors:FindFirstChild("Left Hip"):Destroy()
  353. makejoint(tors, LHC0, LHC1, tors, lleg, "Left Hip")
  354. lleg:FindFirstChild("touchy"):Destroy()
  355. end
  356. RS = tors:FindFirstChild("Right Shoulder")
  357. LS = tors:FindFirstChild("Left Shoulder")
  358. RH = tors:FindFirstChild("Right Hip")
  359. LH = tors:FindFirstChild("Left Hip")
  360. RJ = hrp:FindFirstChild("RootJoint")
  361. N = tors:FindFirstChild("Neck")
  362. end
  363. end
  364. function makegloo(paren, co, ci, parto, parti, nam)
  365. local gloo = Instance.new("Glue")
  366. gloo.Name = nam
  367. gloo.C0 = co
  368. gloo.C1 = ci
  369. gloo.Part0 = parto
  370. gloo.Part1 = parti
  371. gloo.Parent = paren
  372. end
  373. function makejoint(paren, co, ci, parto, parti, nam)
  374. local gloo = Instance.new("Motor6D")
  375. gloo.Name = nam
  376. gloo.C0 = co
  377. gloo.C1 = ci
  378. gloo.Part0 = parto
  379. gloo.Part1 = parti
  380. gloo.Parent = paren
  381. end
  382. function maketouchy(parent, limb, cframe)
  383. local pr = Instance.new("Part")
  384. pr.Name = "touchy"
  385. pr.Size = Vector3.new(1 * nscale.Value, 1 * nscale.Value, 1 * nscale.Value)
  386. pr.Transparency = 1
  387. pr.CustomPhysicalProperties = PhysicalProperties.new(0.55, 0.3, 0.5)
  388. pr.CanCollide = true
  389. pr.Anchored = false
  390. pr.Parent = parent
  391. local w = Instance.new("Weld")
  392. w.Part0 = pr
  393. w.Part1 = limb
  394. w.C0 = cframe
  395. w.Parent = pr
  396. end
  397. local clibat, spec
  398. local dipperhat = chr:FindFirstChild("DXD_DipperHat")
  399. local dipperrot
  400. if dipperhat then
  401. dipperrot = dipperhat.Handle.HatAttachment.Rotation
  402. end
  403. function bat()
  404. if selected == false or activu == true then
  405. return
  406. end
  407. if batting == false then
  408. batting = true
  409. do
  410. local bmod = Instance.new("Model")
  411. bmod.Name = "bmodel"
  412. bmod.Parent = chr
  413. local hnd = makepart("Br. yellowish green", "hnd", 0, 0, "SmoothPlastic", bmod, rarm.CFrame)
  414. local hmes = makemesh("Head", Vector3.new(2, 9, 2), nil, hnd)
  415. local hwel = makeweld(hnd, hnd, rarm, ang(rd(90), rd(0), rd(0)) * cf(0, 1, 0), nil)
  416. hnd.Transparency = 1
  417. local pt5 = makepart("Dark stone grey", "pt5", 0, 0, "SmoothPlastic", bmod, rarm.CFrame)
  418. local p5m = makemesh("FileMesh", Vector3.new(2, 2, 1.7), "rbxassetid://54983181", pt5)
  419. p5m.Offset = Vector3.new(.2, -.3, -2.5)
  420. local p5w = makeweld(pt5, pt5, hnd, ang(rd(0), rd(90), rd(90)) * cf(0, -4.025, 0), nil)
  421.  
  422. local swingwoo = Instance.new("Sound")
  423. swingwoo.SoundId = "rbxassetid://10209640"
  424. swingwoo.Pitch = rd2(10, 11) / 10
  425. swingwoo.Name = "sweae"
  426. swingwoo.Volume = 1
  427. swingwoo.Parent = hrp
  428. clibat = tool.Activated:connect(function()
  429. if selected == false or activu == true or ragged == true then
  430. return
  431. end
  432. activu = true
  433. for _ = 1, 5 do
  434. swait()
  435. lerpz(RJ, "C0", RJC0 * cf(0, 0.5, 0) * ang(rd(-20), rd(10), rd(-40)), 0.7)
  436. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  437. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(20), rd(-20), rd(179)), 0.7)
  438. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  439. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-20), rd(20), rd(30)), 0.7)
  440. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  441. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(-30)), 0.7)
  442. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  443. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-110)), 0.7)
  444. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  445. end
  446. local bon = Instance.new("Sound")
  447. bon.SoundId = "rbxassetid://135436482"
  448. bon.Pitch = rd2(10, 12) / 10
  449. bon.Volume = 1
  450. bon.Parent = hrp
  451. game.Debris:AddItem(bon, 1)
  452. bon:Play()
  453. swingwoo:Play()
  454. for X = 1, 5 do
  455. swait()
  456. if X > 1 then
  457. hito(pt5, 50, 60, 45, hrp.CFrame.lookVector * 25, Vector3.new(0, rd2(-5, 5), rd2(-40, 40)))
  458. end
  459. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(60), rd(-10), rd(30)), 0.7)
  460. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  461. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(20), rd(20), rd(40)), 0.7)
  462. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  463. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-70), rd(20), rd(30)), 0.7)
  464. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  465. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(20), rd(-40), rd(80)), 0.7)
  466. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  467. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(60)), 0.7)
  468. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  469. end
  470. activu = false
  471. end)
  472. spec = mouse.KeyDown:connect(function(keya)
  473. if selected == false or activu == true or ragged == true then
  474. return
  475. end
  476. if keya == "e" then
  477. activu = true
  478. local speed = human.WalkSpeed
  479. human.WalkSpeed = 0
  480. human:SetStateEnabled(3, false)
  481. local sond = Instance.new("Sound")
  482. sond.Volume = 2
  483. sond.Pitch = 1
  484. sond.EmitterSize = 15
  485. sond.SoundId = "rbxassetid://154606531"
  486. sond.Parent = pt5
  487. chara.Head.face.Texture = "http://www.roblox.com/asset/?id=249062487"
  488.  
  489. sond:Play()
  490.  
  491. local function expa()
  492.  
  493.  
  494. for _ = 1, 1 do
  495. swait()
  496. hmes.Scale = hmes.Scale:lerp(Vector3.new(18, 81, 18), 0.7)
  497.  
  498. p5m.Scale = p5m.Scale:lerp(Vector3.new(2, 2, 3.7), 0.7)
  499. p5w.C0 = p5w.C0:lerp(ang(rd(0), rd(90), rd(90)) * cf(0, -4.5, 0), 0.7)
  500.  
  501. end
  502. for _ = 1, 2 do
  503. swait()
  504. hmes.Scale = hmes.Scale:lerp(Vector3.new(14, 63, 14), 0.7)
  505.  
  506. p5m.Scale = p5m.Scale:lerp(Vector3.new(3, 3, 2.7), 0.7)
  507. p5w.C0 = p5w.C0:lerp(ang(rd(0), rd(90), rd(90)) * cf(0, -4.025, 0), 0.7)
  508.  
  509. end
  510. end
  511. for _ = 1, 2 do
  512. swait()
  513. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-5), rd(0), rd(0)), 0.5)
  514. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(0)), 0.5)
  515. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(0), rd(-10)), 0.5)
  516. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  517. lerpz(LS, "C0", LSC0 * cf(0, 0.2, -0.2) * ang(rd(70), rd(-60), rd(-100)), 0.5)
  518. if dipperhat then
  519. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.3)
  520. end
  521. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  522. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(-10)), 0.5)
  523. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  524. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.5)
  525. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  526. end
  527.  
  528. print('um')
  529. for _ = 1, 20 do
  530.  
  531.  
  532. swait()
  533.  
  534.  
  535. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-5), rd(0), rd(0)), 0.5)
  536. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(0)), 0.5)
  537. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(0), rd(-10)), 0.5)
  538. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  539. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  540. if dipperhat then
  541. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(15, 0, 0), 0.3)
  542. end
  543. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  544. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(-10)), 0.5)
  545. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  546. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.5)
  547. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  548. end
  549. print('no')
  550. chara.Head.face.Texture = "http://www.roblox.com/asset/?id=192467476"
  551. for _ = 1, 10 do
  552. swait()
  553. lerpz(RJ, "C0", RJC0 * cf(1.1, 0.6, 0) * ang(rd(0), rd(0), rd(-120)), 0.2)
  554. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(-20)), 0.2)
  555. lerpz(RS, "C0", RSC0 * cf(0, 0.4, 0.2) * ang(rd(80), rd(-20), rd(80)), 0.2)
  556. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  557. lerpz(LS, "C0", LSC0 * cf(0, -0.2, -0.7) * ang(rd(-20), rd(-60), rd(-80)), 0.2)
  558. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  559. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-5)), 0.2)
  560. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  561. lerpz(LH, "C0", LHC0 * cf(0.4, 0, -0.4) * ang(rd(-10), rd(70), rd(-5)), 0.2)
  562. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  563. end
  564. expa()
  565.  
  566. for O = 1, 10 do
  567. swait()
  568. lerpz(RJ, "C0", RJC0 * cf(0, 0.3, 0) * ang(rd(0), rd(0), rd(60)), 0.001 + O * 0.01)
  569. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(-20)), 0.001 + O * 0.01)
  570. lerpz(RS, "C0", RSC0 * cf(0, 0.4, 0.2) * ang(rd(80), rd(-20), rd(80)), 0.001 + O * 0.01)
  571. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.001 + O * 0.01)
  572. lerpz(LS, "C0", LSC0 * cf(0, -0.2, -0.7) * ang(rd(-20), rd(-60), rd(-80)), 0.001 + O * 0.01)
  573. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.001 + O * 0.01)
  574. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-5)), 0.001 + O * 0.01)
  575. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.001 + O * 0.01)
  576. lerpz(LH, "C0", LHC0 * cf(0.4, 0, -0.4) * ang(rd(-10), rd(70), rd(-5)), 0.001 + O * 0.01)
  577. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.001 + O * 0.01)
  578. end
  579. local whoooo = Instance.new("Sound")
  580. whoooo.Volume = .7
  581. whoooo.TimePosition = 0
  582. whoooo.Pitch = 1
  583. whoooo.SoundId = "rbxassetid://254873067"
  584. whoooo.Parent = pt5
  585. whoooo:Play()
  586. game.Debris:AddItem(whoooo, 2)
  587.  
  588. local whoooo2 = Instance.new("Sound")
  589. whoooo2.Volume = 3
  590. whoooo2.TimePosition = 0
  591. whoooo2.Pitch = 1
  592. whoooo2.SoundId = "rbxassetid://296102734"
  593. whoooo2.Parent = pt5
  594.  
  595. game.Debris:AddItem(whoooo2, 2)
  596.  
  597. for O = 1, 6 do
  598. swait()
  599. hito(pt5, 25, 40, 0.75, hrp.CFrame.rightVector * -100 + Vector3.new(0, 50, 0), Vector3.new(0, rd2(-25, 25), rd2(-160, 160)))
  600. lerpz(RJ, "C0", RJC0 * cf(0.9, -0.7, 0) * ang(rd(0), rd(0), rd(120)), 0.1 + O * 0.05)
  601. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(-20)), 0.1 + O * 0.05)
  602. lerpz(RS, "C0", RSC0 * cf(0, 0.4, 0.2) * ang(rd(80), rd(20), rd(20)), 0.1 + O * 0.05)
  603. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + O * 0.05)
  604. lerpz(LS, "C0", LSC0 * cf(0, -0.2, -0.7) * ang(rd(-20), rd(-60), rd(-80)), 0.1 + O * 0.05)
  605. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + O * 0.05)
  606. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-5)), 0.1 + O * 0.05)
  607. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + O * 0.05)
  608. lerpz(LH, "C0", LHC0 * cf(0.4, 0, -0.4) * ang(rd(-10), rd(70), rd(-5)), 0.1 + O * 0.05)
  609. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + O * 0.05)
  610. end
  611. whoooo2:Play()
  612. for O = 1, 13 do
  613. swait()
  614. hmes.Scale = hmes.Scale:lerp(Vector3.new(2, 9, 2), 0.05 + O * 0.075)
  615.  
  616. p5m.Scale = p5m.Scale:lerp(Vector3.new(2, 2, 1.7), 0.05 + O * 0.075)
  617. p5w.C0 = p5w.C0:lerp(ang(rd(0), rd(90), rd(90)) * cf(0, -4.025, 0), 0.05 + O * 0.075)
  618.  
  619. lerpz(RJ, "C0", RJC0 * cf(1.1, -0.8, 0) * ang(rd(0), rd(0), rd(150)), 0.05 + O * 0.075)
  620. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(-20)), 0.05 + O * 0.075)
  621. lerpz(RS, "C0", RSC0 * cf(0, 0.4, 0.2) * ang(rd(80), rd(30), rd(10)), 0.05 + O * 0.075)
  622. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + O * 0.075)
  623. lerpz(LS, "C0", LSC0 * cf(0, -0.2, -0.7) * ang(rd(20), rd(20), rd(-20)), 0.05 + O * 0.075)
  624. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + O * 0.075)
  625. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-5)), 0.05 + O * 0.075)
  626. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + O * 0.075)
  627. lerpz(LH, "C0", LHC0 * cf(0.4, 0, -0.4) * ang(rd(-10), rd(70), rd(-5)), 0.05 + O * 0.075)
  628. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + O * 0.075)
  629. end
  630. if dipperhat then
  631. dipperhat.Handle.HatAttachment.Rotation = dipperrot
  632. end
  633. human.WalkSpeed = speed
  634. human:SetStateEnabled(3, true)
  635. activu = false
  636. end
  637. --------------------------------------------------------------------------------------------------------------------------------------
  638.  
  639.  
  640. --------------------------------------------------------------------------------------------------------------------------------------
  641. if keya == "q" then
  642. activu = true
  643. do
  644. local checkkey = true
  645. local keyingup = mouse.KeyUp:connect(function(xzx)
  646. if xzx == "q" then
  647. checkkey = false
  648. end
  649. end)
  650. repeat
  651. for _ = 1, 2 do
  652. swait()
  653. lerpz(RJ, "C0", RJC0 * cf(0, 0.5, 0) * ang(rd(-20), rd(10), rd(-40)), 0.7)
  654. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.7)
  655. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(20), rd(-20), rd(179)), 0.7)
  656. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  657. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-20), rd(20), rd(30)), 0.7)
  658. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  659. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(-30)), 0.7)
  660. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  661. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-110)), 0.7)
  662. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  663. end
  664. swingwoo:Play()
  665. for T = 1, 2 do
  666. swait()
  667. if T == 2 then
  668. hito(pt5, 10, 14, 16, hrp.CFrame.lookVector * 10, Vector3.new(0, rd2(-2, 2), rd2(-10, 10)))
  669. end
  670. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(60), rd(-10), rd(30)), 0.7)
  671. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  672. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(20), rd(20), rd(40)), 0.7)
  673. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  674. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-70), rd(20), rd(30)), 0.7)
  675. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  676. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(20), rd(-40), rd(80)), 0.7)
  677. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  678. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(60)), 0.7)
  679. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  680. end
  681. for _ = 1, 2 do
  682. swait()
  683. lerpz(RJ, "C0", RJC0 * cf(0, 0.5, 0) * ang(rd(-30), rd(20), rd(0)), 0.7)
  684. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.7)
  685. lerpz(RS, "C0", RSC0 * cf(0, 0.5, 0) * ang(rd(60), rd(20), rd(179)), 0.7)
  686. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  687. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-40), rd(20), rd(30)), 0.7)
  688. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  689. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(-30)), 0.7)
  690. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  691. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-30), rd(20), rd(35)), 0.7)
  692. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  693. end
  694. swingwoo:Play()
  695. for T = 1, 2 do
  696. swait()
  697. if T == 2 then
  698. hito(pt5, 5, 4, 0.03, hrp.CFrame.lookVector * 10, Vector3.new(0, rd2(-2, 2), rd2(-10, 10)))
  699. end
  700. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(40), rd(40), rd(0)), 0.7)
  701. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.7)
  702. lerpz(RS, "C0", RSC0 * cf(0, 0.5, 0) * ang(rd(60), rd(20), rd(30)), 0.7)
  703. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  704. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-70), rd(20), rd(30)), 0.7)
  705. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  706. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(-30)), 0.7)
  707. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  708. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-30), rd(20), rd(-65)), 0.7)
  709. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  710. end
  711. until not checkkey
  712. keyingup:Disconnect()
  713. activu = false
  714. end
  715. end
  716. if keya == "f" then
  717. activu = true
  718. do
  719. local speed = human.WalkSpeed
  720. human.WalkSpeed = 20
  721. human:SetStateEnabled(3, false)
  722. local checkkey = true
  723. local chargecounter = 0
  724. local keyingup = mouse.KeyUp:connect(function(xzx)
  725. if xzx == "f" then
  726. checkkey = false
  727. end
  728. end)
  729. local firederp
  730. for _ = 1, 8 do
  731. swait()
  732. hwel.C0 = hwel.C0:lerp(ang(rd(65), rd(0), rd(0)) * cf(0, 1, 0), 0.6)
  733. lerpz(RJ, "C0", RJC0 * cf(0.5, 0.5, 0) * ang(rd(0), rd(0), rd(-70)), 0.5)
  734. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(60)), 0.5)
  735. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(70), rd(-10), rd(80)), 0.5)
  736. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  737. lerpz(LS, "C0", LSC0 * cf(-0.3, -0.1, -1) * ang(rd(-10), rd(-70), rd(-75)), 0.5)
  738. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  739. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-5), rd(-10), rd(5)), 0.5)
  740. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  741. lerpz(LH, "C0", LHC0 * cf(0.5, 0, -0.4) * ang(rd(0), rd(80), rd(-5)), 0.5)
  742. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.5)
  743. end
  744. repeat
  745. swait()
  746. chargecounter = chargecounter + 1
  747. lerpz(RS, "C0", RSC0 * cf(rd2(-5, 5) / 100, rd2(-5, 5) / 100, rd2(-5, 5) / 100) * ang(rd(rd2(65, 75)), rd(rd2(-15, 5)), rd(rd2(75, 85))), 0.05 + chargecounter * 0.019)
  748. lerpz(LS, "C0", LSC0 * cf(-0.3, -0.1, -1) * ang(rd(rd2(-15, -5)), rd(rd2(-75, -65)), rd(rd2(-80, -70))), 0.05 + chargecounter * 0.019)
  749. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(rd2(-25, -15)), rd(0)), 0.05 + chargecounter * 0.019)
  750. if chargecounter > 30 and firederp == nil then
  751. firederp = Instance.new("Fire")
  752. firederp.Parent = pt5
  753. end
  754. until not checkkey or chargecounter > 50
  755. swingwoo:Play()
  756. for U = 1, 10 do
  757. swait()
  758. if U < 3 then
  759. hito(pt5, 50, 60, 45, hrp.CFrame.lookVector * (80 + chargecounter * 3) + Vector3.new(0, 6 + 6 * (chargecounter / 5), 0), Vector3.new(0, rd2(-25, 25) * (chargecounter / 25), rd2(-80, 80) * (chargecounter / 25)))
  760. if chargecounter > 30 then
  761. tagexplode(pt5, 5, 1)
  762. end
  763. end
  764. hwel.C0 = hwel.C0:lerp(ang(rd(135), rd(0), rd(0)) * cf(0, 1, 0), 0.6)
  765. lerpz(RJ, "C0", RJC0 * cf(0.5, -0.5, 0) * ang(rd(0), rd(0), rd(50)), 0.6)
  766. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-5), rd(0), rd(-30)), 0.6)
  767. lerpz(RS, "C0", RSC0 * cf(0.75, 0.5, -0.5) * ang(rd(0), rd(60), rd(120)), 0.4)
  768. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(100), rd(0)), 0.4)
  769. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-10), rd(20), rd(-125)), 0.4)
  770. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.4)
  771. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-5), rd(-10), rd(5)), 0.6)
  772. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.6)
  773. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(-10), rd(-6)), 0.6)
  774. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.6)
  775. end
  776. if firederp then
  777. firederp:Destroy()
  778. end
  779. swait(10)
  780. hwel.C0 = ang(rd(90), rd(0), rd(0)) * cf(0, 1, 0)
  781. keyingup:Disconnect()
  782. human.WalkSpeed = speed
  783. human:SetStateEnabled(3, true)
  784. activu = false
  785. end
  786. end
  787. end)
  788. end
  789. elseif batting == true then
  790. batting = false
  791. clibat:Disconnect()
  792. spec:Disconnect()
  793. hrp.sweae:Destroy()
  794. local batmod = chr:FindFirstChild("bmodel")
  795. batmod.hnd.Weld:Destroy()
  796. batmod.PrimaryPart = batmod.hnd
  797. batmod:SetPrimaryPartCFrame(rarm.CFrame * ang(rd(-90), rd(0), rd(0)) * cf(0, 0, -1))
  798. for _, A in pairs(batmod:GetChildren()) do
  799. if A.ClassName == "Part" then
  800. A.CanCollide = true
  801. A.Anchored = false
  802. end
  803. end
  804. batmod.Parent = workspace
  805. game.Debris:AddItem(batmod, 8)
  806. end
  807. end
  808. local movin = false
  809. local cliham, hamspec
  810. function ham()
  811. if batting == false then
  812. batting = true
  813. do
  814. local bmod = Instance.new("Model")
  815. bmod.Name = "bmodel"
  816. bmod.Parent = chr
  817. local makemotor = function(parent, p0, p1, c0, c1)
  818. local wel = Instance.new("Motor6D")
  819. wel.Part0 = p0
  820. wel.Part1 = p1
  821. wel.C0 = c0
  822. if c1 ~= nil then
  823. wel.C1 = c1
  824. end
  825. wel.Parent = parent
  826. return wel
  827. end
  828. local hnd = makepart("Br. yellowish green", "hnd", 0, 0, "SmoothPlastic", bmod, hrp.CFrame)
  829. hnd.Anchored = true
  830. local hmes = makemesh("Head", Vector3.new(5, 30, 5), nil, hnd)
  831. movin = true
  832. hnd.CFrame = hrp.CFrame
  833. coroutine.resume(coroutine.create(function()
  834. while hnd.Anchored == true do
  835. swait()
  836. if movin then
  837. hnd.CFrame = hnd.CFrame:lerp(hrp.CFrame * ang(rd(40), rd(0), rd(0)) * cf(0, 11, 0), 0.65)
  838. end
  839. end
  840. end))
  841. local pt1 = makepart("Br. yellowish green", "pt1", 0, 0, "SmoothPlastic", bmod, hrp.CFrame)
  842. local p1m = makemesh("Head", Vector3.new(6, 5.5, 5.5), nil, pt1)
  843. local p1w = makemotor(pt1, pt1, hnd, ang(rd(0), rd(0), rd(0)) * cf(0, 3, 0), nil)
  844. local pt2 = makepart("Br. yellowish green", "pt2", 0, 0, "SmoothPlastic", bmod, hrp.CFrame)
  845. local p2m = makemesh("Head", Vector3.new(6, 5.5, 5.5), nil, pt2)
  846. local p2w = makemotor(pt2, pt2, hnd, ang(rd(0), rd(0), rd(0)) * cf(0, -3, 0), nil)
  847. local pt3 = makepart("Bright yellow", "pt3", 0, 0, "SmoothPlastic", bmod, hrp.CFrame)
  848. local p3m = makemesh("Head", Vector3.new(6.5, 6.5, 6.5), nil, pt3)
  849. local p3w = makemotor(pt3, pt3, hnd, ang(rd(0), rd(0), rd(0)) * cf(0, 3.75, 0), nil)
  850. local pt4 = makepart("Br. yellowish green", "pt4", 0, 0, "SmoothPlastic", bmod, hrp.CFrame)
  851. local p4m = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxassetid://250640098", pt4)
  852. p4m.TextureId = "rbxassetid://250639536"
  853. local p4w = makemotor(pt4, pt4, hnd, ang(rd(180), rd(180), rd(0)) * cf(0, 4.25, 0.25), nil)
  854. local pt5 = makepart("Bright blue", "pt5", 0, 0, "SmoothPlastic", bmod, hrp.CFrame)
  855. local p5m = makemesh("Head", Vector3.new(5, 90, 4), nil, pt5)
  856. local p5w = makemotor(pt5, pt5, hnd, ang(rd(0), rd(0), rd(0)) * cf(0, -12, 0), nil)
  857. local pt6 = makepart("Bright blue", "pt6", 0, 0, "SmoothPlastic", bmod, hrp.CFrame)
  858. local p6m = makemesh("FileMesh", Vector3.new(0.16, 0.4, 0.16), "rbxassetid://703458158", pt6)
  859. local p6w = makemotor(pt6, pt6, hnd, ang(rd(180), rd(0), rd(0)) * cf(0, -16, 0), nil)
  860. local pt7 = makepart("Bright yellow", "pt7", 0, 0, "SmoothPlastic", bmod, hrp.CFrame)
  861. local p7m = makemesh("Head", Vector3.new(75, 75, 75), nil, pt7)
  862. local p7w = makemotor(pt7, pt7, hnd, ang(rd(0), rd(90), rd(0)) * cf(0, -27, 0), nil)
  863. local hdec1 = Instance.new("Decal")
  864. hdec1.Texture = "rbxasset://textures/face.png"
  865. hdec1.Face = "Front"
  866. hdec1.Parent = pt7
  867. local pt8 = makepart("Bright yellow", "pt8", 0, 1, "SmoothPlastic", bmod, hrp.CFrame)
  868. local p8m = makemesh("Head", Vector3.new(75, 75, 75), nil, pt8)
  869. local p8w = makemotor(pt8, pt8, hnd, ang(rd(0), rd(-90), rd(0)) * cf(0, -27, 0), nil)
  870. local hdec2 = Instance.new("Decal")
  871. hdec2.Texture = "rbxasset://textures/face.png"
  872. hdec2.Face = "Front"
  873. hdec2.Parent = pt8
  874. local pt9 = makepart("Bright yellow", "pt9", 0, 0, "SmoothPlastic", bmod, hrp.CFrame)
  875. local p9m = makemesh("FileMesh", Vector3.new(12, 11, 11), "rbxassetid://272942659", pt9)
  876. local p9w = makemotor(pt9, pt9, hnd, ang(rd(0), rd(90), rd(0)) * cf(0, -30, 0), nil)
  877. p9m.TextureId = "rbxassetid://272942750"
  878. local pt10 = makepart("Bright yellow", "pt10", 0, 0, "SmoothPlastic", bmod, hrp.CFrame)
  879. local p10m = makemesh("Head", Vector3.new(60, 60, 60), nil, pt10)
  880. local p10w = makemotor(pt10, pt10, pt7, ang(rd(0), rd(0), rd(90)) * cf(11, 0, 0), nil)
  881. local hdec3 = Instance.new("Decal")
  882. hdec3.Texture = "rbxasset://textures/face.png"
  883. hdec3.Face = "Front"
  884. hdec3.Parent = pt10
  885. local pt11 = makepart("Bright yellow", "pt11", 0, 1, "SmoothPlastic", bmod, hrp.CFrame)
  886. local p11m = makemesh("Head", Vector3.new(60, 60, 60), nil, pt11)
  887. local p11w = makemotor(pt11, pt11, pt7, ang(rd(0), rd(180), rd(90)) * cf(11, 0, 0), nil)
  888. local hdec4 = Instance.new("Decal")
  889. hdec4.Texture = "rbxasset://textures/face.png"
  890. hdec4.Face = "Front"
  891. hdec4.Parent = pt11
  892. local pt12 = makepart("Bright yellow", "pt12", 0, 0, "SmoothPlastic", bmod, hrp.CFrame)
  893. local p12m = makemesh("Head", Vector3.new(60, 60, 60), nil, pt12)
  894. local p12w = makemotor(pt12, pt12, pt7, ang(rd(0), rd(0), rd(-90)) * cf(-11, 0, 0), nil)
  895. local hdec5 = Instance.new("Decal")
  896. hdec5.Texture = "rbxasset://textures/face.png"
  897. hdec5.Face = "Front"
  898. hdec5.Parent = pt12
  899. local pt13 = makepart("Bright yellow", "pt13", 0, 1, "SmoothPlastic", bmod, hrp.CFrame)
  900. local p13m = makemesh("Head", Vector3.new(60, 60, 60), nil, pt13)
  901. local p13w = makemotor(pt13, pt13, pt7, ang(rd(0), rd(180), rd(-90)) * cf(-11, 0, 0), nil)
  902. local hdec6 = Instance.new("Decal")
  903. hdec6.Texture = "rbxasset://textures/face.png"
  904. hdec6.Face = "Front"
  905. hdec6.Parent = pt13
  906. cliham = tool.Activated:connect(function()
  907. if selected == false or activu == true or ragged == true then
  908. return
  909. end
  910. activu = true
  911. movin = false
  912. for B = 1, 20 do
  913. swait()
  914. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-5), rd(0), rd(0)), 0.4)
  915. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(8), rd(0), rd(0)), 0.4)
  916. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-15), rd(-5), rd(170)), 0.4)
  917. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  918. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-10), rd(10)), 0.4)
  919. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  920. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-5), rd(-10), rd(-10)), 0.4)
  921. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  922. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(10)), 0.4)
  923. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  924. hnd.CFrame = hnd.CFrame:lerp(rarm.CFrame * ang(rd(-110), rd(0), rd(0)) * cf(0, 0, -1), 0.1 + B * 0.045)
  925. end
  926. for B = 1, 30 do
  927. swait()
  928. lerpz(RJ, "C0", RJC0 * cf(0, 0.8, 0) * ang(rd(-25), rd(0), rd(-50)), 0.1 + B / 80)
  929. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-18), rd(0), rd(40)), 0.1 + B / 80)
  930. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-30), rd(-5), rd(160)), 0.1 + B / 80)
  931. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + B / 80)
  932. lerpz(LS, "C0", LSC0 * cf(-0.8, 0, -1) * ang(rd(-60), rd(-20), rd(-150)), 0.1 + B / 80)
  933. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + B / 80)
  934. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-15), rd(-20), rd(-10)), 0.1 + B / 80)
  935. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + B / 80)
  936. lerpz(LH, "C0", LHC0 * cf(0.5, 0, -0.4) * ang(rd(-5), rd(60), rd(-110)), 0.1 + B / 80)
  937. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + B / 80)
  938. hnd.CFrame = hnd.CFrame:lerp(rarm.CFrame * ang(rd(-110), rd(0), rd(0)) * cf(0, 0, -1), 1)
  939. end
  940. for B = 1, 7 do
  941. swait()
  942. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(40)), 0.015 + B / 15)
  943. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(9), rd(0), rd(-15)), 0.015 + B / 15)
  944. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(-50), rd(100)), 0.015 + B / 15)
  945. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.015 + B / 15)
  946. lerpz(LS, "C0", LSC0 * cf(-0.8, 0, -1) * ang(rd(-60), rd(-25), rd(-90)), 0.015 + B / 15)
  947. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.015 + B / 15)
  948. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-15), rd(-20), rd(10)), 0.015 + B / 15)
  949. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.015 + B / 15)
  950. lerpz(LH, "C0", LHC0 * cf(0.1, 0, -0.1) * ang(rd(-5), rd(20), rd(-20)), 0.015 + B / 15)
  951. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.015 + B / 15)
  952. hnd.CFrame = hnd.CFrame:lerp(rarm.CFrame * ang(rd(-110), rd(0), rd(0)) * cf(0, 0, -1), 1)
  953. end
  954. for B = 1, 4 do
  955. swait()
  956. lerpz(RJ, "C0", RJC0 * cf(0, -0.8, 0) * ang(rd(70), rd(0), rd(40)), 0.38 + B * 0.1)
  957. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(9), rd(0), rd(-15)), 0.38 + B * 0.1)
  958. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(-40), rd(100)), 0.38 + B * 0.1)
  959. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.38 + B * 0.1)
  960. lerpz(LS, "C0", LSC0 * cf(-0.8, 0, -1) * ang(rd(-60), rd(-25), rd(-90)), 0.38 + B * 0.1)
  961. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.38 + B * 0.1)
  962. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-15), rd(-20), rd(60)), 0.38 + B * 0.1)
  963. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.38 + B * 0.1)
  964. lerpz(LH, "C0", LHC0 * cf(0.1, 0, -0.1) * ang(rd(-5), rd(20), rd(70)), 0.38 + B * 0.1)
  965. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.38 + B * 0.1)
  966. hnd.CFrame = hnd.CFrame:lerp(rarm.CFrame * ang(rd(-110), rd(0), rd(0)) * cf(0, 0, -1), 1)
  967. end
  968. swait(15)
  969. movin = true
  970. activu = false
  971. end)
  972. end
  973. elseif batting == true then
  974. batting = false
  975. cliham:Disconnect()
  976. local badevz = chr:FindFirstChild("bmodel")
  977. badevz.PrimaryPart = badevz.hnd
  978. for _, A in pairs(badevz:GetChildren()) do
  979. if A.ClassName == "Part" then
  980. A.CanCollide = true
  981. A.Anchored = false
  982. end
  983. end
  984. movin = false
  985. badevz.Parent = workspace
  986. badevz:SetPrimaryPartCFrame(hrp.CFrame * ang(rd(40), rd(0), rd(0)) * cf(0, -11, 0))
  987. game.Debris:AddItem(badevz, 8)
  988. end
  989. end
  990. game:GetService("ContentProvider"):Preload("rbxassetid://725969678")
  991. function lauf()
  992. if selected == false or activu == true then
  993. return
  994. end
  995. lauf1:Play()
  996. end
  997. function makenoob(cfrem, scalo, rags)
  998. nscale.Value = scalo
  999. local md = Instance.new("Model")
  1000. md.Name = "Noob"
  1001. md.Parent = workspace
  1002. local hu = Instance.new("Humanoid")
  1003. hu.RigType = "R6"
  1004. hu.MaxHealth = 100 * scalo
  1005. hu.Health = 100 * scalo
  1006. hu.Parent = md
  1007. local anm = Instance.new("Animator")
  1008. anm.Parent = hu
  1009. hu.PlatformStand = true
  1010. local light = function(part)
  1011. part.CustomPhysicalProperties = PhysicalProperties.new(0.35, 0.3, 0.5)
  1012. end
  1013. local hd = Instance.new("Part")
  1014. hd.Name = "Head"
  1015. hd.Size = Vector3.new(2 * nscale.Value, 1 * nscale.Value, 1 * nscale.Value)
  1016. hd.TopSurface = "Smooth"
  1017. hd.BottomSurface = "Inlet"
  1018. hd.Locked = true
  1019. hd.BrickColor = BrickColor.new("Bright yellow")
  1020. hd.CanCollide = true
  1021. hd.Anchored = false
  1022. light(hd)
  1023. hd.Parent = md
  1024. local hm = Instance.new("SpecialMesh")
  1025. hm.MeshType = "Head"
  1026. hm.Scale = Vector3.new(1.25, 1.25, 1.25)
  1027. hm.Parent = hd
  1028. local hf = Instance.new("Decal")
  1029. hf.Texture = "rbxasset://textures/face.png"
  1030. local gen = math.random(1, 40)
  1031. if gen == 3 then
  1032. hf.Texture = "rbxassetid://260884109"
  1033. end
  1034. if gen == 8 then
  1035. hf.Texture = "rbxassetid://260569492"
  1036. end
  1037. if gen == 12 then
  1038. hf.Texture = "rbxassetid://259580505"
  1039. end
  1040. if gen == 16 then
  1041. hf.Texture = "rbxassetid://259579232"
  1042. end
  1043. if gen == 24 then
  1044. hf.Texture = "rbxassetid://259571525"
  1045. end
  1046. if gen == 28 then
  1047. hf.Texture = "rbxassetid://258283210"
  1048. end
  1049. if gen == 32 then
  1050. hf.Texture = "rbxassetid://258940032"
  1051. end
  1052. if gen == 38 then
  1053. hf.Texture = "rbxassetid://673220970"
  1054. hf.Color3 = Color3.new(0, 0, 0)
  1055. end
  1056. hf.Face = "Front"
  1057. hf.Parent = hd
  1058. local hrpa = Instance.new("Part")
  1059. hrpa.Name = "HumanoidRootPart"
  1060. hrpa.TopSurface, hrpa.BottomSurface = 0, 0
  1061. hrpa.Size = Vector3.new(2 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1062. hrpa.Transparency = 1
  1063. hrpa.CanCollide = false
  1064. hrpa.Locked = true
  1065. light(hrpa)
  1066. hrpa.Parent = md
  1067. local tagbomb = Instance.new("BoolValue")
  1068. tagbomb.Name = "tagbomb"
  1069. tagbomb.Value = false
  1070. tagbomb.Parent = hrpa
  1071. local learm = Instance.new("Part")
  1072. learm.Name = "Left Arm"
  1073. learm.BrickColor = BrickColor.new("Bright yellow")
  1074. learm.CanCollide = false
  1075. learm.Locked = true
  1076. learm.Size = Vector3.new(1 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1077. light(learm)
  1078. learm.Parent = md
  1079. local riarm = Instance.new("Part")
  1080. riarm.Name = "Right Arm"
  1081. riarm.BrickColor = BrickColor.new("Bright yellow")
  1082. riarm.CanCollide = false
  1083. riarm.Locked = true
  1084. light(riarm)
  1085. riarm.Size = Vector3.new(1 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1086. riarm.Parent = md
  1087. local leleg = Instance.new("Part")
  1088. leleg.Name = "Left Leg"
  1089. leleg.BrickColor = BrickColor.new("Br. yellowish green")
  1090. leleg.CanCollide = false
  1091. leleg.Locked = true
  1092. light(leleg)
  1093. leleg.BottomSurface = 0
  1094. leleg.Size = Vector3.new(1 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1095. leleg.Parent = md
  1096. local rileg = Instance.new("Part")
  1097. rileg.Name = "Right Leg"
  1098. rileg.BrickColor = BrickColor.new("Br. yellowish green")
  1099. rileg.CanCollide = false
  1100. rileg.Locked = true
  1101. light(rileg)
  1102. rileg.BottomSurface = 0
  1103. rileg.Size = Vector3.new(1 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1104. rileg.Parent = md
  1105. local tor = Instance.new("Part")
  1106. tor.Name = "Torso"
  1107. tor.BrickColor = BrickColor.new("Bright blue")
  1108. tor.Locked = true
  1109. light(tor)
  1110. tor.Size = Vector3.new(2 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1111. tor.LeftSurface, tor.RightSurface = "Weld", "Weld"
  1112. tor.Parent = md
  1113. md.PrimaryPart = hrpa
  1114. md:SetPrimaryPartCFrame(cfrem)
  1115. md:makeJoints()
  1116. makejoint(hrpa, RootJointC0, RootJointC1, hrpa, tor, "RootJoint")
  1117. makejoint(tor, NeckC0, NeckC1, tor, hd, "Neck")
  1118. if rags == true then
  1119. makegloo(tor, RightShoulderC0, RightShoulderC1, tor, riarm, "Right Shoulder")
  1120. makegloo(tor, LeftShoulderC0, LeftShoulderC1, tor, learm, "Left Shoulder")
  1121. makegloo(tor, RightHipC0, RightHipC1, tor, rileg, "Right Hip")
  1122. makegloo(tor, LeftHipC0, LeftHipC1, tor, leleg, "Left Hip")
  1123. maketouchy(riarm, riarm, CFrame.new(0, 0.5 * nscale.Value, 0))
  1124. maketouchy(learm, learm, CFrame.new(0, 0.5 * nscale.Value, 0))
  1125. maketouchy(leleg, leleg, CFrame.new(0, 0.5 * nscale.Value, 0))
  1126. maketouchy(rileg, rileg, CFrame.new(0, 0.5 * nscale.Value, 0))
  1127. elseif rags == false then
  1128. makejoint(tor, RightShoulderC0, RightShoulderC1, tor, riarm, "Right Shoulder")
  1129. makejoint(tor, LeftShoulderC0, LeftShoulderC1, tor, learm, "Left Shoulder")
  1130. makejoint(tor, RightHipC0, RightHipC1, tor, rileg, "Right Hip")
  1131. makejoint(tor, LeftHipC0, LeftHipC1, tor, leleg, "Left Hip")
  1132. hu.PlatformStand = false
  1133. end
  1134. nscale.Value = 1
  1135. hu.Touched:connect(function(tpart, uwot)
  1136. if tagbomb.Value == true and tpart.Parent ~= md and tpart.Parent.Parent ~= md and tpart.Parent.Parent.Parent ~= md then
  1137. tagbomb.Value = false
  1138. hu.Health = 0
  1139. local derp = Instance.new("Explosion")
  1140. derp.BlastPressure = 200
  1141. derp.BlastRadius = 8
  1142. derp.DestroyJointRadiusPercent = 0
  1143. derp.ExplosionType = 2
  1144. derp.Visible = true
  1145. derp.Position = uwot.Position - Vector3.new(0, 0.5, 0)
  1146. derp.Parent = workspace
  1147. game.Debris:AddItem(md, 8)
  1148. end
  1149. end)
  1150. return md
  1151. end
  1152. function makecircle(cfrem, scalo)
  1153. local mcir1 = Instance.new("Part")
  1154. mcir1.Anchored = true
  1155. mcir1.CanCollide = false
  1156. mcir1.Size = Vector3.new(0.2, 0.2, 0.2)
  1157. mcir1.Transparency = 1
  1158. mcir1.CFrame = cfrem
  1159. mcir1.Parent = modz
  1160. game.Debris:AddItem(mcir1, 8)
  1161. local d1 = Instance.new("Decal")
  1162. d1.Texture = "rbxassetid://602615043"
  1163. d1.Face = "Front"
  1164. d1.Parent = mcir1
  1165. local d2 = Instance.new("Decal")
  1166. d2.Texture = "rbxassetid://602617463"
  1167. d2.Face = "Back"
  1168. d2.Parent = mcir1
  1169. local bme = Instance.new("BlockMesh")
  1170. bme.Parent = mcir1
  1171. for _ = 1, 9 do
  1172. swait()
  1173. bme.Scale = bme.Scale:lerp(Vector3.new(35 * scalo, 35 * scalo, 0), 0.3)
  1174. end
  1175. coroutine.resume(coroutine.create(function()
  1176. swait(15)
  1177. for _ = 1, 12 do
  1178. swait()
  1179. d1.Transparency = d1.Transparency + 0.08
  1180. d2.Transparency = d2.Transparency + 0.08
  1181. end
  1182. mcir1:Destroy()
  1183. end))
  1184. return mcir1
  1185. end
  1186. function spawnnoob(circlecf, noobcf, scalez, ragd)
  1187. local aearae = makecircle(circlecf, scalez)
  1188. local nananb
  1189. if ragd then
  1190. nananb = makenoob(aearae.CFrame * noobcf, scalez, true)
  1191. elseif not ragd then
  1192. nananb = makenoob(aearae.CFrame * noobcf, scalez, false)
  1193. end
  1194. return nananb
  1195. end
  1196. function tagexplode(partoz, magn, bombdelay)
  1197. for _, guy in pairs(workspace:GetChildren()) do
  1198. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy.Name == "Noob" and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude then
  1199. coroutine.resume(coroutine.create(function()
  1200. swait(bombdelay * 30)
  1201. guy:FindFirstChild("HumanoidRootPart").tagbomb.Value = true
  1202. end))
  1203. end
  1204. end
  1205. end
  1206. function hito(partoz, magn, dmg, debtim, bodyfdire, bodyrot)
  1207. for _, guy in pairs(workspace:GetChildren()) do
  1208. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then
  1209. do
  1210. local humz = guy:FindFirstChild("Humanoid")
  1211. local horp = guy:FindFirstChild("HumanoidRootPart")
  1212. humz:TakeDamage(dmg)
  1213. humz:SetStateEnabled(16, true)
  1214. delay(debtim, function()
  1215. humz:SetStateEnabled(16, true)
  1216. end)
  1217. local db = Instance.new("StringValue")
  1218. db.Name = "alabo"
  1219. db.Parent = horp
  1220. delay(debtim, function()
  1221. db:Destroy()
  1222. end)
  1223. local b = Instance.new("Part")
  1224. nooutline(b)
  1225. b.Size = Vector3.new(0.2, 0.2, 0.2)
  1226. b.Transparency = 0.25
  1227. b.Anchored = true
  1228. b.CanCollide = false
  1229. b.BrickColor = BrickColor.new("Institutional white")
  1230. b.Locked = true
  1231. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  1232. b.Parent = modz
  1233. local c = Instance.new("SpecialMesh")
  1234. c.MeshType = "Sphere"
  1235. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  1236. c.Parent = b
  1237. game.Debris:AddItem(b, 1)
  1238. if bodyfdire then
  1239. local boopyve = Instance.new("BodyVelocity")
  1240. boopyve.MaxForce = Vector3.new(9999999999999, 9999999999999, 9999999999999)
  1241. boopyve.P = 9999999999
  1242. boopyve.Velocity = bodyfdire
  1243. boopyve.Parent = horp
  1244. game.Debris:AddItem(boopyve, debtim)
  1245. end
  1246. if bodyrot then
  1247. local boopyro = Instance.new("BodyAngularVelocity")
  1248. boopyro.MaxTorque = Vector3.new(999999, 999999, 999999)
  1249. boopyro.P = math.huge
  1250. boopyro.AngularVelocity = bodyrot
  1251. boopyro.Parent = horp
  1252. game.Debris:AddItem(boopyro, debtim)
  1253. end
  1254. local bet = Instance.new("Sound")
  1255. bet.Pitch = rd2(9, 11) / 10
  1256. bet.Volume = rd2(12, 14) / 10
  1257. bet.SoundId = "rbxassetid://305526724"
  1258. bet.Parent = b
  1259. bet:Play()
  1260. coroutine.resume(coroutine.create(function()
  1261. for _ = 1, 5 do
  1262. swait()
  1263. b.Transparency = b.Transparency + 0.175
  1264. c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg)
  1265. end
  1266. end))
  1267. end
  1268. end
  1269. end
  1270. end
  1271. function cleannoobs()
  1272. for _, nib in pairs(workspace:GetChildren()) do
  1273. coroutine.resume(coroutine.create(function()
  1274. if nib.Name == "Noob" then
  1275. if nib:FindFirstChild("HumanoidRootPart") then
  1276. local g = Instance.new("Part")
  1277. g.CanCollide, g.Anchored = false, true
  1278. g.Transparency = 1
  1279. g.CFrame = nib:FindFirstChild("HumanoidRootPart").CFrame
  1280. g.Parent = workspace
  1281. game.Debris:AddItem(g, 3.5)
  1282. local sou = Instance.new("Sound")
  1283. sou.Pitch = math.random(7, 11) / 10
  1284. sou.Volume = 0.8
  1285. sou.SoundId = "rbxassetid://111124523"
  1286. sou.Parent = g
  1287. local pe = Instance.new("ParticleEmitter")
  1288. pe.Acceleration = Vector3.new(0, 8, 0)
  1289. pe.Lifetime = NumberRange.new(1, 1.5)
  1290. pe.Rate = 0.005
  1291. pe.RotSpeed = NumberRange.new(-30, 30)
  1292. pe.Rotation = NumberRange.new(0, 360)
  1293. pe.Size = NumberSequence.new({
  1294. NumberSequenceKeypoint.new(0, 4.38, 0),
  1295. NumberSequenceKeypoint.new(0.672, 4.14, 0),
  1296. NumberSequenceKeypoint.new(1, 1.48, 0)
  1297. })
  1298. pe.Texture = "rbxassetid://244221440"
  1299. pe.Transparency = NumberSequence.new({
  1300. NumberSequenceKeypoint.new(0, 0, 0),
  1301. NumberSequenceKeypoint.new(0.529, 0.3, 0),
  1302. NumberSequenceKeypoint.new(1, 1, 1)
  1303. })
  1304. pe.ZOffset = 5
  1305. pe.Enabled = true
  1306. pe.VelocitySpread = 360
  1307. pe.Parent = g
  1308. swait(5)
  1309. pe:Emit(6)
  1310. sou:Play()
  1311. end
  1312. nib:Destroy()
  1313. end
  1314. end))
  1315. end
  1316. end
  1317. function animo(yep)
  1318. if yep == true then
  1319. anim.Parent = human
  1320. chr.Animate.Disabled = false
  1321. elseif yep == false then
  1322. chr.Animate.Disabled = true
  1323. anim.Parent = nil
  1324. end
  1325. end
  1326. mouse.KeyDown:connect(function(key)
  1327. if key == "r" then
  1328. test()
  1329. end
  1330. if key == "t" then
  1331. lauf()
  1332. end
  1333. if key == "c" and plr.UserId == 42147575 then
  1334. ham()
  1335. end
  1336. if key == "x" then
  1337. bat()
  1338. end
  1339. if key == "l" and plr.UserId == 42147575 and selected == true then
  1340. spawnnoob(hrp.CFrame * cf(5, 3, -1) * ang(rd(90), 0, 0), cf(0, 0, 0) * ang(rd(-90), 0, 0), 1, true)
  1341. end
  1342. if key == "j" and plr.UserId == 42147575 and selected == true then
  1343. spawnnoob(hrp.CFrame * cf(5, 60, -1) * ang(rd(90), 0, 0), cf(0, 0, 0) * ang(rd(-90), 0, 0), 10, true)
  1344. end
  1345. if key == "k" and plr.UserId == 42147575 and selected == true then
  1346. spawnnoob(hrp.CFrame * cf(5, 3, -1) * ang(rd(90), 0, 0), cf(0, 0, 0) * ang(rd(-90), 0, 0), 1, false)
  1347. end
  1348. if key == "p" then
  1349. cleannoobs()
  1350. end
  1351. if key == "z" then
  1352. if selected == false or activu == true then
  1353.  
  1354.  
  1355.  
  1356.  
  1357. return
  1358. end
  1359. if human.WalkSpeed == 25 then
  1360. ----------------------------------------------------------------------
  1361.  
  1362.  
  1363.  
  1364. activu = true
  1365. local speed = human.WalkSpeed
  1366. human.WalkSpeed = 0
  1367. human:SetStateEnabled(3, false)
  1368. local sond = Instance.new("Sound")
  1369. sond.Volume = 2
  1370. sond.Pitch = 1
  1371. sond.EmitterSize = 15
  1372. sond.SoundId = "rbxassetid://203952633"
  1373. sond.Parent = hed
  1374. sond.TimePosition = .5
  1375. Reaper2.Transparency = 0
  1376. chara.Head.face.Texture = "http://www.roblox.com/asset/?id=246990268"
  1377.  
  1378. sond:Play()
  1379.  
  1380. local function expa()
  1381.  
  1382.  
  1383.  
  1384. end
  1385. for _ = 1, 2 do
  1386. swait()
  1387. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-5), rd(0), rd(0)), 0.5)
  1388. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(0)), 0.5)
  1389. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(0), rd(-10)), 0.5)
  1390. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1391. lerpz(LS, "C0", LSC0 * cf(0, 0.2, -0.2) * ang(rd(70), rd(-60), rd(-100)), 0.5)
  1392. if dipperhat then
  1393. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.3)
  1394. end
  1395. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1396. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(-10)), 0.5)
  1397. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1398. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.5)
  1399. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1400.  
  1401. end
  1402.  
  1403.  
  1404.  
  1405. for _ = 1, 20 do
  1406.  
  1407.  
  1408. swait()
  1409.  
  1410.  
  1411. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-5), rd(0), rd(0)), 0.5)
  1412. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(0)), 0.5)
  1413. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(0), rd(-10)), 0.5)
  1414. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1415. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  1416. if dipperhat then
  1417. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(15, 0, 0), 0.3)
  1418. end
  1419. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1420. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(-10)), 0.5)
  1421. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1422. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.5)
  1423. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1424. end
  1425. if dipperhat then
  1426. dipperhat.Handle.HatAttachment.Rotation = dipperrot
  1427. end
  1428.  
  1429.  
  1430.  
  1431. human:SetStateEnabled(3, true)
  1432. activu = false
  1433.  
  1434.  
  1435.  
  1436. ----------------------------------------------------------------------
  1437. human.WalkSpeed = 70
  1438. human.JumpPower = 75
  1439. wait(.2)
  1440. Reaper2.Transparency = 1
  1441. chara.Head.face.Texture = "http://www.roblox.com/asset/?id=192467476"
  1442. wait(1.5)
  1443. sond:Stop()
  1444. else
  1445. human.WalkSpeed = 25
  1446. human.JumpPower = 50
  1447. end
  1448. end
  1449.  
  1450. if key == "m" then
  1451. if musicon == true then
  1452. Music1:Stop()
  1453. musicon = false
  1454.  
  1455. else
  1456. Music1:Play()
  1457. musicon = true
  1458.  
  1459. end
  1460. end
  1461. end)
  1462. tool.Equipped:connect(function()
  1463. selected = true
  1464. end)
  1465. tool.Unequipped:connect(function()
  1466. selected = false
  1467. end)
  1468. animo(false)
  1469. human.WalkSpeed = 25
  1470. sine = 0
  1471. charge = 1
  1472. cos = math.cos
  1473. game:GetService("RunService").RenderStepped:connect(function()
  1474. if ragged == false and activu == false then
  1475. local checkfloor = Ray.new(hrp.Position, Vector3.new(0, -5, 0))
  1476. local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
  1477. local checkstate = human:GetState()
  1478. if checkstate.Value == 13 then
  1479. animpose = "Sitting"
  1480. elseif hrp.Velocity.y > 1 and checkpart == nil then
  1481. animpose = "Jumping"
  1482. elseif hrp.Velocity.y < -1 and checkpart == nil then
  1483. animpose = "Falling"
  1484. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 2 then
  1485. animpose = "Idle"
  1486. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 40 then
  1487. animpose = "Walking"
  1488. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 40 then
  1489. animpose = "TooFast"
  1490. end
  1491. if animpose == "Idle" then
  1492. sine = sine + charge
  1493. lerpz(RJ, "C0", RJC0 * cf(0.05 * cos(sine / 40), 0, -0.05 - 0.05 * cos(sine / 20)) * ang(rd(0), rd(0), rd(0)), 0.3)
  1494. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(4 + 2 * cos(sine / 20)), rd(0), rd(0)), 0.3)
  1495. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(8 * cos(sine / 80)), rd(0), rd(8 * cos(sine / 80))), 0.3)
  1496. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1497. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(8 * cos(sine / 80)), rd(0), rd(8 * cos(sine / 80))), 0.3)
  1498. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1499. lerpz(RH, "C0", RHC0 * cf(0, 0.05 + 0.05 * cos(sine / 20), 0.05 * cos(sine / 40)) * ang(rd(-5), rd(-5), rd(1)), 0.3)
  1500. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1501. lerpz(LH, "C0", LHC0 * cf(0, 0.05 + 0.05 * cos(sine / 20), -0.05 * cos(sine / 40)) * ang(rd(-5), rd(5), rd(1)), 0.3)
  1502. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1503. end
  1504. if animpose == "Walking" then
  1505. sine = sine + charge
  1506. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.025 * cos(sine / 4)) * ang(rd(-5), math.sin(hrp.RotVelocity.Y / 30), math.sin(hrp.RotVelocity.Y / 5)), 0.3)
  1507. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(0)), 0.3)
  1508. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(5 * cos(sine / 5)), rd(-20 * cos(sine / 5)), rd(90 * cos(sine / 5))), 0.6)
  1509. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1510. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-5 * cos(sine / 5)), rd(-20 * cos(sine / 5)), rd(90 * cos(sine / 5))), 0.6)
  1511. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1512. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(-1 - 1 * cos(sine / 60)), rd(-90 * cos(sine / 5))), 0.6)
  1513. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1514. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(1 - 1 * cos(sine / 60)), rd(-90 * cos(sine / 5))), 0.6)
  1515. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1516. end
  1517. if animpose == "Jumping" then
  1518. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-5), rd(0), rd(0)), 0.3)
  1519. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
  1520. lerpz(RS, "C0", RSC0 * cf(0, -0.5, 0.2) * ang(rd(-70), rd(-5), rd(-20)), 0.3)
  1521. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1522. lerpz(LS, "C0", LSC0 * cf(0, -0.5, 0.2) * ang(rd(-70), rd(5), rd(20)), 0.3)
  1523. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1524. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-20)), 0.3)
  1525. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1526. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-20), rd(20), rd(15)), 0.3)
  1527. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1528. end
  1529. if animpose == "Falling" then
  1530. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(0)), 0.3)
  1531. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(0)), 0.3)
  1532. lerpz(RS, "C0", RSC0 * cf(0, 0, 0.6) * ang(rd(-150), rd(-5), rd(-20)), 0.3)
  1533. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1534. lerpz(LS, "C0", LSC0 * cf(0, 0, 0.6) * ang(rd(-150), rd(5), rd(20)), 0.3)
  1535. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1536. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-15), rd(-15), rd(-20)), 0.3)
  1537. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1538. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-15), rd(15), rd(15)), 0.3)
  1539. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1540. end
  1541. if animpose == "TooFast" then
  1542. sine = sine + charge
  1543. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.35 * cos(sine / 2)) * ang(rd(-20), math.sin(hrp.RotVelocity.Y / 20), math.sin(hrp.RotVelocity.Y / 2)), 0.3)
  1544. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-15 - 5 * cos(sine / 2)), rd(0), rd(0)), 0.3)
  1545. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(5 * cos(sine / 3)), rd(-120 * cos(sine / 3)), rd(110 * cos(sine / 3))), 0.6)
  1546. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1547. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-5 * cos(sine / 3)), rd(-120 * cos(sine / 3)), rd(110 * cos(sine / 3))), 0.6)
  1548. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1549. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(-1 - 1 * cos(sine / 60)), rd(-110 * cos(sine / 3))), 0.6)
  1550. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1551. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(1 - 1 * cos(sine / 60)), rd(-110 * cos(sine / 3))), 0.6)
  1552. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1553. end
  1554. if animpose == "Sitting" then
  1555. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1556. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1557. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1558. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1559. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1560. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1561. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1562. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1563. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1564. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1565. end
  1566. end
  1567. end)
  1568.  
  1569.  
  1570. chara.Humanoid.MaxHealth = 1000
  1571. chara.Humanoid.Health = 1000
  1572. while true do
  1573. if chara.Humanoid.Health <=50 then
  1574. chara.Humanoid.Health = 1000
  1575. end
  1576. wait(0.1)
  1577. end
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593. ------made by (123jl123)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement