Advertisement
scriptingboi1

scout edit (this might not work so sorry)

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