0% found this document useful (0 votes)
2K views3 pages

TSB Moveset Hub v3

The document is a Lua script for a game UI library that allows users to create a customizable interface for executing various moveset scripts. It includes buttons for different character transformations and functionalities such as toggles, sliders, and inputs. Each button executes a specific script from a given URL and prints a confirmation message to the console.

Uploaded by

gjkkuhi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views3 pages

TSB Moveset Hub v3

The document is a Lua script for a game UI library that allows users to create a customizable interface for executing various moveset scripts. It includes buttons for different character transformations and functionalities such as toggles, sliders, and inputs. Each button executes a specific script from a given URL and prints a confirmation message to the console.

Uploaded by

gjkkuhi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

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 chainsaw", "Description for Button 8", function()

loadstring(game:HttpGet("https://gist.githubusercontent.com/GoldenHeads2/0fd8d36993
c850f3fac89e5adf793076/raw/ab4f5a42bd0b2e24a32a46301d533ea849ca771c/
gistfile1.txt"))()
print("chainsaw man 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")
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("garou to suriya", "Description for Extra Button 3", function()


loadstring(game:HttpGet("https://rawscripts.net/raw/he-Strongest-Battlegrounds-
Garou-to-Suiryu-script-18098"))()
print("garou to suriya ")
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)

You might also like