ghoul0

TSB character hub

Oct 20th, 2024
1,827
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. local PabloLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/BatuKvi123/PabloLibV3/main/PabloLibV3"))()
  2.  
  3. local window = PabloLib:Create(
  4. "tsb character hub", -- Name here.
  5. "Enabled", -- If you want draggable set here to "Enabled" if you dont want set to "Disabled".
  6. "p" -- You can put any keybind here to open close.
  7. )
  8. local tab1 = window:CreateTab("Main")
  9. tab1:CreateButton("Saitama to gojo", function()
  10. loadstring(game:HttpGet("https://raw.githubusercontent.com/skibiditoiletfan2007/BaldyToSorcerer/main/Latest.lua"))()
  11. print("You successfully executed the script")
  12. end)
  13. tab1:CreateButton("Garou to yuji", function()
  14. loadstring(game:HttpGet("https://raw.githubusercontent.com/xVicity/GLACIER/main/LATEST.lua"))()
  15. print("You successfully executed the script")
  16. end)
  17. tab1:CreateButton("Tatsumaki to sans", function()
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/Qaiddanial2904/ROBLOX-FREAKY-GOJO-REAL/refs/heads/main/SANS%20%5BREDACTED%5D"))()
  19. print("You successfully executed the script")
  20. end)
  21. tab1:CreateButton("Metal bat to reaper", function()
  22. getgenv().Music = false
  23. --Setting this to false usually fixes most executors
  24. --also it helps load time a little bit
  25. getgenv().AttackQuality = 'High'
  26. --Set to Low,High
  27.  
  28. getgenv().ConstantSpeed = false
  29. --if you want your speed to be constant
  30. loadstring(game:HttpGet("https://raw.githubusercontent.com/Reapvitalized/TSB/main/APOPHENIA.lua"))()
  31. print("You successfully executed the script")
  32. end)
  33. tab1:CreateButton("Any character to sonic", function()
  34. loadstring(game:HttpGet("https://pastebin.com/raw/7V1mUBtQ"))()
  35. print("You successfully executed the script")
  36. end)
  37. tab1:CreateButton("Garou to dio", function()
  38. loadstring(game:HttpGet("https://raw.githubusercontent.com/Medley-Taboritsky/RobloxScripting/refs/heads/main/DIO_Garou_TSB"))()
  39. print("You successfully executed the script")
  40. end)
  41. tab1:CreateButton("Garou to dio", function()
  42. loadstring(game:HttpGet("https://raw.githubusercontent.com/Medley-Taboritsky/RobloxScripting/refs/heads/main/DIO_Garou_TSB"))()
  43. print("You successfully executed the script")
  44. end)
Advertisement
Add Comment
Please, Sign In to add comment