-- [[ Rscripts Risk Notice ]] -- This script is not verified by rscripts.net. Deal with caution. -- -- Stay safe: -- • Never log in on unofficial Roblox sites or lookalike domains. -- • Real Roblox links use roblox.com (check the .com ending). -- • Treat fake Roblox login / "claim reward" pages as phishing. -- [[ End Rscripts Risk Notice ]] local Players = game:GetService("Players") local RunService = game:GetService("RunService") local UserInputService = game:GetService("UserInputService") local TweenService = game:GetService("TweenService") local LocalPlayer = Players.LocalPlayer local ScreenGui = Instance.new("ScreenGui") ScreenGui.Name = "TeamJakrGUI" ScreenGui.ResetOnSpawn = false ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.DisplayOrder = 2147483647 ScreenGui.Parent = LocalPlayer:WaitForChild("PlayerGui") local WarningLabel = Instance.new("TextLabel") WarningLabel.Size = UDim2.new(0, 400, 0, 40) WarningLabel.Position = UDim2.new(0.5, -200, 0, 10) WarningLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 0) WarningLabel.BorderSizePixel = 0 WarningLabel.Font = Enum.Font.GothamBold WarningLabel.Text = "UNBAN SCRIPT - SAFE TO USE" WarningLabel.TextColor3 = Color3.fromRGB(255, 255, 255) WarningLabel.TextSize = 18 WarningLabel.ZIndex = 2147483647 WarningLabel.Parent = ScreenGui local SplashFrame = Instance.new("Frame") SplashFrame.Size = UDim2.new(0, 300, 0, 150) SplashFrame.Position = UDim2.new(0.5, -150, 0.5, -75) SplashFrame.BackgroundColor3 = Color3.fromRGB(25, 25, 25) SplashFrame.BorderSizePixel = 0 SplashFrame.ZIndex = 2147483647 SplashFrame.Parent = ScreenGui local SplashStroke = Instance.new("UIStroke") SplashStroke.Thickness = 3 SplashStroke.Color = Color3.fromRGB(255, 255, 255) SplashStroke.Parent = SplashFrame local SplashText = Instance.new("TextLabel") SplashText.Size = UDim2.new(1, 0, 1, 0) SplashText.BackgroundTransparency = 1 SplashText.BorderSizePixel = 0 SplashText.Font = Enum.Font.GothamBlack SplashText.Text = "TEAM JAKR" SplashText.TextColor3 = Color3.fromRGB(255, 255, 255) SplashText.TextSize = 40 SplashText.ZIndex = 2147483647 SplashText.Parent = SplashFrame local ToggleBar = Instance.new("TextButton") ToggleBar.Size = UDim2.new(0.3, 0, 0, 20) ToggleBar.Position = UDim2.new(0.35, 0, 0, 0) ToggleBar.BackgroundColor3 = Color3.fromRGB(30, 30, 30) ToggleBar.BorderSizePixel = 0 ToggleBar.Font = Enum.Font.GothamBold ToggleBar.Text = "TEAM JAKR" ToggleBar.TextColor3 = Color3.fromRGB(255, 255, 255) ToggleBar.TextSize = 10 ToggleBar.ZIndex = 2147483647 ToggleBar.Active = true ToggleBar.Draggable = true ToggleBar.Visible = false ToggleBar.Parent = ScreenGui local MainFrame = Instance.new("Frame") MainFrame.Size = UDim2.new(0, 250, 0, 220) MainFrame.Position = UDim2.new(0.5, -125, 0.5, -110) MainFrame.BackgroundColor3 = Color3.fromRGB(20, 20, 20) MainFrame.BorderSizePixel = 0 MainFrame.Active = true MainFrame.Draggable = true MainFrame.ZIndex = 2147483646 MainFrame.Visible = false MainFrame.Parent = ScreenGui local UIStroke = Instance.new("UIStroke") UIStroke.Thickness = 3 UIStroke.Color = Color3.fromRGB(0, 150, 255) UIStroke.Parent = MainFrame local Title = Instance.new("TextLabel") Title.Size = UDim2.new(1, 0, 0, 35) Title.BackgroundColor3 = Color3.fromRGB(30, 30, 30) Title.BorderSizePixel = 0 Title.Font = Enum.Font.GothamBold Title.Text = "TEAM JAKR" Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.TextSize = 16 Title.ZIndex = 2147483647 Title.Parent = MainFrame local GodButton = Instance.new("TextButton") GodButton.Size = UDim2.new(1, -20, 0, 30) GodButton.Position = UDim2.new(0, 10, 0, 40) GodButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60) GodButton.BorderSizePixel = 0 GodButton.Font = Enum.Font.Gotham GodButton.Text = "God: OFF" GodButton.TextColor3 = Color3.fromRGB(255, 255, 255) GodButton.TextSize = 12 GodButton.ZIndex = 2147483647 GodButton.Parent = MainFrame local JumpInfButton = Instance.new("TextButton") JumpInfButton.Size = UDim2.new(1, -20, 0, 30) JumpInfButton.Position = UDim2.new(0, 10, 0, 75) JumpInfButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60) JumpInfButton.BorderSizePixel = 0 JumpInfButton.Font = Enum.Font.Gotham JumpInfButton.Text = "Inf Jump: OFF" JumpInfButton.TextColor3 = Color3.fromRGB(255, 255, 255) JumpInfButton.TextSize = 12 JumpInfButton.ZIndex = 2147483647 JumpInfButton.Parent = MainFrame local SpeedLabel = Instance.new("TextLabel") SpeedLabel.Size = UDim2.new(1, -20, 0, 20) SpeedLabel.Position = UDim2.new(0, 10, 0, 110) SpeedLabel.BackgroundTransparency = 1 SpeedLabel.BorderSizePixel = 0 SpeedLabel.Font = Enum.Font.GothamBold SpeedLabel.Text = "Speed: 50" SpeedLabel.TextColor3 = Color3.fromRGB(255, 255, 255) SpeedLabel.TextSize = 12 SpeedLabel.ZIndex = 2147483647 SpeedLabel.Parent = MainFrame local SpeedMinus = Instance.new("TextButton") SpeedMinus.Size = UDim2.new(0, 30, 0, 30) SpeedMinus.Position = UDim2.new(0, 10, 0, 132) SpeedMinus.BackgroundColor3 = Color3.fromRGB(60, 60, 60) SpeedMinus.BorderSizePixel = 0 SpeedMinus.Font = Enum.Font.GothamBold SpeedMinus.Text = "-" SpeedMinus.TextColor3 = Color3.fromRGB(255, 255, 255) SpeedMinus.TextSize = 16 SpeedMinus.ZIndex = 2147483647 SpeedMinus.Parent = MainFrame local SpeedSlider = Instance.new("TextButton") SpeedSlider.Size = UDim2.new(1, -80, 0, 30) SpeedSlider.Position = UDim2.new(0, 45, 0, 132) SpeedSlider.BackgroundColor3 = Color3.fromRGB(40, 40, 40) SpeedSlider.BorderSizePixel = 0 SpeedSlider.Font = Enum.Font.Gotham SpeedSlider.Text = "───────●" SpeedSlider.TextColor3 = Color3.fromRGB(0, 150, 255) SpeedSlider.TextSize = 18 SpeedSlider.ZIndex = 2147483647 SpeedSlider.Parent = MainFrame local SpeedPlus = Instance.new("TextButton") SpeedPlus.Size = UDim2.new(0, 30, 0, 30) SpeedPlus.Position = UDim2.new(1, -40, 0, 132) SpeedPlus.BackgroundColor3 = Color3.fromRGB(60, 60, 60) SpeedPlus.BorderSizePixel = 0 SpeedPlus.Font = Enum.Font.GothamBold SpeedPlus.Text = "+" SpeedPlus.TextColor3 = Color3.fromRGB(255, 255, 255) SpeedPlus.TextSize = 16 SpeedPlus.ZIndex = 2147483647 SpeedPlus.Parent = MainFrame local JumpLabel = Instance.new("TextLabel") JumpLabel.Size = UDim2.new(1, -20, 0, 20) JumpLabel.Position = UDim2.new(0, 10, 0, 167) JumpLabel.BackgroundTransparency = 1 JumpLabel.BorderSizePixel = 0 JumpLabel.Font = Enum.Font.GothamBold JumpLabel.Text = "Jump: 50" JumpLabel.TextColor3 = Color3.fromRGB(255, 255, 255) JumpLabel.TextSize = 12 JumpLabel.ZIndex = 2147483647 JumpLabel.Parent = MainFrame local JumpMinus = Instance.new("TextButton") JumpMinus.Size = UDim2.new(0, 30, 0, 30) JumpMinus.Position = UDim2.new(0, 10, 0, 189) JumpMinus.BackgroundColor3 = Color3.fromRGB(60, 60, 60) JumpMinus.BorderSizePixel = 0 JumpMinus.Font = Enum.Font.GothamBold JumpMinus.Text = "-" JumpMinus.TextColor3 = Color3.fromRGB(255, 255, 255) JumpMinus.TextSize = 16 JumpMinus.ZIndex = 2147483647 JumpMinus.Parent = MainFrame local JumpSlider = Instance.new("TextButton") JumpSlider.Size = UDim2.new(1, -80, 0, 30) JumpSlider.Position = UDim2.new(0, 45, 0, 189) JumpSlider.BackgroundColor3 = Color3.fromRGB(40, 40, 40) JumpSlider.BorderSizePixel = 0 JumpSlider.Font = Enum.Font.Gotham JumpSlider.Text = "───────●" JumpSlider.TextColor3 = Color3.fromRGB(0, 150, 255) JumpSlider.TextSize = 18 JumpSlider.ZIndex = 2147483647 JumpSlider.Parent = MainFrame local JumpPlus = Instance.new("TextButton") JumpPlus.Size = UDim2.new(0, 30, 0, 30) JumpPlus.Position = UDim2.new(1, -40, 0, 189) JumpPlus.BackgroundColor3 = Color3.fromRGB(60, 60, 60) JumpPlus.BorderSizePixel = 0 JumpPlus.Font = Enum.Font.GothamBold JumpPlus.Text = "+" JumpPlus.TextColor3 = Color3.fromRGB(255, 255, 255) JumpPlus.TextSize = 16 JumpPlus.ZIndex = 2147483647 JumpPlus.Parent = MainFrame local CloseButton = Instance.new("TextButton") CloseButton.Size = UDim2.new(0, 25, 0, 25) CloseButton.Position = UDim2.new(1, -30, 0, 5) CloseButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0) CloseButton.BorderSizePixel = 0 CloseButton.Font = Enum.Font.GothamBold CloseButton.Text = "X" CloseButton.TextColor3 = Color3.fromRGB(255, 255, 255) CloseButton.TextSize = 14 CloseButton.ZIndex = 2147483647 CloseButton.Parent = MainFrame local godModeEnabled = false local infJumpEnabled = false local currentSpeed = 50 local currentJump = 50 local connections = {} local infJumpConnection = nil local function updateSpeedLabel() SpeedLabel.Text = "Speed: " .. currentSpeed end local function updateJumpLabel() JumpLabel.Text = "Jump: " .. currentJump end local function applySpeed() local character = LocalPlayer.Character if character then local humanoid = character:FindFirstChild("Humanoid") if humanoid then humanoid.WalkSpeed = currentSpeed end end end local function applyJump() local character = LocalPlayer.Character if character then local humanoid = character:FindFirstChild("Humanoid") if humanoid then humanoid.JumpPower = currentJump end end end local function enableInfJump() if infJumpConnection then infJumpConnection:Disconnect() end infJumpConnection = UserInputService.JumpRequest:Connect(function() if not infJumpEnabled then return end local character = LocalPlayer.Character if character then local humanoid = character:FindFirstChild("Humanoid") if humanoid then humanoid:ChangeState(Enum.HumanoidStateType.Jumping) end end end) end local function disableInfJump() if infJumpConnection then infJumpConnection:Disconnect() infJumpConnection = nil end end local function enableGodMode() local character = LocalPlayer.Character if not character then return end local humanoid = character:FindFirstChild("Humanoid") if not humanoid then return end humanoid.MaxHealth = math.huge humanoid.Health = math.huge local function protectHealth() if humanoid and humanoid.Parent then humanoid.Health = math.huge end end local healthConnection = RunService.RenderStepped:Connect(protectHealth) table.insert(connections, healthConnection) local function onHealthChanged() if humanoid and humanoid.Parent then humanoid.Health = math.huge end end local healthChangedConnection = humanoid.HealthChanged:Connect(onHealthChanged) table.insert(connections, healthChangedConnection) local function onDied() if godModeEnabled then task.wait(0.1) enableGodMode() end end local diedConnection = humanoid.Died:Connect(onDied) table.insert(connections, diedConnection) end local function disableGodMode() for _, connection in pairs(connections) do connection:Disconnect() end connections = {} local character = LocalPlayer.Character if character then local humanoid = character:FindFirstChild("Humanoid") if humanoid then humanoid.MaxHealth = 100 humanoid.Health = 100 end end end LocalPlayer.CharacterAdded:Connect(function(character) if godModeEnabled then task.wait(0.1) enableGodMode() end applySpeed() applyJump() end) ToggleBar.MouseButton1Click:Connect(function() MainFrame.Visible = not MainFrame.Visible end) CloseButton.MouseButton1Click:Connect(function() MainFrame.Visible = false end) GodButton.MouseButton1Click:Connect(function() godModeEnabled = not godModeEnabled if godModeEnabled then GodButton.Text = "God: ON" GodButton.BackgroundColor3 = Color3.fromRGB(0, 150, 0) enableGodMode() else GodButton.Text = "God: OFF" GodButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60) disableGodMode() end end) JumpInfButton.MouseButton1Click:Connect(function() infJumpEnabled = not infJumpEnabled if infJumpEnabled then JumpInfButton.Text = "Inf Jump: ON" JumpInfButton.BackgroundColor3 = Color3.fromRGB(0, 150, 0) enableInfJump() else JumpInfButton.Text = "Inf Jump: OFF" JumpInfButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60) disableInfJump() end end) SpeedMinus.MouseButton1Click:Connect(function() currentSpeed = math.max(20, currentSpeed - 5) updateSpeedLabel() applySpeed() end) SpeedPlus.MouseButton1Click:Connect(function() currentSpeed = math.min(100, currentSpeed + 5) updateSpeedLabel() applySpeed() end) JumpMinus.MouseButton1Click:Connect(function() currentJump = math.max(20, currentJump - 5) updateJumpLabel() applyJump() end) JumpPlus.MouseButton1Click:Connect(function() currentJump = math.min(100, currentJump + 5) updateJumpLabel() applyJump() end) task.spawn(function() task.wait(5) WarningLabel:Destroy() end) task.spawn(function() task.wait(3) local fadeOut = TweenService:Create(SplashFrame, TweenInfo.new(0.5, Enum.EasingStyle.Linear), {BackgroundTransparency = 1}) fadeOut:Play() local textFadeOut = TweenService:Create(SplashText, TweenInfo.new(0.5, Enum.EasingStyle.Linear), {TextTransparency = 1}) textFadeOut:Play() fadeOut.Completed:Connect(function() SplashFrame:Destroy() ToggleBar.Visible = true end) end) updateSpeedLabel() updateJumpLabel()