Advertisement
Thefrozen106

BIG SMOKE (LEAKED)

Jul 21st, 2017
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 82.33 KB | None | 0 0
  1. --YEEE WOOO
  2.  
  3. ---------ONE WITH CHEESEEE------------
  4. ---------MAKE BY SKRUBL0RDZI------------
  5. p = game.Players.LocalPlayer
  6. char = p.Character
  7. torso = char.Torso
  8. hed = char.Head
  9. neck = char.Torso.Neck
  10. hum = char.Humanoid
  11. hum.MaxHealth = math.huge
  12. local msg = game:GetService("Chat")
  13. torso.BrickColor = BrickColor.new("Brown")
  14. hed.BrickColor = BrickColor.new("Brown")
  15. char["Right Arm"].BrickColor = BrickColor.new("Brown")
  16. char["Left Arm"].BrickColor = BrickColor.new("Brown")
  17. char["Left Leg"].BrickColor = BrickColor.new("Brown")
  18. char["Right Leg"].BrickColor = BrickColor.new("Brown")
  19. ypcall(function()
  20. shirt = Instance.new("Shirt", char)
  21. shirt.Name = "Shirt"
  22. pants = Instance.new("Pants", char)
  23. pants.Name = "Pants"
  24. char.Shirt.ShirtTemplate = "rbxassetid://586567751"
  25. char.Pants.PantsTemplate = "rbxassetid://95425972"
  26. end)
  27. function sbchat(msg,displayname)
  28. if not displayname then
  29. displayname = '<Bitch Smoke>'
  30. end
  31. for i,v in pairs(game:GetService('Players'):GetChildren()) do
  32. local st = Instance.new('StringValue')
  33. st.Name = 'SB_Chat'
  34. st.Value = displayname..'/'..msg
  35. delay(0.2,function() st.Parent = v end)
  36. end
  37. end
  38. p1 = Instance.new("Part",char)
  39. p1.FormFactor = Enum.FormFactor.Custom
  40. p1.Size = Vector3.new(1.8,0.8,1.8)
  41. p1.CanCollide = false
  42. p1.Locked = true
  43. p1.BottomSurface = Enum.SurfaceType.Smooth
  44. p1.TopSurface = Enum.SurfaceType.Smooth
  45. SMesh = Instance.new("SpecialMesh", p1)
  46. SMesh.MeshId = "http://www.roblox.com/asset/?id=91673856"
  47. SMesh.MeshType = Enum.MeshType.FileMesh
  48. SMesh.Name = "Mesh"
  49. SMesh.TextureId = "http://www.roblox.com/asset/?id=91673893"
  50. w1 = Instance.new("Weld", hed)
  51. w1.Part0 = hed
  52. w1.C0 = CFrame.new(0,0.76,0.2)*CFrame.Angles(0.3,0,0)
  53. w1.Part1 = p1
  54. w1.C1 = CFrame.new(0, 0, 0)
  55. --------------------------------
  56. p1 = Instance.new("Part",char)
  57. p1.FormFactor = Enum.FormFactor.Custom
  58. p1.Size = Vector3.new(1.8,0.8,1.8)
  59. p1.CanCollide = false
  60. p1.Locked = true
  61. p1.BrickColor = BrickColor.new("Really black")
  62. p1.BottomSurface = Enum.SurfaceType.Smooth
  63. p1.TopSurface = Enum.SurfaceType.Smooth
  64. SMesh = Instance.new("SpecialMesh", p1)
  65. SMesh.MeshId = "http://www.roblox.com/asset/?id=11419729"
  66. SMesh.MeshType = Enum.MeshType.FileMesh
  67. SMesh.Name = "Mesh"
  68. w1 = Instance.new("Weld", hed)
  69. w1.Part0 = hed
  70. w1.C0 = CFrame.new(0,0.2,-0.25)
  71. w1.Part1 = p1
  72. w1.C1 = CFrame.new(0, 0, 0)
  73. -----------
  74. GroundWave3 = function()
  75. local HandCF = CFrame.new(torso.Position - Vector3.new(0,0,0)) * CFrame.Angles(0,0,0)
  76. local wave1 = Instance.new("Part", torso)
  77. wave1.BrickColor = BrickColor.new("Really black")
  78. wave1.Anchored = true
  79. wave1.CanCollide = false
  80. wave1.Locked = true
  81. wave1.Material = "Neon"
  82. wave1.Size = Vector3.new(1, 1, 1)
  83. wave1.TopSurface = "Smooth"
  84. wave1.BottomSurface = "Smooth"
  85. wave1.Transparency = 0
  86. wave1.CFrame = HandCF
  87. wm = Instance.new("SpecialMesh", wave1)
  88. wm.Scale = Vector3.new(.1,.1,.1)
  89. wm.MeshType = "Sphere"
  90. coroutine.wrap(function()
  91. for i = 1, 20, 1 do
  92. wm.Scale = Vector3.new(2 + i*2, 2 + i*2, 2 + i*2)
  93. --wave1.Size = wm.Scale
  94. wave1.CFrame = HandCF
  95. wave1.Transparency = i/10
  96. wait()
  97. end
  98. wait()
  99. wave1:Destroy()
  100. end)()
  101. end
  102. -------------------------------
  103. Spawn(function()
  104. while wait(1) do
  105. GroundWave3()
  106. wait(.5)
  107. GroundWave3()
  108. end
  109. end)
  110. warn'[Ground Brake]:Connect!'
  111. -----------------------------------
  112. local Plr = game.Players.LocalPlayer --LocalScript
  113. local Char = Plr.Character
  114. local Mouse = Plr:GetMouse()
  115. local ra = Char:FindFirstChild('Right Arm')
  116. local ts = Char.Torso
  117. local la = Char:FindFirstChild('Left Arm')
  118. local ll = Char:FindFirstChild('Left Leg')
  119. local rl = Char:FindFirstChild('Right Leg')
  120. local hd = Char.Head
  121. local root = Char:FindFirstChild('HumanoidRootPart')
  122.  
  123. rarm = ra
  124. larm = la
  125. torso = ts
  126. hed = hd
  127. root = root
  128. lleg = ll
  129. rleg = rl
  130.  
  131. FloatPart = function()
  132. local Part = Instance.new('Part',torso)
  133. Part.CFrame = CFrame.new(torso.CFrame.X,workspace.Base.CFrame.Y+1,torso.CFrame.Z) * CFrame.fromEulerAnglesXYZ(86.4,0,87)
  134. Part.Anchored = true
  135. Part.Material = 'Neon'
  136. Part.CanCollide = false
  137. Part.BrickColor = BrickColor.new("Forest green")
  138. local Mesh = Instance.new('SpecialMesh',Part)
  139. Mesh.Scale = Vector3.new(4,4,.2)
  140. Mesh.MeshId = 'http://www.roblox.com/asset/?id=3270017'
  141. Mesh.VertexColor = Vector3.new(0,170,255)
  142. spawn(function()
  143. for i = 1,30 do
  144. Mesh.Scale = Mesh.Scale + Vector3.new(.04,.04,0)
  145. Part.Transparency = Part.Transparency + .035
  146. game["Run Service"].RenderStepped:wait()
  147. end
  148. Part:Destroy()
  149. end)
  150. end;
  151.  
  152. DubPart = function()
  153. local Part = Instance.new('Part',torso)
  154. Part.CFrame = CFrame.new(torso.CFrame.X,workspace.Base.CFrame.Y+1,torso.CFrame.Z) * CFrame.fromEulerAnglesXYZ(86.4,0,87)
  155. Part.Anchored = true
  156. Part.CanCollide = false
  157. Part.Material = 'Neon'
  158. Part.BrickColor = BrickColor.new("Forest green")
  159. local Mesh = Instance.new('SpecialMesh',Part)
  160. Mesh.Scale = Vector3.new(7,7,.2)
  161. Mesh.MeshId = 'http://www.roblox.com/asset/?id=3270017'
  162. Mesh.VertexColor = Vector3.new(0,170,255)
  163. spawn(function()
  164. for i = 1,30 do
  165. Mesh.Scale = Mesh.Scale + Vector3.new(.04,.04,0)
  166. Part.Transparency = Part.Transparency + .035
  167. game["Run Service"].RenderStepped:wait()
  168. end
  169. Part:Destroy()
  170. end)
  171. end;
  172.  
  173. OnTouch = function(Toucher)
  174. if Toucher.Parent.Name ~= Plr.Name and Toucher.Parent:FindFirstChild('Humanoid') then
  175. local Hum = Toucher.Parent:FindFirstChild('Humanoid')
  176. Hum.Health = Hum.Health - .7
  177. end
  178. end;
  179.  
  180. Fade = function(Item,t)
  181. spawn(function()
  182. for i = 1,20 do
  183. Item.Transparency = Item.Transparency + .05
  184. if t then
  185. wait(t)
  186. else
  187. wait()
  188. end
  189. end
  190. Item:Destroy()
  191. end)
  192. end
  193.  
  194. TouchKill = function(Toucher)
  195. if Toucher.Parent then
  196. if Toucher.Parent:FindFirstChild('Humanoid') then
  197. local P = Toucher.Parent:FindFirstChild('Humanoid')
  198. if P ~= nil and P.Parent.Name ~= Plr.Name then
  199. P.Health = P.Health - math.random(4,17)
  200. end
  201. end
  202. end
  203. end;
  204.  
  205. Particle = function()
  206. local Part = Instance.new('Part',torso)
  207. Part.Anchored = true
  208. Part.Transparency = 0
  209. Part.Material = "Neon"
  210. Part.Touched:connect(function(I)OnTouch(I)end)
  211. Part.CanCollide = false
  212. Part.CFrame = torso.CFrame * CFrame.new(math.random(-10,10),math.random(-15,15),math.random(-10,10)) * CFrame.fromEulerAnglesXYZ(math.random(),math.random(),math.random())
  213. local Mesh = Instance.new('SpecialMesh',Part)
  214. Mesh.Scale = Vector3.new(1,1,1)
  215. Mesh.MeshId = "rbxassetid://1090700"
  216. Mesh.TextureId = "rbxassetid://1090703"
  217. spawn(function()
  218. for i = 1,40 do
  219. Part.Transparency = Part.Transparency + .0125
  220. Part.CFrame = Part.CFrame * CFrame.new(0,-.07,0)
  221. game["Run Service"].RenderStepped:wait()
  222. end
  223. Part:Destroy()
  224. end)
  225. end;
  226.  
  227. Particle2 = function()
  228. local Part = Instance.new('Part',torso)
  229. Part.Anchored = true
  230. Part.Transparency = 0
  231. Part.Material = "Neon"
  232. Part.Touched:connect(function(I)OnTouch(I)end)
  233. Part.CanCollide = false
  234. Part.CFrame = torso.CFrame * CFrame.new(math.random(-10,10),math.random(-15,15),math.random(-10,10)) * CFrame.fromEulerAnglesXYZ(math.random(),math.random(),math.random())
  235. local Mesh = Instance.new('SpecialMesh',Part)
  236. Mesh.Scale = Vector3.new(1.5,1.5,1.5)
  237. Mesh.MeshId = "rbxassetid://13073626"
  238. Mesh.TextureId = "rbxassetid://13073598"
  239. spawn(function()
  240. for i = 1,40 do
  241. Part.Transparency = Part.Transparency + .0125
  242. Part.CFrame = Part.CFrame * CFrame.new(0,-.07,0)
  243. game["Run Service"].RenderStepped:wait()
  244. end
  245. Part:Destroy()
  246. end)
  247. end;
  248.  
  249. spawn(function()
  250. while wait() do
  251. wait(.05)
  252. FloatPart()
  253. wait(.08)
  254. FloatPart()
  255. wait(.05)
  256. DubPart()
  257. wait(.08)
  258. end
  259. end)
  260. spawn(function()
  261. while wait() do
  262. Particle()
  263. wait(0.75)
  264. Particle2()
  265. end
  266. end)
  267. -------------
  268. hed.face.Texture = "http://www.roblox.com/asset/?id=110287880"
  269. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"I'M BACK CJ. LET'S ME FLOW DAT DAMN TRAIN!", "Red")
  270. sbchat("I'M BACK CJ. LET'S ME FLOW DAT DAMN TRAIN!",'[Big Smoke]')
  271. local HBill = Instance.new("BillboardGui", hed)
  272. local HMain, HBarBack, HBar = Instance.new("Frame", HBill), Instance.new("Frame"), Instance.new("Frame")
  273. local HHealth, HName = Instance.new("TextLabel", HBarBack), Instance.new("TextLabel")
  274. HBill.Size = UDim2.new(15,0,2.2,0)
  275. HBill.Name = "Health Display"
  276. HBill.StudsOffset = Vector3.new(0,4,0)
  277. HBill.AlwaysOnTop = true
  278. HBill.Enabled = true
  279. HMain.BackgroundColor3 = Color3.new(0, 0, 0)
  280. HMain.BackgroundTransparency = 0.6
  281. HMain.Size = UDim2.new(1,0,1,0)
  282. HBarBack.Parent = HMain
  283. HBarBack.BackgroundColor3 = Color3.new(0,0,0)
  284. HBarBack.BorderColor3 = Color3.new(0,0,0)
  285. HBarBack.BorderSizePixel = 2
  286. HBarBack.Position = UDim2.new(.025, 0, .55, 0)
  287. HBarBack.Size = UDim2.new(.95, 0, .3, 0)
  288. HHealth.BackgroundTransparency = 1
  289. HHealth.Size = UDim2.new(1,0,1,0)
  290. HHealth.Font = "Code"
  291. HHealth.Text = "1.#INF"
  292. HHealth.TextScaled = true
  293. HHealth.TextColor3 = Color3.new(1,1,1)
  294. HHealth.TextStrokeColor3 = BrickColor.new("Forest green").Color
  295. HHealth.TextStrokeTransparency = 0
  296. HName.Parent = HMain
  297. HName.BackgroundTransparency = 1
  298. HName.Size = UDim2.new(1,0,.5,0)
  299. HName.Font = "Code"
  300. HName.Text = "Big Smoke"
  301. HName.TextScaled = true
  302. HName.TextColor3 = BrickColor.new("Forest green").Color
  303. HName.TextStrokeColor3 = Color3.new(0,0,0)
  304. HName.TextStrokeTransparency = 0
  305. HName.TextYAlignment = "Top"
  306.  
  307. plr = game.Players.LocalPlayer
  308. local s = Instance.new("Sound",plr.Character)
  309. s.Volume = 3
  310. s.Looped = true
  311. s.Pitch = 1
  312. s.SoundId = "rbxassetid://568315166"
  313. s:Play()
  314. repeat
  315. wait(0.4)
  316. until plr.Character
  317. chr = plr.Character
  318. human = chr:FindFirstChild("Humanoid")
  319. mouse = plr:GetMouse()
  320. cam = workspace.CurrentCamera
  321. selected = false
  322. equipd = false
  323. tors = chr.Torso
  324. rarm = chr["Right Arm"]
  325. larm = chr["Left Arm"]
  326. rleg = chr["Right Leg"]
  327. lleg = chr["Left Leg"]
  328. hrp = chr.HumanoidRootPart
  329. hed = chr.Head
  330. anim = human.Animator
  331. activu = false
  332. ragged = false
  333. batting = false
  334. Heartbeat = Instance.new("BindableEvent")
  335. Heartbeat.Name = "Heartbeat"
  336. Heartbeat.Parent = script
  337. frame = 0.03333333333333333
  338. tf = 0
  339. game:GetService("RunService").Heartbeat:connect(function(s, p)
  340. tf = tf + s
  341. if tf >= frame then
  342. for i = 1, math.floor(tf / frame) do
  343. Heartbeat:Fire()
  344. end
  345. tf = tf - frame * math.floor(tf / frame)
  346. end
  347. end)
  348. function swait(num)
  349. if num == 0 or num == nil then
  350. Heartbeat.Event:wait()
  351. else
  352. for i = 1, num do
  353. Heartbeat.Event:wait()
  354. end
  355. end
  356. end
  357. tool = Instance.new("Tool")
  358. tool.CanBeDropped = false
  359. tool.RequiresHandle = false
  360. tool.ToolTip = "NANI BIG SMOKE??????"
  361. tool.Name = "PRESS X TO USING ME BITC"
  362. tool.Parent = plr.Backpack
  363. modz = Instance.new("Model")
  364. modz.Name = "efx"
  365. modz.Parent = chr
  366. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  367. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  368. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  369. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  370. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  371. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  372. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  373. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  374. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  375. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  376. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  377. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  378. local nscale = Instance.new("NumberValue")
  379. nscale.Value = 1
  380. nscale.Parent = nil
  381. RightShoulderC0 = CFrame.new(1.5 * nscale.Value, 0.5 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  382. RightShoulderC1 = CFrame.new(0, 0.5 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  383. LeftShoulderC0 = CFrame.new(-1.5 * nscale.Value, 0.5 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  384. LeftShoulderC1 = CFrame.new(0, 0.5 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  385. RightHipC0 = CFrame.new(0.5 * nscale.Value, -1 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  386. RightHipC1 = CFrame.new(0, 1 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  387. LeftHipC0 = CFrame.new(-0.5 * nscale.Value, -1 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  388. LeftHipC1 = CFrame.new(0 * nscale.Value, 1 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  389. RootJointC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  390. RootJointC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  391. NeckC0 = CFrame.new(0, 1 * nscale.Value, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  392. NeckC1 = CFrame.new(0, -0.5 * nscale.Value, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  393. nscale.Changed:connect(function()
  394. RightShoulderC0 = CFrame.new(1.5 * nscale.Value, 0.5 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  395. RightShoulderC1 = CFrame.new(0, 0.5 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  396. LeftShoulderC0 = CFrame.new(-1.5 * nscale.Value, 0.5 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  397. LeftShoulderC1 = CFrame.new(0, 0.5 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  398. RightHipC0 = CFrame.new(0.5 * nscale.Value, -1 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  399. RightHipC1 = CFrame.new(0, 1 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  400. LeftHipC0 = CFrame.new(-0.5 * nscale.Value, -1 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  401. LeftHipC1 = CFrame.new(0 * nscale.Value, 1 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  402. RootJointC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  403. RootJointC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  404. NeckC0 = CFrame.new(0, 1 * nscale.Value, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  405. NeckC1 = CFrame.new(0, -0.5 * nscale.Value, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  406. end)
  407. RS = tors:FindFirstChild("Right Shoulder")
  408. LS = tors:FindFirstChild("Left Shoulder")
  409. RH = tors:FindFirstChild("Right Hip")
  410. LH = tors:FindFirstChild("Left Hip")
  411. RJ = hrp:FindFirstChild("RootJoint")
  412. N = tors:FindFirstChild("Neck")
  413. cf = CFrame.new
  414. ang = CFrame.Angles
  415. rd = math.rad
  416. rd2 = math.random
  417. function nooutline(p)
  418. p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
  419. end
  420. function makepart(color, name, reflec, trans, mater, parnt, cfram)
  421. local port = Instance.new("Part")
  422. port.BrickColor = BrickColor.new(color)
  423. port.Name = name
  424. port.Transparency = trans
  425. nooutline(port)
  426. port.Reflectance = reflec
  427. port.Material = mater
  428. port.Anchored = false
  429. port.CanCollide = false
  430. port.Locked = true
  431. port.Size = Vector3.new(0.2, 0.2, 0.2)
  432. port.Parent = parnt
  433. return port
  434. end
  435. function makemesh(meshtype, scale, meshid, parent)
  436. local mes = Instance.new("SpecialMesh")
  437. mes.MeshType = meshtype
  438. mes.Scale = scale
  439. if meshtype == "FileMesh" then
  440. mes.MeshId = meshid
  441. end
  442. mes.Parent = parent
  443. return mes
  444. end
  445. function makeweld(parent, p0, p1, c0, c1)
  446. local wel = Instance.new("Weld")
  447. wel.Part0 = p0
  448. wel.Part1 = p1
  449. wel.C0 = c0
  450. if c1 ~= nil then
  451. wel.C1 = c1
  452. end
  453. wel.Parent = parent
  454. return wel
  455. end
  456. local lauf1 = Instance.new("Sound")
  457. lauf1.SoundId = "rbxassetid://138199573"
  458. lauf1.Volume = 5
  459. lauf1.Pitch = 1
  460. lauf1.Parent = hrp
  461. function lerpz(joint, prop, cfrmz, alp)
  462. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  463. end
  464. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  465. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  466. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  467. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  468. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  469. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  470. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  471. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  472. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  473. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  474. function resetlerp()
  475. RJ.C0 = RJC0
  476. RJ.C1 = RJC1
  477. N.C0 = NC0
  478. N.C1 = NC1
  479. RS.C0 = RSC0
  480. RS.C1 = RSC1
  481. LS.C0 = LSC0
  482. LS.C1 = LSC1
  483. RH.C0 = RHC0
  484. RH.C1 = RHC1
  485. LH.C0 = LHC0
  486. LH.C1 = LHC1
  487. end
  488. function test()
  489. if selected == false or activu == true then
  490. return
  491. end
  492. if ragged == false then
  493. ragged = true
  494. human.PlatformStand = true
  495. if rarm and tors:FindFirstChild("Right Shoulder") then
  496. tors:FindFirstChild("Right Shoulder"):Destroy()
  497. makegloo(tors, RightShoulderC0, RightShoulderC1, tors, rarm, "Right Shoulder")
  498. maketouchy(rarm, rarm, CFrame.new(0, 0.5, 0))
  499. end
  500. if larm and tors:FindFirstChild("Left Shoulder") then
  501. tors:FindFirstChild("Left Shoulder"):Destroy()
  502. makegloo(tors, LeftShoulderC0, LeftShoulderC1, tors, larm, "Left Shoulder")
  503. maketouchy(larm, larm, CFrame.new(0, 0.5, 0))
  504. end
  505. if rleg and tors:FindFirstChild("Right Hip") then
  506. tors:FindFirstChild("Right Hip"):Destroy()
  507. makegloo(tors, RightHipC0, RightHipC1, tors, rleg, "Right Hip")
  508. maketouchy(rleg, rleg, CFrame.new(0, 0.5, 0))
  509. end
  510. if lleg and tors:FindFirstChild("Left Hip") then
  511. tors:FindFirstChild("Left Hip"):Destroy()
  512. makegloo(tors, LeftHipC0, LeftHipC1, tors, lleg, "Left Hip")
  513. maketouchy(lleg, lleg, CFrame.new(0, 0.5, 0))
  514. HName.Text = "Died"
  515. end
  516. elseif ragged == true then
  517. ragged = false
  518. human.Jump = true
  519. if rarm and tors:FindFirstChild("Right Shoulder") then
  520. tors:FindFirstChild("Right Shoulder"):Destroy()
  521. makejoint(tors, RSC0, RSC1, tors, rarm, "Right Shoulder")
  522. rarm:FindFirstChild("touchy"):Destroy()
  523. end
  524. if larm and tors:FindFirstChild("Left Shoulder") then
  525. tors:FindFirstChild("Left Shoulder"):Destroy()
  526. makejoint(tors, LSC0, LSC1, tors, larm, "Left Shoulder")
  527. larm:FindFirstChild("touchy"):Destroy()
  528. end
  529. if rleg and tors:FindFirstChild("Right Hip") then
  530. tors:FindFirstChild("Right Hip"):Destroy()
  531. makejoint(tors, RHC0, RHC1, tors, rleg, "Right Hip")
  532. rleg:FindFirstChild("touchy"):Destroy()
  533. end
  534. if lleg and tors:FindFirstChild("Left Hip") then
  535. tors:FindFirstChild("Left Hip"):Destroy()
  536. makejoint(tors, LHC0, LHC1, tors, lleg, "Left Hip")
  537. lleg:FindFirstChild("touchy"):Destroy()
  538. end
  539. RS = tors:FindFirstChild("Right Shoulder")
  540. LS = tors:FindFirstChild("Left Shoulder")
  541. RH = tors:FindFirstChild("Right Hip")
  542. LH = tors:FindFirstChild("Left Hip")
  543. RJ = hrp:FindFirstChild("RootJoint")
  544. N = tors:FindFirstChild("Neck")
  545. HName.Text = "Big Smoke"
  546. end
  547. end
  548. function makegloo(paren, co, ci, parto, parti, nam)
  549. local gloo = Instance.new("Glue")
  550. gloo.Name = nam
  551. gloo.C0 = co
  552. gloo.C1 = ci
  553. gloo.Part0 = parto
  554. gloo.Part1 = parti
  555. gloo.Parent = paren
  556. end
  557. function makejoint(paren, co, ci, parto, parti, nam)
  558. local gloo = Instance.new("Motor6D")
  559. gloo.Name = nam
  560. gloo.C0 = co
  561. gloo.C1 = ci
  562. gloo.Part0 = parto
  563. gloo.Part1 = parti
  564. gloo.Parent = paren
  565. end
  566. function maketouchy(parent, limb, cframe)
  567. local pr = Instance.new("Part")
  568. pr.Name = "touchy"
  569. pr.Size = Vector3.new(1 * nscale.Value, 1 * nscale.Value, 1 * nscale.Value)
  570. pr.Transparency = 1
  571. pr.CustomPhysicalProperties = PhysicalProperties.new(0.55, 0.3, 0.5)
  572. pr.CanCollide = true
  573. pr.Anchored = false
  574. pr.Parent = parent
  575. local w = Instance.new("Weld")
  576. w.Part0 = pr
  577. w.Part1 = limb
  578. w.C0 = cframe
  579. w.Parent = pr
  580. end
  581. local clibat, spec
  582. local dipperhat = chr:FindFirstChild("DXD_DipperHat")
  583. local dipperrot
  584. if dipperhat then
  585. dipperrot = dipperhat.Handle.HatAttachment.Rotation
  586. end
  587. function bat()
  588. if selected == false or activu == true then
  589. return
  590. end
  591. if batting == false then
  592. batting = true
  593. do
  594. local bmod = Instance.new("Model")
  595. bmod.Name = "bmodel"
  596. bmod.Parent = chr
  597. local hnd = makepart("Really black", "hnd", 0, 1, "Neon", bmod, rarm.CFrame)
  598. local hmes = makemesh("1", Vector3.new(2, 9, 2), nil, hnd)
  599. local hwel = makeweld(hnd, hnd, rarm, ang(rd(90), rd(0), rd(0)) * cf(0, 1, 0), nil)
  600. local pt1 = makepart("Really black", "pt1", 0, 1, "Neon", bmod, rarm.CFrame)
  601. local p1m = makemesh("Sphere", Vector3.new(3,3,3), nil, pt1)
  602. local p1w = makeweld(pt1, pt1, hnd, ang(rd(0), rd(0), rd(0)) * cf(0, 1, 0), nil)
  603. local pt3 = makepart("Really black", "pt3", 0, 1, "Neon", bmod, rarm.CFrame)
  604. local p3m = makemesh("1", Vector3.new(1, 6, 1), nil, pt3)
  605. local p3w = makeweld(pt3, pt3, hnd, ang(rd(0), rd(0), rd(0)) * cf(0, -1, 0), nil)
  606. local pt4 = makepart("Really black", "pt4", 0, math.rad(0,1), "Neon", bmod, rarm.CFrame)
  607. local p4m = makemesh("FileMesh", Vector3.new(2,2,2), "http://www.roblox.com/asset/?id=54983181", pt4)
  608. p4m.TextureId = "http://www.roblox.com/asset/?id=54983107"
  609. p4m.Scale = Vector3.new(2,2,2)
  610. local p4w = makeweld(pt4, pt4, hnd, ang(rd(90), rd(0), rd(0)) * cf(0, -1.5, 0), nil)
  611. local pt5 = makepart("Forest green", "pt5", 0, 1, "Neon", bmod, rarm.CFrame)
  612. local p5m = makemesh("Cylinder", Vector3.new(25, 1.5, 1.5), nil, pt5)
  613. local p5w = makeweld(pt5, pt5, hnd, ang(rd(0), rd(0), rd(90)) * cf(0, -4.025, 0), nil)
  614. local swingwoo = Instance.new("Sound")
  615. swingwoo.SoundId = "rbxassetid://175024455"
  616. swingwoo.Pitch = rd2(10, 11) / 10
  617. swingwoo.Name = "sweae"
  618. swingwoo.Volume = 1
  619. swingwoo.Parent = hrp
  620. clibat = tool.Activated:connect(function()
  621. if selected == false or activu == true or ragged == true then
  622. return
  623. end
  624. activu = true
  625. for _ = 1, 5 do
  626. swait()
  627. lerpz(RJ, "C0", RJC0 * cf(0, 0.5, 0) * ang(rd(-20), rd(10), rd(-40)), 0.7)
  628. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  629. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(20), rd(-20), rd(179)), 0.7)
  630. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  631. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-20), rd(20), rd(30)), 0.7)
  632. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  633. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(-30)), 0.7)
  634. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  635. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-110)), 0.7)
  636. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  637. end
  638. local bon = Instance.new("Sound")
  639. bon.SoundId = "rbxassetid://175024455"
  640. bon.Pitch = rd2(10, 12) / 10
  641. bon.Volume = 1
  642. bon.Parent = hrp
  643. game.Debris:AddItem(bon, 1)
  644. bon:Play()
  645. swingwoo:Play()
  646. for X = 1, 5 do
  647. swait()
  648. if X > 1 then
  649. hito(pt5, 5, 80, 0.2, hrp.CFrame.lookVector * 0, Vector3.new(0, rd2(-5, 5), rd2(-40, 40)))
  650. end
  651. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(60), rd(-10), rd(30)), 0.7)
  652. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  653. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(20), rd(20), rd(40)), 0.7)
  654. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  655. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-70), rd(20), rd(30)), 0.7)
  656. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  657. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(20), rd(-40), rd(80)), 0.7)
  658. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  659. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(60)), 0.7)
  660. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  661. end
  662. activu = false
  663. end)
  664. spec = mouse.KeyDown:connect(function(keya)
  665. if selected == false or activu == true or ragged == true then
  666. return
  667. end
  668. if keya == "]]" then
  669. activu = true
  670. local speed = human.WalkSpeed
  671. human.WalkSpeed = 0
  672. human:SetStateEnabled(3, false)
  673. local function expa()
  674. local sond = Instance.new("Sound")
  675. sond.Volume = 1.25
  676. sond.Pitch = 1
  677. sond.EmitterSize = 15
  678. sond.SoundId = "rbxassetid://151790502"
  679. sond.Parent = pt6
  680. sond:Play()
  681. for _ = 1, 3 do
  682. swait()
  683. hmes.Scale = hmes.Scale:lerp(Vector3.new(6, 27, 6), 0.7)
  684. p1m.Scale = p1m.Scale:lerp(Vector3.new(7.5, 7.5, 7.5), 0.7)
  685. p1w.C0 = p1w.C0:lerp(ang(rd(0), rd(0), rd(0)) * cf(0, 3, 0), 0.7)
  686. p3m.Scale = p3m.Scale:lerp(Vector3.new(7.5, 7.5, 7.5), 0.7)
  687. p3w.C0 = p3w.C0:lerp(ang(rd(0), rd(0), rd(0)) * cf(0, -3, 0), 0.7)
  688. p4m.Scale = p4m.Scale:lerp(Vector3.new(0.07500000000000001, 0.07500000000000001, 0.07500000000000001), 0.7)
  689. p4w.C0 = p4w.C0:lerp(ang(rd(180), rd(0), rd(0)) * cf(0, -3.75, 0), 0.7)
  690. p5m.Scale = p5m.Scale:lerp(Vector3.new(64.5, 18.75, 18.75), 0.7)
  691. p5w.C0 = p5w.C0:lerp(ang(rd(0), rd(0), rd(90)) * cf(0, -12.075000000000001, 0), 0.7)
  692. end
  693. for _ = 1, 5 do
  694. swait()
  695. hmes.Scale = hmes.Scale:lerp(Vector3.new(4, 18, 4), 0.7)
  696. p1m.Scale = p1m.Scale:lerp(Vector3.new(5, 5, 5), 0.7)
  697. p1w.C0 = p1w.C0:lerp(ang(rd(0), rd(0), rd(0)) * cf(0, 2, 0), 0.7)
  698. p3m.Scale = p3m.Scale:lerp(Vector3.new(5, 5, 5), 0.7)
  699. p3w.C0 = p3w.C0:lerp(ang(rd(0), rd(0), rd(0)) * cf(0, -2, 0), 0.7)
  700. p4m.Scale = p4m.Scale:lerp(Vector3.new(0.05, 0.05, 0.05), 0.7)
  701. p4w.C0 = p4w.C0:lerp(ang(rd(180), rd(0), rd(0)) * cf(0, -2.5, 0), 0.7)
  702. p5m.Scale = p5m.Scale:lerp(Vector3.new(63, 12.5, 12.5), 0.7)
  703. p5w.C0 = p5w.C0:lerp(ang(rd(0), rd(0), rd(90)) * cf(0, -8.05, 0), 0.7)
  704. end
  705. sond.Pitch = 0.75
  706. sond:Play()
  707. for _ = 1, 3 do
  708. swait()
  709. hmes.Scale = hmes.Scale:lerp(Vector3.new(12, 54, 12), 0.7)
  710. p1m.Scale = p1m.Scale:lerp(Vector3.new(15, 15, 15), 0.7)
  711. p1w.C0 = p1w.C0:lerp(ang(rd(0), rd(0), rd(0)) * cf(0, 6, 0), 0.7)
  712. p3m.Scale = p3m.Scale:lerp(Vector3.new(15, 15, 15), 0.7)
  713. p3w.C0 = p3w.C0:lerp(ang(rd(0), rd(0), rd(0)) * cf(0, -6, 0), 0.7)
  714. p4m.Scale = p4m.Scale:lerp(Vector3.new(0.15000000000000002, 0.15000000000000002, 0.15000000000000002), 0.7)
  715. p4w.C0 = p4w.C0:lerp(ang(rd(180), rd(0), rd(0)) * cf(0, -7.5, 0), 0.7)
  716. p5m.Scale = p5m.Scale:lerp(Vector3.new(156, 37.5, 37.5), 0.7)
  717. p5w.C0 = p5w.C0:lerp(ang(rd(0), rd(0), rd(90)) * cf(0, -24.150000000000002, 0), 0.7)
  718. end
  719. for _ = 1, 5 do
  720. swait()
  721. hmes.Scale = hmes.Scale:lerp(Vector3.new(8, 36, 8), 0.7)
  722. p1m.Scale = p1m.Scale:lerp(Vector3.new(10, 10, 10), 0.7)
  723. p1w.C0 = p1w.C0:lerp(ang(rd(0), rd(0), rd(0)) * cf(0, 4, 0), 0.7)
  724. p3m.Scale = p3m.Scale:lerp(Vector3.new(10, 10, 10), 0.7)
  725. p3w.C0 = p3w.C0:lerp(ang(rd(0), rd(0), rd(0)) * cf(0, -4, 0), 0.7)
  726. p4m.Scale = p4m.Scale:lerp(Vector3.new(0.1, 0.1, 0.1), 0.7)
  727. p4w.C0 = p4w.C0:lerp(ang(rd(180), rd(0), rd(0)) * cf(0, -5, 0), 0.7)
  728. p5m.Scale = p5m.Scale:lerp(Vector3.new(102, 25, 25), 0.7)
  729. p5w.C0 = p5w.C0:lerp(ang(rd(0), rd(0), rd(90)) * cf(0, -16.1, 0), 0.7)
  730. end
  731. sond.Pitch = 0.4
  732. sond:Play()
  733. game.Debris:AddItem(sond, 2)
  734. for _ = 1, 3 do
  735. swait()
  736. hmes.Scale = hmes.Scale:lerp(Vector3.new(18, 81, 18), 0.7)
  737. p1m.Scale = p1m.Scale:lerp(Vector3.new(22.5, 22.5, 22.5), 0.7)
  738. p1w.C0 = p1w.C0:lerp(ang(rd(0), rd(0), rd(0)) * cf(0, 9, 0), 0.7)
  739. p3m.Scale = p3m.Scale:lerp(Vector3.new(22.5, 22.5, 22.5), 0.7)
  740. p3w.C0 = p3w.C0:lerp(ang(rd(0), rd(0), rd(0)) * cf(0, -9, 0), 0.7)
  741. p4m.Scale = p4m.Scale:lerp(Vector3.new(0.225, 0.225, 0.225), 0.7)
  742. p4w.C0 = p4w.C0:lerp(ang(rd(180), rd(0), rd(0)) * cf(0, -11.25, 0), 0.7)
  743. p5m.Scale = p5m.Scale:lerp(Vector3.new(230.2, 56.25, 56.25), 0.7)
  744. p5w.C0 = p5w.C0:lerp(ang(rd(0), rd(0), rd(90)) * cf(0, -36.225, 0), 0.7)
  745. end
  746. for _ = 1, 5 do
  747. swait()
  748. hmes.Scale = hmes.Scale:lerp(Vector3.new(14, 63, 14), 0.7)
  749. p1m.Scale = p1m.Scale:lerp(Vector3.new(17.5, 17.5, 17.5), 0.7)
  750. p1w.C0 = p1w.C0:lerp(ang(rd(0), rd(0), rd(0)) * cf(0, 7, 0), 0.7)
  751. p3m.Scale = p3m.Scale:lerp(Vector3.new(17.5, 17.5, 17.5), 0.7)
  752. p3w.C0 = p3w.C0:lerp(ang(rd(0), rd(0), rd(0)) * cf(0, -7, 0), 0.7)
  753. p4m.Scale = p4m.Scale:lerp(Vector3.new(0.17500000000000002, 0.17500000000000002, 0.17500000000000002), 0.7)
  754. p4w.C0 = p4w.C0:lerp(ang(rd(180), rd(0), rd(0)) * cf(0, -8.75, 0), 0.7)
  755. p5m.Scale = p5m.Scale:lerp(Vector3.new(400, 43.75, 43.75), 0.7)
  756. p5w.C0 = p5w.C0:lerp(ang(rd(0), rd(0), rd(90)) * cf(0, -30, 0), 0.7)
  757. end
  758. end
  759. for _ = 1, 3 do
  760. swait()
  761. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-5), rd(0), rd(0)), 0.5)
  762. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(0)), 0.5)
  763. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(0), rd(-10)), 0.5)
  764. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  765. lerpz(LS, "C0", LSC0 * cf(0, 0.2, -0.2) * ang(rd(70), rd(-60), rd(-100)), 0.5)
  766. if dipperhat then
  767. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.3)
  768. end
  769. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  770. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(-10)), 0.5)
  771. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  772. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.5)
  773. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  774. end
  775. for _ = 1, 3 do
  776. swait()
  777. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-5), rd(0), rd(0)), 0.5)
  778. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(0)), 0.5)
  779. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(0), rd(-10)), 0.5)
  780. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  781. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  782. if dipperhat then
  783. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(15, 0, 0), 0.3)
  784. end
  785. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  786. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(-10)), 0.5)
  787. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  788. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.5)
  789. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  790. end
  791. for _ = 1, 30 do
  792. swait()
  793. lerpz(RJ, "C0", RJC0 * cf(1.1, 0.6, 0) * ang(rd(0), rd(0), rd(-120)), 0.2)
  794. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(-20)), 0.2)
  795. lerpz(RS, "C0", RSC0 * cf(0, 0.4, 0.2) * ang(rd(80), rd(-20), rd(80)), 0.2)
  796. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  797. lerpz(LS, "C0", LSC0 * cf(0, -0.2, -0.7) * ang(rd(-20), rd(-60), rd(-80)), 0.2)
  798. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  799. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-5)), 0.2)
  800. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  801. lerpz(LH, "C0", LHC0 * cf(0.4, 0, -0.4) * ang(rd(-10), rd(70), rd(-5)), 0.2)
  802. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  803. end
  804. expa()
  805. for O = 1, 10 do
  806. swait()
  807. lerpz(RJ, "C0", RJC0 * cf(0, 0.3, 0) * ang(rd(0), rd(0), rd(60)), 0.001 + O * 0.01)
  808. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(-20)), 0.001 + O * 0.01)
  809. lerpz(RS, "C0", RSC0 * cf(0, 0.4, 0.2) * ang(rd(80), rd(-20), rd(80)), 0.001 + O * 0.01)
  810. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.001 + O * 0.01)
  811. lerpz(LS, "C0", LSC0 * cf(0, -0.2, -0.7) * ang(rd(-20), rd(-60), rd(-80)), 0.001 + O * 0.01)
  812. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.001 + O * 0.01)
  813. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-5)), 0.001 + O * 0.01)
  814. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.001 + O * 0.01)
  815. lerpz(LH, "C0", LHC0 * cf(0.4, 0, -0.4) * ang(rd(-10), rd(70), rd(-5)), 0.001 + O * 0.01)
  816. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.001 + O * 0.01)
  817. end
  818. local whoooo = Instance.new("Sound")
  819. whoooo.Volume = 3
  820. whoooo.Pitch = 1.1
  821. whoooo.SoundId = "rbxassetid://151790502"
  822. whoooo.Parent = pt5
  823. whoooo:Play()
  824. game.Debris:AddItem(whoooo, 2)
  825. for O = 1, 1 do
  826. swait()
  827. hito(pt5, 70, 808282854, 0.75, hrp.CFrame.rightVector * -10000000 + Vector3.new(0, 50, 0), Vector3.new(0, rd2(-25, 25), rd2(-160, 160)))
  828. lerpz(RJ, "C0", RJC0 * cf(0.9, -0.7, 0) * ang(rd(0), rd(0), rd(120)), 0.1 + O * 0.05)
  829. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(-20)), 0.1 + O * 0.05)
  830. lerpz(RS, "C0", RSC0 * cf(0, 0.4, 0.2) * ang(rd(80), rd(20), rd(20)), 0.1 + O * 0.05)
  831. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + O * 0.05)
  832. lerpz(LS, "C0", LSC0 * cf(0, -0.2, -0.7) * ang(rd(-20), rd(-60), rd(-80)), 0.1 + O * 0.05)
  833. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + O * 0.05)
  834. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-5)), 0.1 + O * 0.05)
  835. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + O * 0.05)
  836. lerpz(LH, "C0", LHC0 * cf(0.4, 0, -0.4) * ang(rd(-10), rd(70), rd(-5)), 0.1 + O * 0.05)
  837. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + O * 0.05)
  838. end
  839. for O = 1, 13 do
  840. swait()
  841. hmes.Scale = hmes.Scale:lerp(Vector3.new(2, 9, 2), 0.05 + O * 0.075)
  842. p1m.Scale = p1m.Scale:lerp(Vector3.new(2.5, 2.5, 2.5), 0.05 + O * 0.075)
  843. p1w.C0 = p1w.C0:lerp(ang(rd(0), rd(0), rd(0)) * cf(0, 1, 0), 0.05 + O * 0.075)
  844. p3m.Scale = p3m.Scale:lerp(Vector3.new(2.5, 2.5, 2.5), 0.05 + O * 0.075)
  845. p3w.C0 = p3w.C0:lerp(ang(rd(0), rd(0), rd(0)) * cf(0, -1, 0), 0.05 + O * 0.075)
  846. p4m.Scale = p4m.Scale:lerp(Vector3.new(0.025, 0.025, 0.025), 0.05 + O * 0.075)
  847. p4w.C0 = p4w.C0:lerp(ang(rd(180), rd(0), rd(0)) * cf(0, -1.25, 0), 0.05 + O * 0.075)
  848. p5m.Scale = p5m.Scale:lerp(Vector3.new(21.5, 1, 1), 0.05 + O * 0.075)
  849. p5w.C0 = p5w.C0:lerp(ang(rd(0), rd(0), rd(90)) * cf(0, -4.025, 0), 0.05 + O * 0.075)
  850. lerpz(RJ, "C0", RJC0 * cf(1.1, -0.8, 0) * ang(rd(0), rd(0), rd(150)), 0.05 + O * 0.075)
  851. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(-20)), 0.05 + O * 0.075)
  852. lerpz(RS, "C0", RSC0 * cf(0, 0.4, 0.2) * ang(rd(80), rd(30), rd(10)), 0.05 + O * 0.075)
  853. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + O * 0.075)
  854. lerpz(LS, "C0", LSC0 * cf(0, -0.2, -0.7) * ang(rd(20), rd(20), rd(-20)), 0.05 + O * 0.075)
  855. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + O * 0.075)
  856. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-5)), 0.05 + O * 0.075)
  857. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + O * 0.075)
  858. lerpz(LH, "C0", LHC0 * cf(0.4, 0, -0.4) * ang(rd(-10), rd(70), rd(-5)), 0.05 + O * 0.075)
  859. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + O * 0.075)
  860. end
  861. if dipperhat then
  862. dipperhat.Handle.HatAttachment.Rotation = dipperrot
  863. end
  864. human.WalkSpeed = speed
  865. human:SetStateEnabled(3, true)
  866. activu = false
  867. end
  868. if keya == "q" then
  869. activu = true
  870. do
  871. local checkkey = true
  872. local keyingup = mouse.KeyUp:connect(function(xzx)
  873. if xzx == "q" then
  874. checkkey = false
  875. end
  876. end)
  877. repeat
  878. for _ = 1, 2 do
  879. swait()
  880. lerpz(RJ, "C0", RJC0 * cf(0, 0.5, 0) * ang(rd(-20), rd(10), rd(-40)), 0.7)
  881. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.7)
  882. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(30), rd(-20), rd(80)), 0.7)
  883. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  884. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-20), rd(20), rd(30)), 0.7)
  885. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  886. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(-30)), 0.7)
  887. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  888. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-110)), 0.7)
  889. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  890. end
  891. swingwoo:Play()
  892. for T = 1, 2 do
  893. swait()
  894. if T == 2 then
  895. hito(pt5, 7, 30, 0.03, hrp.CFrame.lookVector * 0, Vector3.new(0, rd2(-2, 2), rd2(-10, 10)))
  896. end
  897. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(60), rd(-10), rd(30)), 0.7)
  898. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  899. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(20), rd(40), rd(40)), 0.7)
  900. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  901. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-70), rd(20), rd(30)), 0.7)
  902. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  903. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(20), rd(-40), rd(80)), 0.7)
  904. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  905. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(60)), 0.7)
  906. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  907. end
  908. for _ = 1, 2 do
  909. swait()
  910. lerpz(RJ, "C0", RJC0 * cf(0, 0.5, 0) * ang(rd(-30), rd(20), rd(0)), 0.7)
  911. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.7)
  912. lerpz(RS, "C0", RSC0 * cf(0, 0.5, 0) * ang(rd(60), rd(20), rd(179)), 0.7)
  913. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  914. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-40), rd(20), rd(30)), 0.7)
  915. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  916. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(-30)), 0.7)
  917. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  918. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-30), rd(20), rd(35)), 0.7)
  919. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  920. end
  921. swingwoo:Play()
  922. for T = 1, 2 do
  923. swait()
  924. if T == 2 then
  925. hito(pt5, 7, 30, 0.03, hrp.CFrame.lookVector * 0, Vector3.new(0, rd2(-2, 2), rd2(-10, 10)))
  926. end
  927. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(40), rd(40), rd(0)), 0.7)
  928. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.7)
  929. lerpz(RS, "C0", RSC0 * cf(0, 0.5, 0) * ang(rd(60), rd(20), rd(30)), 0.7)
  930. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  931. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-70), rd(20), rd(30)), 0.7)
  932. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  933. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(-30)), 0.7)
  934. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  935. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-30), rd(20), rd(-65)), 0.7)
  936. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.7)
  937. end
  938. until not checkkey
  939. keyingup:Disconnect()
  940. activu = false
  941. end
  942. end
  943. if keya == "f" then
  944. activu = true
  945. do
  946. local speed = human.WalkSpeed
  947. human.WalkSpeed = 2
  948. human:SetStateEnabled(3, false)
  949. local checkkey = true
  950. local chargecounter = 0
  951. local keyingup = mouse.KeyUp:connect(function(xzx)
  952. if xzx == "f" then
  953. checkkey = false
  954. end
  955. end)
  956. local firederp
  957. for _ = 1, 8 do
  958. swait()
  959. hwel.C0 = hwel.C0:lerp(ang(rd(65), rd(0), rd(0)) * cf(0, 1, 0), 0.6)
  960. lerpz(RJ, "C0", RJC0 * cf(0.5, 0.5, 0) * ang(rd(0), rd(0), rd(-70)), 0.5)
  961. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(60)), 0.5)
  962. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(70), rd(-10), rd(80)), 0.5)
  963. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  964. lerpz(LS, "C0", LSC0 * cf(-0.3, -0.1, -1) * ang(rd(-10), rd(-70), rd(-75)), 0.5)
  965. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  966. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-5), rd(-10), rd(5)), 0.5)
  967. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  968. lerpz(LH, "C0", LHC0 * cf(0.5, 0, -0.4) * ang(rd(0), rd(80), rd(-5)), 0.5)
  969. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.5)
  970. end
  971. repeat
  972. swait()
  973. chargecounter = chargecounter + 1
  974. 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)
  975. 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)
  976. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(rd2(-25, -15)), rd(0)), 0.05 + chargecounter * 0.019)
  977. if chargecounter > 30 and firederp == nil then
  978. local colorKeyPoints={ColorSequenceKeypoint.new(0,Color3.new(1,1,1)),
  979. ColorSequenceKeypoint.new(1,Color3.new(1,1,1))
  980. }
  981. local sizeKeyPoints={NumberSequenceKeypoint.new(0,.25),
  982. NumberSequenceKeypoint.new(1,1),
  983. NumberSequenceKeypoint.new(1,0)
  984. }
  985. local opacityKeyPoints={NumberSequenceKeypoint.new(0,0);
  986. NumberSequenceKeypoint.new(.793,0);
  987. NumberSequenceKeypoint.new(1,1);
  988. }
  989. local runRing=Instance.new('ParticleEmitter',pt1)
  990. runRing.LightEmission=0
  991. runRing.Color=ColorSequence.new(colorKeyPoints)
  992. runRing.Size=NumberSequence.new(sizeKeyPoints)
  993. runRing.Texture='rbxassetid://720401995'
  994. runRing.LockedToPart = false
  995. runRing.Transparency=NumberSequence.new(opacityKeyPoints)
  996. runRing.Lifetime=NumberRange.new(1,2)
  997. runRing.Rate=100
  998. runRing.Rotation=NumberRange.new(0,360)
  999. runRing.RotSpeed=NumberRange.new(-20,20)
  1000. runRing.Speed=NumberRange.new(4)
  1001. runRing.VelocitySpread=10
  1002. wait(.1)
  1003. runRing.Enabled = false
  1004. end
  1005. until not checkkey or chargecounter > 50
  1006. swingwoo:Play()
  1007. sbchat("THE POWER OF CHEESEEEEE!!!!!!!!!",'[Big Smoke]')
  1008. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"THE POWER OF CHEESEEEEE!!!!!!!!", "Red")
  1009. for U = 1, 10 do
  1010. swait()
  1011. if U < 3 then
  1012. hito(pt5, 8, math.huge, 0.2, hrp.CFrame.lookVector * (math.huge + chargecounter * math.huge) + Vector3.new(0, 6 + 6 * (chargecounter / 5), 0), Vector3.new(0, rd2(-25, 25) * (chargecounter / 25), rd2(-80, 80) * (chargecounter / 25)))
  1013. if chargecounter > 30 then
  1014. tagexplode(pt5, 5, 1)
  1015. end
  1016. end
  1017. hwel.C0 = hwel.C0:lerp(ang(rd(135), rd(0), rd(0)) * cf(0, 1, 0), 0.6)
  1018. lerpz(RJ, "C0", RJC0 * cf(0.5, -0.5, 0) * ang(rd(0), rd(0), rd(50)), 0.6)
  1019. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-5), rd(0), rd(-30)), 0.6)
  1020. lerpz(RS, "C0", RSC0 * cf(0.75, 0.5, -0.5) * ang(rd(0), rd(60), rd(120)), 0.4)
  1021. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(100), rd(0)), 0.4)
  1022. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-10), rd(20), rd(-125)), 0.4)
  1023. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.4)
  1024. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-5), rd(-10), rd(5)), 0.6)
  1025. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.6)
  1026. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(-10), rd(-6)), 0.6)
  1027. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.6)
  1028. end
  1029. if firederp then
  1030. firederp:Destroy()
  1031. end
  1032. swait(10)
  1033. hwel.C0 = ang(rd(90), rd(0), rd(0)) * cf(0, 1, 0)
  1034. keyingup:Disconnect()
  1035. human.WalkSpeed = speed
  1036. human:SetStateEnabled(3, true)
  1037. activu = false
  1038. HName.Text = "Big Smoke"
  1039. end
  1040. end
  1041. end)
  1042. end
  1043. elseif batting == true then
  1044. batting = false
  1045. clibat:Disconnect()
  1046. spec:Disconnect()
  1047. hrp.sweae:Destroy()
  1048. local batmod = chr:FindFirstChild("bmodel")
  1049. batmod.hnd.Weld:Destroy()
  1050. batmod.PrimaryPart = batmod.hnd
  1051. batmod:SetPrimaryPartCFrame(rarm.CFrame * ang(rd(-90), rd(0), rd(0)) * cf(0, 0, -1))
  1052. for _, A in pairs(batmod:GetChildren()) do
  1053. if A.ClassName == "Part" then
  1054. A.CanCollide = true
  1055. A.Anchored = false
  1056. end
  1057. end
  1058. batmod.Parent = workspace
  1059. game.Debris:AddItem(batmod, 8)
  1060. end
  1061. end
  1062. local movin = false
  1063. local cliham, hamspec
  1064. function ham()
  1065. if batting == false then
  1066. batting = true
  1067. do
  1068. local bmod = Instance.new("Model")
  1069. bmod.Name = "bmodel"
  1070. bmod.Parent = chr
  1071. local makemotor = function(parent, p0, p1, c0, c1)
  1072. local wel = Instance.new("Motor6D")
  1073. wel.Part0 = p0
  1074. wel.Part1 = p1
  1075. wel.C0 = c0
  1076. if c1 ~= nil then
  1077. wel.C1 = c1
  1078. end
  1079. wel.Parent = parent
  1080. return wel
  1081. end
  1082. local hnd = makepart("Br. yellowish green", "hnd", 0, 1, "SmoothPlastic", bmod, hrp.CFrame)
  1083. hnd.Anchored = true
  1084. local hmes = makemesh("Head", Vector3.new(5, 30, 5), nil, hnd)
  1085. movin = true
  1086. hnd.CFrame = hrp.CFrame
  1087. coroutine.resume(coroutine.create(function()
  1088. while hnd.Anchored == true do
  1089. swait()
  1090. if movin then
  1091. hnd.CFrame = hnd.CFrame:lerp(hrp.CFrame * ang(rd(40), rd(0), rd(0)) * cf(0, 11, 0), 0.65)
  1092. end
  1093. end
  1094. end))
  1095. sbchat("CJ, DAT DAMN TRAIN IS BACK. USING DIS HAMMER TO BRAKE IT!",'[Big Smoke]')
  1096. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"CJ, DAT DAMN TRAIN IS BACK. USING DIS HAMMER TO BRAKE IT!", "Red")
  1097. local pt1 = makepart("Br. yellowish green", "pt1", 0, 1, "SmoothPlastic", bmod, hrp.CFrame)
  1098. local p1m = makemesh("Head", Vector3.new(6, 5.5, 5.5), nil, pt1)
  1099. local p1w = makemotor(pt1, pt1, hnd, ang(rd(0), rd(0), rd(0)) * cf(0, 3, 0), nil)
  1100. local pt2 = makepart("Br. yellowish green", "pt2", 0, 1, "SmoothPlastic", bmod, hrp.CFrame)
  1101. local p2m = makemesh("Head", Vector3.new(6, 5.5, 5.5), nil, pt2)
  1102. local p2w = makemotor(pt2, pt2, hnd, ang(rd(0), rd(0), rd(0)) * cf(0, -3, 0), nil)
  1103. local pt3 = makepart("Bright yellow", "pt3", 0, 1, "SmoothPlastic", bmod, hrp.CFrame)
  1104. local p3m = makemesh("Head", Vector3.new(6.5, 6.5, 6.5), nil, pt3)
  1105. local p3w = makemotor(pt3, pt3, hnd, ang(rd(0), rd(0), rd(0)) * cf(0, 3.75, 0), nil)
  1106. local pt4 = makepart("Br. yellowish green", "pt4", 0, 1, "SmoothPlastic", bmod, hrp.CFrame)
  1107. local p4m = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxassetid://250640098", pt4)
  1108. p4m.TextureId = "rbxassetid://250639536"
  1109. local p4w = makemotor(pt4, pt4, hnd, ang(rd(180), rd(180), rd(0)) * cf(0, 4.25, 0.25), nil)
  1110. local pt5 = makepart("Bright blue", "pt5", 0, 1, "SmoothPlastic", bmod, hrp.CFrame)
  1111. local p5m = makemesh("Head", Vector3.new(5, 90, 4), nil, pt5)
  1112. local p5w = makemotor(pt5, pt5, hnd, ang(rd(0), rd(0), rd(0)) * cf(0, -12, 0), nil)
  1113. local pt6 = makepart("Bright blue", "pt6", 0, 0, "SmoothPlastic", bmod, hrp.CFrame)
  1114. local p6m = makemesh("FileMesh", Vector3.new(0.16, 0.4, 0.16), "rbxassetid://524341960", pt6)
  1115. p6m.TextureId = "rbxassetid://526531650"
  1116. p6m.Scale = Vector3.new(0.5,0.50,0.5)
  1117. local p6w = makemotor(pt6, pt6, hnd, ang(rd(180), rd(0), rd(0)) * cf(0, -16, 0), nil)
  1118. local pt7 = makepart("Bright yellow", "pt7", 0, 1, "SmoothPlastic", bmod, hrp.CFrame)
  1119. local p7m = makemesh("Head", Vector3.new(75, 75, 75), nil, pt7)
  1120. local p7w = makemotor(pt7, pt7, hnd, ang(rd(0), rd(90), rd(0)) * cf(0, -27, 0), nil)
  1121. local pt8 = makepart("Bright yellow", "pt8", 0, 1, "SmoothPlastic", bmod, hrp.CFrame)
  1122. local p8m = makemesh("Head", Vector3.new(75, 75, 75), nil, pt8)
  1123. local p8w = makemotor(pt8, pt8, hnd, ang(rd(0), rd(-90), rd(0)) * cf(0, -27, 0), nil)
  1124. local hdec2 = Instance.new("Decal")
  1125. local pt9 = makepart("Bright yellow", "pt9", 0, 1, "SmoothPlastic", bmod, hrp.CFrame)
  1126. local p9m = makemesh("FileMesh", Vector3.new(12, 11, 11), "rbxassetid://272942659", pt9)
  1127. local p9w = makemotor(pt9, pt9, hnd, ang(rd(0), rd(90), rd(0)) * cf(0, -30, 0), nil)
  1128. p9m.TextureId = "rbxassetid://272942750"
  1129. local pt10 = makepart("Bright yellow", "pt10", 0, 1, "SmoothPlastic", bmod, hrp.CFrame)
  1130. local p10m = makemesh("Head", Vector3.new(60, 60, 60), nil, pt10)
  1131. local p10w = makemotor(pt10, pt10, pt7, ang(rd(0), rd(0), rd(90)) * cf(11, 0, 0), nil)
  1132. local hdec3 = Instance.new("Decal")
  1133. local pt11 = makepart("Bright yellow", "pt11", 0, 1, "SmoothPlastic", bmod, hrp.CFrame)
  1134. local p11m = makemesh("Head", Vector3.new(60, 60, 60), nil, pt11)
  1135. local p11w = makemotor(pt11, pt11, pt7, ang(rd(0), rd(180), rd(90)) * cf(11, 0, 0), nil)
  1136. local pt12 = makepart("Bright yellow", "pt12", 0, 1, "SmoothPlastic", bmod, hrp.CFrame)
  1137. local p12m = makemesh("Head", Vector3.new(60, 60, 60), nil, pt12)
  1138. local p12w = makemotor(pt12, pt12, pt7, ang(rd(0), rd(0), rd(-90)) * cf(-11, 0, 0), nil)
  1139. local pt13 = makepart("Bright yellow", "pt13", 0, 1, "SmoothPlastic", bmod, hrp.CFrame)
  1140. local p13m = makemesh("Head", Vector3.new(60, 60, 60), nil, pt13)
  1141. local p13w = makemotor(pt13, pt13, pt7, ang(rd(0), rd(180), rd(-90)) * cf(-11, 0, 0), nil)
  1142. cliham = tool.Activated:connect(function()
  1143. if selected == false or activu == true or ragged == true then
  1144. return
  1145. end
  1146. activu = true
  1147. movin = false
  1148. for B = 1, 20 do
  1149. swait()
  1150. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-5), rd(0), rd(0)), 0.4)
  1151. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(8), rd(0), rd(0)), 0.4)
  1152. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-15), rd(-5), rd(170)), 0.4)
  1153. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1154. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-10), rd(10)), 0.4)
  1155. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1156. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-5), rd(-10), rd(-10)), 0.4)
  1157. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1158. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(10)), 0.4)
  1159. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1160. hnd.CFrame = hnd.CFrame:lerp(rarm.CFrame * ang(rd(-110), rd(0), rd(0)) * cf(0, 0, -1), 0.1 + B * 0.045)
  1161. end
  1162. for B = 1, 30 do
  1163. swait()
  1164. lerpz(RJ, "C0", RJC0 * cf(0, 0.8, 0) * ang(rd(-25), rd(0), rd(-50)), 0.1 + B / 80)
  1165. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-18), rd(0), rd(40)), 0.1 + B / 80)
  1166. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-30), rd(-5), rd(160)), 0.1 + B / 80)
  1167. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + B / 80)
  1168. lerpz(LS, "C0", LSC0 * cf(-0.8, 0, -1) * ang(rd(-60), rd(-20), rd(-150)), 0.1 + B / 80)
  1169. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + B / 80)
  1170. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-15), rd(-20), rd(-10)), 0.1 + B / 80)
  1171. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + B / 80)
  1172. lerpz(LH, "C0", LHC0 * cf(0.5, 0, -0.4) * ang(rd(-5), rd(60), rd(-110)), 0.1 + B / 80)
  1173. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.1 + B / 80)
  1174. hnd.CFrame = hnd.CFrame:lerp(rarm.CFrame * ang(rd(-110), rd(0), rd(0)) * cf(0, 0, -1), 1)
  1175. end
  1176. for B = 1, 7 do
  1177. swait()
  1178. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(40)), 0.015 + B / 15)
  1179. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(9), rd(0), rd(-15)), 0.015 + B / 15)
  1180. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(-50), rd(100)), 0.015 + B / 15)
  1181. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.015 + B / 15)
  1182. lerpz(LS, "C0", LSC0 * cf(-0.8, 0, -1) * ang(rd(-60), rd(-25), rd(-90)), 0.015 + B / 15)
  1183. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.015 + B / 15)
  1184. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-15), rd(-20), rd(10)), 0.015 + B / 15)
  1185. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.015 + B / 15)
  1186. lerpz(LH, "C0", LHC0 * cf(0.1, 0, -0.1) * ang(rd(-5), rd(20), rd(-20)), 0.015 + B / 15)
  1187. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.015 + B / 15)
  1188. hnd.CFrame = hnd.CFrame:lerp(rarm.CFrame * ang(rd(-110), rd(0), rd(0)) * cf(0, 0, -1), 1)
  1189. end
  1190. for B = 1, 8 do
  1191. swait()
  1192. hito(pt6, 20, 808282854, 0.75, hrp.CFrame.rightVector * math.huge + Vector3.new(0, 50, 0), Vector3.new(0, rd2(-25, 25), rd2(-160, 160)))
  1193. lerpz(RJ, "C0", RJC0 * cf(0, -0.8, 0) * ang(rd(70), rd(0), rd(40)), 0.38 + B * 0.1)
  1194. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(9), rd(0), rd(-15)), 0.38 + B * 0.1)
  1195. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(-40), rd(100)), 0.38 + B * 0.1)
  1196. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.38 + B * 0.1)
  1197. lerpz(LS, "C0", LSC0 * cf(-0.8, 0, -1) * ang(rd(-60), rd(-25), rd(-90)), 0.38 + B * 0.1)
  1198. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.38 + B * 0.1)
  1199. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-15), rd(-20), rd(60)), 0.38 + B * 0.1)
  1200. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.38 + B * 0.1)
  1201. lerpz(LH, "C0", LHC0 * cf(0.1, 0, -0.1) * ang(rd(-5), rd(20), rd(70)), 0.38 + B * 0.1)
  1202. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.38 + B * 0.1)
  1203. hnd.CFrame = hnd.CFrame:lerp(rarm.CFrame * ang(rd(-110), rd(0), rd(0)) * cf(0, 0, -1), 1)
  1204. local exp = Instance.new("Explosion",plr.Character)
  1205. exp.Position = pt6.Position
  1206. exp.BlastRadius = 0
  1207. end
  1208. swait(15)
  1209. movin = true
  1210. sbchat("AW FAK. MY PEN1S IS BLOW UP NAW!",'[Big Smoke]')
  1211. activu = false
  1212. end)
  1213. end
  1214. elseif batting == true then
  1215. batting = false
  1216. cliham:Disconnect()
  1217. local badevz = chr:FindFirstChild("bmodel")
  1218. badevz.PrimaryPart = badevz.hnd
  1219. for _, A in pairs(badevz:GetChildren()) do
  1220. if A.ClassName == "Part" then
  1221. A.CanCollide = true
  1222. A.Anchored = false
  1223. end
  1224. end
  1225. movin = false
  1226. badevz.Parent = workspace
  1227. badevz:SetPrimaryPartCFrame(hrp.CFrame * ang(rd(40), rd(0), rd(0)) * cf(0, -11, 0))
  1228. game.Debris:AddItem(badevz, 8)
  1229. end
  1230. end
  1231. game:GetService("ContentProvider"):Preload("rbxassetid://725969678")
  1232. function lauf()
  1233. if selected == false or activu == true then
  1234. return
  1235. end
  1236. lauf1:Play()
  1237. end
  1238. function makenoob(cfrem, scalo, rags)
  1239. nscale.Value = scalo
  1240. local md = Instance.new("Model")
  1241. md.Name = "Small Smoke"
  1242. md.Parent = workspace
  1243. local hu = Instance.new("Humanoid")
  1244. hu.RigType = "R6"
  1245. hu.MaxHealth = 100 * scalo
  1246. hu.Health = 100 * scalo
  1247. hu.Parent = md
  1248. local anm = Instance.new("Animator")
  1249. anm.Parent = hu
  1250. hu.PlatformStand = true
  1251. local light = function(part)
  1252. part.CustomPhysicalProperties = PhysicalProperties.new(0.35, 0.3, 0.5)
  1253. end
  1254. local hd = Instance.new("Part")
  1255. hd.Name = "Head"
  1256. hd.Size = Vector3.new(2 * nscale.Value, 1 * nscale.Value, 1 * nscale.Value)
  1257. hd.TopSurface = "Smooth"
  1258. hd.BottomSurface = "Inlet"
  1259. hd.Locked = true
  1260. hd.BrickColor = BrickColor.random()
  1261. hd.CanCollide = true
  1262. hd.Anchored = false
  1263. light(hd)
  1264. hd.Parent = md
  1265. local hm = Instance.new("SpecialMesh")
  1266. hm.MeshType = "Head"
  1267. hm.Scale = Vector3.new(1.25, 1.25, 1.25)
  1268. hm.Parent = hd
  1269. local hf = Instance.new("Decal")
  1270. hf.Texture = "rbxasset://textures/face.png"
  1271. local gen = math.random(1, 40)
  1272. if gen == 3 then
  1273. hf.Texture = "rbxassetid://101912931"
  1274. end
  1275. if gen == 8 then
  1276. hf.Texture = "rbxassetid://548947987"
  1277. end
  1278. if gen == 12 then
  1279. hf.Texture = "rbxassetid://259580505"
  1280. end
  1281. if gen == 16 then
  1282. hf.Texture = "rbxassetid://259579232"
  1283. end
  1284. if gen == 24 then
  1285. hf.Texture = "rbxassetid://259571525"
  1286. end
  1287. if gen == 28 then
  1288. hf.Texture = "rbxassetid://258283210"
  1289. end
  1290. if gen == 32 then
  1291. hf.Texture = "rbxassetid://258940032"
  1292. end
  1293. if gen == 38 then
  1294. hf.Texture = "rbxassetid://673220970"
  1295. hf.Color3 = Color3.new(0, 0, 0)
  1296. end
  1297. hf.Face = "Front"
  1298. hf.Parent = hd
  1299. local hrpa = Instance.new("Part")
  1300. hrpa.Name = "HumanoidRootPart"
  1301. hrpa.TopSurface, hrpa.BottomSurface = 0, 0
  1302. hrpa.Size = Vector3.new(2 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1303. hrpa.Transparency = 1
  1304. hrpa.CanCollide = false
  1305. hrpa.Locked = true
  1306. light(hrpa)
  1307. hrpa.Parent = md
  1308. local tagbomb = Instance.new("BoolValue")
  1309. tagbomb.Name = "tagbomb"
  1310. tagbomb.Value = false
  1311. tagbomb.Parent = hrpa
  1312. local learm = Instance.new("Part")
  1313. learm.Name = "Left Arm"
  1314. learm.BrickColor = BrickColor.random()
  1315. learm.CanCollide = false
  1316. learm.Locked = true
  1317. learm.Size = Vector3.new(1 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1318. light(learm)
  1319. learm.Parent = md
  1320. local riarm = Instance.new("Part")
  1321. riarm.Name = "Right Arm"
  1322. riarm.BrickColor = BrickColor.random()
  1323. riarm.CanCollide = false
  1324. riarm.Locked = true
  1325. light(riarm)
  1326. riarm.Size = Vector3.new(1 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1327. riarm.Parent = md
  1328. local leleg = Instance.new("Part")
  1329. leleg.Name = "Left Leg"
  1330. leleg.BrickColor = BrickColor.random()
  1331. leleg.CanCollide = false
  1332. leleg.Locked = true
  1333. light(leleg)
  1334. leleg.BottomSurface = 0
  1335. leleg.Size = Vector3.new(1 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1336. leleg.Parent = md
  1337. local rileg = Instance.new("Part")
  1338. rileg.Name = "Right Leg"
  1339. rileg.BrickColor = BrickColor.random()
  1340. rileg.CanCollide = false
  1341. rileg.Locked = true
  1342. light(rileg)
  1343. rileg.BottomSurface = 0
  1344. rileg.Size = Vector3.new(1 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1345. rileg.Parent = md
  1346. local tor = Instance.new("Part")
  1347. tor.Name = "Torso"
  1348. tor.BrickColor = BrickColor.random()
  1349. tor.Locked = true
  1350. light(tor)
  1351. tor.Size = Vector3.new(2 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1352. tor.LeftSurface, tor.RightSurface = "Weld", "Weld"
  1353. tor.Parent = md
  1354. md.PrimaryPart = hrpa
  1355. md:SetPrimaryPartCFrame(cfrem)
  1356. md:makeJoints()
  1357. makejoint(hrpa, RootJointC0, RootJointC1, hrpa, tor, "RootJoint")
  1358. makejoint(tor, NeckC0, NeckC1, tor, hd, "Neck")
  1359. if rags == true then
  1360. makegloo(tor, RightShoulderC0, RightShoulderC1, tor, riarm, "Right Shoulder")
  1361. makegloo(tor, LeftShoulderC0, LeftShoulderC1, tor, learm, "Left Shoulder")
  1362. makegloo(tor, RightHipC0, RightHipC1, tor, rileg, "Right Hip")
  1363. makegloo(tor, LeftHipC0, LeftHipC1, tor, leleg, "Left Hip")
  1364. maketouchy(riarm, riarm, CFrame.new(0, 0.5 * nscale.Value, 0))
  1365. maketouchy(learm, learm, CFrame.new(0, 0.5 * nscale.Value, 0))
  1366. maketouchy(leleg, leleg, CFrame.new(0, 0.5 * nscale.Value, 0))
  1367. maketouchy(rileg, rileg, CFrame.new(0, 0.5 * nscale.Value, 0))
  1368. elseif rags == false then
  1369. makejoint(tor, RightShoulderC0, RightShoulderC1, tor, riarm, "Right Shoulder")
  1370. makejoint(tor, LeftShoulderC0, LeftShoulderC1, tor, learm, "Left Shoulder")
  1371. makejoint(tor, RightHipC0, RightHipC1, tor, rileg, "Right Hip")
  1372. makejoint(tor, LeftHipC0, LeftHipC1, tor, leleg, "Left Hip")
  1373. hu.PlatformStand = false
  1374. end
  1375. nscale.Value = 1
  1376. hu.Touched:connect(function(tpart, uwot)
  1377. if tagbomb.Value == true and tpart.Parent ~= md and tpart.Parent.Parent ~= md and tpart.Parent.Parent.Parent ~= md then
  1378. tagbomb.Value = false
  1379. hu.Health = 0
  1380. local derp = Instance.new("Explosion")
  1381. derp.BlastPressure = 200
  1382. derp.BlastRadius = 8
  1383. derp.DestroyJointRadiusPercent = 0
  1384. derp.ExplosionType = 2
  1385. derp.Visible = true
  1386. derp.Position = uwot.Position - Vector3.new(0, 0.5, 0)
  1387. derp.Parent = workspace
  1388. game.Debris:AddItem(md, 8)
  1389. end
  1390. end)
  1391. return md
  1392. end
  1393. function makecircle(cfrem, scalo)
  1394. local mcir1 = Instance.new("Part")
  1395. mcir1.Anchored = true
  1396. mcir1.CanCollide = false
  1397. mcir1.Size = Vector3.new(0.2, 0.2, 0.2)
  1398. mcir1.Transparency = 1
  1399. mcir1.CFrame = cfrem
  1400. mcir1.Parent = modz
  1401. game.Debris:AddItem(mcir1, 8)
  1402. local d1 = Instance.new("Decal")
  1403. d1.Texture = "rbxassetid://557132029"
  1404. d1.Face = "Front"
  1405. d1.Parent = mcir1
  1406. local d2 = Instance.new("Decal")
  1407. d2.Texture = "rbxassetid://0"
  1408. d2.Face = "Back"
  1409. d2.Parent = mcir1
  1410. local bme = Instance.new("BlockMesh")
  1411. bme.Parent = mcir1
  1412. for _ = 1, 9 do
  1413. swait()
  1414. bme.Scale = bme.Scale:lerp(Vector3.new(35 * scalo, 35 * scalo, 0), 0.3)
  1415. end
  1416. coroutine.resume(coroutine.create(function()
  1417. swait(15)
  1418. for _ = 1, 12 do
  1419. swait()
  1420. d1.Transparency = d1.Transparency + 0.08
  1421. d2.Transparency = d2.Transparency + 0.08
  1422. end
  1423. mcir1:Destroy()
  1424. end))
  1425. return mcir1
  1426. end
  1427. function spawnnoob(circlecf, noobcf, scalez, ragd)
  1428. local aearae = makecircle(circlecf, scalez)
  1429. local nananb
  1430. if ragd then
  1431. nananb = makenoob(aearae.CFrame * noobcf, scalez, true)
  1432. elseif not ragd then
  1433. nananb = makenoob(aearae.CFrame * noobcf, scalez, false)
  1434. end
  1435. return nananb
  1436. end
  1437. function tagexplode(partoz, magn, bombdelay)
  1438. for _, guy in pairs(workspace:GetChildren()) do
  1439. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy.Name == "Skid" and guy.Name == "Dummy" and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude then
  1440. coroutine.resume(coroutine.create(function()
  1441. swait(bombdelay * 0)
  1442. guy:FindFirstChild("HumanoidRootPart").tagbomb.Value = true
  1443. end))
  1444. end
  1445. end
  1446. end
  1447. function hito(partoz, magn, dmg, debtim, bodyfdire, bodyrot)
  1448. for _, guy in pairs(workspace:GetChildren()) do
  1449. 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
  1450. do
  1451. local humz = guy:FindFirstChild("Humanoid")
  1452. local horp = guy:FindFirstChild("HumanoidRootPart")
  1453. humz:TakeDamage(dmg)
  1454. humz:SetStateEnabled(16, true)
  1455. delay(debtim, function()
  1456. humz:SetStateEnabled(16, true)
  1457. end)
  1458. local db = Instance.new("StringValue")
  1459. db.Name = "alabo"
  1460. db.Parent = horp
  1461. delay(debtim, function()
  1462. db:Destroy()
  1463. end)
  1464. local b = Instance.new("Part")
  1465. nooutline(b)
  1466. b.Size = Vector3.new(0.2, 0.2, 0.2)
  1467. b.Transparency = 0
  1468. b.Anchored = true
  1469. b.CanCollide = false
  1470. b.Material = "Neon"
  1471. b.BrickColor = BrickColor.new("Forest green")
  1472. b.Locked = true
  1473. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))*CFrame.Angles(math.random(1412),math.random(423532),math.random(1312))
  1474. b.Parent = modz
  1475. local c = Instance.new("SpecialMesh")
  1476. c.MeshType = "Sphere"
  1477. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  1478. c.Parent = b
  1479. game.Debris:AddItem(b, 1)
  1480. if bodyfdire then
  1481. local boopyve = Instance.new("BodyVelocity")
  1482. boopyve.MaxForce = Vector3.new(9999999999999, 9999999999999, 9999999999999)
  1483. boopyve.P = 9999999999
  1484. boopyve.Velocity = bodyfdire
  1485. boopyve.Parent = horp
  1486. game.Debris:AddItem(boopyve, debtim)
  1487. end
  1488. if bodyrot then
  1489. local boopyro = Instance.new("BodyAngularVelocity")
  1490. boopyro.MaxTorque = Vector3.new(999999, 999999, 999999)
  1491. boopyro.P = math.huge
  1492. boopyro.AngularVelocity = bodyrot
  1493. boopyro.Parent = horp
  1494. game.Debris:AddItem(boopyro, debtim)
  1495. end
  1496. local bet = Instance.new("Sound")
  1497. bet.Pitch = rd2(9, 11) / 10
  1498. bet.Volume = rd2(12, 14) / 10
  1499. bet.SoundId = "rbxassetid://175024455"
  1500. bet.Parent = b
  1501. bet:Play()
  1502. coroutine.resume(coroutine.create(function()
  1503. for _ = 1, 24 do
  1504. swait()
  1505. b.Transparency = b.Transparency + 0.08
  1506. c.Scale = c.Scale + Vector3.new(.8 * dmg, .8 * dmg, .8 * dmg)
  1507. end
  1508. end))
  1509. end
  1510. end
  1511. end
  1512. end
  1513. function cleannoobs()
  1514. for _, nib in pairs(workspace:GetChildren()) do
  1515. coroutine.resume(coroutine.create(function()
  1516. if nib.Name == "Noob" then
  1517. if nib:FindFirstChild("HumanoidRootPart") then
  1518. local g = Instance.new("Part")
  1519. g.CanCollide, g.Anchored = false, true
  1520. g.Transparency = 1
  1521. g.CFrame = nib:FindFirstChild("HumanoidRootPart").CFrame
  1522. g.Parent = workspace
  1523. game.Debris:AddItem(g, 3.5)
  1524. local sou = Instance.new("Sound")
  1525. sou.Pitch = 0
  1526. sou.Volume = 3
  1527. sou.SoundId = "rbxassetid://151790502"
  1528. sou.Parent = g
  1529. local pe = Instance.new("ParticleEmitter")
  1530. pe.Acceleration = Vector3.new(0, 8, 0)
  1531. pe.Lifetime = NumberRange.new(1, 1.5)
  1532. pe.Rate = 0.005
  1533. pe.RotSpeed = NumberRange.new(-30, 30)
  1534. pe.Rotation = NumberRange.new(0, 360)
  1535. pe.Size = NumberSequence.new({
  1536. NumberSequenceKeypoint.new(0, 4.38, 0),
  1537. NumberSequenceKeypoint.new(0.672, 4.14, 0),
  1538. NumberSequenceKeypoint.new(1, 1.48, 0)
  1539. })
  1540. pe.Texture = "rbxassetid://244221440"
  1541. pe.Transparency = NumberSequence.new({
  1542. NumberSequenceKeypoint.new(0, 0, 0),
  1543. NumberSequenceKeypoint.new(0.529, 0.3, 0),
  1544. NumberSequenceKeypoint.new(1, 1, 1)
  1545. })
  1546. pe.ZOffset = 5
  1547. pe.Enabled = true
  1548. pe.VelocitySpread = 360
  1549. pe.Parent = g
  1550. swait(5)
  1551. pe:Emit(6)
  1552. sou:Play()
  1553. end
  1554. nib:Destroy()
  1555. end
  1556. end))
  1557. end
  1558. end
  1559. function animo(yep)
  1560. if yep == true then
  1561. anim.Parent = human
  1562. chr.Animate.Disabled = false
  1563. elseif yep == false then
  1564. chr.Animate.Disabled = true
  1565. anim.Parent = nil
  1566. end
  1567. end
  1568. mouse.KeyDown:connect(function(key)
  1569. if key == "r" then
  1570. test()
  1571. end
  1572. if key == "m" then
  1573. lauf()
  1574. end
  1575. if key == "c" then
  1576. ham()
  1577. end
  1578. if key == "x" then
  1579. bat()
  1580. end
  1581. if key == "l" and selected == true then
  1582. spawnnoob(hrp.CFrame * cf(5, 3, -1) * ang(rd(90), 0, 0), cf(0, 0, 0) * ang(rd(-90), 0, 0), 1, true)
  1583. end
  1584. if key == "h" and selected == true then
  1585. spawnnoob(hrp.CFrame * cf(5, 60, -1) * ang(rd(90), 0, 0), cf(0, 0, 0) * ang(rd(-90), 0, 0), 10, true)
  1586. end
  1587. if key == "k" and selected == true then
  1588. spawnnoob(hrp.CFrame * cf(5, 3, -1) * ang(rd(90), 0, 0), cf(0, 0, 0) * ang(rd(-90), 0, 0), 1, false)
  1589. end
  1590. if key == "p" then
  1591. cleannoobs()
  1592. end
  1593. if key == "e" then
  1594. local so = Instance.new("Sound",plr.Character)
  1595. so.SoundId = "rbxassetid://409176756"
  1596. so.Volume = 10
  1597. so:Play()
  1598. game:GetService("Lighting").Ambient = Color3.new(255,0,0)
  1599. game:GetService("Lighting").Brightness = 0
  1600. game:GetService("Lighting").TimeOfDay = "00:00:00"
  1601. HName.Text = "YOU PICK THE WRONG HOUSE, FOOOOOOL!"
  1602. sbchat("YOU PICK THE WRONG HOUSE, FOOOOOOL!",'[Big Smoke]')
  1603. wait(2)
  1604. game.Players.LocalPlayer.PlayerGui.SB_DataTransfer.SB_CommandRemote.Value = "g/fl"
  1605. HName.Text = "Big Smoke"
  1606. end
  1607. if key == "z" then
  1608. if selected == false or activu == true then
  1609. return
  1610. end
  1611. if human.WalkSpeed == 25 then
  1612. human.WalkSpeed = 100
  1613. human.JumpPower = 125
  1614. else
  1615. human.WalkSpeed = 25
  1616. human.JumpPower = 50
  1617. end
  1618. end
  1619. end)
  1620. tool.Equipped:connect(function()
  1621. selected = true
  1622. end)
  1623. tool.Unequipped:connect(function()
  1624. selected = false
  1625. end)
  1626. animo(false)
  1627. human.WalkSpeed = 25
  1628. sine = 0
  1629. charge = 1
  1630. cos = math.cos
  1631. game:GetService("RunService").RenderStepped:connect(function()
  1632. if ragged == false and activu == false then
  1633. local checkfloor = Ray.new(hrp.Position, Vector3.new(0, -5, 0))
  1634. local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
  1635. local checkstate = human:GetState()
  1636. if checkstate.Value == 13 then
  1637. animpose = "Sitting"
  1638. elseif hrp.Velocity.y > 1 and checkpart == nil then
  1639. animpose = "Jumping"
  1640. elseif hrp.Velocity.y < -1 and checkpart == nil then
  1641. animpose = "Falling"
  1642. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 2 then
  1643. animpose = "Idle"
  1644. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 40 then
  1645. animpose = "Walking"
  1646. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 40 then
  1647. animpose = "TooFast"
  1648. end
  1649. if animpose == "Idle" then
  1650. sine = sine + charge
  1651. 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)
  1652. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(4 + 2 * cos(sine / 20)), rd(0), rd(0)), 0.3)
  1653. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
  1654. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1655. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(100), rd(-40), rd(-32)), 0.3)
  1656. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1657. 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)
  1658. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1659. 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)
  1660. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1661. end
  1662. if animpose == "Walking" then
  1663. sine = sine + charge
  1664. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0 * cos(sine / 4)) * ang(rd(20), math.sin(hrp.RotVelocity.Y / 80), 0), 0.3)
  1665. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(0)), 0.3)
  1666. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.6)
  1667. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1668. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(100), rd(-40), rd(-32)), 0.6)
  1669. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1670. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(-1 - 1 * cos(sine / 60)), rd(-60 * cos(sine / 8))), 0.6)
  1671. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1672. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(1 - 1 * cos(sine / 60)), rd(-60 * cos(sine / 8))), 0.6)
  1673. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1674. end
  1675. if animpose == "Jumping" then
  1676. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-5), rd(0), rd(0)), 0.3)
  1677. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
  1678. lerpz(RS, "C0", RSC0 * cf(0, -0.5, 0.2) * ang(rd(-70), rd(-5), rd(-20)), 0.3)
  1679. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1680. lerpz(LS, "C0", LSC0 * cf(0, -0.5, 0.2) * ang(rd(-70), rd(5), rd(20)), 0.3)
  1681. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1682. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-20)), 0.3)
  1683. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1684. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-20), rd(20), rd(15)), 0.3)
  1685. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1686. end
  1687. if animpose == "Falling" then
  1688. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(0)), 0.3)
  1689. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(0)), 0.3)
  1690. lerpz(RS, "C0", RSC0 * cf(0, 0, 0.6) * ang(rd(-150), rd(-5), rd(-20)), 0.3)
  1691. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1692. lerpz(LS, "C0", LSC0 * cf(0, 0, 0.6) * ang(rd(-150), rd(5), rd(20)), 0.3)
  1693. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1694. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-15), rd(-15), rd(-20)), 0.3)
  1695. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1696. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-15), rd(15), rd(15)), 0.3)
  1697. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1698. end
  1699. if animpose == "TooFast" then
  1700. sine = sine + charge
  1701. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.35 * cos(sine / 2)) * ang(rd(30), math.sin(hrp.RotVelocity.Y / 20), math.sin(hrp.RotVelocity.Y / 2)), 0.3)
  1702. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-15 - 5 * cos(sine / 2)), rd(0), rd(0)), 0.3)
  1703. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-80)), 0.6)
  1704. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1705. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(110), rd(-40), rd(-35)), 0.6)
  1706. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1707. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(-1 - 1 * cos(sine / 60)), rd(-60 * cos(sine / 3))), 0.6)
  1708. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1709. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(1 - 1 * cos(sine / 60)), rd(-60 * cos(sine / 3))), 0.6)
  1710. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1711. end
  1712. if animpose == "Sitting" then
  1713. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1714. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1715. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1716. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1717. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1718. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1719. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  1720. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1721. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  1722. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1723. end
  1724. end
  1725. end)
  1726. if plr.Character.Humanoid.PlatformStand == true then
  1727. plr.Character.Humanoid.PlatformStand = false
  1728. end
  1729. plr.Character.Humanoid.Died:connect(function()
  1730. s:Stop()
  1731. HName.TextColor3 = BrickColor.new("Hot white").Color
  1732. HName.Text = "R.I.P"
  1733. local f = Instance.new("Explosion",plr.Character.Torso)
  1734. f.Position = plr.Character.Torso.Position
  1735. f.BlastRadius = 0
  1736. local m = Instance.new("Sound",Workspace)
  1737. m.SoundId = "rbxassetid://609079653"
  1738. m.Volume = 10
  1739. m:Play()
  1740. end)
  1741. --------------------------Gui---------------------------
  1742. makeframe = function(par, trans, pos, size, color)
  1743. local frame = Instance.new("Frame", par)
  1744. frame.BackgroundTransparency = trans
  1745. frame.BorderSizePixel = 1
  1746. frame.BorderColor3 = BrickColor.Black().Color
  1747. frame.Position = pos
  1748. frame.Size = size
  1749. frame.BackgroundColor3 = BrickColor.new("Forest green").Color
  1750. frame.ZIndex = 5
  1751. return frame
  1752. end
  1753.  
  1754. makelabel = function(par, text)
  1755. local label = Instance.new("TextLabel", par)
  1756. label.BackgroundTransparency = 1
  1757. label.Size = ud(1, 0, 1, 0)
  1758. label.Position = ud(0, 0, 0, 0)
  1759. label.TextColor3 = c3(1,1,1)
  1760. label.TextStrokeTransparency = 0
  1761. label.FontSize = Enum.FontSize.Size24
  1762. label.Font = Enum.Font.SciFi
  1763. label.BorderSizePixel = 0
  1764. label.TextScaled = true
  1765. label.Text = text
  1766. end
  1767. ----------------------------------------------
  1768. local scrn = Instance.new("ScreenGui", p.PlayerGui)
  1769. ud = UDim2.new
  1770. c3 = Color3.new
  1771.  
  1772. Manabar = makeframe(scrn, 0.5, ud(0.8125,0,0.150,0), ud(0.19, 0, 0.03, 0), c3(0,0,0))
  1773. Manacover = makeframe(Manabar, 0.5, ud(0, 0, 0, 0), ud(1, 0, 1, 0), c3(0, 0, 0))
  1774. Manatext = makelabel(Manabar, "[Q]:Automatic Attack (Hold)")
  1775.  
  1776. Manabar = makeframe(scrn, 0.5, ud(0.8125,0,0.190,0), ud(0.19, 0, 0.03, 0), c3(0,0,0))
  1777. Manacover = makeframe(Manabar, 0.5, ud(0, 0, 0, 0), ud(1, 0, 1, 0), c3(0, 0, 0))
  1778. Manatext = makelabel(Manabar, "[E]:WRONG HAWSE DUD")
  1779.  
  1780. Manabar = makeframe(scrn, 0.5, ud(0.8125,0,0.230,0), ud(0.19, 0, 0.03, 0), c3(0,0,0))
  1781. Manacover = makeframe(Manabar, 0.5, ud(0, 0, 0, 0), ud(1, 0, 1, 0), c3(0, 0, 0))
  1782. Manatext = makelabel(Manabar, "[R]:Ragdoll")
  1783.  
  1784. Manabar = makeframe(scrn, 0.5, ud(0.8125,0,0.270,0), ud(0.19, 0, 0.03, 0), c3(0,0,0))
  1785. Manacover = makeframe(Manabar, 0.5, ud(0, 0, 0, 0), ud(1, 0, 1, 0), c3(0, 0, 0))
  1786. Manatext = makelabel(Manabar, "[Z]:Speed")
  1787.  
  1788. Manabar = makeframe(scrn, 0.5, ud(0.8125,0,0.310,0), ud(0.19, 0, 0.03, 0), c3(0,0,0))
  1789. Manacover = makeframe(Manabar, 0.5, ud(0, 0, 0, 0), ud(1, 0, 1, 0), c3(0, 0, 0))
  1790. Manatext = makelabel(Manabar, "[C]:Big Smoke Hammer")
  1791.  
  1792. Manabar = makeframe(scrn, 0.5, ud(0.8125,0,0.350,0), ud(0.19, 0, 0.03, 0), c3(0,0,0))
  1793. Manacover = makeframe(Manabar, 0.5, ud(0, 0, 0, 0), ud(1, 0, 1, 0), c3(0, 0, 0))
  1794. Manatext = makelabel(Manabar, "[K]:No Ragdoll Dummy")
  1795.  
  1796. Manabar = makeframe(scrn, 0.5, ud(0.8125,0,0.390,0), ud(0.19, 0, 0.03, 0), c3(0,0,0))
  1797. Manacover = makeframe(Manabar, 0.5, ud(0, 0, 0, 0), ud(1, 0, 1, 0), c3(0, 0, 0))
  1798. Manatext = makelabel(Manabar, "[L]:Ragdoll Dummy")
  1799.  
  1800. Manabar = makeframe(scrn, 0.5, ud(0.8125,0,0.430,0), ud(0.19, 0, 0.03, 0), c3(0,0,0))
  1801. Manacover = makeframe(Manabar, 0.5, ud(0, 0, 0, 0), ud(1, 0, 1, 0), c3(0, 0, 0))
  1802. Manatext = makelabel(Manabar, "[H]:Big Dummy")
  1803.  
  1804. Manabar = makeframe(scrn, 0.5, ud(0.8125,0,0.470,0), ud(0.19, 0, 0.17, 0), c3(0,0,0))
  1805. Manacover = makeframe(Manabar, 0.5, ud(0, 0, 0, 0), ud(1, 0, 1, 0), c3(0, 0, 0))
  1806. Manatext = makelabel(Manabar, "PUT DIS SH!T TO CJ'S FACE PLES!")
  1807. warn'<Script>[Anti Sent To Local]:Connect!'
  1808. warn'<Script>:Welcome!'
  1809. -----------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement