Advertisement
realstar101

Untitled

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