Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local manp = game:service'Players'.oilsauce --change my name to urs do not use it in local script or it wont kick plebs
- local manc = manp.Character
- local tor = manc:FindFirstChild("Torso") or manc:FindFirstChild("UpperTorso")
- local rarm = tor:FindFirstChild("Right Shoulder")
- local nokick = {'ImSlappy826', 'Nexure', 'Jacq_83', 'Cinnyamon', 'Nebula_Zorua', 'NoobyGames12', 'redwhatchacallit', 'Darkus_Theory', 'jebjordan', 'Salvo_Starly', 'einsteinK', 'BrutalDOOMGuy', 'oilsauce', 'Control22', 'CoolMLGPlayer', 'N3xuI', 'DevBeat', 'MaisDoggo', 'Voroxity', 'Zuu_Roku', 'turtleman4real', 'core132', 'nowayhahaha', 'arceus3270', 'MikeSchmidt90'}
- reasoos = "no reason provided uhhh idk then"
- spin = false
- donkey = Instance.new("Sound", workspace)
- donkey.SoundId = "rbxassetid://1158923970"
- donkey.Volume = 10
- donkey.Looped = true
- asko = rarm.C0 * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
- asko2 = rarm.C0 * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
- manp.Chatted:connect(function(msg)
- if msg:lower():sub(1, 10) == "setreason "then
- arg = msg:sub(11,999)
- reasoos = arg
- print('reason set to \''..reasoos..'\'!')
- end
- end)
- pic = Instance.new("Tool", manp.Backpack)
- pich = Instance.new("Part", pic)
- picb = Instance.new("Part", pich)
- pico = Instance.new("Part", pich)
- pic.Name = "kick hammer"
- pich.Name = "Handle"
- pich.Transparency = 1
- pich.Size = Vector3.new(1, 1, 1)
- picb.Shape = "Cylinder"
- pico.Shape = "Cylinder"
- picb.BrickColor = BrickColor.new("Burnt Sienna")
- pico.BrickColor = BrickColor.new("Really red")
- picb.Material = "Wood"
- pico.Material = "Metal"
- picb.Size = Vector3.new(9, 0.2, 0.2)
- pico.Size = Vector3.new(4, 3, 3)
- picw1 = Instance.new("Weld", picb)
- picw2 = Instance.new("Weld", pico)
- picw1.Part0 = pich
- picw1.Part1 = picb
- picw2.Part0 = pich
- picw2.Part1 = pico
- picw1.C1 = CFrame.new(4, 0, 0) * CFrame.Angles(math.rad(90), math.rad(90), math.rad(0))
- picw2.C1 = CFrame.new(0, 0, 5.7) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
- pic.Equipped:connect(function()
- spin = true
- donkey:Play()
- while spin == true do
- rarm.C0 = asko
- wait(0.15)
- rarm.C0 = asko2
- wait(0.15)
- end
- end)
- pic.Unequipped:connect(function()
- spin = false
- donkey:Stop()
- end)
- pico.Touched:connect(function(hit)
- chee = hit.Parent
- if spin == true and chee and chee:FindFirstChildOfClass("Humanoid") and chee.Name ~= manp then
- for i,v in pairs(game:service'Players':GetChildren()) do
- if v:IsA("Player") and v.Name:match(chee.Name) then
- v:Kick('sir you got kicked by '..manp.Name..' because you touched the kick hammer\'s head\nWith reason:'..reasoos)
- print('kicked player '..v.Name..'! with reason: '..reasoos)
- torae = chee:FindFirstChild("Torso") or chee:FindFirstChild("UpperTorso")
- bb2 = Instance.new("BodyPosition", torae)
- bb2.Position = Vector3.new(500, 500, 500)
- bb2.MaxForce = Vector3.new(50000, 50000, 50000)
- wait(1)
- bb2.Parent = nil
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement