Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loadstring([[
- function LPH_NO_VIRTUALIZE(f) return f end;
- ]])();
- local debris = game:GetService("Debris")
- local contentProvider = game:GetService("ContentProvider")
- local scriptContext = game:GetService("ScriptContext")
- local players = game:GetService("Players")
- local tweenService = game:GetService("TweenService")
- local statsService = game:GetService("Stats")
- local runService = game:GetService("RunService")
- local userInputService = game:GetService("UserInputService")
- local replicatedStorage = game:GetService("ReplicatedStorage")
- local httpService = game:GetService("HttpService")
- local starterGui = game:GetService("StarterGui")
- local player = players.LocalPlayer
- local mouse = player:GetMouse()
- local camera = workspace.CurrentCamera
- local values = replicatedStorage:FindFirstChild("Values")
- local IS_PRACTICE = game.PlaceId == 8206123457
- local IS_SOLARA = string.match(getexecutorname(), "Solara")
- local AC_BYPASS = IS_PRACTICE
- local moveToUsing = {}
- if not values or IS_PRACTICE then
- if replicatedStorage:FindFirstChild("Values") then
- replicatedStorage:FindFirstChild("Values"):Destroy()
- end
- values = Instance.new("Folder")
- local status = Instance.new("StringValue")
- status.Name = "Status"
- status.Value = "InPlay"
- status.Parent = values
- values.Parent = replicatedStorage
- values.Name = "Values"
- end
- if not LPH_OBFUSCATED then
- getfenv().LPH_NO_VIRTUALIZE = function(f) return f end
- end
- local ReplicatedStorage = game:GetService("ReplicatedStorage")
- local Handshake = ReplicatedStorage.Remotes.CharacterSoundEvent
- local Hooks = {}
- local HandshakeInts = {}
- LPH_NO_VIRTUALIZE(function()
- for i, v in getgc() do
- if typeof(v) == "function" and islclosure(v) then
- if (#getprotos(v) == 1) and table.find(getconstants(getproto(v, 1)), 4000001) then
- hookfunction(v, function() end)
- end
- end
- end
- end)()
- Hooks.__namecall = hookmetamethod(game, "__namecall", LPH_NO_VIRTUALIZE(function(self, ...)
- local Method = getnamecallmethod()
- local Args = {...}
- if not checkcaller() and (self == Handshake) and (Method == "fireServer") and (string.find(Args[1], "AC")) then
- if (#HandshakeInts == 0) then
- HandshakeInts = {table.unpack(Args[2], 2, 18)}
- else
- for i, v in HandshakeInts do
- Args[2][i + 1] = v
- end
- end
- end
- return Hooks.__namecall(self, ...)
- end))
- task.wait(1)
- local Players = game:GetService("Players")
- local Workspace = game:GetService("Workspace")
- local player = Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Patskorn/GUI/main/Copy-SynapOver.lua"))()
- local GUI = library:new("Jupiter hub","[ RightControl ]", {Color = Color3.fromRGB(255, 0, 0)})
- local Tab1 = GUI:Tap("Players")
- local Tab3 = GUI:Tap("Catching")
- local Tab5 = GUI:Tap("Info")
- local Tab6 = GUI:Tap("Credits") -- New tab for credits
- -- Players Tab
- local WalkspeedEnabled = false
- local WalkspeedConnection
- Tab1:Toggle("Enable Walkspeed (23)", false, function(Value)
- WalkspeedEnabled = Value
- if WalkspeedEnabled then
- WalkspeedConnection = game:GetService("RunService").Heartbeat:Connect(function()
- if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 23
- end
- end)
- else
- if WalkspeedConnection then WalkspeedConnection:Disconnect() end
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end
- end)
- local JumppowerEnabled = false
- local Jumppower = 53
- local JumppowerConnection
- Tab1:Slider("Jumppower (53-70)", 53, 70, 53, function(Value)
- Jumppower = Value
- if JumppowerEnabled then
- if JumppowerConnection then JumppowerConnection:Disconnect() end
- JumppowerConnection = game:GetService("RunService").Heartbeat:Connect(function()
- if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = Jumppower
- end
- end)
- end
- end)
- Tab1:Toggle("Enable Jumppower", false, function(Value)
- JumppowerEnabled = Value
- if JumppowerEnabled then
- JumppowerConnection = game:GetService("RunService").Heartbeat:Connect(function()
- if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = Jumppower
- end
- end)
- else
- if JumppowerConnection then JumppowerConnection:Disconnect() end
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 53
- end
- end)
- -- Catching Tab
- local BlatantMagsEnabled = false
- local LeagueMagsEnabled = false
- local LegitMagsEnabled = false
- local CustomRadiusEnabled = false
- local CustomRadiusValue = 15
- Tab3:Toggle("Blatant Mags", false, function(Value)
- BlatantMagsEnabled = Value
- end)
- Tab3:Toggle("League Mags", false, function(Value)
- LeagueMagsEnabled = Value
- end)
- Tab3:Toggle("Legit Mags", false, function(Value)
- LegitMagsEnabled = Value
- end)
- Tab3:Slider("Custom Radius (5-30)", 5, 30, 15, function(Value)
- CustomRadiusValue = Value
- end)
- Tab3:Toggle("Custom Radius", false, function(Value)
- CustomRadiusEnabled = Value
- end)
- -- Info Tab
- Tab5:Button("QB Aimbot Info", function()
- print("Paid script has QB Aimbot")
- end)
- -- Credits Tab
- Tab6:Button("Credits", function()
- print("Jaylen-hub designer and scripter.")
- print("Zay- Owner")
- print("Puke- Gave us the idea of making this script.")
- print("Mercy- for lending us scripts if we cant code it.")
- end)
- -- Mags Script Integration
- local RunService = game:GetService("RunService")
- local Players = game:GetService("Players")
- local LocalPlayer = Players.LocalPlayer
- local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
- local CatchRight = Character:WaitForChild("CatchRight")
- local MagsEnabled = true
- local function getMagPower()
- if LegitMagsEnabled then
- return 15
- elseif LeagueMagsEnabled then
- return 10
- elseif BlatantMagsEnabled then
- return 30
- elseif CustomRadiusEnabled then
- return CustomRadiusValue
- else
- return 30
- end
- end
- RunService.Heartbeat:Connect(function()
- if BlatantMagsEnabled or LeagueMagsEnabled or LegitMagsEnabled or CustomRadiusEnabled then
- for _, v in pairs(workspace:GetChildren()) do
- if v:IsA("BasePart") and v.Name == "Football" then
- if (CatchRight.Position - v.Position).Magnitude <= getMagPower() and MagsEnabled then
- firetouchinterest(CatchRight, v, 0)
- firetouchinterest(CatchRight, v, 1)
- task.wait()
- firetouchinterest(CatchRight, v, 0)
- firetouchinterest(CatchRight, v, 1)
- end
- end
- end
- end
- task.wait()
- end)
- Character:WaitForChild("Humanoid").JumpPower = 53
- -- Initialize the GUI
- GUI:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement