Advertisement
Guest User

Untitled

a guest
Jan 19th, 2025
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. local DrRayLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/DrRay-UI-Library/main/DrRay.lua"))()
  2. local window = DrRayLibrary:Load("TSB Movesets", "Default")
  3.  
  4. local tab = DrRayLibrary.newTab("Movesets", "ImageIdHere")
  5.  
  6. tab.newButton("Button", "Prints Hello!", function()
  7. print('Hello!')
  8. end)
  9.  
  10. tab.newToggle("Toggle", "Toggle! (prints the state)", true, function(toggleState)
  11. if toggleState then
  12. print("On")
  13. else
  14. print("Off")
  15. end
  16. end)
  17.  
  18. tab.newInput("Input", "Prints your input.", function(text)
  19. print("Entered text: " .. text)
  20. end)
  21.  
  22. tab.newKeybind("Input Key", "Press the key to start; it will be printed out.", function(key)
  23. print(key)
  24. end)
  25.  
  26. tab.newSlider("Slider", "Epic slider", 1000, false, function(num)
  27. print(num)
  28. end)
  29.  
  30. -- Adding buttons individually
  31. tab.newButton("kj", "Description for Button 1", function()
  32. loadstring(game:HttpGet("https://pastefy.app/hAqy68Po/raw"))()
  33. print("kj script executed")
  34. end)
  35.  
  36. tab.newButton("saitama to jk", "Description for Button 2", function()
  37. loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-JK-Moveset-24889"))()
  38. print("saitama to jk")
  39. end)
  40.  
  41. tab.newButton("garou to goku", "Description for Button 3", function()
  42. loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Hero-hunter-moveset-into-OP-goku-moveset-17468"))()
  43. print("goku script executed")
  44. end)
  45.  
  46. tab.newButton("saitama to kenjihin", "Description for Button 4", function()
  47. loadstring(game:HttpGet("https://raw.githubusercontent.com/Kenjihin69/Kenjihin69/refs/heads/main/Tp%20exploit%20saitama%20to%20jun"))()
  48. print("kenjihin script executed")
  49. end)
  50.  
  51. tab.newButton("saitama to gojo", "Description for Button 5", function()
  52. loadstring(game:HttpGet("https://raw.githubusercontent.com/Nova2ezz/jjs-gojo-/refs/heads/main/SaitamaToGojoV3_SOURCE-obfuscated_2.txt"))()
  53. print("saitama to gojo script executed")
  54. end)
  55.  
  56. tab.newButton("saitama to gojo#2", "Description for Button 6", function()
  57. getgenv().morph = true
  58. loadstring(game:HttpGet("https://raw.githubusercontent.com/skibiditoiletfan2007/BaldyToSorcerer/refs/heads/main/LatestV2.lua"))()
  59. print("saitama to gojo#2 script executed")
  60. end)
  61.  
  62. tab.newButton("garou to kj", "Description for Button 7", function()
  63. loadstring(game:HttpGet("https://rawscripts.net/raw/KJ-The-Strongest-Battlegrounds-Garou-to-kj-27085"))()
  64. print("garou to kj script executed")
  65. end)
  66.  
  67. tab.newButton("garou to ARCAURA", "Description for Button 8", function()
  68. loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-ARCAURA-22657"))()
  69. print("arcaura")
  70. end)
  71.  
  72. tab.newButton("atomic to toji", "Description for Button 9", function()
  73. loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Toji-moveset-for-Atomic-Samurai-22498"))()
  74. print("atomic to toji")
  75. end)
  76.  
  77. tab.newButton("reaper", "Description for Button 10", function()
  78. getgenv().Music = false
  79. loadstring(game:HttpGet("https://raw.githubusercontent.com/Reapvitalized/TSB/main/APOPHENIA.lua"))()
  80. print("reaper script executed")
  81. end)
  82.  
  83. tab.newButton("sonic to toji", "Description for Button 11", function()
  84. loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Toji-moveset-21449"))()
  85. print("deadly ninja to toji")
  86. end)
  87.  
  88. tab.newButton("another script hub", "Description for Button 12", function()
  89. loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Spectral-Hub-26790"))()
  90. print("another script hub executed")
  91. end)
  92.  
  93. -- Adding three more buttons
  94. tab.newButton("garou to okarun", "Description for Extra Button 1", function()
  95. loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Garou-to-OKARUN-24065"))()
  96. print("garou to Okarun")
  97. end)
  98.  
  99. tab.newButton("garou to sukuna", "Description for Extra Button 2", function()
  100. loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Garou-to-Sukuna-24081"))()
  101. print("garou to sukuna")
  102. end)
  103.  
  104. tab.newButton("saitama to jun", "saitama to jun ", function()
  105. loadstring(game:HttpGet("https://rawscripts.net/raw/KJ-The-Strongest-Battlegrounds-best-tsb-jun-moveset-25554"))()
  106. print("saitama to jun")
  107. end)
  108.  
  109. -- Adding another button
  110. tab.newButton("garou to goku v2", "garou to goku", function()
  111. loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Goku-Moveset-V2-17977"))()
  112. print("garou to goku v2")
  113. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement