Advertisement
Guest User

LFHAXX GUI (Legendary Football OP GUI)

a guest
Jun 4th, 2019
25,857
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.65 KB | None | 0 0
  1. --LFHAXX GUI Made By NoahNation // NoahNation#5582 // Youtube Channel: NoahNation
  2. --Infinite Jump Made By Levi // Levi#4357
  3. --SpeedHack Made By MaliciousIntent // MaliciousIntent#1918
  4. --TP To Ball Script made by ItzJustWorm91 // IHAVEATE#2516
  5.  
  6.  
  7.  
  8. -- Instances:
  9. local LFHAXXGUI = Instance.new("ScreenGui")
  10. local MainFrame = Instance.new("Frame")
  11. local Title = Instance.new("TextLabel")
  12. local Buttons = Instance.new("ScrollingFrame")
  13. local InfiniteJump = Instance.new("TextButton")
  14. local TeleportToBall = Instance.new("TextButton")
  15. local AutoTackle = Instance.new("TextButton")
  16. local SpeedHacks = Instance.new("TextButton")
  17. local JumpHacks = Instance.new("TextButton")
  18. local AutoCatch = Instance.new("TextButton")
  19. local TeleportToEndZone = Instance.new("TextButton")
  20. local OpenClose = Instance.new("TextButton")
  21. --Properties:
  22. LFHAXXGUI.Name = "LFHAXX GUI"
  23. LFHAXXGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24.  
  25. MainFrame.Name = "MainFrame"
  26. MainFrame.Parent = LFHAXXGUI
  27. MainFrame.Active = true
  28. MainFrame.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  29. MainFrame.BackgroundTransparency = 0.5
  30. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  31. MainFrame.BorderSizePixel = 10
  32. MainFrame.Position = UDim2.new(0.0275771301, 0, 0.577395558, 0)
  33. MainFrame.Selectable = true
  34. MainFrame.Size = UDim2.new(0, 303, 0, 289)
  35.  
  36. Title.Name = "Title"
  37. Title.Parent = MainFrame
  38. Title.Active = true
  39. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  40. Title.BackgroundTransparency = 1
  41. Title.BorderColor3 = Color3.new(0, 0, 0)
  42. Title.Position = UDim2.new(-0.00212585647, 0, -0.00139061455, 0)
  43. Title.Size = UDim2.new(0, 303, 0, 43)
  44. Title.Font = Enum.Font.SciFi
  45. Title.Text = "LFHAXX GUI"
  46. Title.TextColor3 = Color3.new(1, 1, 1)
  47. Title.TextSize = 30
  48. Title.TextWrapped = true
  49.  
  50. Buttons.Name = "Buttons"
  51. Buttons.Parent = MainFrame
  52. Buttons.Active = true
  53. Buttons.BackgroundColor3 = Color3.new(0, 0, 0)
  54. Buttons.BackgroundTransparency = 0.5
  55. Buttons.Position = UDim2.new(0.00117452384, 0, 0.147398427, 0)
  56. Buttons.Size = UDim2.new(0, 302, 0, 246)
  57. Buttons.CanvasPosition = Vector2.new(0, 171.442734)
  58.  
  59. InfiniteJump.Name = "InfiniteJump"
  60. InfiniteJump.Parent = Buttons
  61. InfiniteJump.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  62. InfiniteJump.BackgroundTransparency = 0.5
  63. InfiniteJump.Position = UDim2.new(0.109504163, 0, 0.179971546, 0)
  64. InfiniteJump.Size = UDim2.new(0, 234, 0, 43)
  65. InfiniteJump.Font = Enum.Font.SourceSans
  66. InfiniteJump.Text = "InfiniteJump"
  67. InfiniteJump.TextColor3 = Color3.new(0, 0, 0)
  68. InfiniteJump.TextSize = 14
  69.  
  70. TeleportToBall.Name = "TeleportToBall"
  71. TeleportToBall.Parent = Buttons
  72. TeleportToBall.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  73. TeleportToBall.BackgroundTransparency = 0.5
  74. TeleportToBall.Position = UDim2.new(0.109504163, 0, 0.25092864, 0)
  75. TeleportToBall.Size = UDim2.new(0, 234, 0, 43)
  76. TeleportToBall.Font = Enum.Font.SourceSans
  77. TeleportToBall.Text = "TeleportToBall [V]"
  78. TeleportToBall.TextColor3 = Color3.new(0, 0, 0)
  79. TeleportToBall.TextSize = 14
  80.  
  81. AutoTackle.Name = "AutoTackle"
  82. AutoTackle.Parent = Buttons
  83. AutoTackle.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  84. AutoTackle.BackgroundTransparency = 0.5
  85. AutoTackle.Position = UDim2.new(0.109504163, 0, 0.321885675, 0)
  86. AutoTackle.Size = UDim2.new(0, 234, 0, 43)
  87. AutoTackle.Font = Enum.Font.SourceSans
  88. AutoTackle.Text = "AutoTackle [F]"
  89. AutoTackle.TextColor3 = Color3.new(0, 0, 0)
  90. AutoTackle.TextSize = 14
  91.  
  92. SpeedHacks.Name = "SpeedHacks"
  93. SpeedHacks.Parent = Buttons
  94. SpeedHacks.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  95. SpeedHacks.BackgroundTransparency = 0.5
  96. SpeedHacks.Position = UDim2.new(0.109504163, 0, 0.0364071876, 0)
  97. SpeedHacks.Size = UDim2.new(0, 234, 0, 43)
  98. SpeedHacks.Font = Enum.Font.SourceSans
  99. SpeedHacks.Text = "SpeedHacks"
  100. SpeedHacks.TextColor3 = Color3.new(0, 0, 0)
  101. SpeedHacks.TextSize = 14
  102.  
  103. JumpHacks.Name = "JumpHacks"
  104. JumpHacks.Parent = Buttons
  105. JumpHacks.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  106. JumpHacks.BackgroundTransparency = 0.5
  107. JumpHacks.Position = UDim2.new(0.109504163, 0, 0.108041376, 0)
  108. JumpHacks.Size = UDim2.new(0, 234, 0, 43)
  109. JumpHacks.Font = Enum.Font.SourceSans
  110. JumpHacks.Text = "JumpHacks"
  111. JumpHacks.TextColor3 = Color3.new(0, 0, 0)
  112. JumpHacks.TextSize = 14
  113.  
  114. AutoCatch.Name = "AutoCatch"
  115. AutoCatch.Parent = Buttons
  116. AutoCatch.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  117. AutoCatch.BackgroundTransparency = 0.5
  118. AutoCatch.Position = UDim2.new(0.109504163, 0, 0.394550085, 0)
  119. AutoCatch.Size = UDim2.new(0, 234, 0, 43)
  120. AutoCatch.Font = Enum.Font.SourceSans
  121. AutoCatch.Text = "AutoCatch"
  122. AutoCatch.TextColor3 = Color3.new(0, 0, 0)
  123. AutoCatch.TextSize = 14
  124.  
  125. TeleportToEndZone.Name = "TeleportToEndZone"
  126. TeleportToEndZone.Parent = Buttons
  127. TeleportToEndZone.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  128. TeleportToEndZone.BackgroundTransparency = 0.5
  129. TeleportToEndZone.Position = UDim2.new(0.109504163, 0, 0.470674604, 0)
  130. TeleportToEndZone.Size = UDim2.new(0, 234, 0, 43)
  131. TeleportToEndZone.Font = Enum.Font.SourceSans
  132. TeleportToEndZone.Text = "Teleport To End Zone [Q/Z]"
  133. TeleportToEndZone.TextColor3 = Color3.new(0, 0, 0)
  134. TeleportToEndZone.TextSize = 14
  135.  
  136. OpenClose.Name = "OpenClose"
  137. OpenClose.Parent = LFHAXXGUI
  138. OpenClose.BackgroundColor3 = Color3.new(1, 1, 1)
  139. OpenClose.Position = UDim2.new(0, 0, 0.495085984, 0)
  140. OpenClose.Size = UDim2.new(0, 200, 0, 50)
  141. OpenClose.Font = Enum.Font.SourceSans
  142. OpenClose.Text = "Open/Close"
  143. OpenClose.TextColor3 = Color3.new(0, 0, 0)
  144. OpenClose.TextSize = 14
  145. -- Scripts:
  146. function SCRIPT_EVPA67_FAKESCRIPT() -- LFHAXXGUI.LocalScript
  147.     local script = Instance.new('LocalScript')
  148.     script.Parent = LFHAXXGUI
  149.     LFHAXXGUI = script.Parent.MainFrame
  150.     OpenClose = script.Parent.OpenClose
  151.     visible = false
  152.     SpeedHacks = script.Parent.MainFrame.Buttons.SpeedHacks
  153.     JumpHacks = script.Parent.MainFrame.Buttons.JumpHacks
  154.     InfiniteJump = script.Parent.MainFrame.Buttons.InfiniteJump
  155.     TeleportToBall = script.Parent.MainFrame.Buttons.TeleportToBall
  156.     AutoTackle = script.Parent.MainFrame.Buttons.AutoTackle
  157.     AutoCatch = script.Parent.MainFrame.Buttons.AutoCatch
  158.     TeleportToEndZone = script.Parent.MainFrame.Buttons.TeleportToEndZone
  159.    
  160.    
  161.    
  162.     OpenClose.MouseButton1Click:connect(function()
  163.         if LFHAXXGUI.Visible == false then
  164.             LFHAXXGUI.Visible = true
  165.         else
  166.             LFHAXXGUI.Visible = false
  167.         end
  168.     end)
  169.    
  170.     LFHAXXGUI.Draggable = true
  171.     LFHAXXGUI.Selectable = true
  172.     LFHAXXGUI.Active = true
  173.    
  174.     SpeedHacks.MouseButton1Click:Connect(function()
  175.         if not getgenv().MTAPIMutex then loadstring(game:HttpGet("https://pastebin.com/raw/UwFCVrhS", true))() end
  176.         game.Players.LocalPlayer.Character.Humanoid:AddPropertyEmulator("WalkSpeed")
  177.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 40
  178.     end)
  179.    
  180.     JumpHacks.MouseButton1Click:Connect(function()
  181.         if not getgenv().MTAPIMutex then loadstring(game:HttpGet("https://pastebin.com/raw/UwFCVrhS", true))() end
  182.         game.Players.LocalPlayer.Character.Humanoid:AddPropertyEmulator("JumpPower")
  183.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 63
  184.     end)
  185.    
  186.     InfiniteJump.MouseButton1Click:Connect(function()
  187.         -- Credits To Levi (Discord: Levi #4357)
  188.         -- Press F to toggle
  189.        
  190.         _G.infinjump = true
  191.        
  192.         local Player = game:GetService("Players").LocalPlayer
  193.         local Mouse = Player:GetMouse()
  194.         Mouse.KeyDown:connect(function(k)
  195.         if _G.infinjump then
  196.         if k:byte() == 32 then
  197.         Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  198.         Humanoid:ChangeState("Jumping")
  199.         wait(0.1)
  200.         Humanoid:ChangeState("Seated")
  201.         end
  202.         end
  203.         end)
  204.        
  205.         local Player = game:GetService("Players").LocalPlayer
  206.         local Mouse = Player:GetMouse()
  207.         Mouse.KeyDown:connect(function(k)
  208.         k = k:lower()
  209.         if k == "f" then
  210.         if _G.infinjump == true then
  211.         _G.infinjump = false
  212.         else
  213.         _G.infinjump = true
  214.         end
  215.         end
  216.         end)
  217.    
  218.     end)
  219.    
  220.     TeleportToBall.MouseButton1Click:Connect(function()
  221.         -- Legendary Football TP To Ball Script made by ItzJustWorm91/IHAVEATE#2516
  222.         local Teleport = true
  223.        
  224.         function TeleportToBall()
  225.           if game.Workspace:FindFirstChild("Football") then
  226.               game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace:FindFirstChild("Football").CFrame
  227.           end
  228.         end
  229.         ----------------------------------------
  230.         function LoadScript()
  231.           if Teleport == true then
  232.               TeleportToBall()
  233.           end
  234.         end
  235.         ----------------------------------------
  236.         function onKeyPress(inputObject, gameProcessedEvent)
  237.         if inputObject.KeyCode == Enum.KeyCode.V then
  238.                LoadScript()
  239.            end
  240.         end
  241.        
  242.         game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  243.     end)
  244.    
  245.     AutoTackle.MouseButton1Click:Connect(function()
  246.         local UserInputService = game:GetService('UserInputService')
  247.         local plr = game.Players.LocalPlayer
  248.         local Char = plr.Character
  249.         local set = 0.000001 -- I would not advise setting this to over 0.5 if you don't want to be caught straight off. The lower the setting, the more likely you will have to spam to make a successful tackle though.  
  250.         UserInputService.InputBegan:connect(function(K)
  251.            if K.KeyCode == Enum.KeyCode.F then -- You can change the "F" to whatever key you want, just make sure you put a capital letter in though, like C, not c.
  252.         for i,v in pairs(game.Players:GetChildren()) do
  253.         if v.Character:FindFirstChild("Football") then
  254.         ball = v.Character:FindFirstChild("Football")
  255.         person = ball.Parent
  256.                Pos = Char.HumanoidRootPart.CFrame
  257.                Char.HumanoidRootPart.CFrame = person.Torso.CFrame
  258.                Char.HumanoidRootPart.CFrame = person.Torso.CFrame
  259.                Char.HumanoidRootPart.CFrame = person.Torso.CFrame
  260.                Char.HumanoidRootPart.CFrame = person.Torso.CFrame
  261.                Char.HumanoidRootPart.CFrame = person.Torso.CFrame
  262.         wait(set)
  263.                Char.HumanoidRootPart.CFrame = Pos
  264.            end
  265.         end
  266.         end
  267.         end)
  268.     end)
  269.    
  270.     TeleportToEndZone.MouseButton1Click:Connect(function()
  271.         game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(k)
  272.         if k == "q" then
  273.         local player = game.Players.LocalPlayer.Character
  274.         player.HumanoidRootPart.CFrame = CFrame.new(-2.26963782, 5, -160)
  275.         end
  276.         end)
  277.        
  278.         game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(k)
  279.         if k == "z" then
  280.         local player = game.Players.LocalPlayer.Character
  281.         player.HumanoidRootPart.CFrame = CFrame.new(2.94989872, 5, 170.553925)
  282.         end
  283.         end)
  284.     end)
  285.    
  286.     AutoCatch.MouseButton1Click:Connect(function()
  287.         while wait(0.0) do
  288.         football = game.Workspace:WaitForChild("Football")
  289.         hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  290.         magnitude = (football.position-hum.position).magnitude
  291.         i = 0
  292.         print(magnitude)
  293.         if (magnitude <= 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999) and (i < 1) then
  294.         football.CFrame = CFrame.new(hum.Position)
  295.         i = i + 1
  296.         wait(0.3)
  297.         i = i - 1
  298.         end
  299.         end
  300.     end)
  301.  
  302. end
  303. coroutine.resume(coroutine.create(SCRIPT_EVPA67_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement