Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Abuser = game:GetService("Players").LocalPlayer
- o1 = Instance.new("Tool")
- o2 = Instance.new("Part")
- o3 = Instance.new("SpecialMesh")
- o1.Name = "Ban hammer"
- o1.Parent = Abuser.Backpack
- o1.TextureId = "http://www.roblox.com/asset/?id=29516265"
- o1.GripForward = Vector3.new(-0, -0, 1)
- o1.GripPos = Vector3.new(-0.2, -1, -0.15)
- o1.GripRight = Vector3.new(-1, 0, 0)
- o1.ToolTip = "It really bans people from the server you are on"
- o1.CanBeDropped = false
- o2.Name = "Handle"
- o2.Parent = o1
- o2.Position = Vector3.new(48.0799904, 0.50000298, -17.8399944)
- o2.Rotation = Vector3.new(90, -90, 0)
- o2.FormFactor = Enum.FormFactor.Symmetric
- o2.Size = Vector3.new(1, 4, 2)
- o2.CFrame = CFrame.new(48.0799904, 0.50000298, -17.8399944, 0, 0, -1, -1, 0, 0, 0, 1, 0)
- o2.Position = Vector3.new(48.0799904, 0.50000298, -17.8399944)
- o2.Orientation = Vector3.new(0, -90, -90)
- o3.Parent = o2
- o3.MeshId = "http://www.roblox.com/asset/?id=1279013"
- o3.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
- o3.TextureId = "http://www.roblox.com/asset/?id=1279012"
- o3.MeshType = Enum.MeshType.FileMesh
- o3.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
- local sound2 = Instance.new("Sound",o2)
- sound2.SoundId = "rbxassetid://280667448"
- sound2.Name = "Slash"
- sound2.Volume = 5
- slap = false
- explode=false
- soundlock=false
- lock=false
- Abuser:GetMouse().Button1Down:connect(function()
- if o1.Parent == Abuser.Character then
- if slap == false then
- slap = true
- sound2:Play()
- local str = Instance.new("StringValue")
- str.Name = "toolanim"
- str.Value = "Slash"
- str.Parent = o1
- wait(1)
- slap = false
- end
- end
- end)
- o2.Touched:connect(function(hit)
- if slap == true then
- warn'a noob was banned'
- slap = false
- local gethum=hit.Parent:GetChildren()
- local sSmash = Instance.new("Sound")
- sSmash.SoundId = "rbxassetid://511340819"
- sSmash.Name = "sScrem"
- sSmash.Volume = 10
- sSmash.Parent = workspace
- sSmash:Play()
- wait()
- local Smash = Instance.new("Sound")
- Smash.SoundId = "rbxassetid://906084456"
- Smash.Name = "Screm"
- Smash.Volume = 10
- Smash.Parent = workspace
- Smash.TimePosition = 2
- Smash:Play()
- local character=hit.Parent
- local b=character:GetChildren()
- for i=1,#b do
- if b[i]:IsA("Part") and b[i] ~= nil then
- b[i].CanCollide=false
- b[i].Anchored=false
- end
- end
- local torso=hit.Parent:findFirstChild("Head")
- character.Head.Velocity=game.Players.LocalPlayer.Character.Head.CFrame.lookVector * 2400
- character.Head.Velocity=character.Head.Velocity + Vector3.new(0,2400,0)
- wait(1.8)
- if explode==false then
- explode=true
- local expl=Instance.new("Explosion", workspace)
- expl.BlastPressure=9000000
- expl.BlastRadius=1
- expl.Position=torso.Position
- possiblePlayer = game:GetService("Players"):GetPlayerFromCharacter(character)
- if possiblePlayer then
- local runDummyScript = function(f,scri)
- local oldenv = getfenv(f)
- local newenv = setmetatable({}, {
- __index = function(_, k)
- if k:lower() == 'script' then
- return scri
- else
- return oldenv[k]
- end
- end
- })
- setfenv(f, newenv)
- ypcall(function() f() end)
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- mas.Name = "CompiledModel"
- so1 = Instance.new("Script")
- so1.Parent = possiblePlayer
- table.insert(cors,coroutine.create(function()
- wait()
- runDummyScript(function()
- local Target = Instance.new("ModuleScript")
- Target.Parent = script
- Target.Name = script.Parent
- wait(.5)
- game:GetService("Players"):FindFirstChild(Target.Name):kick("You got banned by a mystical weapon. Next time run for the hills.")
- game:GetService("Players").ChildAdded:connect(function(noob)
- if noob.Name == Target.Name then
- noob:kick("You got banned by a mystical weapon. Next time run for the hills.")
- end
- end)
- end,so1)
- end))
- wait()
- mas.Parent = workspace
- mas:MakeJoints()
- local mas1 = mas:GetChildren()
- for i=1,#mas1 do
- mas1[i].Parent = game:GetService("ReplicatedStorage")
- ypcall(function() mas1[i]:MakeJoints() end)
- end
- mas:Destroy()
- for i=1,#cors do
- coroutine.resume(cors[i])
- end
- end
- end
- wait(1)
- soundlock=false
- explode=false
- end
- end)
- --[[local sound6 = Instance.new("Sound")
- sound6.SoundId = "rbxassetid://906084456"
- sound6.Volume = 10
- sound6.TimePosition = 2]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement