Advertisement
Custom-TSB-movesets

Orion Hub for Roblox TSBG custom moveset

Oct 8th, 2024 (edited)
825
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.11 KB | Gaming | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2.  
  3. local Window = OrionLib:MakeWindow({Name = "Kallos Hub TSB", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  4.  
  5. --[[
  6. Name = <string> - The name of the UI.
  7. HidePremium = <bool> - Whether or not the user details shows Premium status or not.
  8. SaveConfig = <bool> - Toggles the config saving in the UI.
  9. ConfigFolder = <string> - The name of the folder where the configs are saved.
  10. IntroEnabled = <bool> - Whether or not to show the intro animation.
  11. IntroText = <string> - Text to show in the intro animation.
  12. IntroIcon = <string> - URL to the image you want to use in the intro animation.
  13. Icon = <string> - URL to the image you want displayed on the window.
  14. CloseCallback = <function> - Function to execute when the window is closed.
  15. ]]
  16.  
  17. local Tab = Window:MakeTab({
  18.     Name = "Movesets",
  19.     Icon = "rbxassetid://4483345998",
  20.     PremiumOnly = false
  21. })
  22.  
  23. --[[
  24. Name = <string> - The name of the tab.
  25. Icon = <string> - The icon of the tab.
  26. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  27. ]]
  28.  
  29. local Section = Tab:AddSection({
  30.     Name = "@H3nrythegamingaddict is the creator of this hub, not the scripts."
  31. })
  32.  
  33. Tab:AddButton({
  34.     Name = "Jun Moveset (Use Saitama)",
  35.     Callback = function()
  36.  
  37.         loadstring(game:HttpGet('https://raw.githubusercontent.com/Kenjihin69/Kenjihin69/refs/heads/main/Tp%20exploit%20saitama%20to%20jun'))()
  38.     end
  39. })
  40.  
  41. --[[
  42. Name = <string> - The name of the button.
  43. Callback = <function> - The function of the button.
  44. ]]
  45.  
  46. Tab:AddButton({
  47.     Name = "Arcaura Moveset (Use Garou)",
  48.     Callback = function()
  49.  
  50.             loadstring(game:HttpGet("https://raw.githubusercontent.com/Reapvitalized/TSB/refs/heads/main/ARCAURA.lua"))()
  51.     end    
  52. })
  53.  
  54. --[[
  55. Name = <string> - The name of the button.
  56. Callback = <function> - The function of the button.
  57. ]]
  58.  
  59. Tab:AddButton({
  60.     Name = "Sonic Moveset (Use Garou)",
  61.     Callback = function()
  62.  
  63.             loadstring(game:HttpGet("https://pastebin.com/raw/7V1mUBtQ"))()
  64.     end    
  65. })
  66.  
  67. --[[
  68. Name = <string> - The name of the button.
  69. Callback = <function> - The function of the button.
  70. ]]
  71.  
  72. Tab:AddButton({
  73.     Name = "Reaper Moveset (Use Metal Bat for Best experience) (Universal)",
  74.     Callback = function()
  75.  
  76.             -- REAPER V2 moveset
  77. getgenv().Music = false
  78. --Setting this to false usually fixes most executors
  79. --also it helps load time a little bit
  80. getgenv().AttackQuality = 'High'
  81. --Set to Low,High
  82.  
  83.  getgenv().ConstantSpeed = false
  84. --if you want your speed to be constant
  85. loadstring(game:HttpGet("https://raw.githubusercontent.com/Reapvitalized/TSB/main/APOPHENIA.lua"))()
  86.     end    
  87. })
  88.  
  89. --[[
  90. Name = <string> - The name of the button.
  91. Callback = <function> - The function of the button.
  92. ]]
  93.  
  94. Tab:AddButton({
  95.     Name = "Dio Moveset (Use Garou)",
  96.     Callback = function()
  97.  
  98.             -- DIO moveset
  99. loadstring(game:HttpGet("https://raw.githubusercontent.com/Medley-Taboritsky/RobloxScripting/refs/heads/main/DIO_Garou_TSB"))()
  100.     end    
  101. })
  102.  
  103. --[[
  104. Name = <string> - The name of the button.
  105. Callback = <function> - The function of the button.
  106. ]]
  107.  
  108. Tab:AddButton({
  109.     Name = "Sukuna Moveset (Use Atomic)",
  110.     Callback = function()
  111.  
  112.             -- SUKUNA moveset
  113.  
  114. loadstring(game:HttpGet("https://raw.githubusercontent.com/zyrask/Nexus-Base/main/atomic-blademaster%20to%20sukuna"))()
  115.     end    
  116. })
  117.  
  118. --[[
  119. Name = <string> - The name of the button.
  120. Callback = <function> - The function of the button.
  121. ]]
  122.  
  123. Tab:AddButton({
  124.     Name = "Gojo Moveset (Use Saitama)",
  125.     Callback = function()
  126.  
  127.             -- GOJO moveset V2.1.2
  128. loadstring(game:HttpGet("https://raw.githubusercontent.com/skibiditoiletfan2007/BaldyToSorcerer/main/Latest.lua"))()
  129.     end    
  130. })
  131.  
  132. --[[
  133. Name = <string> - The name of the button.
  134. Callback = <function> - The function of the button.
  135. ]]
  136.  
  137. Tab:AddButton({
  138.     Name = "Deku Moveset (Use Saitama)",
  139.     Callback = function()
  140.  
  141.             -- DEKU MOVESET
  142. loadstring(game:HttpGet("https://pastefy.app/MNg2zcxz/raw"))()
  143.     end    
  144. })
  145.  
  146. --[[
  147. Name = <string> - The name of the button.
  148. Callback = <function> - The function of the button.
  149. ]]
  150.  
  151. Tab:AddButton({
  152.     Name = "Kungfu Panda Moveset (Use Garou)",
  153.     Callback = function()
  154.  
  155.             -- KUNGFU PANDA
  156.  
  157. loadstring(game:HttpGet("https://pastebin.com/raw/DqXUTANt"))()
  158.     end    
  159. })
  160.  
  161. --[[
  162. Name = <string> - The name of the button.
  163. Callback = <function> - The function of the button.
  164. ]]
  165.  
  166. Tab:AddButton({
  167.     Name = "KJ Moveset (Use Saitama) (Deals no damage)",
  168.     Callback = function()
  169.  
  170.             -- KJ MOVESET
  171.  
  172. loadstring(game:HttpGet("https://pastebin.com/raw/JKKZdLN5"))()
  173.     end    
  174. })
  175.  
  176. --[[
  177. Name = <string> - The name of the button.
  178. Callback = <function> - The function of the button.
  179. ]]
  180.  
  181. OrionLib:MakeNotification({
  182.     Name = "Kallos Hub Loaded",
  183.     Content = "Thanks for using my hub!",
  184.     Image = "rbxassetid://4483345998",
  185.     Time = 15
  186. })
  187.  
  188. --[[
  189. Title = <string> - The title of the notification.
  190. Content = <string> - The content of the notification.
  191. Image = <string> - The icon of the notification.
  192. Time = <number> - The duration of the notfication.
  193. ]]
  194.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement