Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --// Stylish TSB Script Hub by baller_689032
- local Players = game:GetService("Players") local plr = Players.LocalPlayer
- local ScreenGui = Instance.new("ScreenGui", plr:WaitForChild("PlayerGui")) ScreenGui.Name = "StylishTSBHub"
- local Frame = Instance.new("Frame") Frame.Size = UDim2.new(0, 600, 0, 400) Frame.Position = UDim2.new(0.25, 0, 0.25, 0) Frame.BackgroundColor3 = Color3.fromRGB(15, 15, 15) Frame.BorderSizePixel = 0 Frame.BackgroundTransparency = 0.05 Frame.Active = true Frame.Draggable = true Frame.Parent = ScreenGui
- local UICorner = Instance.new("UICorner") UICorner.CornerRadius = UDim.new(0, 15) UICorner.Parent = Frame
- local Title = Instance.new("TextLabel") Title.Parent = Frame Title.Size = UDim2.new(1, 0, 0, 40) Title.BackgroundTransparency = 1 Title.Text = "Andrews TSB Script Hub" Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.Font = Enum.Font.GothamBold Title.TextSize = 24
- local TabButtons = Instance.new("Frame") TabButtons.Size = UDim2.new(1, 0, 0, 40) TabButtons.Position = UDim2.new(0, 0, 0, 40) TabButtons.BackgroundTransparency = 1 TabButtons.Parent = Frame
- local Tabs = {} local Pages = {} local CurrentTab = nil
- local function CreateTab(name) local btn = Instance.new("TextButton") btn.Size = UDim2.new(0, 100, 1, 0) btn.Text = name btn.BackgroundColor3 = Color3.fromRGB(35, 35, 35) btn.TextColor3 = Color3.fromRGB(255, 255, 255) btn.Font = Enum.Font.Gotham btn.TextSize = 14 btn.Parent = TabButtons
- local page = Instance.new("Frame")
- page.Size = UDim2.new(1, 0, 1, -80)
- page.Position = UDim2.new(0, 0, 0, 80)
- page.BackgroundTransparency = 1
- page.Visible = false
- page.Parent = Frame
- local layout = Instance.new("UIListLayout")
- layout.Padding = UDim.new(0, 5)
- layout.SortOrder = Enum.SortOrder.LayoutOrder
- layout.Parent = page
- btn.MouseButton1Click:Connect(function()
- if CurrentTab then Pages[CurrentTab].Visible = false end
- CurrentTab = name
- Pages[CurrentTab].Visible = true
- end)
- Tabs[name] = btn
- Pages[name] = page
- end
- local function CreateScriptButton(tab, text, callback) local Btn = Instance.new("TextButton") Btn.Size = UDim2.new(1, -20, 0, 40) Btn.Position = UDim2.new(0, 10, 0, 0) Btn.BackgroundColor3 = Color3.fromRGB(50, 50, 50) Btn.TextColor3 = Color3.fromRGB(255, 255, 255) Btn.Font = Enum.Font.Gotham Btn.TextSize = 18 Btn.Text = text Btn.Parent = Pages[tab]
- local corner = Instance.new("UICorner")
- corner.CornerRadius = UDim.new(0, 8)
- corner.Parent = Btn
- Btn.MouseButton1Click:Connect(callback)
- end
- -- Tabs CreateTab("Movesets") CreateTab("Tools") CreateTab("Visuals") CreateTab("Fighting") CreateTab("Credits")
- -- Movesets CreateScriptButton("Movesets", "Gojo Moveset", function() getgenv().FatalCombatSkillLayout = true getgenv().MovesetReachSound = true getgenv().CharacterOnList = true getgenv().AwakeningUpTiltCutscene = true getgenv().ReversalRedChatLine = true getgenv().ReversalTechniqueRedChatLine = true getgenv().AwakenChatLine = true getgenv().MaximumPurpleChatLine = true getgenv().HollowPurpleChatLine = true getgenv().GojoCharacter = false getgenv().NewAnimations = true loadstring(game:HttpGet("https://gist.githubusercontent.com/SonicexePort/c2c90da0c63506c5872ba10983c4b73d/raw/bd3e7657d4b1e222ed376419ec3fb4f9aabd176c/Six%2520Eyes%2520Mobile%2520Port%2520(CURSED%2520ENERGY!)"))() end)
- CreateScriptButton("Movesets", "Goku Moveset", function() loadstring(game:HttpGet("https://pastebin.com/raw/BGdqkp05"))() end)
- CreateScriptButton("Movesets", "Sukuna Moveset", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/damir512/whendoesbrickdie/main/tspno.txt", true))() end)
- CreateScriptButton("Movesets", "Shinjiro Moveset", function() getgenv().speedtools = false getgenv().speedpunch = true getgenv().dance = false getgenv().night = false loadstring(game:HttpGet('https://raw.githubusercontent.com/Kenjihin69/Kenjihin69/refs/heads/main/Shinji%20tp%20exploit'))() end)
- CreateScriptButton("Movesets", "Jun Moveset", function() getgenv().BetterGraphics = true getgenv().sendChat = false loadstring(game:HttpGet("https://raw.githubusercontent.com/Mc4121ban/Source/refs/heads/main/omg%20ratter.lua.creck"))() end)
- CreateScriptButton("Movesets", "Golden Head Moveset", function() getgenv().stand = false getgenv().ken = false getgenv().Spawn = true loadstring(game:HttpGet('https://raw.githubusercontent.com/Kenjihin69/Kenjihin69/refs/heads/main/Baldy%20to%20golden%20head'))() end)
- -- Tools CreateScriptButton("Tools", "TP Tool", function() local tool = Instance.new("Tool") tool.RequiresHandle = false tool.Name = "Tp tool (Equip to Click TP)"
- tool.Activated:Connect(function()
- local mouse = game.Players.LocalPlayer:GetMouse()
- if mouse and mouse.Hit then
- local pos = mouse.Hit.Position + Vector3.new(0, 2.5, 0)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
- end
- end)
- tool.Parent = game.Players.LocalPlayer.Backpack
- end)
- -- Visuals CreateScriptButton("Visuals", "PShade Visuals", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/randomstring0/pshade-ultimate/refs/heads/main/src/cd.lua'))() end)
- -- Fighting CreateScriptButton("Fighting", "Auto Block", function() loadstring(game:HttpGet("https://github.com/l0ckerV5/Roblox-Scripts/raw/main/The%20Strongest%20Battlegrounds/Auto%20Block"))() end)
- CreateScriptButton("Fighting", "Auto Kyoto", function() loadstring(game:HttpGet("https://pastefy.app/Z7DawZJB/raw"))() end)
- CreateScriptButton("Fighting", "Aim Lock", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/sdfesdfsedf/srgtergasdfs/main/aim", true))() end)
- -- Credits local credits = Instance.new("TextLabel") credits.Size = UDim2.new(1, -20, 0, 80) credits.BackgroundTransparency = 1 credits.Text = "Made By Andrew\nHelped with ChatGPT\nCredits to all script creators\nUpdated April 21, 2025." credits.TextColor3 = Color3.fromRGB(200, 200, 200) credits.Font = Enum.Font.Gotham credits.TextSize = 16 credits.TextWrapped = true credits.TextYAlignment = Enum.TextYAlignment.Top credits.Parent = Pages["Credits"]
Advertisement
Add Comment
Please, Sign In to add comment