ZKCMCheats

[FE] Bomb vest

Mar 20th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.40 KB | None | 0 0
  1. --Leaked by CrazyExploitz (https://youtube.com/fuzioncrazyexploitz)
  2. --Cant tell you the original creator for risk of being caught
  3. --Here is the link to the game it works on https://www.roblox.com/games/647711404/City-Life
  4. --Enjoy rekking oders in fe lel
  5.  
  6. local Me = game:GetService("Players").LocalPlayer --You cannot use this on someone else. srry
  7. local Char = Me.Character
  8. local Torso = Char.Torso
  9. local TickWait = 1
  10. local Color = "Medium stone gray"
  11. local Dead = false
  12.  
  13. local Tool = Instance.new("HopperBin", Me.Backpack)
  14. Tool.Name = "Bomb Vest"
  15.  
  16. local Position = Vector3.new(0,100,0)
  17. function NewPart(Parent)
  18.     local Part = Instance.new("Part", Parent)
  19.     Part.CanCollide = false
  20.     Part.FormFactor = "Custom"
  21.     Part.Position = Position
  22.     Part.TopSurface = "Smooth"
  23.     Part.BottomSurface = "Smooth"
  24.     Part.BrickColor = BrickColor.new(Color)
  25.     Position = Position + Vector3.new(0,Part.Size.Y + 10,0)
  26.     return Part
  27. end
  28.  
  29. local Model = Char:FindFirstChild("Bomb")
  30. if Model then Model:Destroy() end
  31.  
  32. Model = Instance.new("Model", Char)
  33. Model.Name = "Bomb"
  34.  
  35. local Belt = NewPart(Model)
  36. Belt.Size = Vector3.new(2.2,0.5,1.2)
  37. local Weld = Instance.new("Weld", Belt)
  38. Weld.Part0 = Belt
  39. Weld.Part1 = Torso
  40. Weld.C0 = CFrame.new(0,1.1,0)
  41. local Light = Instance.new("PointLight", Belt)
  42. Light.Range = 15
  43. Light.Brightness = 5
  44. Light.Color = Color3.new(1,0,0)
  45. local Beep = Instance.new("Sound", Belt)
  46. Beep.SoundId = "http://www.roblox.com/asset/?id=188588790"
  47. local ExplodeSound = Instance.new("Sound", Belt)
  48. ExplodeSound.SoundId = "http://www.roblox.com/asset/?id="..(tonumber((math.ceil(1776.66^2)+17).."."..string.rep("36",3))*77)+0.00003 --144507765
  49. ExplodeSound.Pitch = 2.8
  50. ExplodeSound.Volume = 3
  51.  
  52. local Back = NewPart(Model)
  53. Back.Size = Vector3.new(1.5,1.5,0.5)
  54. local Weld = Instance.new("Weld", Back)
  55. Weld.Part0 = Back
  56. Weld.Part1 = Torso
  57. Weld.C0 = CFrame.new(0,0.1,-0.75)
  58.  
  59. local StrapLeft = NewPart(Model)
  60. StrapLeft.Size = Vector3.new(0.2,0.5,1.6)
  61. local Weld = Instance.new("Weld", StrapLeft)
  62. Weld.Part0 = StrapLeft
  63. Weld.Part1 = Torso
  64. Weld.C0 = CFrame.new(0.65,-0.9,-0.2)
  65.  
  66. local BuckleLeft = NewPart(Model)
  67. BuckleLeft.Size = Vector3.new(0.2,1.5,0.2)
  68. local Weld = Instance.new("Weld", BuckleLeft)
  69. Weld.Part0 = BuckleLeft
  70. Weld.Part1 = Torso
  71. Weld.C0 = CFrame.new(0.65,0.1,0.5)
  72.  
  73. local StrapRight = NewPart(Model)
  74. StrapRight.Size = Vector3.new(0.2,0.5,1.6)
  75. local Weld = Instance.new("Weld", StrapRight)
  76. Weld.Part0 = StrapRight
  77. Weld.Part1 = Torso
  78. Weld.C0 = CFrame.new(-0.65,-0.9,-0.2)
  79.  
  80. local BuckleRight = NewPart(Model)
  81. BuckleRight.Size = Vector3.new(0.2,1.5,0.2)
  82. local Weld = Instance.new("Weld", BuckleRight)
  83. Weld.Part0 = BuckleRight
  84. Weld.Part1 = Torso
  85. Weld.C0 = CFrame.new(-0.65,0.1,0.5)
  86.  
  87. Tool.Selected:connect(function(Mouse)
  88.     TickWait = 0.3
  89.     Mouse.Icon = "http://www.roblox.com/asset/?id=9109985"
  90.    
  91.     Mouse.Button1Down:connect(function()
  92.         if Dead == false then
  93.             Dead = true
  94.             ExplodeSound:Play()
  95.             wait(1.4)
  96.             game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('meme', '8', '1527622')
  97. lp = game:GetService'Players'.LocalPlayer
  98. hat = lp.Character:WaitForChild'meme'
  99. hat.Handle.Transparency=1
  100. hat.Handle.Mesh:Remove()
  101.         end
  102.     end)
  103. end)
  104.  
  105. Tool.Deselected:connect(function()
  106.     TickWait = 1
  107. end)
  108.  
  109. coroutine.wrap(function()
  110.     repeat
  111.         wait(TickWait)
  112.         Light.Enabled = not Light.Enabled
  113.         Beep:Play()
  114.     until Dead == true
  115. end)()
  116. local grabknife = h
  117. function kill(plrtokill)
  118. --boom--
  119. assets = {540034631, 178993946, 461493477, 110288809}
  120. me = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  121. for i,v in pairs(me.Parent:GetChildren()) do
  122. if v:IsA'Accoutrement' then v.Parent = nil end
  123. end
  124. for i,v in pairs(assets) do
  125.   game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('xdd', tostring(game:GetService'MarketplaceService':GetProductInfo(v).AssetTypeId), v)
  126. end
  127. game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('boom', '8', '1527622')
  128. game.Players.LocalPlayer.Character.boom.BootScript.Parent=workspace[plrtokill]
  129. print(workspace[plrtokill] .. " has been killed")
  130.  
  131. end
  132.  
  133. game:GetService'RunService'.Stepped:wait()
  134. grabknife.Parent = plr.Character
  135. for i = 1,3 do
  136. local lol = lp:FindFirstChildOfClass'Backpack':FindFirstChildOfClass'HopperBin'
  137. if lol:FindFirstChild'LocalScript' then lol:Destroy() end
  138. end
Add Comment
Please, Sign In to add comment