SOU1LESSSIMREAL

Jn hh gaming hub (I will only edit it if jayesh asks me to)

Feb 4th, 2024
7,072
-1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 1
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  2. local Window = Library.CreateLib("JN HH GAMING Hub Testing Version", "Sentinel")
  3. -- MAIN
  4. local Tab = Window:NewTab("Main Service")
  5. local Section = Tab:NewSection("Main Service")
  6.  
  7.  
  8. Section:NewButton("Infinite Yield", "If you press this,this would execute infinite yield script", function()
  9. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  10. end)
  11. Section:NewToggle("Super Human", "Go fast and jump high like super human", function(state)
  12. if state then
  13. game.Players.LocalPlayer.Character.Humandoid.WalkSpeed = 120
  14. game.Players.LocalPlayer.Character.Humandoid.JumpPower = 120
  15. else
  16. game.Players.LocalPlayer.Character.Humandoid.WalkSpeed = 16
  17. game.Players.LocalPlayer.Character.Humandoid.JumpPower = 50
  18. end
  19. end)
  20. Section:NewButton("Fly GUI", "When tap pop ups a gui which can even fly you", function()
  21. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
  22. end)
  23. Section:NewButton("Synapse X", "Get a Synapse X Remake Gui", function()
  24. loadstring(game:HttpGet(('https://pastebin.com/raw/cWF3Sw8W'),true))()
  25. end)
  26. Section:NewLabel("Creator-- JN HH GAMING")
  27. local Section = Tab:NewSection("local player scripts")
  28. Section:NewSlider("Walkspeed", "u know walkspeed nah no need to tell", 500, 0, function(s) -- 1000 (MaxValue) | 0 (MinValue)
  29. game.Players.LocalPlayer.Character.Humanoid.Walkspeed = 120
  30. end)
  31. Section:NewButton("Blox Fruits SMZ Hub", "Opens GUI OF blox fruits SMZ Hub", function()
  32. loadstring(game:HttpGet("https://raw.githubusercontent.com/Frerfgzz/scriptRoblox/main/smzhub"))();
  33. end)
  34. Section:NewButton("C00LGUI", "Nothing Here JUST execute!", function()
  35. --loadstring(game:GetObjects("rbxassetid://11801763945")[1].Source)()
  36. end)
  37. Section:NewButton("ButtonText", "ButtonInfo", function()
  38. --[[Options]]--
  39. _G.CharacterBug = false --Set to true if your uppertorso floats when you use godmode with R15 To R6.
  40. _G.GodMode = true --Set to true if you want godmode.
  41. _G.R6 = false --Set to true if you wanna enable R15 to R6 when your R15.
  42. --[[Reanimate]]--
  43. loadstring(game:HttpGet("https://paste.ee/r/pt8Dx/0"))()
  44. end)
  45. Section:NewButton("OP! Ice Hub", "W script for many games famous for brookhaven...", function()
  46. loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
  47. end)
  48. Section:NewSlider("Jump Power", "Set your jump power till 500", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  49. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  50. end)
  51. Section:NewButton("Hats Hub", "Executes Hats Hub", function()
  52. loadstring(game:HttpGet('https://pastebin.com/raw/4ex2puK1'))()
  53. end)
  54. Section:NewButton("Tigron Hub", "Executes Tigron Hub", function()
  55. loadstring(game:HttpGet('https://pastebin.com/raw/v005jKNq'))()
  56. end)
  57. local Tab = Window:NewTab("HelpFull Coming Soon...")
Advertisement
Comments
Add Comment
Please, Sign In to add comment