local DrRayLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/DrRay-UI-Library/main/DrRay.lua"))() local window = DrRayLibrary:Load("TSB Movesets", "Default") local tab = DrRayLibrary.newTab("Movesets", "ImageIdHere") tab.newButton("Button", "Prints Hello!", function() print('Hello!') end) tab.newToggle("Toggle", "Toggle! (prints the state)", true, function(toggleState) if toggleState then print("On") else print("Off") end end) tab.newInput("Input", "Prints your input.", function(text) print("Entered text: " .. text) end) tab.newKeybind("Input Key", "Press the key to start; it will be printed out.", function(key) print(key) end) tab.newSlider("Slider", "Epic slider", 1000, false, function(num) print(num) end) -- Adding buttons individually tab.newButton("kj", "Description for Button 1", function() loadstring(game:HttpGet("https://pastefy.app/hAqy68Po/raw"))() print("kj script executed") end) tab.newButton("saitama to jk", "Description for Button 2", function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-JK-Moveset-24889"))() print("saitama to jk script executed") end) tab.newButton("garou to goku", "Description for Button 3", function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Hero-hunter-moveset-into-OP-goku-moveset-17468"))() print("goku script executed") end) tab.newButton("saitama to kenjihin", "Description for Button 4", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Kenjihin69/Kenjihin69/refs/heads/main/Tp%20exploit%20saitama%20to%20jun"))() print("kenjihin script executed") end) tab.newButton("saitama to gojo", "Description for Button 5", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nova2ezz/jjs-gojo-/refs/heads/main/SaitamaToGojoV3_SOURCE-obfuscated_2.txt"))() print("saitama to gojo script executed") end) tab.newButton("saitama to gojo#2", "Description for Button 6", function() getgenv().morph = true loadstring(game:HttpGet("https://raw.githubusercontent.com/skibiditoiletfan2007/BaldyToSorcerer/refs/heads/main/LatestV2.lua"))() print("saitama to gojo#2 script executed") end) tab.newButton("garou to kj", "Description for Button 7", function() loadstring(game:HttpGet("https://rawscripts.net/raw/KJ-The-Strongest-Battlegrounds-Garou-to-kj-27085"))() print("garou to kj script executed") end) tab.newButton("garou to ARCAURA", "Description for Button 8", function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-ARCAURA-22657"))() print("arcaura script executed") end) tab.newButton("atomic to toji", "Description for Button 9", function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Toji-moveset-for-Atomic-Samurai-22498"))() print("atomic to toji script executed") end) tab.newButton("reaper", "Description for Button 10", function() getgenv().Music = false loadstring(game:HttpGet("https://raw.githubusercontent.com/Reapvitalized/TSB/main/APOPHENIA.lua"))() print("reaper script executed") end) tab.newButton("sonic to toji", "Description for Button 11", function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Toji-moveset-21449"))() print("sonic to toji script executed") end) tab.newButton("another script hub", "Description for Button 12", function() loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Spectral-Hub-26790"))() print("another script hub executed") end) -- Adding three more buttons tab.newButton("garou to okarun", "Description for Extra Button 1", function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Garou-to-OKARUN-24065"))() print("garou to okarun script executed") end) tab.newButton("garou to sukuna", "Description for Extra Button 2", function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Garou-to-Sukuna-24081"))() print("garou to sukuna script executed") end) tab.newButton("saitama to jun", "Description for Extra Button 3", function() loadstring(game:HttpGet("https://rawscripts.net/raw/KJ-The-Strongest-Battlegrounds-best-tsb-jun-moveset-25554"))() print("saitama to jun script executed") end) -- Adding another button tab.newButton("garou to goku v2", "Description for Extra Button 4", function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Goku-Moveset-V2-17977"))() print("garou to goku v2 script executed") end) -- Adding five new buttons tab.newButton("tsb hubs", "Description for Extra Button 1", function() loadstring(game:HttpGet("https://example.com/extra_script1.lua"))() print("extra button 1 script executed") end) tab.newButton("ffj1", "Description for Extra Button 2", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/FFJ1/Roblox-Exploits/main/scripts/TSBUtils.lua"))() print("extra button 2 script executed") end) tab.newButton("moveset hub", "Description for Extra Button 3", function() loadstring(game:HttpGet("https://gist.githubusercontent.com/MartisScripts/4983813d660ee8d7a61528a9ba582974/raw/06025e5cd7213df3fe2c46566406e0a7f55eb669/TheScript"))() print("extra button 3 script executed") end) tab.newButton("auto block", "Description for Extra Button 4", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Cyborg883/TSB/refs/heads/main/CombatGui"))() print("extra button 4 script executed") end) tab.newButton("Kade hub", "Description for Extra Button 5", function() getgenv().AutoReport = true loadstring(game:HttpGet("https://raw.githubusercontent.com/skibiditoiletfan2007/KadeHubRepository/main/Latest.lua"))() print("extra button 5 script executed") end)