local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))() local Window = Library.CreateLib("JN SS GAMING", "BloodTheme") local Tab1 = Window:NewTab("Main") local Tab1Section = Tab1:NewSection("Options") local Tab2 = Window:NewTab("Scripts") local Tab2Section = Tab2:NewSection("Scripts") local Tab3 = Window:NewTab("Credits") local Tab3Section = Tab3:NewSection("Made By JN SS GAMING") local Tab3Section = Tab3:NewSection("Used Kavo UI") Tab1Section:NewButton("Fly" "Makes You Fly", function() loadstring(game:HttpGet('https://pastebin.com/raw/8FfJ2fue'))(); end) Tab1Section:NewButton("Synapse", "yes", function() loadstring(game:HttpGet('https://textbin.net/raw/olija5jfxl'))(); end) Tab1Section:NewSlider("Speed", "Changes Your Speed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s end) Tab1Section:NewButton("Keyboard", "Creates Keyboard on your screen", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/manimcool21/Keyboard-FE/main/Protected%20(3).lua'),true))() end) Tab1Section:NewSlider("Jump Power", "Changes Your JumpPower", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue) game.Players.LocalPlayer.Character.Humanoid.JumpPower = v end) Tab1Section:NewToggle("InfJump", "Prevent's you having no jump limit", function(callback) if callback then local infjump = true IJ = game:GetService("UserInputService").JumpRequest:connect(function() if infjump then game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") end end) else IJ:disconnect() end end) Tab1Section:NewButton("Animation", "yes", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Animation-Hub/main/Animation%20Gui", true))() end) Tab2Section:NewButton("Inf Yield", "Loads İnfnite Yield", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end) Tab2Section:NewButton("Oblix X Latest", "Loads Oblix X", function() loadstring(game:HttpGet('https://textbin.net/raw/w8jolcito5'))(); end)