Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require(6728874428).basskick("Lucas_YT111") -- replace Lucas_YT111 with ur name
- --By Haker man
- --Made with some rufus14 code
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- owner.Character:WaitForChild("Head")
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Tool0 = Instance.new("Tool")
- Part1 = Instance.new("Part")
- ParticleEmitter3 = Instance.new("ParticleEmitter")
- Weld4 = Instance.new("Weld")
- Weld8 = Instance.new("Weld")
- Script5 = Instance.new("Script")
- Part6 = Instance.new("Part")
- Part7 = Instance.new("Part")
- Tool0.Name = "dans"
- Tool0.Parent = mas
- Tool0.ToolTip = "dansin"
- Part1.Name = "Handle"
- Part1.Parent = Tool0
- Part1.Color = Color3.new(1, 0.596078, 0.894118)
- Part1.Size = Vector3.new(0, 0, 0)
- Part1.Position = Vector3.new(0, 0, 1.75)
- Part1.BottomSurface = Enum.SurfaceType.Smooth
- Part1.BrickColor = BrickColor.new("Bright red")
- Part1.TopSurface = Enum.SurfaceType.Smooth
- Part1.brickColor = BrickColor.new("Bright red")
- Part1.Transparency = 1
- Part1.Material = "Neon"
- Weld4.Parent = Part1
- Weld4.Part0 = Part1
- Weld4.Part1 = Part6
- Weld4.part1 = Part6
- Weld8.Parent = Part1
- Weld8.Part0 = Part1
- Weld8.Part1 = Part7
- Weld8.part1 = Part7
- Script5.Parent = Tool0
- local music = Instance.new("Sound", owner.character.Head)
- music.Looped = true
- music.SoundId = "rbxassetid://6348054101"
- music.Volume = 2
- table.insert(cors,sandbox(Script5,function()
- --By Haker man
- damage = 1e+09
- --Made with some rufus14 code
- tool = script.Parent
- handle = tool.Handle
- hitbox = tool.hitbox
- players = game:GetService("Players")
- runservice = game:GetService("RunService")
- owner = nil
- character = nil
- playerhum = nil
- equipped = false
- tool.Unequipped:connect(function()
- wait(0.5)
- equipped = true
- music:stop()
- owner.Character:findFirstChildOfClass("Humanoid").WalkSpeed = 6
- end)
- tool.Equipped:connect(function()
- owner.Character:findFirstChildOfClass("Humanoid").WalkSpeed = 6
- equipped = true
- music:Play()
- owner = players:GetPlayerFromCharacter(tool.Parent)
- character = owner.Character
- playerhum = character:findFirstChildOfClass("Humanoid")
- local rightgrip
- if playerhum.RigType == Enum.HumanoidRigType.R6 then
- rightgrip = character["Right Arm"]:WaitForChild("RightGrip")
- elseif playerhum.RigType == Enum.HumanoidRigType.R15 then
- rightgrip = character["RightHand"]:WaitForChild("RightGrip")
- end
- coroutine.wrap(function()
- while equipped and runservice.Stepped:wait() do
- if playerhum.RigType == Enum.HumanoidRigType.R15 then
- rightgrip.C0 = CFrame.new(0,-0.5,0) * CFrame.fromEulerAnglesXYZ(math.sin(tick()*1.5)/6,math.cos(tick()*1.5),6)
- elseif playerhum.RigType == Enum.HumanoidRigType.R6 then
- rightgrip.C0 = CFrame.new(0,-1.5,0) * CFrame.fromEulerAnglesXYZ(math.sin(tick()*1.5)/6,math.cos(tick()*1.5),6)
- end
- end
- end)()
- end)
- candamage = false
- function killfunction(WHAT)
- if WHAT.Parent == nil then return end
- local humanoid = WHAT.Parent:findFirstChildOfClass("Humanoid")
- if humanoid and candamage then
- if humanoid.MaxHealth == math.huge then
- humanoid.MaxHealth = damage
- end
- humanoid.Health = humanoid.Health - damage
- if humanoid.Health <= 0 then
- local mainpart = Instance.new("UnionOperation", workspace)
- mainpart.Anchored = true
- mainpart.Transparency = 1
- mainpart.CFrame = WHAT.CFrame
- mainpart.Size = Vector3.new(0.1,0.1,0.1)
- if humanoid.Parent:findFirstChild(tool) then
- humanoid.Parent:findFirstChild(tool).Parent = workspace
- end
- for i,v in pairs(humanoid.Parent:GetDescendants()) do
- if v.ClassName == "Part" or v.ClassName == "MeshPart" then
- v:destroy()
- end
- end
- end
- end
- end
- hitbox.Touched:connect(killfunction)
- end))
- Part6.Name = "hitbox"
- Part6.Parent = Tool0
- Part6.Color = Color3.new(1, 0.596078, 0.894118)
- Part6.Transparency = 1
- Part6.Size = Vector3.new(0, 0, 0)
- Part6.Position = Vector3.new(0, 0, 1.75)
- Part6.BottomSurface = Enum.SurfaceType.Smooth
- Part6.BrickColor = BrickColor.new("Institutional White")
- Part6.CanCollide = false
- Part6.TopSurface = Enum.SurfaceType.Smooth
- Part6.brickColor = BrickColor.new("Institutional White")
- Part7.Name = "Visible"
- Part7.Parent = Tool0
- Part7.Color = Color3.new(1, 0.596078, 0.894118)
- Part7.Transparency = 1
- Part7.Size = Vector3.new(0, 0, 0)
- Part7.Position = Vector3.new(0, 0, 1.75)
- Part7.BottomSurface = Enum.SurfaceType.Smooth
- Part7.BrickColor = BrickColor.new("Really black")
- Part7.CanCollide = false
- Part7.TopSurface = Enum.SurfaceType.Smooth
- Part7.brickColor = BrickColor.new("Really black")
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = owner.Character
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment