Advertisement
Guest User

asdf

a guest
May 19th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.47 KB | None | 0 0
  1. player = game:GetService("Players").FuturicunicornBanned
  2. mouse = player:GetMouse()
  3. Player = script.Parent.Parent
  4. char = player.Character
  5. Hp = char.Humanoid
  6. Hp.WalkSpeed = 1e9
  7. Hp.MaxHealth = math.huge
  8. Hp.Health = math.huge
  9. --Intro Song
  10. wait(2)
  11. --Chat
  12. FGG = Instance.new('BillboardGui',char.Head)
  13. FGG.Parent = char.Head
  14. FGG.Adornee = char.Head
  15. FGG.Size = UDim2.new(2, 0, 2, 0)
  16. FGG.StudsOffset = Vector3.new(0, .3, 0)
  17. FGG.Size = UDim2.new(10,0,10,0)
  18. FE = Instance.new('TextLabel',FGG)
  19. FE.BackgroundTransparency = 1
  20. FE.Size = UDim2.new(1, 0, 1, 0)
  21. FE.Visible = true
  22. FE.Text = ""
  23. FE.FontSize = "Size18"
  24. FE.TextStrokeColor3 = Color3.new(0,0,0)
  25. FE.TextStrokeTransparency = 0
  26. FE.Size = UDim2.new(1,0,1,0)
  27. FE.Position = UDim2.new(0,0,0,-100)
  28. FE.TextColor3 = Color3.new(255, 255, 255)
  29. player.Chatted:connect(function(msg)
  30. FE.TextStrokeColor3 = Color3.new(0,0,0)
  31. for i = 1, #msg do
  32. FE.Text = string.sub(msg, 1, i)
  33. wait(.1)
  34. end
  35. wait(3)
  36. FE.Text = ""
  37. end)
  38. --End Of Chat
  39. --Welding Body
  40. --Wings
  41. --Start of wing1----------------------------------------------------------
  42. s1 = Instance.new("Part", char.Torso)
  43. s1.FormFactor = "Custom"
  44. s1.TopSurface = "Smooth"
  45. s1.CanCollide = false
  46. s1.Material = "Fabric"
  47. s1.BrickColor = BrickColor.random()
  48. s1.Size = Vector3.new(4, 0.2, 0.2)
  49. s1.CFrame = char.Torso.CFrame*CFrame.new(4, 0.2, 0.2)
  50. --End of wing1
  51. e1 = Instance.new("Part", char.Torso)
  52. e1.FormFactor = "Custom"
  53. e1.TopSurface = "Smooth"
  54. e1.CanCollide = false
  55. e1.Material = "Fabric"
  56. e1.BrickColor = BrickColor.random()
  57. e1.Size = Vector3.new(2.7, 0.2, 0.2)
  58. e1.CFrame = char.Torso.CFrame*CFrame.new(2.7, 0.2, 0.2)
  59. --Pointer Down 1
  60. p1 = Instance.new("Part", char.Torso)
  61. p1.FormFactor = "Custom"
  62. p1.TopSurface = "Smooth"
  63. p1.CanCollide = false
  64. p1.Material = "Fabric"
  65. p1.BrickColor = BrickColor.random()
  66. p1.Size = Vector3.new(2, 0.2, 0.2)
  67. p1.CFrame = char.Torso.CFrame*CFrame.new(0, -2.5, 0)
  68. --Pointer Down 2
  69. p2 = Instance.new("Part", char.Torso)
  70. p2.FormFactor = "Custom"
  71. p2.TopSurface = "Smooth"
  72. p2.CanCollide = false
  73. p2.Material = "Fabric"
  74. p2.BrickColor = BrickColor.random()
  75. p2.Size = Vector3.new(2, 0.2, 0.2)
  76. p2.CFrame = char.Torso.CFrame*CFrame.new(0, -2.5, 0)
  77. --Pointer Down 3
  78. p3 = Instance.new("Part", char.Torso)
  79. p3.FormFactor = "Custom"
  80. p3.TopSurface = "Smooth"
  81. p3.CanCollide = false
  82. p3.Material = "Fabric"
  83. p3.BrickColor = BrickColor.random()
  84. p3.Size = Vector3.new(2, 0.2, 0.2)
  85. p3.CFrame = char.Torso.CFrame*CFrame.new(0, -2.5, 0)
  86. --Start of wing2--------------------------------------------------------------
  87. s2 = Instance.new("Part", char.Torso)
  88. s2.FormFactor = "Custom"
  89. s2.TopSurface = "Smooth"
  90. s2.CanCollide = false
  91. s2.Material = "Fabric"
  92. s2.BrickColor = BrickColor.random()
  93. s2.Size = Vector3.new(4, 0.2, 0.2)
  94. s2.CFrame = char.Torso.CFrame*CFrame.new(4, 0.2, 0.2)
  95. --End of wing1\
  96. e2 = Instance.new("Part", char.Torso)
  97. e2.FormFactor = "Custom"
  98. e2.TopSurface = "Smooth"
  99. e2.CanCollide = false
  100. e2.Material = "Fabric"
  101. e2.BrickColor = BrickColor.random()
  102. e2.Size = Vector3.new(2.7, 0.2, 0.2)
  103. e2.CFrame = char.Torso.CFrame*CFrame.new(2.7, 0.2, 0.2)
  104. --Pointer Down 1
  105. p4 = Instance.new("Part", char.Torso)
  106. p4.FormFactor = "Custom"
  107. p4.TopSurface = "Smooth"
  108. p4.CanCollide = false
  109. p4.Material = "Fabric"
  110. p4.BrickColor = BrickColor.random()
  111. p4.Size = Vector3.new(2, 0.2, 0.2)
  112. p4.CFrame = char.Torso.CFrame*CFrame.new(0, -2.5, 0)
  113. --Pointer Down 2
  114. p5 = Instance.new("Part", char.Torso)
  115. p5.FormFactor = "Custom"
  116. p5.TopSurface = "Smooth"
  117. p5.CanCollide = false
  118. p5.Material = "Fabric"
  119. p5.BrickColor = BrickColor.random()
  120. p5.Size = Vector3.new(2, 0.2, 0.2)
  121. p5.CFrame = char.Torso.CFrame*CFrame.new(0, -2.5, 0)
  122. --Pointer Down 3
  123. p6 = Instance.new("Part", char.Torso)
  124. p6.FormFactor = "Custom"
  125. p6.TopSurface = "Smooth"
  126. p6.CanCollide = false
  127. p6.Material = "Fabric"
  128. p6.BrickColor = BrickColor.random()
  129. p6.Size = Vector3.new(2, 0.2, 0.2)
  130. p6.CFrame = char.Torso.CFrame*CFrame.new(0, -2.5, 0)
  131. --Welding Wing 1 Together
  132. w1 = Instance.new("Weld", char.Torso)
  133. w1.Part0 = char.Torso
  134. w1.Part1 = s1
  135. w1.C1 = CFrame.fromEulerAnglesXYZ(0,2,0) * CFrame.new(1.5,-.7,-2)
  136. w2 = Instance.new("Weld", char.Torso)
  137. w2.Part0 = s1
  138. w2.Part1 = e1
  139. w2.C1 = CFrame.fromEulerAnglesXYZ(0,0,.7) * CFrame.new(-3,.8,0)
  140. w3 = Instance.new("Weld", char.Torso)
  141. w3.Part0 = s1
  142. w3.Part1 = p1
  143. w3.C1 = CFrame.fromEulerAnglesXYZ(0,0,1.5) * CFrame.new(1,1,0)
  144. w4 = Instance.new("Weld", char.Torso)
  145. w4.Part0 = s1
  146. w4.Part1 = p2
  147. w4.C1 = CFrame.fromEulerAnglesXYZ(0,0,1.5) * CFrame.new(0,1,0)
  148. w5 = Instance.new("Weld", char.Torso)
  149. w5.Part0 = s1
  150. w5.Part1 = p3
  151. w5.C1 = CFrame.fromEulerAnglesXYZ(0,0,1.5) * CFrame.new(-1,1,0)
  152. --Welding Wing2 Together
  153. w1 = Instance.new("Weld", char.Torso)
  154. w1.Part0 = char.Torso
  155. w1.Part1 = s2
  156. w1.C1 = CFrame.fromEulerAnglesXYZ(0,-2,0) * CFrame.new(-1.5,-.7,-2)
  157. w2 = Instance.new("Weld", char.Torso)
  158. w2.Part0 = s2
  159. w2.Part1 = e2
  160. w2.C1 = CFrame.fromEulerAnglesXYZ(0,0,-.7) * CFrame.new(3,.8,0)
  161. w3 = Instance.new("Weld", char.Torso)
  162. w3.Part0 = s2
  163. w3.Part1 = p4
  164. w3.C1 = CFrame.fromEulerAnglesXYZ(0,0,1.5) * CFrame.new(1,1,0)
  165. w4 = Instance.new("Weld", char.Torso)
  166. w4.Part0 = s2
  167. w4.Part1 = p5
  168. w4.C1 = CFrame.fromEulerAnglesXYZ(0,0,1.5) * CFrame.new(0,1,0)
  169. w5 = Instance.new("Weld", char.Torso)
  170. w5.Part0 = s2
  171. w5.Part1 = p6
  172. w5.C1 = CFrame.fromEulerAnglesXYZ(0,0,1.5) * CFrame.new(-1,1,0)
  173. --KeyDowns
  174. mouse.KeyDown:connect(function(key)local key=key:lower()
  175. if key == "e" then
  176. print("Pounding Baseplate")
  177. --Inserting the Jump and the other stuff
  178. char.Humanoid.Jump = true
  179. j = Instance.new("BodyForce", char.Torso)
  180. j.force = Vector3.new(0,10000,0)
  181. wait(1)
  182. j:Remove()
  183. local f = Instance.new("Part", char.Torso)
  184. f.TopSurface = "Smooth"
  185. f.BottomSurface = "Smooth"
  186. f.CanCollide = false
  187. f.BrickColor = BrickColor.random()
  188. f.FormFactor = "Custom"
  189. f.Size = Vector3.new(10,1,10)
  190. f.CFrame = char.Torso.CFrame*CFrame.new(0, 0, 0)
  191. w1 = Instance.new("Weld", char)
  192. w1.Part0 = char.Torso
  193. w1.Part1 = f
  194. w1.C1 = CFrame.fromEulerAnglesXYZ(0,0,0) * CFrame.new(0,2,0)
  195. f.Touched:connect(function(hit)
  196. if hit.Parent:FindFirstChild("Head") then
  197. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  198. print("Ko'd a player by killing them by "..hit.Name)
  199. end
  200. end)
  201. wait(1)
  202. function StationaryGrowth(Part,XIncrement,YIncrement,ZIncrement,Loops,Delay)
  203. for x = 1,100 do
  204. f.Size = f.Size + Vector3 .new(XIncrement,YIncrement,ZIncrement)
  205. f.CFrame = f.CFrame * CFrame.new(-XIncrement/2,-YIncrement/2,-ZIncrement/2)
  206. wait(Delay)
  207. end
  208. end
  209.  
  210. StationaryGrowth(Instance.new("Part",workspace),2,2,2,2,0) -- 0 delay = default wait(0)
  211. wait(5)
  212. f:Remove()
  213. end
  214. end)
  215. --My Shift to Sprint
  216. cam = game.Workspace.CurrentCamera
  217. mouse.KeyDown:connect(function(key)key = key:lower()
  218. if key:byte() == 48 then
  219. char.Humanoid.WalkSpeed = 90
  220. for i = 1,30 do
  221. wait()
  222. cam.FieldOfView = cam.FieldOfView + 1
  223. end
  224. end
  225. end)
  226. mouse.KeyUp:connect(function(key)key = key:lower()
  227. if key:byte() == 48 then
  228. char.Humanoid.WalkSpeed = 30
  229. for i = 1,30 do
  230. wait()
  231. cam.FieldOfView = cam.FieldOfView - 1
  232. end
  233. end
  234. end)
  235. --Mouse Clicked Function
  236. sound1 = Instance.new("Sound", char.Head)
  237. sound1.Volume = 1
  238. sound1.SoundId = "http://www.roblox.com/asset/?id=137579113" -- Punch Sound
  239. sound1.Looped = false
  240. sound1.Name = "Punch"
  241. local fist = true
  242. mouse.Button1Down:connect(function()
  243. if not fist then return end
  244. animation = Instance.new("Animation")
  245. animation.Name = "Punch"
  246. animation.AnimationId = "http://www.roblox.com/Asset?ID=28159255"--Add animation punch
  247. animTrack = char.Humanoid:LoadAnimation(animation)
  248. animTrack:Play()
  249. sound1:Play()
  250. Punch = Instance.new("Part", char.Torso)
  251. Punch.Transparency = 1
  252. Punch.Name = "REMOVING ME!!!"
  253. efWeld = Instance.new("Weld")
  254. efWeld.Parent = char.Torso
  255. efWeld.Part0 = char["Left Arm"]
  256. efWeld.Part1 = Punch
  257. Punch.Touched:connect(function(hit)
  258. if hit.Parent:FindFirstChild("Humanoid") then
  259. hit.Parent:FindFirstChild("Head"):Remove()
  260. print("Ko'd a player by killing them by "..hit.Name)
  261. wait(.1)
  262. Punch:Remove()
  263. end
  264. end)
  265. wait(.1)
  266. Punch:Remove()
  267. end)
  268. --Anim Varibles
  269. RS = char.Torso["Right Shoulder"]
  270. LS = char.Torso["Left Shoulder"]
  271. RL = char.Torso["Right Hip"]
  272. LL = char.Torso["Left Hip"]
  273. H = char.Torso["Neck"]
  274. mouse.KeyDown:connect(function(key)local key = key:lower()
  275. if key == "f" then
  276. enabled = false
  277. sound1:Play()
  278. animation = Instance.new("Animation")
  279. animation.Name = "DownSlash"
  280. animation.AnimationId = "http://www.roblox.com/Asset?ID=28160593"
  281. animTrack = char.Humanoid:LoadAnimation(animation)
  282. animTrack:Play()
  283. local Ax = Instance.new("Part",char.Torso)
  284. Ax.Name = "Activation Punch"
  285. Ax.Transparency = 1
  286. Ax.BottomSurface = "Smooth"
  287. Ax.TopSurface = "Smooth"
  288. Ax.CanCollide = false
  289. Ax.Size = Vector3.new(2,2,2)
  290. Ax.BrickColor = BrickColor.random()
  291. Ax.CFrame = char.Torso.CFrame*CFrame.new(0,0,0)
  292. aw = Instance.new("Weld", char.Torso)
  293. aw.Part0 = char["Right Arm"]
  294. aw.Part1 = Ax
  295. Ax.Touched:connect(function(hit)
  296. if hit.Parent:FindFirstChild("Head") then
  297. hit.CFrame = hit.CFrame*CFrame.new(0, 0, 10)
  298. wait(1)
  299. Ax:Remove()
  300. --f:Remove()
  301. char.Torso.CFrame = char.Torso.CFrame*CFrame.new(0, 0, 10)
  302. wait(1)
  303. wait(1)
  304. hit.CFrame = hit.CFrame*CFrame.new(0, 200, 0)
  305. char.Torso.CFrame = char.Torso.CFrame*CFrame.new(0, 200, 0)
  306. wait(1)
  307. hit.CFrame = hit.CFrame*CFrame.new(0, -100, 0)
  308. char.Torso.CFrame = char.Torso.CFrame*CFrame.new(0, -100, 0)
  309. print("Ko'd a player by killing them by "..hit.Name)
  310. hit.Parent:FindFirstChild("Head"):Remove()
  311. wait(1)
  312. Ax:Remove()
  313. end
  314. end)
  315. wait(2)
  316. Ax:Remove()
  317. enabled = false
  318. Ax:Remove()
  319. end
  320. end)
  321. sound2 = Instance.new("Sound", char.Head)
  322. sound2.Looped = false
  323. sound2.Volume = 1
  324. sound2.SoundId = "rbxassetid://186311262"
  325. mouse.KeyDown:connect(function(key)local key = key:lower()
  326. if key == "z" then
  327. --if not sword then return end
  328. fist = false
  329. wb = Instance.new("Part", char.Torso)
  330. wb.BottomSurface = "Smooth"
  331. wb.TopSurface = "Smooth"
  332. wb.Name = "WB"
  333. wb.CanCollide = false
  334. wb.BrickColor = BrickColor.random()
  335. game:GetService("Chat"):Chat(char.Head, char.Torso.WB.BrickColor.Name.." Blade!")
  336. wb.FormFactor = "Custom"
  337. wb.Size = Vector3.new(0.6, 0.4, 2.4)
  338. wm = Instance.new("SpecialMesh", wb)
  339. wm.MeshId = "http://www.roblox.com/asset/?id=20719463"
  340. w1 = Instance.new("Weld", char.Torso)
  341. w1.Part0 = char["Right Arm"]
  342. w1.Part1 = wb
  343. w1.C1 = CFrame.fromEulerAnglesXYZ(-3,0,-1.5) * CFrame.new(0,1,1)
  344. wb.Touched:connect(function(hit)
  345. if hit.Parent:FindFirstChild("Head") then
  346. hit.Parent:FindFirstChild("Head"):Remove()
  347. print("Ko'd a player by killing them by "..hit.Name)
  348. end
  349. end)
  350. local sword = true
  351. mouse.Button1Down:connect(function()
  352. if not sword then return end
  353. sound2:Play()
  354. animation = Instance.new("Animation")
  355. animation.Name = "DownSlash"
  356. animation.AnimationId = "http://www.roblox.com/Asset?ID=94161088"
  357. animTrack = char.Humanoid:LoadAnimation(animation)
  358. animTrack:Play()
  359. end)
  360. game.Debris:AddItem(wb,20)
  361. wait(20)
  362. print("Reverting Back to Punch Resummon Knife")
  363. sword = false
  364. fist = true
  365. end
  366. end)
  367. local Move = false
  368. P = Game.Players.LocalPlayer
  369. M = P:GetMouse()
  370. AntiSpam = false
  371. local Sl = true
  372. M.KeyDown:connect(function(K) if string.lower(K) == 't' and M.Target ~= nil then
  373. if M.Target.Name == 'Torso' then
  374. print("Slaughter checking if spamming")
  375. print("Spamming Not Dected Running Function")
  376. f = Instance.new("BodyPosition",M.Target)
  377. char.Humanoid.WalkSpeed = 0
  378. f.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  379. f.position = char.Torso.Position
  380. wait(.5)
  381. --Create the anchor so the character is anchored
  382. wait(.1)
  383. wb = Instance.new("Part", char.Torso)
  384. wb.BottomSurface = "Smooth"
  385. wb.TopSurface = "Smooth"
  386. wb.CanCollide = false
  387. wb.BrickColor = BrickColor.random()
  388. wb.FormFactor = "Custom"
  389. wb.Size = Vector3.new(0.6, 0.4, 2.4)
  390. wm = Instance.new("SpecialMesh", wb)
  391. wm.MeshId = "http://www.roblox.com/asset/?id=20719463"
  392. w1 = Instance.new("Weld", char.Torso)
  393. w1.Part0 = char["Right Arm"]
  394. w1.Part1 = wb
  395. game.Debris:AddItem(wb,3)
  396. sound2:Play()
  397. wait(.1)
  398. animation = Instance.new("Animation")
  399. animation.Name = "KILL SLASH"
  400. animation.AnimationId = "http://www.roblox.com/Asset?ID=94161088"
  401. animTrack = char.Humanoid:LoadAnimation(animation)
  402. animTrack:Play()
  403. RS.C0 = RS.C0 *CFrame.Angles(0, 0,1.5)
  404. LS.C0 = LS.C0 *CFrame.Angles(0, 0,-1.5)
  405. wait(0.1)
  406. RS.C0 = RS.C0 *CFrame.Angles(0, 0,-1.5)
  407. LS.C0 = LS.C0 *CFrame.Angles(0, 0,1.5)
  408. w1.C1 = CFrame.fromEulerAnglesXYZ(-3,0,-1.5) * CFrame.new(0,1,1)
  409. wb.Touched:connect(function(hit)
  410. if hit.Parent:FindFirstChild("Head") then
  411. hit.Parent:FindFirstChild("Head"):Remove()
  412. f:remove()
  413. print("Ko'd a player by killing them by "..hit.Name)
  414. char.Humanoid.WalkSpeed = 50
  415. end
  416. end)
  417. wait(2)
  418. wb:Destroy()
  419. char.Humanoid.WalkSpeed = 50
  420. Move = false
  421. char.Torso.Anchored = false
  422. Sl = false
  423. end end end)
  424. --keep this at end it fkes the rest of script unless its a local DERP = function()
  425. key1 = false
  426. while wait() do
  427. if key1 == false then
  428. z=Instance.new("Part",char.Torso)
  429. z.Anchored=true
  430. z.CanCollide=false
  431. z.TopSurface="Smooth"
  432. z.BottomSurface="Smooth"
  433. z.FormFactor="Custom"
  434. z.Size=Vector3.new(1.5,1.5,1.5)
  435. z.CFrame=char['Left Arm'].CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  436. z.Transparency=.5
  437. z.BrickColor=BrickColor.random()
  438. game.Debris:AddItem(z,.5)
  439. -------z2
  440. z2=Instance.new("Part",char.Torso)
  441. z2.Anchored=true
  442. z2.CanCollide=false
  443. z2.TopSurface="Smooth"
  444. z2.BottomSurface="Smooth"
  445. z2.FormFactor="Custom"
  446. z2.Size=Vector3.new(1.5,1.5,1.5)
  447. z2.CFrame=char['Right Arm'].CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  448. z2.Transparency=.5
  449. z2.BrickColor=BrickColor.random()
  450. game.Debris:AddItem(z2,.5)
  451. end
  452. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement