Guest User

Op punch

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