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"
- ScreenGui.ResetOnSpawn = false
- local Frame = Instance.new("Frame")
- Frame.Size = UDim2.new(0, 650, 0, 350) -- Wider and shorter (landscape)
- Frame.Position = UDim2.new(0.5, -325, 0.5, -175)
- Frame.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Frame.BorderSizePixel = 0
- Frame.BackgroundTransparency = 0.1
- 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
- -- Scrollable Section Holder
- local Scroll = Instance.new("ScrollingFrame")
- Scroll.Parent = Frame
- Scroll.Position = UDim2.new(0, 10, 0, 50)
- Scroll.Size = UDim2.new(1, -20, 1, -60)
- Scroll.CanvasSize = UDim2.new(0, 0, 0, 2000)
- Scroll.ScrollBarThickness = 4
- Scroll.BackgroundTransparency = 1
- local Layout = Instance.new("UIListLayout")
- Layout.Parent = Scroll
- Layout.SortOrder = Enum.SortOrder.LayoutOrder
- Layout.Padding = UDim.new(0, 8)
- local function CreateLabel(text)
- local label = Instance.new("TextLabel")
- label.Size = UDim2.new(1, 0, 0, 30)
- label.BackgroundTransparency = 1
- label.Text = text
- label.TextColor3 = Color3.fromRGB(255, 255, 255)
- label.Font = Enum.Font.Gotham
- label.TextSize = 20
- label.Parent = Scroll
- end
- local function CreateScriptButton(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(40, 40, 40)
- Btn.TextColor3 = Color3.fromRGB(255, 255, 255)
- Btn.Font = Enum.Font.Gotham
- Btn.TextSize = 18
- Btn.Text = text
- Btn.Parent = Scroll
- local corner = Instance.new("UICorner")
- corner.CornerRadius = UDim.new(0, 8)
- corner.Parent = Btn
- Btn.MouseButton1Click:Connect(callback)
- end
- -- Sections
- CreateLabel("Movesets")
- CreateScriptButton("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("Goku Moveset", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/BGdqkp05"))()
- end)
- CreateScriptButton("Sukuna Moveset", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/damir512/whendoesbrickdie/main/tspno.txt", true))()
- end)
- CreateScriptButton("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("Jun Moveset", function()
- loadstring(game:HttpGet("https://pastefy.app/1m6k8kOE/raw"))()
- end)
- CreateScriptButton("Yuji x Sukuna Moveset", function()
- getgenv().secret = false
- getgenv().Dance = false
- getgenv().fog = false
- getgenv().infinitedash = false
- getgenv().night = false
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Kenjihin69/Kenjihin69/refs/heads/main/Sigma%20v2%20vessel%20tp'))()
- end)
- CreateScriptButton("Toji Moveset", function()
- loadstring(game:HttpGet("https://paste.ee/r/0uIxM"))()
- end)
- CreateScriptButton("Hakari Moveset", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/hamletirl/HakariTSB/refs/heads/main/Main"))()
- end)
- CreateScriptButton("Chainsaw Man Moveset", function()
- getgenv().RunSpeed = 100
- getgenv().RunJump = 100
- getgenv().InstaKill = true
- getgenv().RevivePercent = 100
- getgenv().ChangeWalk = true
- getgenv().ChangeIdle = true
- getgenv().Night = false
- getgenv().DashNoCooldown = true
- getgenv().ExtraSkills = true
- loadstring(game:HttpGet("https://raw.githubusercontent.com/yes1nt/yes/refs/heads/main/CHAINSAW%20MAN/Chainsaw%20Man%20(Obfuscated).txt"))()
- end)
- CreateLabel("Tools")
- CreateScriptButton("TP Tool", function()
- local tool = Instance.new("Tool")
- tool.RequiresHandle = false
- tool.Name = "Tp tool (Equip to Click TP)"
- tool.Activated:Connect(function()
- local userInputService = game:GetService("UserInputService")
- if userInputService.TouchEnabled then
- local touchInput = userInputService:GetTouches()
- if #touchInput > 0 then
- local touch = touchInput[1]
- local ray = game.Workspace.CurrentCamera:ScreenPointToRay(touch.Position.X, touch.Position.Y)
- local targetPosition = ray.Origin + ray.Direction * 500
- plr.Character.HumanoidRootPart.CFrame = CFrame.new(targetPosition)
- end
- else
- local mouse = plr:GetMouse()
- local pos = mouse.Hit.Position + Vector3.new(0, 2.5, 0)
- plr.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
- end
- end)
- tool.Parent = plr.Backpack
- end)
- CreateLabel("Visuals")
- CreateScriptButton("PShade Visuals", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/randomstring0/pshade-ultimate/refs/heads/main/src/cd.lua'))()
- end)
- CreateLabel("Credits")
- local credits = Instance.new("TextLabel")
- credits.Size = UDim2.new(1, -20, 0, 60)
- credits.BackgroundTransparency = 1
- credits.Text = "Made By Andrew\nHelped with ChatGPT\nCredits to all who made the scripts\nMade in April 20 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 = Scroll
Add Comment
Please, Sign In to add comment