Advertisement
Vunqz

Fuck FE OP AF 2019

Nov 30th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.03 KB | None | 0 0
  1. -- Made by iVerzide
  2. -- Press "e" for drop your hats
  3. -- FE hammer works in some cafes only
  4.  
  5. -- Objects
  6.  
  7. local FuckFE = Instance.new("ScreenGui")
  8. local FuckFEMain = Instance.new("Frame")
  9. local title = Instance.new("TextLabel")
  10. local title2 = Instance.new("TextLabel")
  11. local useless = Instance.new("Frame")
  12. local FECreeperR15 = Instance.new("TextButton")
  13. local FEShutdown = Instance.new("TextButton")
  14. local FEDropHats = Instance.new("TextButton")
  15. local FEFloatinghead = Instance.new("TextButton")
  16. local credits = Instance.new("TextLabel")
  17. local FESounds = Instance.new("TextButton")
  18. local FEhammer = Instance.new("TextButton")
  19. local FECreeperR6 = Instance.new("TextButton")
  20. local CloseGUIButton = Instance.new("TextButton")
  21. local OpenGui = Instance.new("Frame")
  22. local OpenGUIbutton = Instance.new("TextButton")
  23.  
  24. -- Properties
  25.  
  26. FuckFE.Name = "FuckFE"
  27. FuckFE.Parent = game.CoreGui
  28.  
  29. FuckFEMain.Name = "FuckFEMain"
  30. FuckFEMain.Parent = FuckFE
  31. FuckFEMain.Active = true
  32. FuckFEMain.BackgroundColor3 = Color3.new(0, 0, 0)
  33. FuckFEMain.BorderColor3 = Color3.new(0.666667, 0.666667, 0.666667)
  34. FuckFEMain.BorderSizePixel = 3
  35. FuckFEMain.Draggable = true
  36. FuckFEMain.Position = UDim2.new(0, 256, 0, 78)
  37. FuckFEMain.Size = UDim2.new(0, 290, 0, 364)
  38. FuckFEMain.Style = Enum.FrameStyle.RobloxRound
  39.  
  40. title.Name = "title"
  41. title.Parent = FuckFEMain
  42. title.BackgroundColor3 = Color3.new(1, 1, 1)
  43. title.BackgroundTransparency = 1
  44. title.Position = UDim2.new(0, 32, 0, -2)
  45. title.Size = UDim2.new(0, 200, 0, 50)
  46. title.Font = Enum.Font.Code
  47. title.Text = "Fuck FE"
  48. title.TextColor3 = Color3.new(0, 0, 0)
  49. title.TextSize = 40
  50. title.TextWrapped = true
  51.  
  52. title2.Name = "title 2"
  53. title2.Parent = FuckFEMain
  54. title2.BackgroundColor3 = Color3.new(1, 1, 1)
  55. title2.BackgroundTransparency = 1
  56. title2.Position = UDim2.new(0, 30, 0, 0)
  57. title2.Size = UDim2.new(0, 200, 0, 50)
  58. title2.Font = Enum.Font.Code
  59. title2.Text = "Fuck FE"
  60. title2.TextColor3 = Color3.new(1, 1, 1)
  61. title2.TextSize = 40
  62. title2.TextWrapped = true
  63.  
  64. useless.Name = "useless"
  65. useless.Parent = FuckFEMain
  66. useless.BackgroundColor3 = Color3.new(1, 1, 1)
  67. useless.Position = UDim2.new(0, 62, 0, 52)
  68. useless.Size = UDim2.new(0, 138, 0, 2)
  69.  
  70. FECreeperR15.Name = "FE CreeperR15"
  71. FECreeperR15.Parent = FuckFEMain
  72. FECreeperR15.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  73. FECreeperR15.BorderColor3 = Color3.new(1, 1, 1)
  74. FECreeperR15.Position = UDim2.new(0, 0, 0, 94)
  75. FECreeperR15.Size = UDim2.new(0, 106, 0, 44)
  76. FECreeperR15.Font = Enum.Font.SourceSans
  77. FECreeperR15.Text = "FE Creeper R15"
  78. FECreeperR15.TextColor3 = Color3.new(1, 1, 1)
  79. FECreeperR15.TextSize = 14
  80.  
  81. FECreeperR15.MouseButton1Down:connect(function()
  82. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  83. game.Players.LocalPlayer.Character.LeftHand:Destroy()
  84. game.Players.LocalPlayer.Character.LeftLowerArm:Destroy()
  85. game.Players.LocalPlayer.Character.LeftUpperArm:Destroy()
  86. game.Players.LocalPlayer.Character.RightHand:Destroy()
  87. game.Players.LocalPlayer.Character.RightLowerArm:Destroy()
  88. game.Players.LocalPlayer.Character.RightUpperArm:Destroy()
  89. end)
  90.  
  91. FEShutdown.Name = "FE Shutdown"
  92. FEShutdown.Parent = FuckFEMain
  93. FEShutdown.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  94. FEShutdown.BorderColor3 = Color3.new(1, 1, 1)
  95. FEShutdown.Position = UDim2.new(0, 167, 0, 94)
  96. FEShutdown.Size = UDim2.new(0, 106, 0, 44)
  97. FEShutdown.Font = Enum.Font.SourceSans
  98. FEShutdown.Text = "FE Shutdown"
  99. FEShutdown.TextColor3 = Color3.new(1, 1, 1)
  100. FEShutdown.TextSize = 14
  101.  
  102. FEShutdown.MouseButton1Down:connect(function()
  103. for i =1,100 do
  104. spawn(function()
  105. while wait() do
  106. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  107. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  108. for _,x in pairs(v.Character.Head:GetChildren()) do
  109. if x:IsA'Sound' then x.Playing = true end
  110. end
  111. end
  112. end
  113. end
  114. end)
  115. end
  116. end)
  117.  
  118.  
  119. FEDropHats.Name = "FE Drop Hats"
  120. FEDropHats.Parent = FuckFEMain
  121. FEDropHats.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  122. FEDropHats.BorderColor3 = Color3.new(1, 1, 1)
  123. FEDropHats.Position = UDim2.new(0, 167, 0, 154)
  124. FEDropHats.Size = UDim2.new(0, 106, 0, 44)
  125. FEDropHats.Font = Enum.Font.SourceSans
  126. FEDropHats.Text = "FE Drop Hats"
  127. FEDropHats.TextColor3 = Color3.new(1, 1, 1)
  128. FEDropHats.TextSize = 14
  129.  
  130. FEDropHats.MouseButton1Down:connect(function()
  131. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  132. if (key=="e") then
  133. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  134. if (v:IsA("Accessory")) then
  135. v.Parent = workspace
  136. end
  137. end
  138. end
  139. end)
  140. end)
  141.  
  142. FEFloatinghead.Name = "FE Floating head"
  143. FEFloatinghead.Parent = FuckFEMain
  144. FEFloatinghead.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  145. FEFloatinghead.BorderColor3 = Color3.new(1, 1, 1)
  146. FEFloatinghead.Position = UDim2.new(0, 0, 0, 154)
  147. FEFloatinghead.Size = UDim2.new(0, 106, 0, 44)
  148. FEFloatinghead.Font = Enum.Font.SourceSans
  149. FEFloatinghead.Text = "FE Floating Head"
  150. FEFloatinghead.TextColor3 = Color3.new(1, 1, 1)
  151. FEFloatinghead.TextSize = 14
  152.  
  153. FEFloatinghead.MouseButton1Down:connect(function()
  154. local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running
  155. local c
  156. local h
  157. local bv
  158. local bav
  159. local cam
  160. local flying
  161. local p = game:GetService'Players'.LocalPlayer
  162. local buttons = {W = false, S = false, A = false, D = false, Moving = false}
  163. local startFly = function () -- Call this function to begin flying
  164. if not p.Character or not p.Character.Head or flying then return end
  165. c = p.Character
  166. h = c.Humanoid
  167. h.PlatformStand = true
  168. cam = workspace:WaitForChild('Camera')
  169. bv = Instance.new("BodyVelocity")
  170. bav = Instance.new("BodyAngularVelocity")
  171. bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  172. bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  173. bv.Parent = c.Head
  174. bav.Parent = c.Head
  175. flying = true
  176. h.Died:connect(function() flying = false end)
  177. end
  178. local endFly = function () -- Call this function to stop flying
  179. if not p.Character or not flying then return end
  180. h.PlatformStand = false
  181. bv:Destroy()
  182. bav:Destroy()
  183. flying = false
  184. end
  185. game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
  186. if GPE then return end
  187. for i, e in pairs(buttons) do
  188. if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
  189. buttons[i] = true
  190. buttons.Moving = true
  191. end
  192. end
  193. end)
  194. game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
  195. if GPE then return end
  196. local a = false
  197. for i, e in pairs(buttons) do
  198. if i ~= "Moving" then
  199. if input.KeyCode == Enum.KeyCode[i] then
  200. buttons[i] = false
  201. end
  202. if buttons[i] then a = true end
  203. end
  204. end
  205. buttons.Moving = a
  206. end)
  207. local setVec = function (vec)
  208. return vec * (speed / vec.Magnitude)
  209. end
  210. game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame
  211. if flying and c and c.PrimaryPart then
  212. local p = c.PrimaryPart.Position
  213. local cf = cam.CFrame
  214. local ax, ay, az = cf:toEulerAnglesXYZ()
  215. c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
  216. if buttons.Moving then
  217. local t = Vector3.new()
  218. if buttons.W then t = t + (setVec(cf.lookVector)) end
  219. if buttons.S then t = t - (setVec(cf.lookVector)) end
  220. if buttons.A then t = t - (setVec(cf.rightVector)) end
  221. if buttons.D then t = t + (setVec(cf.rightVector)) end
  222. c:TranslateBy(t * step)
  223. end
  224. end
  225. end)
  226. FEFloatinghead.MouseButton1Down:connect(function()
  227. local lol = game:GetService'Players'.LocalPlayer.Character
  228. pcall(function()
  229. for i,v in pairs(lol:GetChildren()) do
  230. if v.Name ~= 'Head' and v.Name ~= 'Torso' and v.Name ~= 'HumanoidRootPart' then
  231. v:Destroy()
  232. end
  233. end
  234. local ok = lol:FindFirstChild'Torso'
  235. if ok then ok = ok:FindFirstChild'roblox' if ok then ok:Destroy() end end
  236. Instance.new('Humanoid', lol)
  237. if lol.HumanoidRootPart:FindFirstChild'Rank' then lol.HumanoidRootPart:FindFirstChild'Rank':Destroy() end
  238. local nouxd = lol:FindFirstChild'Torso'
  239. wait'1'
  240. lol.Head.Position = lol.Head.Position + Vector3.new(1,1,1)
  241. if nouxd then nouxd.Transparency = 1 end
  242. wait'.3'
  243. startFly()
  244. end)
  245. end)
  246. end)
  247.  
  248. credits.Name = "credits"
  249. credits.Parent = FuckFEMain
  250. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  251. credits.BackgroundTransparency = 1
  252. credits.Position = UDim2.new(0, -38, 0, 316)
  253. credits.Size = UDim2.new(0, 198, 0, 60)
  254. credits.Font = Enum.Font.Code
  255. credits.Text = "Made by iVerzide"
  256. credits.TextColor3 = Color3.new(1, 1, 1)
  257. credits.TextSize = 15
  258. credits.TextWrapped = true
  259.  
  260. FESounds.Name = "FE Sounds"
  261. FESounds.Parent = FuckFEMain
  262. FESounds.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  263. FESounds.BorderColor3 = Color3.new(1, 1, 1)
  264. FESounds.Position = UDim2.new(0, 0, 0, 215)
  265. FESounds.Size = UDim2.new(0, 106, 0, 44)
  266. FESounds.Font = Enum.Font.SourceSans
  267. FESounds.Text = "FE Sounds"
  268. FESounds.TextColor3 = Color3.new(1, 1, 1)
  269. FESounds.TextSize = 14
  270.  
  271. FESounds.MouseButton1Down:connect(function()
  272. while wait() do
  273. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  274. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  275. for _,x in pairs(v.Character.Head:GetChildren()) do
  276. if x:IsA'Sound' then x.Playing = true end
  277. end
  278. end
  279. end
  280. end
  281. end)
  282.  
  283. FEhammer.Name = "FE hammer"
  284. FEhammer.Parent = FuckFEMain
  285. FEhammer.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  286. FEhammer.BorderColor3 = Color3.new(1, 1, 1)
  287. FEhammer.Position = UDim2.new(0, 167, 0, 215)
  288. FEhammer.Size = UDim2.new(0, 106, 0, 44)
  289. FEhammer.Font = Enum.Font.SourceSans
  290. FEhammer.Text = "FE Hammer"
  291. FEhammer.TextColor3 = Color3.new(1, 1, 1)
  292. FEhammer.TextSize = 14
  293.  
  294. FEhammer.MouseButton1Down:connect(function()
  295. maind = nil
  296. if workspace:FindFirstChild'GiveSystem' then
  297. if workspace.GiveSystem:FindFirstChild'GiveItem' then
  298. maind = workspace.GiveSystem.GiveItem
  299. end
  300. end
  301. if workspace:FindFirstChild'HandToCentre' then
  302. if workspace.HandToCentre:FindFirstChild'SendItem' then
  303. maind = workspace.HandToCentre.SendItem
  304. end
  305. end
  306. if maind == nil then
  307. print'could not find give event :('
  308. return
  309. end
  310. tool = Instance.new'Tool'
  311. me = game:GetService'Players'.LocalPlayer
  312. tool.RequiresHandle = false
  313. tool.TextureId = 'http://www.roblox.com/asset/?id=12223874'
  314. tool.Name = 'ya like jazz?'
  315. tool.Parent = me.Backpack
  316. buttonf = nil
  317. tool.Equipped:connect(function()
  318. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  319. m.Icon = 'rbxasset://textures/HammerCursor.png'
  320. buttonf = m.Button1Down:connect(function()
  321. if m.Target == nil then return end
  322. local ob = m.Target
  323. if ob:IsA'BasePart' or ob:IsA'WedgePart' then
  324. if ob:IsDescendantOf(me.Character) then return end
  325. m.Icon = 'rbxasset://textures/HammerOverCursor.png'
  326. local ex = Instance.new'Explosion'
  327. ex.BlastRadius = 0
  328. ex.Position = ob.Position
  329. ex.Parent = workspace
  330. maind:FireServer(workspace, ob)
  331. wait(0.3)
  332. m.Icon = 'rbxasset://textures/HammerCursor.png'
  333. end
  334. end)
  335. end)
  336. tool.Unequipped:connect(function()
  337. if buttonf ~= nil then
  338. buttonf:Disconnect()
  339. buttonf = nil
  340. end
  341. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  342. m.Icon = ''
  343. end)
  344. end)
  345.  
  346. FECreeperR6.Name = "FE CreeperR6"
  347. FECreeperR6.Parent = FuckFEMain
  348. FECreeperR6.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  349. FECreeperR6.BorderColor3 = Color3.new(1, 1, 1)
  350. FECreeperR6.Position = UDim2.new(0, 84, 0, 276)
  351. FECreeperR6.Size = UDim2.new(0, 106, 0, 44)
  352. FECreeperR6.Font = Enum.Font.SourceSans
  353. FECreeperR6.Text = "FE Creeper R6"
  354. FECreeperR6.TextColor3 = Color3.new(1, 1, 1)
  355. FECreeperR6.TextSize = 14
  356.  
  357. FECreeperR6.MouseButton1Down:connect(function()
  358. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  359. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  360. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  361. end)
  362.  
  363.  
  364.  
  365. CloseGUIButton.Name = "CloseGUIButton"
  366. CloseGUIButton.Parent = FuckFEMain
  367. CloseGUIButton.BackgroundColor3 = Color3.new(1, 1, 1)
  368. CloseGUIButton.BackgroundTransparency = 1
  369. CloseGUIButton.Position = UDim2.new(0, 248, 0, -6)
  370. CloseGUIButton.Size = UDim2.new(0, 30, 0, 26)
  371. CloseGUIButton.Text = "X"
  372. CloseGUIButton.TextColor3 = Color3.new(1, 1, 1)
  373. CloseGUIButton.TextSize = 14
  374.  
  375. CloseGUIButton.MouseButton1Down:connect(function()
  376. game.CoreGui.FuckFE.FuckFEMain.Visible = false
  377. game.CoreGui.FuckFE.OpenGui.Visible = true
  378. end)
  379.  
  380. OpenGui.Name = "OpenGui"
  381. OpenGui.Parent = FuckFE
  382. OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
  383. OpenGui.Position = UDim2.new(0, 0, 0, 384)
  384. OpenGui.Size = UDim2.new(0, 98, 0, 46)
  385. OpenGui.Style = Enum.FrameStyle.RobloxRound
  386.  
  387. OpenGUIbutton.Name = "OpenGUIbutton"
  388. OpenGUIbutton.Parent = OpenGui
  389. OpenGUIbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  390. OpenGUIbutton.BackgroundTransparency = 1
  391. OpenGUIbutton.Position = UDim2.new(0, -6, 0, -6)
  392. OpenGUIbutton.Size = UDim2.new(0, 96, 0, 42)
  393. OpenGUIbutton.Font = Enum.Font.Code
  394. OpenGUIbutton.Text = "Open"
  395. OpenGUIbutton.TextColor3 = Color3.new(1, 1, 1)
  396. OpenGUIbutton.TextSize = 30
  397.  
  398. OpenGUIbutton.MouseButton1Down:connect(function()
  399. game.CoreGui.FuckFE.FuckFEMain.Visible = true
  400. game.CoreGui.FuckFE.OpenGui.Visible = false
  401. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement