Advertisement
Hfghbfhvvbjvghhg

Jupiter hub free 2.0

Feb 20th, 2025 (edited)
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.32 KB | None | 0 0
  1. loadstring([[
  2. function LPH_NO_VIRTUALIZE(f) return f end;
  3. ]])();
  4.  
  5.  
  6. local debris = game:GetService("Debris")
  7. local contentProvider = game:GetService("ContentProvider")
  8. local scriptContext = game:GetService("ScriptContext")
  9. local players = game:GetService("Players")
  10. local tweenService = game:GetService("TweenService")
  11. local statsService = game:GetService("Stats")
  12. local runService = game:GetService("RunService")
  13. local userInputService = game:GetService("UserInputService")
  14. local replicatedStorage = game:GetService("ReplicatedStorage")
  15. local httpService = game:GetService("HttpService")
  16. local starterGui = game:GetService("StarterGui")
  17.  
  18. local player = players.LocalPlayer
  19. local mouse = player:GetMouse()
  20. local camera = workspace.CurrentCamera
  21. local values = replicatedStorage:FindFirstChild("Values")
  22.  
  23. local IS_PRACTICE = game.PlaceId == 8206123457
  24. local IS_SOLARA = string.match(getexecutorname(), "Solara")
  25. local AC_BYPASS = IS_PRACTICE
  26.  
  27. local moveToUsing = {}
  28.  
  29. if not values or IS_PRACTICE then
  30. if replicatedStorage:FindFirstChild("Values") then
  31. replicatedStorage:FindFirstChild("Values"):Destroy()
  32. end
  33. values = Instance.new("Folder")
  34. local status = Instance.new("StringValue")
  35. status.Name = "Status"
  36. status.Value = "InPlay"
  37. status.Parent = values
  38. values.Parent = replicatedStorage
  39. values.Name = "Values"
  40. end
  41.  
  42. if not LPH_OBFUSCATED then
  43. getfenv().LPH_NO_VIRTUALIZE = function(f) return f end
  44. end
  45.  
  46.  
  47. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  48.  
  49.  
  50. local Handshake = ReplicatedStorage.Remotes.CharacterSoundEvent
  51. local Hooks = {}
  52. local HandshakeInts = {}
  53.  
  54. LPH_NO_VIRTUALIZE(function()
  55. for i, v in getgc() do
  56. if typeof(v) == "function" and islclosure(v) then
  57. if (#getprotos(v) == 1) and table.find(getconstants(getproto(v, 1)), 4000001) then
  58. hookfunction(v, function() end)
  59. end
  60. end
  61. end
  62. end)()
  63.  
  64. Hooks.__namecall = hookmetamethod(game, "__namecall", LPH_NO_VIRTUALIZE(function(self, ...)
  65. local Method = getnamecallmethod()
  66. local Args = {...}
  67.  
  68. if not checkcaller() and (self == Handshake) and (Method == "fireServer") and (string.find(Args[1], "AC")) then
  69. if (#HandshakeInts == 0) then
  70. HandshakeInts = {table.unpack(Args[2], 2, 18)}
  71. else
  72. for i, v in HandshakeInts do
  73. Args[2][i + 1] = v
  74. end
  75. end
  76. end
  77.  
  78. return Hooks.__namecall(self, ...)
  79. end))
  80.  
  81. task.wait(1)
  82.  
  83. local Players = game:GetService("Players")
  84. local Workspace = game:GetService("Workspace")
  85. local player = Players.LocalPlayer
  86. local character = player.Character or player.CharacterAdded:Wait()
  87.  
  88. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Patskorn/GUI/main/Copy-SynapOver.lua"))()
  89.  
  90. local GUI = library:new("Jupiter hub","[ RightControl ]", {Color = Color3.fromRGB(255, 0, 0)})
  91. local Tab1 = GUI:Tap("Players")
  92. local Tab3 = GUI:Tap("Catching")
  93. local Tab5 = GUI:Tap("Info")
  94. local Tab6 = GUI:Tap("Credits") -- New tab for credits
  95.  
  96. -- Players Tab
  97. local WalkspeedEnabled = false
  98. local WalkspeedConnection
  99. Tab1:Toggle("Enable Walkspeed (23)", false, function(Value)
  100. WalkspeedEnabled = Value
  101. if WalkspeedEnabled then
  102. WalkspeedConnection = game:GetService("RunService").Heartbeat:Connect(function()
  103. if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  104. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 23
  105. end
  106. end)
  107. else
  108. if WalkspeedConnection then WalkspeedConnection:Disconnect() end
  109. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  110. end
  111. end)
  112.  
  113. local JumppowerEnabled = false
  114. local Jumppower = 53
  115. local JumppowerConnection
  116. Tab1:Slider("Jumppower (53-70)", 53, 70, 53, function(Value)
  117. Jumppower = Value
  118. if JumppowerEnabled then
  119. if JumppowerConnection then JumppowerConnection:Disconnect() end
  120. JumppowerConnection = game:GetService("RunService").Heartbeat:Connect(function()
  121. if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  122. game.Players.LocalPlayer.Character.Humanoid.JumpPower = Jumppower
  123. end
  124. end)
  125. end
  126. end)
  127.  
  128. Tab1:Toggle("Enable Jumppower", false, function(Value)
  129. JumppowerEnabled = Value
  130. if JumppowerEnabled then
  131. JumppowerConnection = game:GetService("RunService").Heartbeat:Connect(function()
  132. if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  133. game.Players.LocalPlayer.Character.Humanoid.JumpPower = Jumppower
  134. end
  135. end)
  136. else
  137. if JumppowerConnection then JumppowerConnection:Disconnect() end
  138. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 53
  139. end
  140. end)
  141.  
  142. -- Catching Tab
  143. local BlatantMagsEnabled = false
  144. local LeagueMagsEnabled = false
  145. local LegitMagsEnabled = false
  146. local CustomRadiusEnabled = false
  147. local CustomRadiusValue = 15
  148.  
  149. Tab3:Toggle("Blatant Mags", false, function(Value)
  150. BlatantMagsEnabled = Value
  151. end)
  152.  
  153. Tab3:Toggle("League Mags", false, function(Value)
  154. LeagueMagsEnabled = Value
  155. end)
  156.  
  157. Tab3:Toggle("Legit Mags", false, function(Value)
  158. LegitMagsEnabled = Value
  159. end)
  160.  
  161. Tab3:Slider("Custom Radius (5-30)", 5, 30, 15, function(Value)
  162. CustomRadiusValue = Value
  163. end)
  164.  
  165. Tab3:Toggle("Custom Radius", false, function(Value)
  166. CustomRadiusEnabled = Value
  167. end)
  168.  
  169. -- Info Tab
  170. Tab5:Button("QB Aimbot Info", function()
  171. print("Paid script has QB Aimbot")
  172. end)
  173.  
  174. -- Credits Tab
  175. Tab6:Button("Credits", function()
  176. print("Jaylen-hub designer and scripter.")
  177. print("Zay- Owner")
  178. print("Puke- Gave us the idea of making this script.")
  179. print("Mercy- for lending us scripts if we cant code it.")
  180. end)
  181.  
  182. -- Mags Script Integration
  183. local RunService = game:GetService("RunService")
  184. local Players = game:GetService("Players")
  185. local LocalPlayer = Players.LocalPlayer
  186. local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
  187. local CatchRight = Character:WaitForChild("CatchRight")
  188.  
  189. local MagsEnabled = true
  190.  
  191. local function getMagPower()
  192. if LegitMagsEnabled then
  193. return 15
  194. elseif LeagueMagsEnabled then
  195. return 10
  196. elseif BlatantMagsEnabled then
  197. return 30
  198. elseif CustomRadiusEnabled then
  199. return CustomRadiusValue
  200. else
  201. return 30
  202. end
  203. end
  204.  
  205. RunService.Heartbeat:Connect(function()
  206. if BlatantMagsEnabled or LeagueMagsEnabled or LegitMagsEnabled or CustomRadiusEnabled then
  207. for _, v in pairs(workspace:GetChildren()) do
  208. if v:IsA("BasePart") and v.Name == "Football" then
  209. if (CatchRight.Position - v.Position).Magnitude <= getMagPower() and MagsEnabled then
  210. firetouchinterest(CatchRight, v, 0)
  211. firetouchinterest(CatchRight, v, 1)
  212. task.wait()
  213. firetouchinterest(CatchRight, v, 0)
  214. firetouchinterest(CatchRight, v, 1)
  215. end
  216. end
  217. end
  218. end
  219. task.wait()
  220. end)
  221.  
  222. Character:WaitForChild("Humanoid").JumpPower = 53
  223.  
  224. -- Initialize the GUI
  225. GUI:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement