Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local bombhax = Instance.new("ScreenGui")
- local open = Instance.new("TextButton")
- local frame = Instance.new("Frame")
- local robloxtagssucksass = Instance.new("TextLabel")
- local close = Instance.new("TextButton")
- local user = Instance.new("TextBox")
- local exe = Instance.new("TextButton")
- -- Properties
- bombhax.Name = "bombhax"
- if game.PlaceId == "843495510,843468296" then
- bombhax.Parent = game.Players.LocalPlayer.PlayerGui
- bombhax.ResetOnSpawn = false
- else
- bombhax.Parent = game.CoreGui
- end
- function GetPlayer(String) -- Credit to Timeless/xFunnieuss
- local Found = {}
- local strl = String:lower()
- if strl == "all" then
- for i,v in pairs(game.Players:GetPlayers()) do
- table.insert(Found,v)
- end
- elseif strl == "others" then
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name ~= game.Players.LocalPlayer.Name then
- table.insert(Found,v)
- end
- end
- else
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name:lower():sub(1, #String) == String:lower() then
- table.insert(Found,v)
- end
- end
- end
- return Found
- end
- open.Name = "open"
- open.Parent = bombhax
- open.BackgroundColor3 = Color3.new(1, 1, 1)
- open.Position = UDim2.new(0, 0, 0, 418)
- open.Size = UDim2.new(0, 170, 0, 50)
- open.Style = Enum.ButtonStyle.RobloxRoundButton
- open.Font = Enum.Font.SourceSans
- open.Text = "Open"
- open.TextSize = 30
- open.MouseButton1Down:connect(function()
- open.Visible = false
- frame.Visible = true
- end)
- frame.Name = "frame"
- frame.Parent = bombhax
- frame.BackgroundColor3 = Color3.new(0.564706, 0.564706, 0.564706)
- frame.Position = UDim2.new(0, 411, 0, 179)
- frame.Size = UDim2.new(0, 417, 0, 309)
- frame.Visible = false
- frame.Active = true
- frame.Draggable = true
- robloxtagssucksass.Name = "roblox tags sucks ass"
- robloxtagssucksass.Parent = frame
- robloxtagssucksass.BackgroundColor3 = Color3.new(0.333333, 1, 0)
- robloxtagssucksass.Size = UDim2.new(0, 417, 0, 50)
- robloxtagssucksass.Font = Enum.Font.SourceSans
- robloxtagssucksass.Text = "bomb hax niBBa 💯"
- robloxtagssucksass.TextSize = 37
- robloxtagssucksass.TextWrapped = true
- close.Name = "close"
- close.Parent = robloxtagssucksass
- close.BackgroundColor3 = Color3.new(1, 0, 0)
- close.Position = UDim2.new(0, 367, 0, 0)
- close.Size = UDim2.new(0, 50, 0, 50)
- close.Font = Enum.Font.SourceSans
- close.Text = "X"
- close.TextScaled = true
- close.TextSize = 14
- close.TextWrapped = true
- close.MouseButton1Down:connect(function()
- open.Visible = true
- frame.Visible = false
- end)
- user.Name = "user"
- user.Parent = frame
- user.BackgroundColor3 = Color3.new(1, 1, 1)
- user.Position = UDim2.new(0, 68, 0, 83)
- user.Size = UDim2.new(0, 281, 0, 50)
- user.Font = Enum.Font.SourceSans
- user.Text = "Name of the suicidist bitch"
- user.TextScaled = true
- user.TextSize = 14
- user.TextWrapped = true
- exe.Name = "exe"
- exe.Parent = frame
- exe.BackgroundColor3 = Color3.new(1, 1, 1)
- exe.Position = UDim2.new(0, 108, 0, 205)
- exe.Size = UDim2.new(0, 200, 0, 50)
- exe.Font = Enum.Font.SourceSans
- exe.Text = "Convert him/her to a allah believer"
- exe.TextScaled = true
- exe.TextSize = 14
- exe.TextWrapped = true
- exe.MouseButton1Down:connect(function()
- for i,v in pairs(GetPlayer(user.Text)) do
- a = v.Name
- local Me = game:GetService("Players")[v.Name]
- local Char = Me.Character
- local Torso = Char.Torso
- local TickWait = 1
- local Color = "Medium stone gray"
- local Dead = false
- local Tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
- Tool.Name = "Bomb Vest of "..a
- local Position = Vector3.new(0,100,0)
- function NewPart(Parent)
- local Part = Instance.new("Part", Parent)
- Part.CanCollide = false
- Part.FormFactor = "Custom"
- Part.Position = Position
- Part.TopSurface = "Smooth"
- Part.BottomSurface = "Smooth"
- Part.BrickColor = BrickColor.new(Color)
- Position = Position + Vector3.new(0,Part.Size.Y + 10,0)
- return Part
- end
- local Model = Char:FindFirstChild("Bomb")
- if Model then Model:Destroy() end
- Model = Instance.new("Model", Char)
- Model.Name = "Bomb"
- local Belt = NewPart(Model)
- Belt.Size = Vector3.new(2.2,0.5,1.2)
- local Weld = Instance.new("Weld", Belt)
- Weld.Part0 = Belt
- Weld.Part1 = Torso
- Weld.C0 = CFrame.new(0,1.1,0)
- local Light = Instance.new("PointLight", Belt)
- Light.Range = 15
- Light.Brightness = 5
- Light.Color = Color3.new(1,0,0)
- local Beep = Instance.new("Sound", Belt)
- Beep.SoundId = "http://www.roblox.com/asset/?id=188588790"
- local ExplodeSound = Instance.new("Sound", Belt)
- ExplodeSound.SoundId = "http://www.roblox.com/asset/?id="..(tonumber((math.ceil(1776.66^2)+17).."."..string.rep("36",3))*77)+0.00003 --144507765
- ExplodeSound.Pitch = 2.8
- ExplodeSound.Volume = 100
- local Back = NewPart(Model)
- Back.Size = Vector3.new(1.5,1.5,0.5)
- local Weld = Instance.new("Weld", Back)
- Weld.Part0 = Back
- Weld.Part1 = Torso
- Weld.C0 = CFrame.new(0,0.1,-0.75)
- local StrapLeft = NewPart(Model)
- StrapLeft.Size = Vector3.new(0.2,0.5,1.6)
- local Weld = Instance.new("Weld", StrapLeft)
- Weld.Part0 = StrapLeft
- Weld.Part1 = Torso
- Weld.C0 = CFrame.new(0.65,-0.9,-0.2)
- local BuckleLeft = NewPart(Model)
- BuckleLeft.Size = Vector3.new(0.2,1.5,0.2)
- local Weld = Instance.new("Weld", BuckleLeft)
- Weld.Part0 = BuckleLeft
- Weld.Part1 = Torso
- Weld.C0 = CFrame.new(0.65,0.1,0.5)
- local StrapRight = NewPart(Model)
- StrapRight.Size = Vector3.new(0.2,0.5,1.6)
- local Weld = Instance.new("Weld", StrapRight)
- Weld.Part0 = StrapRight
- Weld.Part1 = Torso
- Weld.C0 = CFrame.new(-0.65,-0.9,-0.2)
- local BuckleRight = NewPart(Model)
- BuckleRight.Size = Vector3.new(0.2,1.5,0.2)
- local Weld = Instance.new("Weld", BuckleRight)
- Weld.Part0 = BuckleRight
- Weld.Part1 = Torso
- Weld.C0 = CFrame.new(-0.65,0.1,0.5)
- Tool.Selected:connect(function(Mouse)
- TickWait = 0.3
- Mouse.Icon = "http://www.roblox.com/asset/?id=9109985"
- Mouse.Button1Down:connect(function()
- if Dead == false then
- Dead = true
- ExplodeSound:Play()
- wait(1.4)
- local Explosion = Instance.new("Explosion", Workspace)
- Explosion.Position = Belt.Position
- Explosion.BlastPressure = 100000
- Explosion.DestroyJointRadiusPercent = 0.7
- Explosion.ExplosionType = "CratersAndDebris"
- Explosion.BlastRadius = 50
- Explosion.Hit:connect(function(Part, Distance)
- Part.Anchored = false
- if Distance <= 10 then
- Part:BreakJoints()
- end
- end)
- end
- end)
- end)
- Tool.Deselected:connect(function()
- TickWait = 1
- end)
- coroutine.wrap(function()
- repeat
- wait(TickWait)
- Light.Enabled = not Light.Enabled
- Beep:Play()
- until Dead == true
- end)()
- end
- end)
Add Comment
Please, Sign In to add comment