Advertisement
kalinatorofdoom

shoopy

Jul 7th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.37 KB | None | 0 0
  1.  
  2.  
  3. me = game.Players.TheDeathOfGodsBane
  4. if script.Parent.className ~= "HopperBin" then
  5. h = Instance.new("HopperBin",me.Backpack)
  6. h.Name = "LAZOR"
  7. script.Parent = h
  8. end
  9. bin = script.Parent
  10. function prop(part, parent, collide, tran, ref, x, y, z, color)
  11. part.Parent = parent
  12. part.formFactor = 0
  13. part.CanCollide = collide
  14. part.Transparency = tran
  15. part.Reflectance = ref
  16. part.Size = Vector3.new(x,y,z)
  17. part.BrickColor = BrickColor.new(color)
  18. part.TopSurface = 0
  19. part.BottomSurface = 0
  20. part:BreakJoints()
  21. end
  22. function weld(w, p, p0, p1, a, b, c, x, y, z)
  23. w.Parent = p
  24. w.Part0 = p0
  25. w.Part1 = p1
  26. w.C1 = CFrame.fromEulerAnglesXYZ(a,b,c) * CFrame.new(x,y,z)
  27. end
  28. function mesh(mesh, parent, x, y, z, type)
  29. mesh.Parent = parent
  30. mesh.Scale = Vector3.new(x, y, z)
  31. mesh.MeshType = type
  32. end
  33. using = false
  34. sound = Instance.new("Sound",me.Character.Head)
  35. sound.Volume = 0.6
  36. sound.Pitch = 1
  37. sound.SoundId = "rbxasset://sounds/uuhhh.wav"
  38. bin.Selected:connect(function(mouse)
  39. mouse.Button1Down:connect(function()
  40. if using then return end
  41. using = true
  42. local blagh = Instance.new("Model",me.Character)
  43. blagh.Name = "LAZOR"
  44. local paw = mouse.Hit.p
  45. local pa1 = Instance.new("Part")
  46. prop(pa1,blagh,false,0,0,1,1,1,"Really black")
  47. local m1 = Instance.new("SpecialMesh")
  48. mesh(m1, pa1, 1.07,1,0.3,"Brick")
  49. local w1 = Instance.new("Weld")
  50. weld(w1, me.Character.Head, me.Character.Head, pa1, 0.4, 0, 0, 0, -0.4, 0.9)
  51. local pa2 = pa1:clone()
  52. prop(pa2,blagh,false,0,0,1,1,1,"Really black")
  53. local w2 = Instance.new("Weld")
  54. weld(w2, me.Character.Head, me.Character.Head, pa2, -0.4, 0, 0, 0, 0.4, 0.9)
  55. local pa3 = Instance.new("Part")
  56. prop(pa3,blagh,false,0,0,1,1,1,"Really red")
  57. local m3 = Instance.new("SpecialMesh")
  58. mesh(m3,pa3,1.3,1.23,0.29,"Brick")
  59. local w3 = Instance.new("Weld")
  60. weld(w3, me.Character.Head, me.Character.Head, pa3, 0.4, 0, 0, 0, -0.4, 0.9)
  61. local pa4 = pa3:clone()
  62. prop(pa4,blagh,false,0,0,1,1,1,"Really red")
  63. local w4 = Instance.new("Weld")
  64. weld(w4, me.Character.Head, me.Character.Head, pa4, -0.4, 0, 0, 0, 0.4, 0.9)
  65. local eye1a = Instance.new("Part")
  66. prop(eye1a,blagh,false,0,0,1,1,1,"Institutional white")
  67. eye1a.Shape = "Ball"
  68. local emesh1 = Instance.new("SpecialMesh")
  69. mesh(emesh1,eye1a,0.75,0.75,0.75,"Sphere")
  70. local ew = Instance.new("Weld")
  71. weld(ew, me.Character.Head, me.Character.Head, eye1a, 0, 0, 0, 0.45, -1.3, 1.1)
  72. local eye1b = Instance.new("Part")
  73. prop(eye1b,blagh,false,0,0,1,1,1,"Really black")
  74. eye1b.Shape = "Ball"
  75. local emesh1b = Instance.new("SpecialMesh")
  76. mesh(emesh1b,eye1b,0.4,0.4,0.4,"Sphere")
  77. local ew2 = Instance.new("Weld")
  78. weld(ew2, eye1a, eye1a, eye1b, 0, 0, 0, 0.09, -0.04, 0.2)
  79. local eye2a = eye1a:clone()
  80. prop(eye2a,blagh,false,0,0,1,1,1,"Institutional white")
  81. local ew3 = Instance.new("Weld")
  82. weld(ew3, me.Character.Head, me.Character.Head, eye2a, 0, 0, 0, -0.45, -1.3, 1.1)
  83. local eye2b = eye1b:clone()
  84. prop(eye2b,blagh,false,0,0,1,1,1,"Really black")
  85. local ew5 = Instance.new("Weld")
  86. weld(ew5, eye2a, eye2a, eye2b, 0, 0, 0, -0.05, 0.07, 0.2)
  87. local bill = Instance.new("BillboardGui",pa1)
  88. bill.Adornee = bill.Parent
  89. bill.Size = UDim2.new(0,150,0,80)
  90. local txt = Instance.new("TextLabel",bill)
  91. txt.Size = UDim2.new(0,0,0,0)
  92. txt.Position = UDim2.new(0,100,0,-20)
  93. txt.Text = "IMA FIRIN' MAH LAZORR!!"
  94. txt.FontSize = "Size24"
  95. txt.TextColor3 = Color3.new(0,0,0)
  96. sound.Volume = 0.6
  97. for i=1, 5 do
  98. sound.Pitch = math.random(400,900)/1000
  99. sound:play()
  100. wait(0.1)
  101. end
  102. local bg = Instance.new("BodyGyro",me.Character.Torso)
  103. bg.maxTorque = Vector3.new(math.huge,math.huge,math.huge)
  104. bg.cframe = CFrame.new(me.Character.Torso.Position, paw)
  105. for i=1, 5 do
  106. sound.Pitch = math.random(400,900)/1000
  107. sound:play()
  108. wait(0.2)
  109. end
  110. txt.Text = "BLAARGHH!!!!!!"
  111. sound.Volume = 0.85
  112. for i=1, 60 do
  113. local dist = (me.Character.Head.Position - paw).magnitude
  114. if dist >= 600 then
  115. dist = 600
  116. end
  117. bg.cframe = CFrame.new(me.Character.Torso.Position, paw)
  118. sound.Pitch = math.random(550,750)/1000
  119. sound:play()
  120. local bewm = Instance.new("Part")
  121. prop(bewm, blagh, false, 0.4, 0.25, 1, 1, dist, "Cyan")
  122. bewm.Anchored = true
  123. local mes = Instance.new("SpecialMesh")
  124. mesh(mes,bewm,1.2,1.2,1,"Brick")
  125. bewm.CFrame = CFrame.new(me.Character.Head.Position, paw) * CFrame.new(0,0,-bewm.Size.Z/2) * CFrame.new(0,0,-1)
  126. local luck = math.random(1,3)
  127. if luck == 1 then
  128. local cfr = Instance.new("Part",blagh)
  129. cfr.Size = Vector3.new(1,1,1)
  130. cfr.Transparency = 1
  131. cfr.Anchored = true
  132. cfr.CFrame = bewm.CFrame * CFrame.new(0,0,-bewm.Size.Z/2)
  133. local ex = Instance.new("Explosion")
  134. ex.Parent = blagh
  135. ex.Position = cfr.Position
  136. ex.BlastRadius = 99999999999999999999
  137. ex.BlastPressure = 4000000000
  138. ex.Hit:connect(function(part)
  139. if part:GetMass() < 240 then
  140. part.Anchored = false
  141. part:BreakJoints()
  142. end
  143. end)
  144. end
  145. wait()
  146. bewm:remove()
  147. end
  148. blagh:remove()
  149. bg:remove()
  150. using = false
  151. end)
  152. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement