Advertisement
Guest User

Untitled

a guest
Aug 4th, 2018
5,768
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.04 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4.  
  5. local FEScriptgui = Instance.new("ScreenGui")
  6. local feguimainframe = Instance.new("Frame")
  7. local titlefeguimainframe = Instance.new("TextLabel")
  8. local linewithtextlol = Instance.new("TextLabel")
  9. local fegodfeguimainframe = Instance.new("TextButton")
  10. local fecopychatallfeguimainframe = Instance.new("TextButton")
  11. local feshutdownfeguimainframe = Instance.new("TextButton")
  12. local closefeguimainframe = Instance.new("TextButton")
  13. local feanimationsfeguimainframe = Instance.new("TextButton")
  14. local fetptofeguimainframe = Instance.new("TextButton")
  15. local fetptotextboxfeguimainframe = Instance.new("TextBox")
  16. local linesdesignfeguimainframe = Instance.new("TextLabel")
  17. local linesdesigncopyfeguimainframe = Instance.new("TextLabel")
  18. local importanttextfeguimainframe = Instance.new("TextLabel")
  19. local nextpagefeguimainframe = Instance.new("TextButton")
  20. local creditsfeguimainframe = Instance.new("TextLabel")
  21.  
  22. --Properties:
  23.  
  24. FEScriptgui.Name = "FEScriptgui"
  25. FEScriptgui.Parent = game.CoreGui
  26.  
  27. feguimainframe.Name = "feguimainframe"
  28. feguimainframe.Parent = FEScriptgui
  29. feguimainframe.BackgroundColor3 = Color3.new(0, 0, 0)
  30. feguimainframe.Position = UDim2.new(0.159533069, 0, 0.0355731212, 0)
  31. feguimainframe.Size = UDim2.new(0, 622, 0, 469)
  32. feguimainframe.Active = true
  33. feguimainframe.Visible = true
  34. feguimainframe.Draggable = true
  35.  
  36. titlefeguimainframe.Name = "titlefeguimainframe"
  37. titlefeguimainframe.Parent = feguimainframe
  38. titlefeguimainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  39. titlefeguimainframe.Size = UDim2.new(0, 622, 0, 50)
  40. titlefeguimainframe.Font = Enum.Font.SciFi
  41. titlefeguimainframe.Text = "Filtering Enabled FE Gui"
  42. titlefeguimainframe.TextColor3 = Color3.new(0, 0, 0)
  43. titlefeguimainframe.TextSize = 40
  44.  
  45. linewithtextlol.Name = "linewithtextlol"
  46. linewithtextlol.Parent = feguimainframe
  47. linewithtextlol.BackgroundColor3 = Color3.new(1, 1, 1)
  48. linewithtextlol.Position = UDim2.new(0, 0, 0.181236684, 0)
  49. linewithtextlol.Size = UDim2.new(0, 622, 0, 30)
  50. linewithtextlol.Font = Enum.Font.SourceSans
  51. linewithtextlol.Text = "FE Commands (works on all games)"
  52. linewithtextlol.TextColor3 = Color3.new(0, 0, 0)
  53. linewithtextlol.TextSize = 25
  54.  
  55. fegodfeguimainframe.Name = "fegodfeguimainframe"
  56. fegodfeguimainframe.Parent = feguimainframe
  57. fegodfeguimainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  58. fegodfeguimainframe.Position = UDim2.new(0.0466237999, 0, 0.321961612, 0)
  59. fegodfeguimainframe.Size = UDim2.new(0, 170, 0, 35)
  60. fegodfeguimainframe.Font = Enum.Font.SourceSans
  61. fegodfeguimainframe.Text = "FE God"
  62. fegodfeguimainframe.TextColor3 = Color3.new(0, 0, 0)
  63. fegodfeguimainframe.TextSize = 30
  64. fegodfeguimainframe.MouseButton1Down:connect(function()
  65. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  66. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  67. l.Parent = game.Players.LocalPlayer.Character
  68. l.Name = "Humanoid"
  69. wait(0.1)
  70. game.Players.LocalPlayer.Character["1"]:Destroy()
  71. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  72. game.Players.LocalPlayer.Character.Animate.Disabled = true
  73. wait(0.1)
  74. game.Players.LocalPlayer.Character.Animate.Disabled = false
  75. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  76. end)
  77.  
  78. fecopychatallfeguimainframe.Name = "fecopychatallfeguimainframe"
  79. fecopychatallfeguimainframe.Parent = feguimainframe
  80. fecopychatallfeguimainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  81. fecopychatallfeguimainframe.Position = UDim2.new(0.37299031, 0, 0.321961612, 0)
  82. fecopychatallfeguimainframe.Size = UDim2.new(0, 177, 0, 35)
  83. fecopychatallfeguimainframe.Font = Enum.Font.SourceSans
  84. fecopychatallfeguimainframe.Text = "FE Copy Chat All"
  85. fecopychatallfeguimainframe.TextColor3 = Color3.new(0, 0, 0)
  86. fecopychatallfeguimainframe.TextSize = 30
  87. fecopychatallfeguimainframe.MouseButton1Down:connect(function()
  88. local Action = game.Players:GetPlayers()
  89. for i = 1,#Action do
  90. Action[i].Chatted:connect(function(Message)
  91. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("["..Action[i].Name.."]".." "..Message, "All")
  92. end)
  93. end
  94. end)
  95.  
  96. feshutdownfeguimainframe.Name = "feshutdownfeguimainframe"
  97. feshutdownfeguimainframe.Parent = feguimainframe
  98. feshutdownfeguimainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  99. feshutdownfeguimainframe.Position = UDim2.new(0.705787778, 0, 0.321961612, 0)
  100. feshutdownfeguimainframe.Size = UDim2.new(0, 162, 0, 35)
  101. feshutdownfeguimainframe.Font = Enum.Font.SourceSans
  102. feshutdownfeguimainframe.Text = "FE Shutdown (use hark script)"
  103. feshutdownfeguimainframe.TextColor3 = Color3.new(0, 0, 0)
  104. feshutdownfeguimainframe.TextSize = 15
  105. feshutdownfeguimainframe.MouseButton1Down:connect(function()
  106. game:GetService'RunService'.Stepped:Connect(function()
  107. pcall(function()
  108. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  109. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  110. for _,x in pairs(v.Character.Head:GetChildren()) do
  111. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  112. end
  113. end
  114. end
  115. end)
  116. end)
  117. end)
  118.  
  119. closefeguimainframe.Name = "closefeguimainframe"
  120. closefeguimainframe.Parent = feguimainframe
  121. closefeguimainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  122. closefeguimainframe.Position = UDim2.new(0.90996784, 0, 0, 0)
  123. closefeguimainframe.Size = UDim2.new(0, 56, 0, 50)
  124. closefeguimainframe.Font = Enum.Font.SourceSans
  125. closefeguimainframe.Text = "X"
  126. closefeguimainframe.TextColor3 = Color3.new(0, 0, 0)
  127. closefeguimainframe.TextSize = 60
  128. closefeguimainframe.MouseButton1Down:connect(function()
  129. feguimainframe.Visible = false
  130. end)
  131.  
  132. feanimationsfeguimainframe.Name = "feanimationsfeguimainframe"
  133. feanimationsfeguimainframe.Parent = feguimainframe
  134. feanimationsfeguimainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  135. feanimationsfeguimainframe.Position = UDim2.new(0.0466237999, 0, 0.462686539, 0)
  136. feanimationsfeguimainframe.Size = UDim2.new(0, 170, 0, 35)
  137. feanimationsfeguimainframe.Font = Enum.Font.SourceSans
  138. feanimationsfeguimainframe.Text = "LocalPlayer Gui"
  139. feanimationsfeguimainframe.TextColor3 = Color3.new(0, 0, 0)
  140. feanimationsfeguimainframe.TextSize = 30
  141. feanimationsfeguimainframe.MouseButton1Down:connect(function()
  142. -- Farewell Infortality.
  143. -- Version: 2.82
  144. -- Instances:
  145.  
  146. feguimainframe.Visible = false
  147.  
  148. local errorerrorscreengui = Instance.new("ScreenGui")
  149. local errorerrormainframe = Instance.new("Frame")
  150. local erroerrortextlabelanimationguierrormainframething = Instance.new("TextLabel")
  151. local gobackerrormainframething = Instance.new("TextButton")
  152.  
  153. --Properties:
  154.  
  155. errorerrorscreengui.Name = "errorerrorscreengui"
  156. errorerrorscreengui.Parent = game.CoreGui
  157.  
  158. errorerrormainframe.Name = "errorerrormainframe"
  159. errorerrormainframe.Parent = errorerrorscreengui
  160. errorerrormainframe.BackgroundColor3 = Color3.new(0, 0, 0)
  161. errorerrormainframe.Position = UDim2.new(0.0554474704, 0, 0.268774718, 0)
  162. errorerrormainframe.Size = UDim2.new(0, 926, 0, 228)
  163. errorerrormainframe.Active = true
  164. errorerrormainframe.Visible = true
  165. errorerrormainframe.Draggable = true
  166.  
  167. erroerrortextlabelanimationguierrormainframething.Name = "erroerrortextlabelanimationguierrormainframething"
  168. erroerrortextlabelanimationguierrormainframething.Parent = errorerrormainframe
  169. erroerrortextlabelanimationguierrormainframething.BackgroundColor3 = Color3.new(0, 0, 0)
  170. erroerrortextlabelanimationguierrormainframething.BorderColor3 = Color3.new(0, 0, 0)
  171. erroerrortextlabelanimationguierrormainframething.Position = UDim2.new(0.395973146, 0, 0.424332321, 0)
  172. erroerrortextlabelanimationguierrormainframething.Size = UDim2.new(0, 200, 0, 50)
  173. erroerrortextlabelanimationguierrormainframething.Font = Enum.Font.SourceSans
  174. erroerrortextlabelanimationguierrormainframething.Text = "Im working on a replace for FE Animations!"
  175. erroerrortextlabelanimationguierrormainframething.TextColor3 = Color3.new(1, 1, 1)
  176. erroerrortextlabelanimationguierrormainframething.TextSize = 40
  177.  
  178. gobackerrormainframething.Name = "gobackerrormainframething"
  179. gobackerrormainframething.Parent = errorerrormainframe
  180. gobackerrormainframething.BackgroundColor3 = Color3.new(1, 1, 1)
  181. gobackerrormainframething.Position = UDim2.new(0, 0, 0.833333313, 0)
  182. gobackerrormainframething.Size = UDim2.new(0, 130, 0, 38)
  183. gobackerrormainframething.Font = Enum.Font.SourceSans
  184. gobackerrormainframething.Text = "Back"
  185. gobackerrormainframething.TextColor3 = Color3.new(0, 0, 0)
  186. gobackerrormainframething.TextSize = 30
  187. gobackerrormainframething.MouseButton1Down:connect(function()
  188. errorerrormainframe.Visible = false
  189. feguimainframe.Visible = true
  190. end)
  191.  
  192. -- Scripts:
  193.  
  194. end)
  195.  
  196. fetptofeguimainframe.Name = "fetptofeguimainframe"
  197. fetptofeguimainframe.Parent = feguimainframe
  198. fetptofeguimainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  199. fetptofeguimainframe.Position = UDim2.new(0.37299031, 0, 0.462686539, 0)
  200. fetptofeguimainframe.Size = UDim2.new(0, 177, 0, 35)
  201. fetptofeguimainframe.Font = Enum.Font.SourceSans
  202. fetptofeguimainframe.Text = "FE goto"
  203. fetptofeguimainframe.TextColor3 = Color3.new(0, 0, 0)
  204. fetptofeguimainframe.TextSize = 30
  205. fetptofeguimainframe.MouseButton1Down:connect(function()
  206. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players:FindFirstChild(fetptotextboxfeguimainframe.Text).Character.HumanoidRootPart.Position)
  207. end)
  208.  
  209. fetptotextboxfeguimainframe.Name = "fetptotextboxfeguimainframe"
  210. fetptotextboxfeguimainframe.Parent = feguimainframe
  211. fetptotextboxfeguimainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  212. fetptotextboxfeguimainframe.Position = UDim2.new(0.657556295, 0, 0.462686568, 0)
  213. fetptotextboxfeguimainframe.Size = UDim2.new(0, 192, 0, 35)
  214. fetptotextboxfeguimainframe.Font = Enum.Font.SourceSans
  215. fetptotextboxfeguimainframe.Text = "Type here a username to tp"
  216. fetptotextboxfeguimainframe.TextColor3 = Color3.new(0, 0, 0)
  217. fetptotextboxfeguimainframe.TextSize = 19
  218.  
  219. linesdesignfeguimainframe.Name = "linesdesignfeguimainframe"
  220. linesdesignfeguimainframe.Parent = feguimainframe
  221. linesdesignfeguimainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  222. linesdesignfeguimainframe.Position = UDim2.new(0, 0, 0.597014904, 0)
  223. linesdesignfeguimainframe.Size = UDim2.new(0, 622, 0, 13)
  224. linesdesignfeguimainframe.Font = Enum.Font.SourceSans
  225. linesdesignfeguimainframe.Text = ""
  226. linesdesignfeguimainframe.TextColor3 = Color3.new(0, 0, 0)
  227. linesdesignfeguimainframe.TextSize = 14
  228.  
  229. linesdesigncopyfeguimainframe.Name = "linesdesigncopyfeguimainframe"
  230. linesdesigncopyfeguimainframe.Parent = feguimainframe
  231. linesdesigncopyfeguimainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  232. linesdesigncopyfeguimainframe.Position = UDim2.new(0, 0, 0.810234547, 0)
  233. linesdesigncopyfeguimainframe.Size = UDim2.new(0, 622, 0, 13)
  234. linesdesigncopyfeguimainframe.Font = Enum.Font.SourceSans
  235. linesdesigncopyfeguimainframe.Text = ""
  236. linesdesigncopyfeguimainframe.TextColor3 = Color3.new(0, 0, 0)
  237. linesdesigncopyfeguimainframe.TextSize = 14
  238.  
  239. importanttextfeguimainframe.Name = "importanttextfeguimainframe"
  240. importanttextfeguimainframe.Parent = feguimainframe
  241. importanttextfeguimainframe.BackgroundColor3 = Color3.new(0, 0, 0)
  242. importanttextfeguimainframe.BorderColor3 = Color3.new(0, 0, 0)
  243. importanttextfeguimainframe.Position = UDim2.new(0.33601284, 0, 0.650319815, 0)
  244. importanttextfeguimainframe.Size = UDim2.new(0, 200, 0, 50)
  245. importanttextfeguimainframe.Font = Enum.Font.SourceSans
  246. importanttextfeguimainframe.Text = "These are all the cmds i could find.\nIf there are more than they must have added new scripts\nand new ways to bypass FE"
  247. importanttextfeguimainframe.TextColor3 = Color3.new(1, 1, 1)
  248. importanttextfeguimainframe.TextSize = 28
  249.  
  250. nextpagefeguimainframe.Name = "nextpagefeguimainframe"
  251. nextpagefeguimainframe.Parent = feguimainframe
  252. nextpagefeguimainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  253. nextpagefeguimainframe.Position = UDim2.new(0.811897099, 0, 0.916844368, 0)
  254. nextpagefeguimainframe.Size = UDim2.new(0, 117, 0, 39)
  255. nextpagefeguimainframe.Font = Enum.Font.SourceSans
  256. nextpagefeguimainframe.Text = "Next Page"
  257. nextpagefeguimainframe.TextColor3 = Color3.new(0, 0, 0)
  258. nextpagefeguimainframe.TextSize = 30
  259. nextpagefeguimainframe.MouseButton1Down:connect(function()
  260. -- Farewell Infortality.
  261. -- Version: 2.82
  262. -- Instances:
  263.  
  264. feguimainframe.Visible = false
  265.  
  266. local FEScriptGui2 = Instance.new("ScreenGui")
  267. local feguimainframe2 = Instance.new("Frame")
  268. local titlefeguimainframe2 = Instance.new("TextLabel")
  269. local creditsfeguimainframe2 = Instance.new("TextLabel")
  270. local gobackfeguimainframe2 = Instance.new("TextButton")
  271. local killauraprisonlifefeguimainframe2 = Instance.new("TextButton")
  272. local killauratextthinglol = Instance.new("TextLabel")
  273. local febombvestprisonlifefeguimainframe = Instance.new("TextButton")
  274. local bombbesttextlol = Instance.new("TextLabel")
  275. local febrickspamboysandgirlsdanceclubfeguimainframe2 = Instance.new("TextButton")
  276. local sometextdontouchfeguimainframe2 = Instance.new("TextLabel")
  277. local febrickspamfeguimainframe2 = Instance.new("TextLabel")
  278. local fehatspamfeguimainframe2 = Instance.new("TextButton")
  279. local fehatspamfeguimainframe2_2 = Instance.new("TextLabel")
  280. local extrafeguimainframe2 = Instance.new("TextButton")
  281.  
  282. --Properties:
  283.  
  284. FEScriptGui2.Name = "FEScriptGui2"
  285. FEScriptGui2.Parent = game.CoreGui
  286.  
  287. feguimainframe2.Name = "feguimainframe2"
  288. feguimainframe2.Parent = FEScriptGui2
  289. feguimainframe2.BackgroundColor3 = Color3.new(0, 0, 0)
  290. feguimainframe2.Position = UDim2.new(0.159533069, 0, 0.0355731212, 0)
  291. feguimainframe2.Size = UDim2.new(0, 622, 0, 469)
  292. feguimainframe2.Active = true
  293. feguimainframe2.Visible = true
  294. feguimainframe2.Draggable = true
  295.  
  296. titlefeguimainframe2.Name = "titlefeguimainframe2"
  297. titlefeguimainframe2.Parent = feguimainframe2
  298. titlefeguimainframe2.BackgroundColor3 = Color3.new(1, 1, 1)
  299. titlefeguimainframe2.Size = UDim2.new(0, 622, 0, 50)
  300. titlefeguimainframe2.Font = Enum.Font.SciFi
  301. titlefeguimainframe2.Text = "Filtering Enabled FE Gui"
  302. titlefeguimainframe2.TextColor3 = Color3.new(0, 0, 0)
  303. titlefeguimainframe2.TextSize = 40
  304.  
  305. creditsfeguimainframe2.Name = "creditsfeguimainframe2"
  306. creditsfeguimainframe2.Parent = feguimainframe2
  307. creditsfeguimainframe2.BackgroundColor3 = Color3.new(0, 0, 0)
  308. creditsfeguimainframe2.BorderColor3 = Color3.new(0, 0, 0)
  309. creditsfeguimainframe2.Position = UDim2.new(0.310166895, 0, 0.882863879, 0)
  310. creditsfeguimainframe2.Size = UDim2.new(0, 200, 0, 50)
  311. creditsfeguimainframe2.Font = Enum.Font.SourceSans
  312. creditsfeguimainframe2.Text = "Gui made by: StormTotal"
  313. creditsfeguimainframe2.TextColor3 = Color3.new(1, 1, 1)
  314. creditsfeguimainframe2.TextSize = 30
  315.  
  316. gobackfeguimainframe2.Name = "gobackfeguimainframe2"
  317. gobackfeguimainframe2.Parent = feguimainframe2
  318. gobackfeguimainframe2.BackgroundColor3 = Color3.new(1, 1, 1)
  319. gobackfeguimainframe2.Position = UDim2.new(-0.000347197056, 0, 0.917358458, 0)
  320. gobackfeguimainframe2.Size = UDim2.new(0, 117, 0, 39)
  321. gobackfeguimainframe2.Font = Enum.Font.SourceSans
  322. gobackfeguimainframe2.Text = "Back"
  323. gobackfeguimainframe2.TextColor3 = Color3.new(0, 0, 0)
  324. gobackfeguimainframe2.TextSize = 30
  325. gobackfeguimainframe2.MouseButton1Down:connect(function()
  326. feguimainframe.Visible = true
  327. feguimainframe2.Visible = false
  328. end)
  329.  
  330. killauraprisonlifefeguimainframe2.Name = "killauraprisonlifefeguimainframe2"
  331. killauraprisonlifefeguimainframe2.Parent = feguimainframe2
  332. killauraprisonlifefeguimainframe2.BackgroundColor3 = Color3.new(1, 1, 1)
  333. killauraprisonlifefeguimainframe2.Position = UDim2.new(0.0836012885, 0, 0.181236669, 0)
  334. killauraprisonlifefeguimainframe2.Size = UDim2.new(0, 123, 0, 39)
  335. killauraprisonlifefeguimainframe2.Font = Enum.Font.SourceSans
  336. killauraprisonlifefeguimainframe2.Text = "FE Kill Aura"
  337. killauraprisonlifefeguimainframe2.TextColor3 = Color3.new(0, 0, 0)
  338. killauraprisonlifefeguimainframe2.TextSize = 30
  339. killauraprisonlifefeguimainframe2.MouseButton1Down:connect(function()
  340. mainRemotes = game.ReplicatedStorage
  341. meleeRemote = mainRemotes['meleeEvent']
  342.  
  343. killAura = true
  344.  
  345. contextactionservice = game.ContextActionService
  346.  
  347. function toggleKillAura(actionName, inputState, inputObject)
  348. print('Doing the action : ' .. actionName)
  349. if inputState == Enum.UserInputState.Begin then
  350. if killAura == true then
  351. killAura = false
  352. else
  353. killAura = true
  354. end
  355. end
  356. end
  357.  
  358. contextactionservice:BindAction('ToggleKillAura', toggleKillAura, false, Enum.KeyCode.K)
  359.  
  360. while wait() do
  361. if killAura == true then
  362. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  363. if plr.Name ~= game.Players.LocalPlayer.Name then
  364. meleeRemote:FireServer(plr)
  365. end
  366. end
  367. end
  368. end
  369. end)
  370.  
  371. killauratextthinglol.Name = "killauratextthinglol"
  372. killauratextthinglol.Parent = feguimainframe2
  373. killauratextthinglol.BackgroundColor3 = Color3.new(0, 0, 0)
  374. killauratextthinglol.BorderColor3 = Color3.new(0, 0, 0)
  375. killauratextthinglol.Position = UDim2.new(0.0225080401, 0, 0.289978683, 0)
  376. killauratextthinglol.Size = UDim2.new(0, 200, 0, 50)
  377. killauratextthinglol.Font = Enum.Font.SourceSans
  378. killauratextthinglol.Text = "Kill Aura only works\non Prison Life!"
  379. killauratextthinglol.TextColor3 = Color3.new(1, 1, 1)
  380. killauratextthinglol.TextSize = 30
  381.  
  382. febombvestprisonlifefeguimainframe.Name = "febombvestprisonlifefeguimainframe"
  383. febombvestprisonlifefeguimainframe.Parent = feguimainframe2
  384. febombvestprisonlifefeguimainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  385. febombvestprisonlifefeguimainframe.Position = UDim2.new(0.644694507, 0, 0.170575693, 0)
  386. febombvestprisonlifefeguimainframe.Size = UDim2.new(0, 146, 0, 39)
  387. febombvestprisonlifefeguimainframe.Font = Enum.Font.SourceSans
  388. febombvestprisonlifefeguimainframe.Text = "FE Bomb Vest"
  389. febombvestprisonlifefeguimainframe.TextColor3 = Color3.new(0, 0, 0)
  390. febombvestprisonlifefeguimainframe.TextSize = 30
  391. febombvestprisonlifefeguimainframe.MouseButton1Down:connect(function()
  392. --Leaked by CrazyExploitz (https://youtube.com/fuzioncrazyexploitz)
  393. --Cant tell you the original creator for risk of being caught
  394. --Here is the link to the game it works on https://www.roblox.com/games/647711404/City-Life
  395. --Enjoy rekking oders in fe lel
  396.  
  397. local Me = game:GetService("Players").LocalPlayer --You cannot use this on someone else. srry
  398. local Char = Me.Character
  399. local Torso = Char.Torso
  400. local TickWait = 1
  401. local Color = "Medium stone gray"
  402. local Dead = false
  403.  
  404. local Tool = Instance.new("HopperBin", Me.Backpack)
  405. Tool.Name = "Bomb Vest"
  406.  
  407. local Position = Vector3.new(0,100,0)
  408. function NewPart(Parent)
  409. local Part = Instance.new("Part", Parent)
  410. Part.CanCollide = false
  411. Part.FormFactor = "Custom"
  412. Part.Position = Position
  413. Part.TopSurface = "Smooth"
  414. Part.BottomSurface = "Smooth"
  415. Part.BrickColor = BrickColor.new(Color)
  416. Position = Position + Vector3.new(0,Part.Size.Y + 10,0)
  417. return Part
  418. end
  419.  
  420. local Model = Char:FindFirstChild("Bomb")
  421. if Model then Model:Destroy() end
  422.  
  423. Model = Instance.new("Model", Char)
  424. Model.Name = "Bomb"
  425.  
  426. local Belt = NewPart(Model)
  427. Belt.Size = Vector3.new(2.2,0.5,1.2)
  428. local Weld = Instance.new("Weld", Belt)
  429. Weld.Part0 = Belt
  430. Weld.Part1 = Torso
  431. Weld.C0 = CFrame.new(0,1.1,0)
  432. local Light = Instance.new("PointLight", Belt)
  433. Light.Range = 15
  434. Light.Brightness = 5
  435. Light.Color = Color3.new(1,0,0)
  436. local Beep = Instance.new("Sound", Belt)
  437. Beep.SoundId = "http://www.roblox.com/asset/?id=188588790"
  438. local ExplodeSound = Instance.new("Sound", Belt)
  439. ExplodeSound.SoundId = "http://www.roblox.com/asset/?id="..(tonumber((math.ceil(1776.66^2)+17).."."..string.rep("36",3))*77)+0.00003 --144507765
  440. ExplodeSound.Pitch = 2.8
  441. ExplodeSound.Volume = 3
  442.  
  443. local Back = NewPart(Model)
  444. Back.Size = Vector3.new(1.5,1.5,0.5)
  445. local Weld = Instance.new("Weld", Back)
  446. Weld.Part0 = Back
  447. Weld.Part1 = Torso
  448. Weld.C0 = CFrame.new(0,0.1,-0.75)
  449.  
  450. local StrapLeft = NewPart(Model)
  451. StrapLeft.Size = Vector3.new(0.2,0.5,1.6)
  452. local Weld = Instance.new("Weld", StrapLeft)
  453. Weld.Part0 = StrapLeft
  454. Weld.Part1 = Torso
  455. Weld.C0 = CFrame.new(0.65,-0.9,-0.2)
  456.  
  457. local BuckleLeft = NewPart(Model)
  458. BuckleLeft.Size = Vector3.new(0.2,1.5,0.2)
  459. local Weld = Instance.new("Weld", BuckleLeft)
  460. Weld.Part0 = BuckleLeft
  461. Weld.Part1 = Torso
  462. Weld.C0 = CFrame.new(0.65,0.1,0.5)
  463.  
  464. local StrapRight = NewPart(Model)
  465. StrapRight.Size = Vector3.new(0.2,0.5,1.6)
  466. local Weld = Instance.new("Weld", StrapRight)
  467. Weld.Part0 = StrapRight
  468. Weld.Part1 = Torso
  469. Weld.C0 = CFrame.new(-0.65,-0.9,-0.2)
  470.  
  471. local BuckleRight = NewPart(Model)
  472. BuckleRight.Size = Vector3.new(0.2,1.5,0.2)
  473. local Weld = Instance.new("Weld", BuckleRight)
  474. Weld.Part0 = BuckleRight
  475. Weld.Part1 = Torso
  476. Weld.C0 = CFrame.new(-0.65,0.1,0.5)
  477.  
  478. Tool.Selected:connect(function(Mouse)
  479. TickWait = 0.3
  480. Mouse.Icon = "http://www.roblox.com/asset/?id=9109985"
  481.  
  482. Mouse.Button1Down:connect(function()
  483. if Dead == false then
  484. Dead = true
  485. ExplodeSound:Play()
  486. wait(1.4)
  487. game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('meme', '8', '1527622')
  488. lp = game:GetService'Players'.LocalPlayer
  489. hat = lp.Character:WaitForChild'meme'
  490. hat.Handle.Transparency=1
  491. hat.Handle.Mesh:Remove()
  492. end
  493. end)
  494. end)
  495.  
  496. Tool.Deselected:connect(function()
  497. TickWait = 1
  498. end)
  499.  
  500. coroutine.wrap(function()
  501. repeat
  502. wait(TickWait)
  503. Light.Enabled = not Light.Enabled
  504. Beep:Play()
  505. until Dead == true
  506. end)()
  507. local grabknife = h
  508. function kill(plrtokill)
  509. --boom--
  510. assets = {540034631, 178993946, 461493477, 110288809}
  511. me = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  512. for i,v in pairs(me.Parent:GetChildren()) do
  513. if v:IsA'Accoutrement' then v.Parent = nil end
  514. end
  515. for i,v in pairs(assets) do
  516. game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('xdd', tostring(game:GetService'MarketplaceService':GetProductInfo(v).AssetTypeId), v)
  517. end
  518. game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('boom', '8', '1527622')
  519. game.Players.LocalPlayer.Character.boom.BootScript.Parent=workspace[plrtokill]
  520. print(workspace[plrtokill] .. " has been killed")
  521.  
  522. end
  523.  
  524. game:GetService'RunService'.Stepped:wait()
  525. grabknife.Parent = plr.Character
  526. for i = 1,3 do
  527. local lol = lp:FindFirstChildOfClass'Backpack':FindFirstChildOfClass'HopperBin'
  528. if lol:FindFirstChild'LocalScript' then lol:Destroy() end
  529. end
  530. end)
  531.  
  532. bombbesttextlol.Name = "bombbesttextlol"
  533. bombbesttextlol.Parent = feguimainframe2
  534. bombbesttextlol.BackgroundColor3 = Color3.new(0, 0, 0)
  535. bombbesttextlol.BorderColor3 = Color3.new(0, 0, 0)
  536. bombbesttextlol.Position = UDim2.new(0.588424444, 0, 0.289978683, 0)
  537. bombbesttextlol.Size = UDim2.new(0, 200, 0, 50)
  538. bombbesttextlol.Font = Enum.Font.SourceSans
  539. bombbesttextlol.Text = "Bomb Vest only works\non City Life"
  540. bombbesttextlol.TextColor3 = Color3.new(1, 1, 1)
  541. bombbesttextlol.TextSize = 30
  542.  
  543. febrickspamboysandgirlsdanceclubfeguimainframe2.Name = "febrickspamboysandgirlsdanceclubfeguimainframe2"
  544. febrickspamboysandgirlsdanceclubfeguimainframe2.Parent = feguimainframe2
  545. febrickspamboysandgirlsdanceclubfeguimainframe2.BackgroundColor3 = Color3.new(1, 1, 1)
  546. febrickspamboysandgirlsdanceclubfeguimainframe2.Position = UDim2.new(0.0610932484, 0, 0.490405113, 0)
  547. febrickspamboysandgirlsdanceclubfeguimainframe2.Size = UDim2.new(0, 161, 0, 39)
  548. febrickspamboysandgirlsdanceclubfeguimainframe2.Font = Enum.Font.SourceSans
  549. febrickspamboysandgirlsdanceclubfeguimainframe2.Text = "FE Brick Spam"
  550. febrickspamboysandgirlsdanceclubfeguimainframe2.TextColor3 = Color3.new(0, 0, 0)
  551. febrickspamboysandgirlsdanceclubfeguimainframe2.TextSize = 30
  552. febrickspamboysandgirlsdanceclubfeguimainframe2.MouseButton1Down:connect(function()
  553. for i=1,500 do
  554. local A_1 =
  555. {
  556. [1] = "Wear",
  557. [2] = "100427922",
  558. [3] = "Hats"
  559. }
  560. local Event = game:GetService("ReplicatedStorage").WearItem
  561. Event:FireServer(A_1)
  562. wait(0.1)
  563.  
  564. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  565. if v:IsA("Hat") or v:IsA("Accessory") then
  566. v.Handle.Mesh:Destroy()
  567. v.Parent = game:GetService("Workspace")
  568. end
  569. end
  570. end
  571. end)
  572.  
  573. sometextdontouchfeguimainframe2.Name = "sometextdontouchfeguimainframe2"
  574. sometextdontouchfeguimainframe2.Parent = feguimainframe2
  575. sometextdontouchfeguimainframe2.BackgroundColor3 = Color3.new(0, 0, 0)
  576. sometextdontouchfeguimainframe2.BorderColor3 = Color3.new(0, 0, 0)
  577. sometextdontouchfeguimainframe2.Position = UDim2.new(0.319792777, 0, 0.720682263, 0)
  578. sometextdontouchfeguimainframe2.Size = UDim2.new(0, 204, 0, 62)
  579. sometextdontouchfeguimainframe2.Font = Enum.Font.SourceSans
  580. sometextdontouchfeguimainframe2.Text = "Credits to Bloxx on v3rmillion for the FE Brick and hat spam:\nhttps://v3rmillion.net/showthread.php?tid=535986"
  581. sometextdontouchfeguimainframe2.TextColor3 = Color3.new(1, 1, 1)
  582. sometextdontouchfeguimainframe2.TextSize = 20
  583.  
  584. febrickspamfeguimainframe2.Name = "febrickspamfeguimainframe2"
  585. febrickspamfeguimainframe2.Parent = feguimainframe2
  586. febrickspamfeguimainframe2.BackgroundColor3 = Color3.new(0, 0, 0)
  587. febrickspamfeguimainframe2.BorderColor3 = Color3.new(0, 0, 0)
  588. febrickspamfeguimainframe2.Position = UDim2.new(0.061093241, 0, 0.597014904, 0)
  589. febrickspamfeguimainframe2.Size = UDim2.new(0, 200, 0, 50)
  590. febrickspamfeguimainframe2.Font = Enum.Font.SourceSans
  591. febrickspamfeguimainframe2.Text = "FE Brick Spam only\nworks on Games with the Hat\nSystem like Boys and Girls Dance Club!"
  592. febrickspamfeguimainframe2.TextColor3 = Color3.new(1, 1, 1)
  593. febrickspamfeguimainframe2.TextSize = 20
  594.  
  595. fehatspamfeguimainframe2.Name = "fehatspamfeguimainframe2"
  596. fehatspamfeguimainframe2.Parent = feguimainframe2
  597. fehatspamfeguimainframe2.BackgroundColor3 = Color3.new(1, 1, 1)
  598. fehatspamfeguimainframe2.Position = UDim2.new(0.644694567, 0, 0.490405113, 0)
  599. fehatspamfeguimainframe2.Size = UDim2.new(0, 161, 0, 39)
  600. fehatspamfeguimainframe2.Font = Enum.Font.SourceSans
  601. fehatspamfeguimainframe2.Text = "FE Hat Spam"
  602. fehatspamfeguimainframe2.TextColor3 = Color3.new(0, 0, 0)
  603. fehatspamfeguimainframe2.TextSize = 30
  604. fehatspamfeguimainframe2.MouseButton1Down:connect(function()
  605. for i=1,500 do
  606. local A_1 =
  607. {
  608. [1] = "Wear",
  609. [2] = "100427922",
  610. [3] = "Hats"
  611. }
  612. local Event = game:GetService("ReplicatedStorage").WearItem
  613. Event:FireServer(A_1)
  614. wait(0.1)
  615.  
  616. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  617. if v:IsA("Hat") or v:IsA("Accessory") then
  618. v.Parent = game:GetService("Workspace")
  619. end
  620. end
  621. end
  622. end)
  623.  
  624. fehatspamfeguimainframe2_2.Name = "fehatspamfeguimainframe2"
  625. fehatspamfeguimainframe2_2.Parent = feguimainframe2
  626. fehatspamfeguimainframe2_2.BackgroundColor3 = Color3.new(0, 0, 0)
  627. fehatspamfeguimainframe2_2.BorderColor3 = Color3.new(0, 0, 0)
  628. fehatspamfeguimainframe2_2.Position = UDim2.new(0.588424444, 0, 0.597014904, 0)
  629. fehatspamfeguimainframe2_2.Size = UDim2.new(0, 200, 0, 50)
  630. fehatspamfeguimainframe2_2.Font = Enum.Font.SourceSans
  631. fehatspamfeguimainframe2_2.Text = "FE Hat Spam only\nworks on Games with the Hat\nSystem like Boys and Girls Dance Club!"
  632. fehatspamfeguimainframe2_2.TextColor3 = Color3.new(1, 1, 1)
  633. fehatspamfeguimainframe2_2.TextSize = 20
  634.  
  635. extrafeguimainframe2.Name = "extrafeguimainframe2"
  636. extrafeguimainframe2.Parent = feguimainframe2
  637. extrafeguimainframe2.BackgroundColor3 = Color3.new(1, 1, 1)
  638. extrafeguimainframe2.Position = UDim2.new(0.811897099, 0, 0.916844368, 0)
  639. extrafeguimainframe2.Size = UDim2.new(0, 117, 0, 39)
  640. extrafeguimainframe2.Font = Enum.Font.SourceSans
  641. extrafeguimainframe2.Text = "Extra"
  642. extrafeguimainframe2.TextColor3 = Color3.new(0, 0, 0)
  643. extrafeguimainframe2.TextSize = 30
  644. extrafeguimainframe2.MouseButton1Down:connect(function()
  645. -- Farewell Infortality.
  646. -- Version: 2.82
  647. -- Instances:
  648.  
  649. feguimainframe2.Visible = false
  650.  
  651. local FEScriptGui3 = Instance.new("ScreenGui")
  652. local feguimainframe3 = Instance.new("Frame")
  653. local titlefeguimainframe3 = Instance.new("TextLabel")
  654. local backfeguimainframe3 = Instance.new("TextButton")
  655. local feexplodefeguimainframe3 = Instance.new("TextButton")
  656. local feexplodetxtboxdontclickoredit = Instance.new("TextLabel")
  657.  
  658. --Properties:
  659.  
  660. FEScriptGui3.Name = "FEScriptGui3"
  661. FEScriptGui3.Parent = game.CoreGui
  662.  
  663. feguimainframe3.Name = "feguimainframe3"
  664. feguimainframe3.Parent = FEScriptGui3
  665. feguimainframe3.BackgroundColor3 = Color3.new(0, 0, 0)
  666. feguimainframe3.Position = UDim2.new(0.159533083, 0, 0.0355731212, 0)
  667. feguimainframe3.Size = UDim2.new(0, 622, 0, 469)
  668. feguimainframe3.Active = true
  669. feguimainframe3.Visible = true
  670. feguimainframe3.Draggable = true
  671.  
  672. titlefeguimainframe3.Name = "titlefeguimainframe3"
  673. titlefeguimainframe3.Parent = feguimainframe3
  674. titlefeguimainframe3.BackgroundColor3 = Color3.new(1, 1, 1)
  675. titlefeguimainframe3.Size = UDim2.new(0, 622, 0, 50)
  676. titlefeguimainframe3.Font = Enum.Font.SciFi
  677. titlefeguimainframe3.Text = "Filtering Enabled FE Gui"
  678. titlefeguimainframe3.TextColor3 = Color3.new(0, 0, 0)
  679. titlefeguimainframe3.TextSize = 40
  680.  
  681. backfeguimainframe3.Name = "backfeguimainframe3"
  682. backfeguimainframe3.Parent = feguimainframe3
  683. backfeguimainframe3.BackgroundColor3 = Color3.new(1, 1, 1)
  684. backfeguimainframe3.Position = UDim2.new(0, 0, 0.916287482, 0)
  685. backfeguimainframe3.Size = UDim2.new(0, 118, 0, 39)
  686. backfeguimainframe3.Font = Enum.Font.SourceSans
  687. backfeguimainframe3.Text = "Back"
  688. backfeguimainframe3.TextColor3 = Color3.new(0, 0, 0)
  689. backfeguimainframe3.TextSize = 30
  690. backfeguimainframe3.MouseButton1Down:connect(function()
  691. feguimainframe3.Visible = false
  692. feguimainframe2.Visible = true
  693. end)
  694.  
  695. feexplodefeguimainframe3.Name = "feexplodefeguimainframe3"
  696. feexplodefeguimainframe3.Parent = feguimainframe3
  697. feexplodefeguimainframe3.BackgroundColor3 = Color3.new(1, 1, 1)
  698. feexplodefeguimainframe3.Position = UDim2.new(0.34405145, 0, 0.300639659, 0)
  699. feexplodefeguimainframe3.Size = UDim2.new(0, 122, 0, 39)
  700. feexplodefeguimainframe3.Font = Enum.Font.SourceSans
  701. feexplodefeguimainframe3.Text = "FE Explode"
  702. feexplodefeguimainframe3.TextColor3 = Color3.new(0, 0, 0)
  703. feexplodefeguimainframe3.TextSize = 30
  704. feexplodefeguimainframe3.MouseButton1Down:connect(function()
  705. fatgoat= "xdd123"
  706.  
  707. noob = game:GetService'Players'[fatgoat]
  708. game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('tito_dick', '8', '1527622')
  709. same = game:GetService'Players'.LocalPlayer.Character:WaitForChild'tito_dick'
  710. same.Parent = noob.Character
  711. end)
  712.  
  713. feexplodetxtboxdontclickoredit.Name = "feexplodetxtboxdontclickoredit"
  714. feexplodetxtboxdontclickoredit.Parent = feguimainframe3
  715. feexplodetxtboxdontclickoredit.BackgroundColor3 = Color3.new(0, 0, 0)
  716. feexplodetxtboxdontclickoredit.Position = UDim2.new(0.281350464, 0, 0.477611929, 0)
  717. feexplodetxtboxdontclickoredit.Size = UDim2.new(0, 200, 0, 50)
  718. feexplodetxtboxdontclickoredit.Font = Enum.Font.SourceSans
  719. feexplodetxtboxdontclickoredit.Text = "FE Explode only works\non City Life and boys\nand girls hangout!\n(i think)"
  720. feexplodetxtboxdontclickoredit.TextColor3 = Color3.new(1, 1, 1)
  721. feexplodetxtboxdontclickoredit.TextSize = 30
  722. -- Scripts:
  723.  
  724. end)
  725. -- Scripts:
  726.  
  727. end)
  728.  
  729. creditsfeguimainframe.Name = "creditsfeguimainframe"
  730. creditsfeguimainframe.Parent = feguimainframe
  731. creditsfeguimainframe.BackgroundColor3 = Color3.new(0, 0, 0)
  732. creditsfeguimainframe.BorderColor3 = Color3.new(0, 0, 0)
  733. creditsfeguimainframe.Position = UDim2.new(0.310289383, 0, 0.880596995, 0)
  734. creditsfeguimainframe.Size = UDim2.new(0, 200, 0, 50)
  735. creditsfeguimainframe.Font = Enum.Font.SourceSans
  736. creditsfeguimainframe.Text = "Gui made by: StormTotal"
  737. creditsfeguimainframe.TextColor3 = Color3.new(1, 1, 1)
  738. creditsfeguimainframe.TextSize = 30
  739. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement