The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
One Punch Man script pastebin roblox
By One Punch Man on 2024-09-22 08:00 am | Syntax: LUA | Views: 9



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. --One Punch Man Script
  2. p = game.Players.LocalPlayer
  3. char = p.Character
  4. des = false
  5. fling = true
  6. dot = false
  7. falling = false
  8. jump = true
  9. --char.Shirt:Remove()
  10. --for i,v in pairs(char:GetChildren()) do if v:IsA("Pants") then v:Remove() end end
  11. for i,v in pairs(char:GetChildren()) do if v:IsA("Hat") then v.Handle:Remove() end end
  12. wait()--shirt = Instance.new("Shirt", char)
  13. --shirt.Name = "Shirt"
  14. --pants = Instance.new("Pants", char)
  15. --pants.Name = "Pants"
  16.  
  17. --char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=451927425"
  18. --char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
  19. tp = true
  20. shoot = true
  21. hum = char.Humanoid
  22. punch = true
  23. neckp = char.Torso.Neck.C0
  24. neck = char.Torso.Neck
  25. hum.MaxHealth = 9999999999999999999999999999999999999999
  26. wait()
  27. hum.Health =hum.MaxHealth
  28. des = false
  29. root=char.HumanoidRootPart
  30. torso = char.Torso
  31. char.Head.face.Texture = "rbxassetid://332768867"
  32. local ChatService = game:GetService("Chat")
  33. local player = game.Players.LocalPlayer
  34. lig = Instance.new("PointLight",player.Character.Torso)
  35. lig.Color=Color3.new(255,0,0)
  36. m=player:GetMouse()
  37. bb = Instance.new("BillboardGui",player.Character.Head)
  38. bb.Enabled = true
  39. function newRay(start,face,range,wat)
  40.        local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  41.        hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  42.        return rey,hit,pos
  43. end
  44. aa1={}
  45. torso=game.Players.LocalPlayer.Character.Torso
  46.  
  47. local WorldUp = Vector3.new(0,1,0)
  48. function look2(Vec1,Vec2)
  49.    local Orig = Vec1
  50.    Vec1 = Vec1+Vector3.new(0,1,0)
  51.    Vec2 = Vec2+Vector3.new(0,1,0)
  52.    local Forward = (Vec2-Vec1).unit
  53.    local Up = (WorldUp-WorldUp:Dot(Forward)*Forward).unit
  54.    local Right = Up:Cross(Forward).unit
  55.    Forward = -Forward
  56.    Right = -Right
  57.    return CFrame.new(Orig.X,Orig.Y,Orig.Z,Right.X,Up.X,Forward.X,Right.Y,Up.Y,Forward.Y,Right.Z,Up.Z,Forward.Z)
  58. end
  59.  
  60. function look(CFr,Vec2)
  61.    local A = Vector3.new(0,0,0)
  62.    local B = CFr:inverse()*Vec2
  63.    local CF = look2(A,Vector3.new(A.X,B.Y,B.Z))
  64.    if B.Z > 0 then
  65.        CF = CFr*(CF*CFrame.Angles(0,0,math.pi))
  66.    elseif B.Z == 0 then
  67.        if B.Y > 0 then
  68.            CF = CFr*CFrame.Angles(math.pi/2,0,0)
  69.        elseif B.Y < 0 xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed> 1 then joint = t[i-1][1].CFrame*CFrame.new(0,0,d*.5) end
  70.                        local dir = (v[2].p-(joint.p+Vector3.new(0,0.2,0)+stiff)).unit
  71.                        local dis = (v[2].p-(joint.p+Vector3.new(0,0.2,0)+stiff)).magnitude
  72.                        local pos = joint.p+(dir*(d*0.5))
  73.                      --if v[1].CFrame.y<=workspace.Base.CFrame.y then pos = joint.p+(dir*(d*.5)) end
  74.                        local inv = v[1].Weld.Part0.CFrame
  75.                        local rel1 = inv:inverse()*pos
  76.                        local rel2 = inv:inverse()*(pos-(dir*dis))
  77.                        local cf = look(CFrame.new(rel1),rel2)--CFrame.new(pos,pos-(dir*dis))*CFrame.fromEulerAnglesXYZ(r.x,r.y,r.z)
  78.                        v[1].Weld.C0 = cf
  79.                        v[2] = inv*cf
  80.                        --v[1].CFrame = cf
  81.                end
  82.        end
  83. end
  84. for i=1,8 do
  85. local p = Instance.new("Part",char)
  86. p.Anchored = false
  87. p.BrickColor = BrickColor.new("Institutional white")
  88. p.CanCollide = false
  89. p.FormFactor="Custom"
  90. p.Material = "SmoothPlastic"
  91. p.TopSurface = "SmoothNoOutlines"
  92. p.BottomSurface = "SmoothNoOutlines"
  93. p.RightSurface = "SmoothNoOutlines"
  94. p.LeftSurface = "SmoothNoOutlines"
  95. p.FrontSurface = "SmoothNoOutlines"
  96. p.BackSurface = "SmoothNoOutlines"
  97.  
  98. p.Size=Vector3.new(2,.2,0.2)
  99. p:BreakJoints() -- sometimes the parts are stuck to something so you have to breakjoints them
  100. mesh = Instance.new("BlockMesh",p)
  101. mesh.Scale = Vector3.new(1,1,4)
  102. local w = Instance.new("Motor6D",p)
  103. w.Part0 = aa1[i-1] and aa1[i-1][1] or torso
  104. w.Part1 = p
  105. w.Name = "Weld"
  106. --table.insert(aa1,p)
  107. aa1[i] = {p,p.CFrame}
  108.  
  109. end
  110. game:service"RunService".Stepped:connect(function()
  111. simulate(torso.CFrame*CFrame.new(0,0.9,.5),.6,torso,Vector3.new(),aa1)
  112. end)
  113. bb.AlwaysOnTop = true
  114. bb.Size = UDim2.new(0,200,0,50)
  115. bb.StudsOffset = Vector3.new(0,1,0)
  116. gui=Instance.new("TextBox",bb)
  117. gui.Text = "* "
  118. gui.Size = UDim2.new(0,133,0,45)
  119. gui.Position=UDim2.new(0,57,0,-40)
  120. gui.TextColor3 = Color3.new(255,255,255)
  121. gui.BackgroundColor3=Color3.new(0,0,0)
  122. gui.TextWrapped = true
  123. gui.TextScaled = true
  124. gui.TextXAlignment = "Left"
  125. gui.TextYAlignment = "Top"
  126. gui.Visible = false
  127. gui.BorderColor3 = Color3.new(0,0,0)
  128. punch2 = true
  129. gui1=Instance.new("TextButton",bb)
  130. gui1.Position=UDim2.new(0,5,0,-43)
  131. gui1.Size = UDim2.new(0,190,0,51)
  132.  
  133. gui1.TextColor3 = Color3.new(255,255,255)
  134. gui1.BackgroundColor3=Color3.new(255,255,255)
  135. jump2 = true
  136. gui1.Visible = false
  137. img = Instance.new("ImageLabel",bb)
  138. img.Size = UDim2.new(0,46,0,47)
  139. img.Position = UDim2.new(0,10,0,-41)
  140. img.Image = "rbxassetid://447301252"
  141. img.BorderColor3 = Color3.new(0,0,0)
  142. img.Visible = false
  143. soka = Instance.new("Sound",char)
  144. soka.SoundId = "http://www.roblox.com/asset/?id = 447199232"
  145. soka.Volume = 1
  146. boom = Instance.new("Sound",char)
  147. boom.SoundId = "http://www.roblox.com/asset/?id = 447041606"
  148. boom.Volume = 1
  149. boom2 = Instance.new("Sound",char)
  150. boom2.SoundId = "http://www.roblox.com/asset/?id = 449025737"
  151. boom2.Volume = 1
  152. boom3 = Instance.new("Sound",char)
  153. boom3.SoundId = "http://www.roblox.com/asset/?id = 450719019"
  154. boom3.Volume = 1
  155. tps = Instance.new("Sound",char)
  156. tps.SoundId = "http://www.roblox.com/asset/?id = 449860746"
  157. tps.Volume = 1
  158. asd = Instance.new("Sound",char)
  159. asd.SoundId = "http://www.roblox.com/asset/?id = 447310433"
  160. asd.Volume =1
  161. asd1 = Instance.new("Sound",char)
  162. asd1.SoundId = "http://www.roblox.com/asset/?id = 358280695"
  163.  
  164. asd2 = Instance.new("Sound",char)
  165. asd2.SoundId = "http://www.roblox.com/asset/?id = 386713054"
  166. asd2.Looped = true
  167. asd2.Volume = 5
  168. asd3 = Instance.new("Sound",char)
  169. asd3.SoundId = "http://www.roblox.com/asset/?id = 378387996"
  170. asd3.Looped = true
  171. asd4 = Instance.new("Sound",char)
  172. asd4.SoundId = "http://www.roblox.com/asset/?id = 401258325"
  173. asd4.Looped = true
  174. asd5 = Instance.new("Sound",char)
  175. asd5.SoundId = "http://www.roblox.com/asset/?id = 362252261"
  176. asd5.Looped = true
  177. gas = Instance.new("Sound",char)
  178. gas.SoundId = "http://www.roblox.com/asset/?id = 345052019"
  179. asd6 = Instance.new("Sound",char)
  180. asd6.SoundId = "http://www.roblox.com/asset/?id = 401258325"
  181. asd6.Looped = true
  182. function play(play)
  183. asd:Play()
  184. wait(0.05)
  185. --asd1:Play()
  186. end
  187.  
  188.  
  189.  
  190. ------------
  191. -------------------------
  192.  
  193. function stream(origin,dir,length,size)
  194.        local parts = {}
  195.        for i = 1,length do
  196.                local p = Instance.new("Part",char)
  197.                p.Anchored = true
  198.                p.Transparency = 0.5
  199.                p.TopSurface = 0
  200.                p.BottomSurface = 0
  201.                p.CanCollide = false
  202.                p.BrickColor = BrickColor.new("Institutional white")
  203.                p.Size = Vector3.new(10,30,10) -- for now
  204.                p.CFrame = CFrame.new(origin+dir*i*size)*CFrame.Angles(math.random()*math.pi,math.random()*math.pi,math.random()*math.pi)
  205.                parts[i] = {p,CFrame.Angles(math.random()*math.pi/5,math.random()*math.pi/5,math.random()*math.pi/5)}
  206.                game:GetService("Debris"):AddItem(p,3)
  207.        end
  208.        Spawn(function()
  209.                while parts do
  210.                        for i,v in pairs(parts) do
  211.                                if v[1].Parent == char then
  212.                                        v[1].CFrame = v[1].CFrame*v[2]
  213.                                else
  214.                                        parts = nil
  215.                                        break
  216.                                end
  217.                        end
  218.                        wait(0.02)
  219.                end
  220.        end)
  221. end
  222.  
  223. --[[-- listen for their chatting
  224. player.Chatted:connect(function(message)
  225. a = string.len(message)
  226. gui.Text = ""
  227. gui.Visible = true
  228. gui1.Visible = true
  229. des = false
  230. img.Visible = true
  231. print(a)
  232. if dot == false then
  233. gui.Text = ""
  234. for i = 1,string.len(message) do
  235. gui.Text =gui.Text..message:sub(i,i)
  236. play()
  237.  
  238. end
  239. end
  240.  
  241.  
  242. des = true
  243. end)]]--
  244. m.KeyDown:connect(function(k)
  245. if k == "g" then
  246. asd2:Play()
  247.  
  248.  
  249. end
  250. end)
  251.  
  252. m.KeyDown:connect(function(k)
  253. if k == "r" then
  254.  
  255. asd4:Play()
  256. end
  257. end)
  258. m.KeyDown:connect(function(k)
  259. if k == "q" then
  260.  
  261. asd3:Play()
  262. end
  263. end)
  264. m.KeyDown:connect(function(k)
  265. if k == "z" then
  266. img.Image = "rbxassetid://332766052"
  267.  
  268. end
  269. end)
  270. m.KeyDown:connect(function(k)
  271. if k == "c" then
  272. img.Image = "rbxassetid://447301252"
  273.  
  274. end
  275. end)
  276. m.KeyDown:connect(function(k)
  277. if k == "b" then
  278.  
  279. asd6:Play()
  280. end
  281. end)
  282. mouse = p:GetMouse()
  283. m.KeyDown:connect(function(k)
  284. if k:byte() == 48 then
  285.  
  286. hum.WalkSpeed = 100
  287. end
  288. end)
  289. m.KeyDown:connect(function(k)
  290. if k:byte() == 50 then
  291.  
  292. soka:Play()
  293. end
  294. end)
  295. m.KeyDown:connect(function(k)
  296. if k:byte() == 52 then
  297.  
  298. char.Head.face.Texture = "rbxassetid://444037452"
  299. end
  300. end)
  301. m.KeyDown:connect(function(k)
  302. if k:byte() == 51 then
  303.  
  304. char.Head.face.Texture = "rbxassetid://332768867"
  305. end
  306. end)
  307. m.KeyUp:connect(function(k)
  308. if k:byte() == 48 then
  309.  
  310. hum.WalkSpeed = 16
  311. end
  312. end)
  313. p.Chatted:connect(function(m)
  314. if m == "Okay." then
  315. soka:Play()
  316. end
  317. end)
  318. m.KeyDown:connect(function(k)
  319. if k == "x" then
  320. if des == true then
  321. gui.Visible = false
  322. gui.Text = "* "
  323. gui1.Visible = false
  324. img.Visible = false
  325. end
  326. end
  327. end)
  328. m.KeyDown:connect(function(key)
  329. if key == "j" then
  330. if tp == true then
  331. tp = false
  332. tps:Play()
  333. char.Head.face.Parent = game.Lighting
  334. for i,v in pairs(char:GetChildren()) do if v:IsA("Part") then v.Transparency = 1
  335. end
  336.  
  337. end
  338.   wait(0.5)
  339. for i,v in pairs(char:GetChildren()) do if v:IsA("Part") then v.Transparency = 0          
  340. end
  341.  
  342. end
  343. char.HumanoidRootPart.CFrame = mouse.Hit * CFrame.new(0, 3, 0)
  344. char.HumanoidRootPart.Transparency =  1
  345. game.Lighting.face.Parent = char.Head
  346.    wait(0.2)
  347.  
  348. tp = true
  349.  
  350.  
  351. end
  352. end
  353. end)
  354.  
  355.  
  356. m.KeyDown:connect(function(key)
  357.    if key == "t" then
  358. if punch2 == true then
  359. punch2 = false
  360. punch = false
  361.  
  362. local ChatService = game:GetService("Chat")
  363.  
  364. neck.C0 = neck.C0 * CFrame.Angles(0.3,0,0)
  365. ChatService:Chat(char.Head, "Mind if I get Serious?")
  366. wait(1)
  367. local ChatService = game:GetService("Chat")
  368.  
  369.  
  370. ChatService:Chat(char.Head ,"Killer Move: Serious Series...")
  371. wait(1)
  372. local ChatService = game:GetService("Chat")
  373.  
  374.  
  375. ChatService:Chat(char.Head, "SERIOUS PUNCH.")
  376. neck.C0 = neckp
  377. wait(0.6)
  378. org = char.Torso["Left Shoulder"].C0
  379. char.Torso["Left Shoulder"].C0 = char.Torso["Left Shoulder"].C0 * CFrame.new(-0.3,0,0) * CFrame.Angles(0,0,math.rad(-90))
  380. wait()
  381. killbrick2 = Instance.new("Part",char)
  382. killbrick2.Size = Vector3.new(80,80,9000)
  383. killbrick2.Transparency = 1
  384.  
  385. killbrick2.CanCollide = true
  386. wait(0.1)
  387. killbrick2.CanCollide = false
  388.  
  389. killbrick2.Anchored = true
  390.  
  391. killbrick2.CFrame = char.Torso.CFrame * CFrame.new(0,0,-1005)
  392.  
  393. killbrick2.Touched:connect(function(h)
  394. local x = h.Parent:FindFirstChild("Humanoid")
  395. if x then
  396. if x.Parent.Name == game.Players.LocalPlayer.Name then
  397. safe = true
  398. else safe = false
  399. end
  400. if x then
  401. if safe == false then
  402. h.Parent.Torso.Velocity = CFrame.new(char.Torso.Position,h.Parent.Torso.Position).lookVector * 900
  403. local bodyforc = Instance.new("BodyForce", h.Parent.Torso)
  404. boom:Play()
  405. bodyforc.force = Vector3.new(0, h.Parent.Torso:GetMass() * 196.1, 0)
  406.  
  407.  
  408. wait(0.2)
  409. x.Parent:BreakJoints()
  410. wait()
  411. safe = true
  412. end
  413. end
  414. end
  415. end)
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  local rng = Instance.new("Part", char)
  425.        rng.Anchored = true
  426.    rng.BrickColor = BrickColor.new("Institutional white")
  427.        rng.CanCollide = false
  428.    rng.FormFactor = 3
  429.        rng.Name = "Ring"
  430.     rng.Size = Vector3.new(1, 1, 1)
  431.        rng.Transparency = 0.8
  432.     rng.TopSurface = 0
  433.     rng.BottomSurface = 0
  434. rng.CFrame = char["Left Arm"].CFrame * CFrame.new(0,-2,0)
  435. --rng.Rotation = Vector3.new(math.pi/2,0,0)
  436.        rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  437.        local rngm = Instance.new("SpecialMesh", rng)
  438.     rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  439.        rngm.Scale = Vector3.new(1, 1.3, 2)
  440. local rng1 = Instance.new("Part", char)
  441.        rng1.Anchored = true
  442.    rng1.BrickColor = BrickColor.new("Institutional white")
  443.        rng1.CanCollide = false
  444.    rng1.FormFactor = 3
  445.        rng1.Name = "Ring"
  446.     rng1.Size = Vector3.new(1, 1, 1)
  447.        rng1.Transparency = 0.8
  448.     rng1.TopSurface = 0
  449.     rng1.BottomSurface = 0
  450. rng1.CFrame = char["Left Arm"].CFrame * CFrame.new(0,-2,0)
  451. --rng1.Rotation = Vector3.new(math.pi/2,0,0)
  452.        rng1.CFrame = rng1.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  453.        local rngm1 = Instance.new("SpecialMesh", rng1)
  454.     rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  455.        rngm1.Scale = Vector3.new(1, 1.3, 2)
  456.        
  457.        local p = (torso.CFrame*CFrame.new(-20,0,3))
  458.        stream(p.p,((p*Vector3.new(-0.7,0,1))-p.p).unit,90,5) -- 20 is number of parts, 6 is distance between each one
  459.        local p = (torso.CFrame*CFrame.new(20,0,3))
  460.        stream(p.p,((p*Vector3.new(0.7,0,1))-p.p).unit,90,5) -- same here
  461.  
  462. local rng2 = Instance.new("Part", char)
  463.        rng2.Anchored = true
  464.    rng2.BrickColor = BrickColor.new("Institutional white")
  465.        rng2.CanCollide = false
  466.    rng2.FormFactor = 3
  467.        rng2.Name = "Ring"
  468.     rng2.Size = Vector3.new(1, 1, 1)
  469.        rng2.Transparency = 0.8
  470.     rng2.TopSurface = 0
  471.     rng2.BottomSurface = 0
  472. rng2.CFrame = char["Left Arm"].CFrame * CFrame.new(0,-2,0)
  473. --rng1.Rotation = Vector3.new(math.pi/2,0,0)
  474.        rng2.CFrame = rng2.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  475.        local rngm2 = Instance.new("SpecialMesh", rng2)
  476.     rngm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  477.        rngm2.Scale = Vector3.new(1, 1.3, 2)
  478. wait(0.1)
  479.          
  480. boom3:Play()
  481.     coroutine.wrap(function()
  482.      for i = 1, 35, 0.5 do
  483.  
  484.  
  485.  
  486.  
  487.  
  488.        rngm.Scale = Vector3.new(50 + i*2, 10 + i*2, 2.5+ i*4)
  489. rngm1.Scale = Vector3.new(50 + i*2, 1.4 + i*2, 1.4+ i*4)
  490. rngm2.Scale = Vector3.new(50 + i*2, 10 + i*2, 1.2+ i*4)
  491.    
  492.          wait()
  493.            end
  494.              wait()
  495.            rng:Destroy()
  496. rng1:Destroy()
  497. rng2:Destroy()
  498.              killbrick2:Remove()
  499.       wait(0.5)
  500. char.Torso["Left Shoulder"].C0 = org
  501.    wait(1)
  502. punch2 = true
  503. punch = true
  504. wait()
  505.  
  506.  
  507. end)()
  508.  
  509.  
  510.  
  511. end
  512.  
  513.  
  514. wait(.1)
  515.  
  516.  
  517. end
  518. end)
  519.  
  520.  
  521.  
  522.  
  523.  
  524. m.KeyDown:connect(function(key)
  525.    if key == "k" then
  526. if punch == true then
  527. punch = false
  528. org = char.Torso["Left Shoulder"].C0
  529. char.Torso["Left Shoulder"].C0 = char.Torso["Left Shoulder"].C0 * CFrame.new(-0.3,0,0) * CFrame.Angles(0,0,math.rad(-90))
  530. killbrick = Instance.new("Part",char)
  531. killbrick.Size = Vector3.new(5,1,5)
  532. killbrick.Transparency = 1
  533. killbrick:BreakJoints()
  534. killbrick.CanCollide = false
  535. local wel = Instance.new("Weld",killbrick)
  536. wel.Part0 = killbrick
  537. wel.Part1 = char["Left Arm"]
  538. wel.C0 = CFrame.new(0,1,0)
  539. force = 90
  540.  
  541. killbrick.Touched:connect(function(h)
  542. local x = h.Parent.Humanoid
  543. if x.Health >= 6000 then
  544.        fling = false
  545. end
  546. if x.Health < 6000 then
  547.        fling = true
  548. end
  549. local stop = h.Parent.Torso.Velocity
  550. if x.Parent.Name == game.Players.LocalPlayer.Name then
  551. safe = true
  552. else safe = false
  553. end
  554. if x then
  555. if safe == false then
  556.        if fling == true then
  557.                force = 900
  558.        
  559.        end
  560. if fling == false then
  561.        force = 200
  562. end
  563.        
  564.    
  565. h.Parent.Torso.Velocity = CFrame.new(char.Torso.Position,h.Parent.Torso.Position).lookVector * force
  566. local bodyforc = Instance.new("BodyForce", h.Parent.Torso)
  567. boom:Play()
  568. bodyforc.force = Vector3.new(0, h.Parent.Torso:GetMass() * 196.1, 0)
  569.  
  570.  
  571. wait(0.2)
  572. x:TakeDamage(5000)
  573. wait()
  574. safe = true
  575. bodyforc:Remove()
  576. h.Parent.Torso.Velocity = stop
  577.  
  578. end
  579. end
  580. end)
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  local rng = Instance.new("Part", char)
  592.        rng.Anchored = true
  593.    rng.BrickColor = BrickColor.new("Institutional white")
  594.        rng.CanCollide = false
  595.    rng.FormFactor = 3
  596.        rng.Name = "Ring"
  597.     rng.Size = Vector3.new(1, 1, 1)
  598.        rng.Transparency = 0.8
  599.     rng.TopSurface = 0
  600.     rng.BottomSurface = 0
  601. rng.CFrame = char["Left Arm"].CFrame * CFrame.new(0,-2,0)
  602. --rng.Rotation = Vector3.new(math.pi/2,0,0)
  603.        rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  604.        local rngm = Instance.new("SpecialMesh", rng)
  605.     rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  606.        rngm.Scale = Vector3.new(1, 1.3, 2)
  607. wait(0.1)
  608.          
  609. boom2:Play()
  610.     coroutine.wrap(function()
  611.      for i = 1, 10, .4 do
  612.        rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  613.    
  614.          wait()
  615.            end
  616.              wait()
  617.            rng:Destroy()
  618.              killbrick:Remove()
  619.       wait(0.5)
  620. char.Torso["Left Shoulder"].C0 = org
  621.    wait(1)
  622.  
  623. punch = true
  624. wait()
  625. end)()
  626.  
  627.  
  628.  
  629. end
  630.  
  631.  
  632. wait(.1)
  633.  
  634.  
  635. end
  636. end)
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651. m.KeyDown:connect(function(key)
  652.    if key == "m" then
  653. if jump == true then
  654. jump = false
  655.  
  656.  
  657.  local rng = Instance.new("Part", char)
  658.        rng.Anchored = true
  659.    rng.BrickColor = BrickColor.new("Institutional white")
  660.        rng.CanCollide = false
  661.    rng.FormFactor = 3
  662.        rng.Name = "Ring"
  663.     rng.Size = Vector3.new(1, 1, 1)
  664.        rng.Transparency = 0.35
  665.     rng.TopSurface = 0
  666.     rng.BottomSurface = 0
  667.     rng.Position = torso.Position - Vector3.new(0,2,0)
  668.        rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  669.        local rngm = Instance.new("SpecialMesh", rng)
  670.     rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  671.        rngm.Scale = Vector3.new(1, 1.3, 2)
  672. wait(0.1)
  673.             BV = Instance.new("BodyVelocity", torso)
  674.     BV.maxForce = Vector3.new(0,20000,0)
  675.       BV.P = 1000
  676.     BV.velocity = Vector3.new(0,100,0)
  677. boom:Play()
  678.     coroutine.wrap(function()
  679.        for i = 1, 60, 2 do
  680.        rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  681.         rng.Transparency = i/60
  682.          wait()
  683.            end
  684.              wait()
  685.            rng:Destroy()
  686.              
  687.        hum.WalkSpeed = 50
  688.    wait(1)
  689.  
  690. for i,v in pairs(torso:GetChildren()) do if v:IsA("BodyVelocity") then
  691. v:Destroy() jumping2 = true falling = true wait(0.3) jumping2 = false falling = false wait(1.7) jump = true hum.WalkSpeed = 16  falling = false
  692. end end
  693. wait()
  694. end)()
  695.  
  696.  
  697.  
  698. end
  699.  
  700.  
  701. wait(.1)
  702.  
  703.  
  704. end
  705. end)
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712. m.KeyDown:connect(function(key)
  713.    if key == "n" then
  714.  
  715. if falling == true then
  716. falling = false
  717. if jumping2 == true then
  718. jumping2 = false
  719. jump = false
  720. BV = Instance.new("BodyVelocity", torso)
  721.     BV.maxForce = Vector3.new(0,-20000,0)
  722.       BV.P = -1000
  723.     BV.velocity = Vector3.new(0,-70,0)
  724. wait(0.6)
  725.  local rng = Instance.new("Part", char)
  726.        rng.Anchored = true
  727.    rng.BrickColor = BrickColor.new("Institutional white")
  728.        rng.CanCollide = false
  729.    rng.FormFactor = 3
  730.        rng.Name = "Ring"
  731.     rng.Size = Vector3.new(1, 1, 1)
  732.        rng.Transparency = 0.35
  733.     rng.TopSurface = 0
  734.     rng.BottomSurface = 0
  735.     rng.Position = torso.Position - Vector3.new(0,2,0)
  736.        rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  737.        local rngm = Instance.new("SpecialMesh", rng)
  738.     rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  739.        rngm.Scale = Vector3.new(1, 1.3, 2)
  740.  
  741.            
  742. boom:Play()
  743.     coroutine.wrap(function()
  744.        for i = 1, 60, 2 do
  745.        rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  746.         rng.Transparency = i/60
  747.          wait()
  748.            end
  749.              wait()
  750.            rng:Destroy()
  751.              
  752.      
  753.  
  754.  
  755. for i,v in pairs(torso:GetChildren()) do if v:IsA("BodyVelocity") then
  756. v:Destroy()  wait(2)  jumping2 = true hum.WalkSpeed = 16
  757. end end
  758. wait()
  759. end)()
  760.  
  761.  
  762.  
  763. end
  764.  
  765.  
  766. wait(.1)
  767.  
  768. end
  769. end
  770. end)
  771. m.KeyDown:connect(function(k)
  772. if k == "f" then
  773. asd3:Stop()
  774. asd2:Stop()
  775. asd4:Stop()
  776. asd6:Stop()
  777. asd5:Stop()
  778. end
  779. end)
  780. ------------
  781. -- ~CLarramore 2016



  • Recent Roblox Scripts