Advertisement
Guest User

script hub for tsbg with custom movesets

a guest
Oct 12th, 2024
13,642
2
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | Gaming | 2 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("TSBG CUSTOM MOVESETS GOLDENHEAD", "DarkTheme")
  3. local Tab = Window:NewTab("Scripts")
  4. local Section = Tab:NewSection("Scripts")
  5. Section:NewButton("Sans Moveset (USE TATSUMAKI)", "ButtonInfo", function()
  6. loadstring(game:HttpGet("https://raw.githubusercontent.com/Qaiddanial2904/ROBLOX-FREAKY-GOJO-REAL/refs/heads/main/SANS%20%5BREDACTED%5D"))()
  7. print("Clicked")
  8. end)
  9. Section:NewButton("Child Emperor (USE SAITAMA)", "ButtonInfo", function()
  10. loadstring(game:HttpGet("https://pastebin.com/raw/CaXFZ2S2"))()
  11. print("Clicked")
  12. end)
  13. Section:NewButton("Idk (Has custom movesets inside!", "ButtonInfo", function()
  14. loadstring(game:HttpGet"https://raw.githubusercontent.com/Wi-sp/Limitless-legacy/refs/heads/main/GUI")()
  15. print("Clicked")
  16. end)
  17. Section:NewButton("Arcaura (USE GAROU)", "ButtonInfo", function()
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/Reapvitalized/TSB/refs/heads/main/ARCAURA.lua"))()
  19. print("Clicked")
  20. end)
  21. Section:NewButton("Dio Moveset (USE GAROU)", "ButtonInfo", function()
  22. loadstring(game:HttpGet("https://raw.githubusercontent.com/Medley-Taboritsky/RobloxScripting/refs/heads/main/DIO_Garou_TSB"))()
  23. print("Clicked")
  24. end)
  25. Section:NewButton("Reaper Moveset V2 (USE METAL BAT)", "ButtonInfo", function()
  26. getgenv().Music = true
  27. getgenv().AttackQuality = 'High'
  28. getgenv().ConstantSpeed = false
  29. loadstring(game:HttpGet("https://raw.githubusercontent.com/Reapvitalized/TSB/main/APOPHENIA.lua"))()
  30. print("Clicked")
  31. end)
  32. Section:NewButton("Jun Moveset (USE SAITAMA)", "ButtonInfo", function()
  33. loadstring(game:HttpGet('https://raw.githubusercontent.com/Kenjihin69/Kenjihin69/refs/heads/main/Tp%20exploit%20saitama%20to%20jun'))()
  34. print("Clicked")
  35. end)
  36. Section:NewButton("Sonic Moveset (ANY MOVESET)", "ButtonInfo", function()
  37. loadstring(game:HttpGet("https://pastebin.com/raw/7V1mUBtQ"))()
  38. print("Clicked")
  39. end)
  40. Section:NewButton("Another Hub with yuji moveset and others", "ButtonInfo", function()
  41. loadstring(game:HttpGet("https://raw.githubusercontent.com/xVicity/GLACIER/main/LATEST.lua"))()
  42. print("Clicked")
  43. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement