Andrew19282_44

Andrew hub

Apr 20th, 2025 (edited)
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  1. --// Stylish TSB Script Hub by baller_689032
  2.  
  3. local Players = game:GetService("Players")
  4. local plr = Players.LocalPlayer
  5.  
  6. local ScreenGui = Instance.new("ScreenGui", plr:WaitForChild("PlayerGui"))
  7. ScreenGui.Name = "StylishTSBHub"
  8. ScreenGui.ResetOnSpawn = false
  9.  
  10. local Frame = Instance.new("Frame")
  11. Frame.Size = UDim2.new(0, 650, 0, 350) -- Wider and shorter (landscape)
  12. Frame.Position = UDim2.new(0.5, -325, 0.5, -175)
  13. Frame.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  14. Frame.BorderSizePixel = 0
  15. Frame.BackgroundTransparency = 0.1
  16. Frame.Active = true
  17. Frame.Draggable = true
  18. Frame.Parent = ScreenGui
  19.  
  20. local UICorner = Instance.new("UICorner")
  21. UICorner.CornerRadius = UDim.new(0, 15)
  22. UICorner.Parent = Frame
  23.  
  24. local Title = Instance.new("TextLabel")
  25. Title.Parent = Frame
  26. Title.Size = UDim2.new(1, 0, 0, 40)
  27. Title.BackgroundTransparency = 1
  28. Title.Text = "Andrews TSB Script Hub"
  29. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  30. Title.Font = Enum.Font.GothamBold
  31. Title.TextSize = 24
  32.  
  33. -- Scrollable Section Holder
  34. local Scroll = Instance.new("ScrollingFrame")
  35. Scroll.Parent = Frame
  36. Scroll.Position = UDim2.new(0, 10, 0, 50)
  37. Scroll.Size = UDim2.new(1, -20, 1, -60)
  38. Scroll.CanvasSize = UDim2.new(0, 0, 0, 2000)
  39. Scroll.ScrollBarThickness = 4
  40. Scroll.BackgroundTransparency = 1
  41.  
  42. local Layout = Instance.new("UIListLayout")
  43. Layout.Parent = Scroll
  44. Layout.SortOrder = Enum.SortOrder.LayoutOrder
  45. Layout.Padding = UDim.new(0, 8)
  46.  
  47. local function CreateLabel(text)
  48. local label = Instance.new("TextLabel")
  49. label.Size = UDim2.new(1, 0, 0, 30)
  50. label.BackgroundTransparency = 1
  51. label.Text = text
  52. label.TextColor3 = Color3.fromRGB(255, 255, 255)
  53. label.Font = Enum.Font.Gotham
  54. label.TextSize = 20
  55. label.Parent = Scroll
  56. end
  57.  
  58. local function CreateScriptButton(text, callback)
  59. local Btn = Instance.new("TextButton")
  60. Btn.Size = UDim2.new(1, -20, 0, 40)
  61. Btn.Position = UDim2.new(0, 10, 0, 0)
  62. Btn.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  63. Btn.TextColor3 = Color3.fromRGB(255, 255, 255)
  64. Btn.Font = Enum.Font.Gotham
  65. Btn.TextSize = 18
  66. Btn.Text = text
  67. Btn.Parent = Scroll
  68.  
  69. local corner = Instance.new("UICorner")
  70. corner.CornerRadius = UDim.new(0, 8)
  71. corner.Parent = Btn
  72.  
  73. Btn.MouseButton1Click:Connect(callback)
  74. end
  75.  
  76. -- Sections
  77. CreateLabel("Movesets")
  78.  
  79. CreateScriptButton("Gojo Moveset", function()
  80. getgenv().FatalCombatSkillLayout = true
  81. getgenv().MovesetReachSound = true
  82. getgenv().CharacterOnList = true
  83. getgenv().AwakeningUpTiltCutscene = true
  84. getgenv().ReversalRedChatLine = true
  85. getgenv().ReversalTechniqueRedChatLine = true
  86. getgenv().AwakenChatLine = true
  87. getgenv().MaximumPurpleChatLine = true
  88. getgenv().HollowPurpleChatLine = true
  89. getgenv().GojoCharacter = false
  90. getgenv().NewAnimations = true
  91. loadstring(game:HttpGet("https://gist.githubusercontent.com/SonicexePort/c2c90da0c63506c5872ba10983c4b73d/raw/bd3e7657d4b1e222ed376419ec3fb4f9aabd176c/Six%2520Eyes%2520Mobile%2520Port%2520(CURSED%2520ENERGY!)"))()
  92. end)
  93.  
  94. CreateScriptButton("Goku Moveset", function()
  95. loadstring(game:HttpGet("https://pastebin.com/raw/BGdqkp05"))()
  96. end)
  97.  
  98. CreateScriptButton("Sukuna Moveset", function()
  99. loadstring(game:HttpGet("https://raw.githubusercontent.com/damir512/whendoesbrickdie/main/tspno.txt", true))()
  100. end)
  101.  
  102. CreateScriptButton("Shinjiro Moveset", function()
  103. getgenv().speedtools = false
  104. getgenv().speedpunch = true
  105. getgenv().dance = false
  106. getgenv().night = false
  107. loadstring(game:HttpGet('https://raw.githubusercontent.com/Kenjihin69/Kenjihin69/refs/heads/main/Shinji%20tp%20exploit'))()
  108. end)
  109.  
  110. CreateScriptButton("Jun Moveset", function()
  111. loadstring(game:HttpGet("https://pastefy.app/1m6k8kOE/raw"))()
  112. end)
  113.  
  114. CreateScriptButton("Yuji x Sukuna Moveset", function()
  115. getgenv().secret = false
  116. getgenv().Dance = false
  117. getgenv().fog = false
  118. getgenv().infinitedash = false
  119. getgenv().night = false
  120. loadstring(game:HttpGet('https://raw.githubusercontent.com/Kenjihin69/Kenjihin69/refs/heads/main/Sigma%20v2%20vessel%20tp'))()
  121. end)
  122.  
  123. CreateScriptButton("Toji Moveset", function()
  124. loadstring(game:HttpGet("https://paste.ee/r/0uIxM"))()
  125. end)
  126.  
  127. CreateScriptButton("Hakari Moveset", function()
  128. loadstring(game:HttpGet("https://raw.githubusercontent.com/hamletirl/HakariTSB/refs/heads/main/Main"))()
  129. end)
  130.  
  131. CreateScriptButton("Chainsaw Man Moveset", function()
  132. getgenv().RunSpeed = 100
  133. getgenv().RunJump = 100
  134. getgenv().InstaKill = true
  135. getgenv().RevivePercent = 100
  136. getgenv().ChangeWalk = true
  137. getgenv().ChangeIdle = true
  138. getgenv().Night = false
  139. getgenv().DashNoCooldown = true
  140. getgenv().ExtraSkills = true
  141. loadstring(game:HttpGet("https://raw.githubusercontent.com/yes1nt/yes/refs/heads/main/CHAINSAW%20MAN/Chainsaw%20Man%20(Obfuscated).txt"))()
  142. end)
  143.  
  144. CreateLabel("Tools")
  145.  
  146. CreateScriptButton("TP Tool", function()
  147. local tool = Instance.new("Tool")
  148. tool.RequiresHandle = false
  149. tool.Name = "Tp tool (Equip to Click TP)"
  150. tool.Activated:Connect(function()
  151. local userInputService = game:GetService("UserInputService")
  152. if userInputService.TouchEnabled then
  153. local touchInput = userInputService:GetTouches()
  154. if #touchInput > 0 then
  155. local touch = touchInput[1]
  156. local ray = game.Workspace.CurrentCamera:ScreenPointToRay(touch.Position.X, touch.Position.Y)
  157. local targetPosition = ray.Origin + ray.Direction * 500
  158. plr.Character.HumanoidRootPart.CFrame = CFrame.new(targetPosition)
  159. end
  160. else
  161. local mouse = plr:GetMouse()
  162. local pos = mouse.Hit.Position + Vector3.new(0, 2.5, 0)
  163. plr.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
  164. end
  165. end)
  166. tool.Parent = plr.Backpack
  167. end)
  168.  
  169. CreateLabel("Visuals")
  170.  
  171. CreateScriptButton("PShade Visuals", function()
  172. loadstring(game:HttpGet('https://raw.githubusercontent.com/randomstring0/pshade-ultimate/refs/heads/main/src/cd.lua'))()
  173. end)
  174.  
  175. CreateLabel("Credits")
  176.  
  177. local credits = Instance.new("TextLabel")
  178. credits.Size = UDim2.new(1, -20, 0, 60)
  179. credits.BackgroundTransparency = 1
  180. credits.Text = "Made By Andrew\nHelped with ChatGPT\nCredits to all who made the scripts\nMade in April 20 2025."
  181. credits.TextColor3 = Color3.fromRGB(200, 200, 200)
  182. credits.Font = Enum.Font.Gotham
  183. credits.TextSize = 16
  184. credits.TextWrapped = true
  185. credits.TextYAlignment = Enum.TextYAlignment.Top
  186. credits.Parent = Scroll
Add Comment
Please, Sign In to add comment