Advertisement
Lolp12346

NOT MINE

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