Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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")
- 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")
- 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")
- 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("deadly ninja to toji")
- 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")
- 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")
- end)
- tab.newButton("saitama to jun", "saitama to jun ", function()
- loadstring(game:HttpGet("https://rawscripts.net/raw/KJ-The-Strongest-Battlegrounds-best-tsb-jun-moveset-25554"))()
- print("saitama to jun")
- end)
- -- Adding another button
- tab.newButton("garou to goku v2", "garou to goku", function()
- loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Goku-Moveset-V2-17977"))()
- print("garou to goku v2")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement