Advertisement
MrSlakyx

fhdfhdgfdgfsdgfdgsx

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