Advertisement
Guest User

Whoosh fe city life script

a guest
Feb 13th, 2018
2,912
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.44 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local bomb = Instance.new("TextButton")
  7. local sword = Instance.new("TextButton")
  8. local close = Instance.new("TextButton")
  9. local TextButton = Instance.new("TextButton")
  10.  
  11. -- Properties
  12.  
  13. ScreenGui.Name = "City Life Script Pack"
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. Frame.Parent = ScreenGui
  17. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  18. Frame.Position = UDim2.new(0, 0, 0.363636374, 0)
  19. Frame.Size = UDim2.new(0, 361, 0, 169)
  20. Frame.Active = true
  21. Frame.Draggable = true
  22.  
  23. TextLabel.Parent = Frame
  24. TextLabel.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  25. TextLabel.Position = UDim2.new(0, 0, -0.00591715984, 0)
  26. TextLabel.Size = UDim2.new(0, 361, 0, 51)
  27. TextLabel.Font = Enum.Font.SourceSans
  28. TextLabel.FontSize = Enum.FontSize.Size14
  29. TextLabel.Text = "City Life Script Pack"
  30. TextLabel.TextScaled = true
  31. TextLabel.TextSize = 14
  32. TextLabel.TextWrapped = true
  33.  
  34. bomb.Name = "bomb"
  35. bomb.Parent = Frame
  36. bomb.BackgroundColor3 = Color3.new(1, 1, 1)
  37. bomb.Position = UDim2.new(0, 0, 0.295857996, 0)
  38. bomb.Size = UDim2.new(0, 170, 0, 38)
  39. bomb.Font = Enum.Font.SourceSans
  40. bomb.FontSize = Enum.FontSize.Size14
  41. bomb.Text = "BOMB"
  42. bomb.TextSize = 14
  43.  
  44. sword.Name = "sword"
  45. sword.Parent = Frame
  46. sword.BackgroundColor3 = Color3.new(1, 1, 1)
  47. sword.Position = UDim2.new(0.470914125, 0, 0.295857996, 0)
  48. sword.Size = UDim2.new(0, 191, 0, 38)
  49. sword.Font = Enum.Font.SourceSans
  50. sword.FontSize = Enum.FontSize.Size14
  51. sword.Text = "SWORD"
  52. sword.TextSize = 14
  53.  
  54. close.Name = "close"
  55. close.Parent = Frame
  56. close.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  57. close.Position = UDim2.new(-0.0166204982, 0, 0.520710051, 0)
  58. close.Size = UDim2.new(0, 367, 0, 81)
  59. close.Font = Enum.Font.SourceSans
  60. close.FontSize = Enum.FontSize.Size14
  61. close.Text = "BOMB VEST"
  62. close.TextScaled = true
  63. close.TextSize = 14
  64. close.TextWrapped = true
  65.  
  66. TextButton.Parent = ScreenGui
  67. TextButton.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  68. TextButton.Position = UDim2.new(0, 0, 0.697628498, 0)
  69. TextButton.Size = UDim2.new(0, 200, 0, 50)
  70. TextButton.Font = Enum.Font.SourceSans
  71. TextButton.FontSize = Enum.FontSize.Size14
  72. TextButton.Text = "OPEN"
  73. TextButton.TextScaled = true
  74. TextButton.TextSize = 14
  75. TextButton.TextWrapped = true
  76.  
  77. -- Functions
  78.  
  79. bomb.MouseButton1Down:connect(function()
  80. assets = {540034631, 178993946, 461493477, 110288809}
  81. me = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  82. for i,v in pairs(me.Parent:GetChildren()) do
  83. if v:IsA'Accoutrement' then v.Parent = nil end
  84. end
  85. for i,v in pairs(assets) do
  86. game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('xdd', tostring(game:GetService'MarketplaceService':GetProductInfo(v).AssetTypeId), v)
  87. end
  88. me.WalkSpeed = 50 --same
  89. mouse = game:GetService'Players'.LocalPlayer:GetMouse()
  90. exploded = false
  91. boom = mouse.Button1Down:connect(function()
  92. if exploded == true then return end
  93. exploded = true
  94. game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('boom', '8', '1527622')
  95. print'exploding!!!'
  96. exploded = true
  97. boom:Disconnect()
  98. end)
  99. end)
  100.  
  101. sword.MouseButton1Down:connect(function()
  102. --how to hammer 101 this only works for city life--
  103. plr = "Whoosh_Games" --player to give tool to
  104.  
  105.  
  106. plr = game:GetService'Players'[plr]
  107. game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('meme', '7', '1055299')
  108. lp = game:GetService'Players'.LocalPlayer
  109. hat = lp.Character:WaitForChild'meme'
  110. hammer = hat.GravityHammer
  111. hammer.Parent = lp:FindFirstChildOfClass'Backpack'
  112. --DIRTY HACKS TO PARENT HAT/TOOLS WITH REPLICATION ON FE--
  113. hat.Parent = nil
  114. hammer.Parent = lp.Character
  115. game:GetService'RunService'.Stepped:wait()
  116. hammer.Parent = plr.Character
  117. for i = 1,3 do
  118. local lol = lp:FindFirstChildOfClass'Backpack':FindFirstChildOfClass'HopperBin'
  119. if lol:FindFirstChild'LocalScript' then lol:Destroy() end
  120. end
  121. end)
  122.  
  123. close.MouseButton1Down:connect(function()
  124. --Leaked by CrazyExploitz (https://youtube.com/fuzioncrazyexploitz)
  125. --Cant tell you the original creator for risk of being caught
  126. --Here is the link to the game it works on https://www.roblox.com/games/647711404/City-Life
  127. --Enjoy rekking oders in fe lel
  128.  
  129. local Me = game:GetService("Players").LocalPlayer --You cannot use this on someone else. srry
  130. local Char = Me.Character
  131. local Torso = Char.Torso
  132. local TickWait = 1
  133. local Color = "Medium stone gray"
  134. local Dead = false
  135.  
  136. local Tool = Instance.new("HopperBin", Me.Backpack)
  137. Tool.Name = "Bomb Vest"
  138.  
  139. local Position = Vector3.new(0,100,0)
  140. function NewPart(Parent)
  141. local Part = Instance.new("Part", Parent)
  142. Part.CanCollide = false
  143. Part.FormFactor = "Custom"
  144. Part.Position = Position
  145. Part.TopSurface = "Smooth"
  146. Part.BottomSurface = "Smooth"
  147. Part.BrickColor = BrickColor.new(Color)
  148. Position = Position + Vector3.new(0,Part.Size.Y + 10,0)
  149. return Part
  150. end
  151.  
  152. local Model = Char:FindFirstChild("Bomb")
  153. if Model then Model:Destroy() end
  154.  
  155. Model = Instance.new("Model", Char)
  156. Model.Name = "Bomb"
  157.  
  158. local Belt = NewPart(Model)
  159. Belt.Size = Vector3.new(2.2,0.5,1.2)
  160. local Weld = Instance.new("Weld", Belt)
  161. Weld.Part0 = Belt
  162. Weld.Part1 = Torso
  163. Weld.C0 = CFrame.new(0,1.1,0)
  164. local Light = Instance.new("PointLight", Belt)
  165. Light.Range = 15
  166. Light.Brightness = 5
  167. Light.Color = Color3.new(1,0,0)
  168. local Beep = Instance.new("Sound", Belt)
  169. Beep.SoundId = "http://www.roblox.com/asset/?id=188588790"
  170. local ExplodeSound = Instance.new("Sound", Belt)
  171. ExplodeSound.SoundId = "http://www.roblox.com/asset/?id="..(tonumber((math.ceil(1776.66^2)+17).."."..string.rep("36",3))*77)+0.00003 --144507765
  172. ExplodeSound.Pitch = 2.8
  173. ExplodeSound.Volume = 3
  174.  
  175. local Back = NewPart(Model)
  176. Back.Size = Vector3.new(1.5,1.5,0.5)
  177. local Weld = Instance.new("Weld", Back)
  178. Weld.Part0 = Back
  179. Weld.Part1 = Torso
  180. Weld.C0 = CFrame.new(0,0.1,-0.75)
  181.  
  182. local StrapLeft = NewPart(Model)
  183. StrapLeft.Size = Vector3.new(0.2,0.5,1.6)
  184. local Weld = Instance.new("Weld", StrapLeft)
  185. Weld.Part0 = StrapLeft
  186. Weld.Part1 = Torso
  187. Weld.C0 = CFrame.new(0.65,-0.9,-0.2)
  188.  
  189. local BuckleLeft = NewPart(Model)
  190. BuckleLeft.Size = Vector3.new(0.2,1.5,0.2)
  191. local Weld = Instance.new("Weld", BuckleLeft)
  192. Weld.Part0 = BuckleLeft
  193. Weld.Part1 = Torso
  194. Weld.C0 = CFrame.new(0.65,0.1,0.5)
  195.  
  196. local StrapRight = NewPart(Model)
  197. StrapRight.Size = Vector3.new(0.2,0.5,1.6)
  198. local Weld = Instance.new("Weld", StrapRight)
  199. Weld.Part0 = StrapRight
  200. Weld.Part1 = Torso
  201. Weld.C0 = CFrame.new(-0.65,-0.9,-0.2)
  202.  
  203. local BuckleRight = NewPart(Model)
  204. BuckleRight.Size = Vector3.new(0.2,1.5,0.2)
  205. local Weld = Instance.new("Weld", BuckleRight)
  206. Weld.Part0 = BuckleRight
  207. Weld.Part1 = Torso
  208. Weld.C0 = CFrame.new(-0.65,0.1,0.5)
  209.  
  210. Tool.Selected:connect(function(Mouse)
  211. TickWait = 0.3
  212. Mouse.Icon = "http://www.roblox.com/asset/?id=9109985"
  213.  
  214. Mouse.Button1Down:connect(function()
  215. if Dead == false then
  216. Dead = true
  217. ExplodeSound:Play()
  218. wait(1.4)
  219. game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('meme', '8', '1527622')
  220. lp = game:GetService'Players'.LocalPlayer
  221. hat = lp.Character:WaitForChild'meme'
  222. hat.Handle.Transparency=1
  223. hat.Handle.Mesh:Remove()
  224. end
  225. end)
  226. end)
  227.  
  228. Tool.Deselected:connect(function()
  229. TickWait = 1
  230. end)
  231.  
  232. coroutine.wrap(function()
  233. repeat
  234. wait(TickWait)
  235. Light.Enabled = not Light.Enabled
  236. Beep:Play()
  237. until Dead == true
  238. end)()
  239. local grabknife = h
  240. function kill(plrtokill)
  241. --boom--
  242. assets = {540034631, 178993946, 461493477, 110288809}
  243. me = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  244. for i,v in pairs(me.Parent:GetChildren()) do
  245. if v:IsA'Accoutrement' then v.Parent = nil end
  246. end
  247. for i,v in pairs(assets) do
  248. game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('xdd', tostring(game:GetService'MarketplaceService':GetProductInfo(v).AssetTypeId), v)
  249. end
  250. game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('boom', '8', '1527622')
  251. game.Players.LocalPlayer.Character.boom.BootScript.Parent=workspace[plrtokill]
  252. print(workspace[plrtokill] .. " has been killed")
  253.  
  254. end
  255.  
  256. game:GetService'RunService'.Stepped:wait()
  257. grabknife.Parent = plr.Character
  258. for i = 1,3 do
  259. local lol = lp:FindFirstChildOfClass'Backpack':FindFirstChildOfClass'HopperBin'
  260. if lol:FindFirstChild'LocalScript' then lol:Destroy() end
  261. end
  262. end)
  263.  
  264. TextButton.MouseButton1Down:connect(function()
  265. Frame.Visible = true
  266. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement