local player = game.Players.LocalPlayer local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/jensonhirst/Orion/main/source')))() local Window = OrionLib:MakeWindow({Name = "🌟Guest's TSB Script🌟 [🌠]", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"}) --[[ Name = - The name of the UI. HidePremium = - Whether or not the user details shows Premium status or not. SaveConfig = - Toggles the config saving in the UI. ConfigFolder = - The name of the folder where the configs are saved. IntroEnabled = - Whether or not to show the intro animation. IntroText = - Text to show in the intro animation. IntroIcon = - URL to the image you want to use in the intro animation. Icon = - URL to the image you want displayed on the window. CloseCallback = - Function to execute when the window is closed. ]] local Tab = Window:MakeTab({ Name = "Custom Movesets 1", Icon = "rbxassetid://16274800774", PremiumOnly = false }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] local Section = Tab:AddSection({ Name = "LocalPlayer" }) --[[ Name = - The name of the section. ]] OrionLib:MakeNotification({ Name = "Welcome", Content = "Hub Made By Guest (The Last Guest) On Discord", Image = "rbxassetid://4483345998", Time = 5 }) --[[ Title = - The title of the notification. Content = - The content of the notification. Image = - The icon of the notification. Time = - The duration of the notfication. ]] Tab:AddButton({ Name = "Gojo Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/skibiditoiletfan2007/BaldyToSorcerer/main/Latest.lua"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Apophenia V2 Moveset (Brutal Demon)", Callback = function() getgenv().Music = false --Setting this to false usually fixes most executors --also it helps load time a little bit getgenv().AttackQuality = 'High' --Set to Low,High getgenv().ConstantSpeed = false --if you want your speed to be constant loadstring(game:HttpGet("https://raw.githubusercontent.com/Reapvitalized/TSB/main/APOPHENIA.lua"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Kyra Gojo Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Gokou300/Gokou300/main/Kyra%20Gojo%20Tsb%20Bypassed"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "True Nosakatan Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Hero-to-True-Nosakatan-18742"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Dio Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Medley-Taboritsky/RobloxScripting/refs/heads/main/DIO_Garou_TSB"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Jun Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Kenjihin69/Kenjihin69/refs/heads/main/Tp%20exploit%20saitama%20to%20jun'))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Sonic Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Scripts/refs/heads/main/Sonic%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Sukuna Moveset (Blade Master)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/zyrask/Nexus-Base/main/atomic-blademaster%20to%20sukuna"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Deku Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://pastefy.app/MNg2zcxz/raw"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] local Tab = Window:MakeTab({ Name = "Custom Movesets 2", Icon = "rbxassetid://16274800774", PremiumOnly = false }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] local Section = Tab:AddSection({ Name = "LocalPlayer 2" }) --[[ Name = - The name of the section. ]] Tab:AddButton({ Name = "Kungfu Panda Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/DqXUTANt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Toji Moveset (Deadly Ninja)", Callback = function() loadstring(game:HttpGet"https://raw.githubusercontent.com/Wi-sp/Limitless-legacy/refs/heads/main/GUI")() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Goku Ui Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Goku-Moveset-V2-17977"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "KJ Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/RathaTepmanuth10/Kj-script-/main/Kj"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Scripter/Developer Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/JE8sEbcw"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Sukuna V2 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet"https://raw.githubusercontent.com/h8h88/hubfr/main/hubfr")() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Jotaro Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet"https://raw.githubusercontent.com/h8h88/hubfr/main/hubfr")() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Arcaura/Jester Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-ARACAURA-script-unfinished-credits-to-reap-19779"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "A-Train Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://github.com/l0ckerV5/Roblox-Scripts/raw/main/The%20Strongest%20Battlegrounds/Custom%20Character/A-Train"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Goku Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Hero-hunter-moveset-into-OP-goku-moveset-17468"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Mahito Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/VoidExploit/Mahito/refs/heads/main/PremiumMahito"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Freaky Gojo Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Qaiddanial2904/ROBLOX-FREAKY-GOJO-REAL/refs/heads/main/FREAKY%20FR%20GOJO"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Mastery Genos Moveset (Destructive Cyborg)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Qaiddanial2904/Sea-blue-and-ai/refs/heads/main/Genos%20v3"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Mastery Tatsumaki Moveset (Wild Psychic)", Callback = function() -- Function to handle animation detection and replacement local function handleAnimationDetection(animIdsToStop, replacementAnimId, animSpeed) local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoid = character:WaitForChild("Humanoid") local function onAnimPlayed(animationTrack) local animId = tonumber(string.match(animationTrack.Animation.AnimationId, "%d+")) for _, stopId in ipairs(animIdsToStop) do if animId == stopId then animationTrack:Stop() local replacementAnimation = Instance.new("Animation") replacementAnimation.AnimationId = "rbxassetid://" .. replacementAnimId local replacementTrack = humanoid:LoadAnimation(replacementAnimation) replacementTrack:Play() replacementTrack:AdjustSpeed(animSpeed) -- Adjust the speed of the replacement animation break end end end humanoid.AnimationPlayed:Connect(onAnimPlayed) end -- First set of animations local firstAnimIdsToStop = {16139108718} local firstReplacementAnimId = 17120709682 local firstAnimspeed = 1 handleAnimationDetection(firstAnimIdsToStop, firstReplacementAnimId, firstAnimspeed) -- Second set of animations local secondAnimIdsToStop = {16515850153} local secondReplacementAnimId = 15121659862 local secondAnimspeed = 1 handleAnimationDetection(secondAnimIdsToStop, secondReplacementAnimId, secondAnimspeed) -- Third set of animations local thirdAnimIdsToStop = {16431491215} local thirdReplacementAnimId = 18897119503 local thirdAnimspeed = 1 handleAnimationDetection(thirdAnimIdsToStop, thirdReplacementAnimId, thirdAnimspeed) -- Fourth set of animations local fourthAnimIdsToStop = {16597322398} local fourthReplacementAnimId = 18464356233 local fourthAnimspeed = 1 handleAnimationDetection(fourthAnimIdsToStop, fourthReplacementAnimId, fourthAnimspeed) -- First set of animations local firstAnimIdsToStop = {16737255386} local firstReplacementAnimId = 13721154327 local firstAnimspeed = 0.4 handleAnimationDetection(firstAnimIdsToStop, firstReplacementAnimId, firstAnimspeed) -- Second set of animations local secondAnimIdsToStop = {17464644182} local secondReplacementAnimId = 18896127525 local secondAnimspeed = 1 handleAnimationDetection(secondAnimIdsToStop, secondReplacementAnimId, secondAnimspeed) -- Third set of animations local thirdAnimIdsToStop = {17278415853} local thirdReplacementAnimId = 18464351556 local thirdAnimspeed = 1 handleAnimationDetection(thirdAnimIdsToStop, thirdReplacementAnimId, thirdAnimspeed) -- Fourth set of animations local fourthAnimIdsToStop = {17889080495} local fourthReplacementAnimId = 18464356233 local fourthAnimspeed = 0.8 handleAnimationDetection(fourthAnimIdsToStop, fourthReplacementAnimId, fourthAnimspeed) end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Sans Moveset (Wild Psychic)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Qaiddanial2904/ROBLOX-FREAKY-GOJO-REAL/refs/heads/main/SANS%20%5BREDACTED%5D"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Unsealed Gojo Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Giahao135/Tokyo/refs/heads/main/Tokyo"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Shibuya Toji Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/6ixware/test/refs/heads/main/toji",true))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Zoro Moveset (Blade Master)", Callback = function() loadstring(game:HttpGet('https://freenote.biz/raw/gtd4gdmszj'))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Mixed Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Trying-glitch/RlxProject/main/custommoveset.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Hakari Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet"https://raw.githubusercontent.com/Wi-sp/Limitless-legacy/refs/heads/main/GUI")() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "KJ V2 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Gokou300/Kj-script-moveset-new-update/refs/heads/main/Kj%20script%20moveset%20credit%20to%20Manuth"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Sukuna V3 Moveset (Blade Master)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/berrizscript/Scripts_/refs/heads/main/Sukuna%20Beta"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "KJ V3 Moveset (The Strongest Hero)(Key: KJAlpha)", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Best-KJ-Script-19976"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Dio V2 Moveset (Hero Hunter)", Callback = function() getgenv().Settings = { Morph = false, -- (true/false) TalkInChat = false -- (true/false) If you want to chat for moves } loadstring(game:HttpGet("https://raw.githubusercontent.com/Medley-Taboritsky/RobloxScripting/refs/heads/main/DIO_Garou_TSB"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Yuji Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/kaledagoat/-kendjendjen/refs/heads/main/yuji%20itadori.lua"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Jun V2 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://pastefy.app/1m6k8kOE/raw"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Hakari V2 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/eEDYWj8p"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "KJ V1.3 Moveset (The Strongest Hero)(Use In Movesets Section)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/xVicity/GLACIER/main/LATEST.lua"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Gojo V0.1 Moveset (Wild Psychic)(Use In Movesets Section)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/xVicity/GLACIER/main/LATEST.lua"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Yuji/Sukuna Moveset (Hero Hunter)(Use In Movesets Section)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/xVicity/GLACIER/main/LATEST.lua"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Gojo V0.5 Moveset (The Strongest Hero)(Use In Movesets Section)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/xVicity/GLACIER/main/LATEST.lua"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Suiryu Moveset (Hero Hunter)(Fake)", Callback = function() loadstring(game:HttpGet"https://gist.githubusercontent.com/kjremaker/b092496fc11a57e2c50477154176fa3e/raw/2148f00a036a1799118541765675f3f6a0f8adae/GAROU%20TO%20SURIYU%20BETTER%20THAN%20THE%20OTHERS%20FR")() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Gojo V0.7 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Gojo-Moveset-Script-FIX-16704"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "KJ V1.5 Moveset (Hero Hunter)", Callback = function() loadstringloadstring(game:HttpGet("https://raw.githubusercontent.com/h8h88/hubfr/main/hubfr"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Mastery Atomic Samurai Moveset (Blade Master)", Callback = function() -- Function to handle animation detection and replacement local function handleAnimationDetection(animIdsToStop, replacementAnimId, animSpeed) local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoid = character:WaitForChild("Humanoid") local function onAnimPlayed(animationTrack) local animId = tonumber(string.match(animationTrack.Animation.AnimationId, "%d+")) for _, stopId in ipairs(animIdsToStop) do if animId == stopId then animationTrack:Stop() local replacementAnimation = Instance.new("Animation") replacementAnimation.AnimationId = "rbxassetid://" .. replacementAnimId local replacementTrack = humanoid:LoadAnimation(replacementAnimation) replacementTrack:Play() replacementTrack:AdjustSpeed(animSpeed) -- Adjust the speed of the replacement animation break end end end humanoid.AnimationPlayed:Connect(onAnimPlayed) end -- First set of animations local firstAnimIdsToStop = {15290930205} local firstReplacementAnimId = 15436668469 local firstAnimspeed = 1.2 handleAnimationDetection(firstAnimIdsToStop, firstReplacementAnimId, firstAnimspeed) -- Second set of animations local secondAnimIdsToStop = {15145462680} local secondReplacementAnimId = 15436668469 local secondAnimspeed = 1 handleAnimationDetection(secondAnimIdsToStop, secondReplacementAnimId, secondAnimspeed) -- Third set of animations local thirdAnimIdsToStop = {15295895753} local thirdReplacementAnimId = 13309500827 local thirdAnimspeed = 0.7 handleAnimationDetection(thirdAnimIdsToStop, thirdReplacementAnimId, thirdAnimspeed) -- Third set of animations local thirdAnimIdsToStop = {15311685628} local thirdReplacementAnimId = 14406991505 local thirdAnimspeed = 1 handleAnimationDetection(thirdAnimIdsToStop, thirdReplacementAnimId, thirdAnimspeed) -- Third set of animations local thirdAnimIdsToStop = {16062712948} local thirdReplacementAnimId = 13633468484 local thirdAnimspeed = 0.9 handleAnimationDetection(thirdAnimIdsToStop, thirdReplacementAnimId, thirdAnimspeed) -- Third set of animations local thirdAnimIdsToStop = {15334974550} local thirdReplacementAnimId = 13639700348 local thirdAnimspeed = 0.6 handleAnimationDetection(thirdAnimIdsToStop, thirdReplacementAnimId, thirdAnimspeed) -- Third set of animations local thirdAnimIdsToStop = {15391323441} local thirdReplacementAnimId = 16082123712 local thirdAnimspeed = 0.6 handleAnimationDetection(thirdAnimIdsToStop, thirdReplacementAnimId, thirdAnimspeed) end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Mastery Saitama Moveset (The Strongest Hero)", Callback = function() -- Function to handle animation detection and replacement local function handleAnimationDetection(animIdsToStop, replacementAnimId, animSpeed) local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoid = character:WaitForChild("Humanoid") local function onAnimPlayed(animationTrack) local animId = tonumber(string.match(animationTrack.Animation.AnimationId, "%d+")) for _, stopId in ipairs(animIdsToStop) do if animId == stopId then animationTrack:Stop() local replacementAnimation = Instance.new("Animation") replacementAnimation.AnimationId = "rbxassetid://" .. replacementAnimId local replacementTrack = humanoid:LoadAnimation(replacementAnimation) replacementTrack:Play() replacementTrack:AdjustSpeed(animSpeed) -- Adjust the speed of the replacement animation break end end end humanoid.AnimationPlayed:Connect(onAnimPlayed) end -- First set of animations local firstAnimIdsToStop = {10468665991} local firstReplacementAnimId = 18896127525 local firstAnimspeed = 1.7 handleAnimationDetection(firstAnimIdsToStop, firstReplacementAnimId, firstAnimspeed) -- Second set of animations local secondAnimIdsToStop = {10466974800} local secondReplacementAnimId = 12273188754 local secondAnimspeed = 1 handleAnimationDetection(secondAnimIdsToStop, secondReplacementAnimId, secondAnimspeed) -- Third set of animations local thirdAnimIdsToStop = {10471336737} local thirdReplacementAnimId = 13501296372 local thirdAnimspeed = 0.8 handleAnimationDetection(thirdAnimIdsToStop, thirdReplacementAnimId, thirdAnimspeed) -- Third set of animations local thirdAnimIdsToStop = {12510170988} local thirdReplacementAnimId = 18179181663 local thirdAnimspeed = 1 handleAnimationDetection(thirdAnimIdsToStop, thirdReplacementAnimId, thirdAnimspeed) --Third set of animations local thirdAnimIdsToStop = {15955393872} local thirdReplacementAnimId = 15943915877 local thirdAnimspeed = 1 handleAnimationDetection(thirdAnimIdsToStop, thirdReplacementAnimId, thirdAnimspeed) --Third set of animations u local thirdAnimIdsToStop = {12447707844} local thirdReplacementAnimId = 17464923657 local thirdAnimspeed = 1 handleAnimationDetection(thirdAnimIdsToStop, thirdReplacementAnimId, thirdAnimspeed) --Third set of animations local thirdAnimIdsToStop = {11343318134} local thirdReplacementAnimId = 12273188754 local thirdAnimspeed = 0.2 handleAnimationDetection(thirdAnimIdsToStop, thirdReplacementAnimId, thirdAnimspeed) --Third set of animations local thirdAnimIdsToStop = {11365563255} local thirdReplacementAnimId = 18897120868 local thirdAnimspeed = 0.3 handleAnimationDetection(thirdAnimIdsToStop, thirdReplacementAnimId, thirdAnimspeed) --Third set of animations local thirdAnimIdsToStop = {12983333733} local thirdReplacementAnimId = 13294790250 local thirdAnimspeed = 0.20 handleAnimationDetection(thirdAnimIdsToStop, thirdReplacementAnimId, thirdAnimspeed) --Third set of animations local thirdAnimIdsToStop = {10479335397} local thirdReplacementAnimId = 17838006839 local thirdAnimspeed = 1 handleAnimationDetection(thirdAnimIdsToStop, thirdReplacementAnimId, thirdAnimspeed) end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Mastery Garou Moveset (Hero Hunter)", Callback = function() -- Function to handle animation detection and replacement local function handleAnimationDetection(animIdsToStop, replacementAnimId, animSpeed) local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoid = character:WaitForChild("Humanoid") local function onAnimPlayed(animationTrack) local animId = tonumber(string.match(animationTrack.Animation.AnimationId, "%d+")) for _, stopId in ipairs(animIdsToStop) do if animId == stopId then animationTrack:Stop() local replacementAnimation = Instance.new("Animation") replacementAnimation.AnimationId = "rbxassetid://" .. replacementAnimId local replacementTrack = humanoid:LoadAnimation(replacementAnimation) replacementTrack:Play() replacementTrack:AdjustSpeed(animSpeed) -- Adjust the speed of the replacement animation break end end end humanoid.AnimationPlayed:Connect(onAnimPlayed) end -- First set of animations local firstAnimIdsToStop = {12273188754} local firstReplacementAnimId = 12534735382 local firstAnimspeed = 1 handleAnimationDetection(firstAnimIdsToStop, firstReplacementAnimId, firstAnimspeed) -- Second set of animations local secondAnimIdsToStop = {12296113986} local secondReplacementAnimId = 12502664044 local secondAnimspeed = 1 handleAnimationDetection(secondAnimIdsToStop, secondReplacementAnimId, secondAnimspeed) -- Third set of animations local thirdAnimIdsToStop = {12309835105} local thirdReplacementAnimId = 13501296372 local thirdAnimspeed = 1 handleAnimationDetection(thirdAnimIdsToStop, thirdReplacementAnimId, thirdAnimspeed) -- Fourth set of animations D local fourthAnimIdsToStop = {13603396939} local fourthReplacementAnimId = 15943915877 local fourthAnimspeed = 1 handleAnimationDetection(fourthAnimIdsToStop, fourthReplacementAnimId, fourthAnimspeed) --Fourth set of animations (no effects here) local fourthAnimIdsToStop = {12342141464} local fourthReplacementAnimId = 18435303746 local fourthAnimspeed = 1 handleAnimationDetection(fourthAnimIdsToStop, fourthReplacementAnimId, fourthAnimspeed) --Fourth set of animations (no effects here) local fourthAnimIdsToStop = {12460977270} local fourthReplacementAnimId = 10466974800 local fourthAnimspeed = 1 handleAnimationDetection(fourthAnimIdsToStop, fourthReplacementAnimId, fourthAnimspeed) --Fourth set of animations (no effects here) local fourthAnimIdsToStop = {12467789963} local fourthReplacementAnimId = 10468665991 local fourthAnimspeed = 1 handleAnimationDetection(fourthAnimIdsToStop, fourthReplacementAnimId, fourthAnimspeed) --Fourth set of animations (no effects here) local fourthAnimIdsToStop = {14057231976} local fourthReplacementAnimId = 13073745835 local fourthAnimspeed = 0.7 handleAnimationDetection(fourthAnimIdsToStop, fourthReplacementAnimId, fourthAnimspeed) --Fourth set of animations (no effects here) local fourthAnimIdsToStop = {13630786846} local fourthReplacementAnimId = 12832505612 local fourthAnimspeed = 1 handleAnimationDetection(fourthAnimIdsToStop, fourthReplacementAnimId, fourthAnimspeed) --Fourth set of animations (no effects here) local fourthAnimIdsToStop = {10479335397} local fourthReplacementAnimId = 17838006839 local fourthAnimspeed = 1 handleAnimationDetection(fourthAnimIdsToStop, fourthReplacementAnimId, fourthAnimspeed) end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Saga Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/LolnotaKid/CustomV2/refs/heads/main/CustomAnimV2.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Bomb Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Gokou300/Gokou300/refs/heads/main/BOMB_SAITAMA_TSB'))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "KJ V2.5 Moveset (The Strongest Hero)(Use In Characters Selection)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Herobrine3276762/KJ/refs/heads/main/KJ-SCRIPT-MADE-BY-%40HEROBRINE-ON-DISCORD.lua"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Child Emperor Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/CaXFZ2S2"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "KJ V4 Moveset (The Strongest Hero)(Use in Characters Section)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Gokou300/Gokou300/main/kJ%20Moveset%20V2%20by%20camerawoman"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "KJ V0.5 Moveset (The Strongest Hero)(Use In Movesets Section)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Bre5be123/Wiwi/refs/heads/main/Hi?token=GHSAT0AAAAAACYTRGTUYFHZ33RCOAVZWLJQZYU4BEQ"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Sukuna V0.5 Moveset (The Strongest Hero)(Use In Movesets Section)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Gokou300/Gokou300/refs/heads/main/local%20983185f7b0f46a55e497cc29b597ce56lol%20camera%20hub%20x%209.0%20TSB"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Coconut Moveset (The Strongest Hero)(Use In Movesets Section)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Gokou300/Gokou300/refs/heads/main/local%20983185f7b0f46a55e497cc29b597ce56lol%20camera%20hub%20x%209.0%20TSB"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Skibidi Cat Moveset (The Strongest Hero)(Use In Movesets Section)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Gokou300/Gokou300/refs/heads/main/local%20983185f7b0f46a55e497cc29b597ce56lol%20camera%20hub%20x%209.0%20TSB"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Megumi Moveset (Hero Hunter)(Use In Movesets Section)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Gokou300/Gokou300/refs/heads/main/local%20983185f7b0f46a55e497cc29b597ce56lol%20camera%20hub%20x%209.0%20TSB"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Sonic Exe Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nova2ezz/sonic-exe-moveset-3/refs/heads/main/3"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Maximum Output Gojo Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Gokou300/Gokou300/refs/heads/main/GOJO_MAXIMUM_OUTPUT_SAITAMA_TSB"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Gojo V2 Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Bre5be123/Ha/refs/heads/main/README"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Bomber Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Bre5be123/Blahblahblah/refs/heads/main/Justincase?token=GHSAT0AAAAAACYTRGTUINUWCEL2Q2B67X5YZYXHS7Q"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Chara Moveset (Blade Master)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Bre5be123/Blahblahblah/refs/heads/main/Huh?token=GHSAT0AAAAAACYTRGTUGDRAHY3HBIRRYNGSZYXUZ5A"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Floppa Moveset (Destructive Cyborg)(Use In Characters Section)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Bre5be123/Blahblahblah/refs/heads/main/Floppa?token=GHSAT0AAAAAACYTRGTUDXPVPL4WOPUWYH5IZYXU6GA"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Golden Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Showcaser1/golden-character/refs/heads/main/op'))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Mahito V2 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Kenjihin69/Kenjihin69/refs/heads/main/Mahitotsbupdate'))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Gojo Domain Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/777Q4QDN",true))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Obvilion Gourd Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/invertedth/OblivionGourd/refs/heads/main/Dabestscirpt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]]Tab:AddButton({ Name = "Slapper Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Bre5be123/Ha/refs/heads/main/Slapper-Moveset"))() game.Players.LocalPlayer.Backpack.Uppercut:Destroy() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Minos Prime Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Bre5be123/Ha/refs/heads/main/MINO"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Volta Moveset (Deadly Ninja)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Reapvitalized/TSB/refs/heads/main/VOLTA.lua"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Shinjuku Yuji Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Kenjihin69/Kenjihin69/refs/heads/main/Yuji%20early%20access'))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Caseoh Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Bre5be123/Ha/refs/heads/main/Caseoh"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Minos Prime V2 Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Bre5be123/Ha/refs/heads/main/Mino%20v2"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Random Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Bre5be123/Ha/refs/heads/main/Random"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Minos Prime V3 Moveset (Hero Hunter)", Callback = function() _G.SkipIntro = true -- set to false if you dont want to skip the intro loadstring(game:HttpGet("https://raw.githubusercontent.com/Dragonfly5101/Minosr/refs/heads/main/Prime%20Minos.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Greeny Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/D5v5dzzz/Greeny-SCript-V2/refs/heads/main/Greeny%20Script%20Upd%20V2"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Gojo V3 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/skibiditoiletfan2007/BaldyToSorcerer/refs/heads/main/LatestV2.lua"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Shibuya Toji V2 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://pastefy.app/Z59beSzJ/raw"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Shibuya Toji V3 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/FlowersTsb/Moveset/refs/heads/main/ShibuyaToji"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Todo Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nova2ezz/Todo-moveset/refs/heads/main/Todo"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Naruto Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Scripts/refs/heads/main/Naruto%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Gojo V1.5 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nova2ezz/Gojo/refs/heads/main/Gojomoveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Unsealed Gojo V2 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/zF6Rdky0"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Sukuna V0.8 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nova2ezz/Sukuna/refs/heads/main/KenjakuTsbOnYt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Okarun Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/FlowersTsb/Moveset/refs/heads/main/FlowersOkarun"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Deku V2 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://paste.ee/r/JHtMr"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Gojo V4 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Gokou300/Gokou300/refs/heads/main/Saitama_To_Gojo_STG"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Yuji V0.8 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/damir512/SaitamaToYuji/main/SaitamaToYuji.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "JJS Gojo Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://gist.githubusercontent.com/JcBoomin/a63e9ac3e90cef03ecf37e997fd21632/raw/98b567b81f61bb30042e0078b78f3fb24685fb8d/Gojo",true))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Kashimo Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/damir512/Kashimo/main/Protected_7491278457865044.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Geto Suguru Moveset (Wild Psychic)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nova2ezz/Geto-suguru/refs/heads/main/Nova2ezz"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Purple Flamingo Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Scripts/refs/heads/main/Purple%20Flamingo%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Elter Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Scripts/refs/heads/main/Elter%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "A-60 Moveset (Destructive Cyborg)(Use In Characters Section)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Scripts/refs/heads/main/A-60%20moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "A-Train V2 Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://paste.ee/r/AnZ5j"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Wind Turbo Moveset (Every Characters)(Use In Characters Selection)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/TemuWelcomeChildempeoror/Temuwind-turbo/refs/heads/main/WINDTURBOBYWELXOME%25"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Weakest Dummy Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/NoobieScripter/NoobieScripter/refs/heads/main/Weakest%20Dummy%20V1",true))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Kyra Toji Moveset (Blade Master)", Callback = function() loadstring(game:HttpGet("https://paste.ee/r/0uIxM"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Super Senior Gojo Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://pastefy.app/r6LnIF2W/raw"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Brainrot Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Scripts/refs/heads/main/Brainrot%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Speed Of Light Moveset (Every Characters)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Scripts/refs/heads/main/Speed%20Of%20Light%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Vegeta Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/JcBoomin/UEVEGETA/refs/heads/main/Script"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Mahoraga Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/gYrU8dyL"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Hakari V3 Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/damir512/hakari/main/Protected_5980408162046394.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Jotaro V2 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/DuckTheSecond/JotaroV1/refs/heads/main/Official",true))(); end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Sukuna V1.5 Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Yourfavoriteguy/Sukuna/refs/heads/main/CLEAVE!'))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Megumi X Mahoraga Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Scripts/refs/heads/main/Megumi%20X%20Mahoraga%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Sun Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Scripts/refs/heads/main/Sun%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "GT!Chara Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://paste.ee/r/0yYkO"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Blast Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/TAEKWADO/Blaster-Moveset/refs/heads/main/Blast%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Nameless Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/XQZ-official/NamelessMovesetOriginal/refs/heads/main/Nameless%20Obfuscated.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Yuta Moveset (Blade Master)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/damir512/AtomicToYuta/main/Protected_8122576078506000.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Mastery Deku Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Scripts/refs/heads/main/Mastery%20Deku%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Zeno Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Scripts/refs/heads/main/Zeno%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Venom Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Yourfavoriteguy/VENOM/refs/heads/main/EARLYACCESS'))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Toji V0.5 Moveset (Blade Master)", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Toji-moveset-for-Atomic-Samurai-22498"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Sans V2 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AeryAlex/Scripts/refs/heads/main/Sans%20Moveset%20(Obsfucted).txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Floating Girl Moveset (Blade Master)", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-Floating-girl-discontinued-credits-to-reap-22864"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Geto Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/DuckTheSecond/Duck-sHUB/refs/heads/main/HUBv1"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Heian Era Sukuna Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/damir512/sukunaongarou/main/Protected_7222200088522532.txt",true))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Gojo Six Eyes Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/NoobieScripter/NoobieScripter/refs/heads/main/GOJO%20V2",true))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "SuperHuman Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AeryAlex/Scripts/refs/heads/main/SuperHuman%20Script%20(Obsfucted).txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "King Of Curses Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/aerialasf/roblox-scripts-by-aerialasf-obviously-lol-and-made-by-xqz_zero-too-lol-because-yeas-and-yeah/refs/heads/main/KingOfCurses.lua"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Scriptified Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://pastefy.app/ldknjNa9/raw",true))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Mastery Atomic Samurai V2 (Blade Master)", Callback = function() loadstring(game:HttpGet("https://gist.githubusercontent.com/envix2759/c44be0f240a1b157b1723deb69bdd212/raw/af95b54853ba82fcb164c0c693c67b246e7a3cc6/gistfile1.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Cosmic Garou Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://gist.githubusercontent.com/envix2759/3598eaefc37ef3a8192636b5d0d8fef6/raw/ff5b84f79d68b6a70692c6bc30cd0c4c728b16df/gistfile1.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "GodHuman Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AeryAlex/Scripts/refs/heads/main/GodHuman%20Script%20(Obsfucted).txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Diddy Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://paste.ee/r/gKC8V"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Star Glitcher Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://paste.ee/r/mmQkO"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Aizen TYBW Moveset (Deadly Ninja)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nova2ezz/AizenTYBW/refs/heads/main/Novahitta"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Arcophenix Moveset (Wild Psychic)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/SerialdesignationV-collab/Arcophenix-Special-/refs/heads/main/Arcophenix(Protected).txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Boros Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet"https://paste.ee/r/XPIH5")() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Chainsaw Man Moveset (Deadly Ninja)", Callback = function() loadstring(game:HttpGet("https://gist.githubusercontent.com/GoldenHeads2/0fd8d36993c850f3fac89e5adf793076/raw/ab4f5a42bd0b2e24a32a46301d533ea849ca771c/gistfile1.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Kyra KJ Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://gist.githubusercontent.com/GoldenHeads2/5fe3178dff916f988d319c3bd5e4fc01/raw/b250ee6f967c4e84195a76ab7915fb1d79b53326/gistfile1.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Vexor Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Reapvitalized/TSB/refs/heads/main/VEXOR.lua"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Freddy Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet('https://pastebin.com/raw/Ft5psDmD'))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Mahito Moveset (Domain Expansion)(Martial Artist)", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GreatestLime4K/mahitotsb/refs/heads/main/Protected_6381580361331378.txt'))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Okarun Moveset (Badass)(Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Kenjihin69/Kenjihin69/refs/heads/main/Hero%20hunter%20to%20okarun%20fr"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "JJS Gojo V3 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/damir512/jjsgojov3/main/SaitamaToGojoV3_SOURCE-obfuscated_2.txt",true))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Kira Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("loadstring(game:HttpGet('https://gist.githubusercontent.com/GoldenHeads2/35ca43410a2e96102f73dca904137973/raw/c4cb113194c35e0439151b06ea82dcc8053ff2c3/gistfile1.txt'))()"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Angel Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://gist.githubusercontent.com/GoldenHeads2/93ddb1b1e2935bc76fbc37aae8985ad2/raw/47dfa45e1e8f1933a1c031b198d40c3cd1499fa2/gistfile1.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "TS Toji Moveset (Blade Master)", Callback = function() getgenv().RunTool = false -- useful i guess getgenv().TpTool = false -- kinda useless just tps to closest player getgenv().TpTool2 = true -- useful tps u to whatever u click loadstring(game:HttpGet("https://raw.githubusercontent.com/S1gmaGuy/Toji_Sigma_Boy/refs/heads/main/100%25%20Sigma%20Boy"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Akaza Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://paste.ee/r/zzvAH"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Garou X KJ Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/damir512/garoukjv1maybeidk/main/Protected_2460290213750059.txt",true))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Kizaru Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://paste.ee/r/NPnfk"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Humbleds GF Moveset (Hero Hunter)", Callback = function() getgenv().color = Color3.new(1, 0, 0) -- customize colour vfx loadstring(game:HttpGet("https://paste.ee/r/7FuWC"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Titan Moveset (Every Characters)", Callback = function() loadstring(game:HttpGet("https://paste.ee/r/fxY03"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Favilla Moveset (Hero Hunter)", Callback = function() getgenv().domorph = true --morphs getgenv().Rate = .03 --idle aura rate getgenv().nocam = false --changes if 1 is a cutscene or not loadstring(game:HttpGet("https://raw.githubusercontent.com/Reapvitalized/TSB/refs/heads/main/FAVILLA.lua"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "V1 Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nova2ezz/GarouToV1/refs/heads/main/GarouToV1.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Sung Jin Woo Moveset (Deadly Ninja)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nova2ezz/nova2ezz-SungjiWoo/refs/heads/main/Protected_7939201355282604.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Vergil Moveset (Blade Master)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nova2ezz/vergilmoveset/refs/heads/main/Protected_9080797627073616.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Guts Moveset (Brutal Demon)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nova2ezz/GutsMoveset/refs/heads/main/Protected_5038752653618776.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Optimus Prime Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Nova2ezz/optimusPrime/refs/heads/main/optimus%20prime.txt"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Gojo Moveset (Domain Explansion)(Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/S1gmaGuy/MyWifiSoBad/refs/heads/main/Garou%20to%20Gojo"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] local Tab = Window:MakeTab({ Name = "Special Movesets", Icon = "rbxassetid://16890388049", PremiumOnly = false }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] local Section = Tab:AddSection({ Name = "LocalPlayer ?" }) --[[ Name = - The name of the section. ]] Tab:AddButton({ Name = "Shinji Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Special-Movesets/refs/heads/main/Shinji%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Jun V3 Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Special-Movesets/refs/heads/main/Jun%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Normaller Moveset (The Strongest Hero)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Special-Movesets/refs/heads/main/Normaller%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Angel Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Special-Movesets/refs/heads/main/Angel%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Illusion Magic Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Special-Movesets/refs/heads/main/Illusion%20Magic%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Zoro V2 Moveset (Blade Master)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Special-Movesets/refs/heads/main/Zoro%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Hallow Moveset (Brutal Demon)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Special-Movesets/refs/heads/main/Hallow%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Sonic V2 Moveset (Hero Hunter)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Darker-TheDarkestGuy/Special-Movesets/refs/heads/main/Sonic%20Moveset"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] local Tab = Window:MakeTab({ Name = "Scripts Hubs", Icon = "rbxassetid://7074019216", PremiumOnly = false }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] local Section = Tab:AddSection({ Name = "LocalPlayer 3" }) --[[ Name = - The name of the section. ]] Tab:AddButton({ Name = "Nicuse Hub (Need Key)", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/The-Strongest-Battlegrounds-FREE-AND-BEST-GUI-15593"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "(Random) Hub (Need Key)", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-The-Strongest-Battlegrounds-Hub-19562"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Phantasm V2 Hub (No Key)", Callback = function() getgenv().ToggleKeybind = Enum.KeyCode.RightControl getgenv().FreeEmotesTab = false loadstring(game:HttpGet("https://raw.githubusercontent.com/ATrainz/main/main/Phantasm-Loader.lua"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Flame Hub (No Key)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/1Toxin/flame/main/loader"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "TSB Hub (No Key)", Callback = function() loadstring(game:HttpGet("https://freenote.biz/raw/xkcdkgyhkx",true))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Kade Hub (No Key)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/skibiditoiletfan2007/KadeHubRepository/main/Latest.lua"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Nyula Hub (No Key)", Callback = function() loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/nyulachan/nyula/main/nyuladhm"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Bedol Hub (No Key)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/3345-c-a-t-s-u-s/New-C4-Remote.lua/main/TSBG.jsx"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Xtrey10x Hub (No Key)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/xtrey10x/xtrey10x-hub/main/saitama"))() end }) Tab:AddButton({ Name = "Ray Makk Hub (No Key)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/JayXSama/ray-makk/main/Loader"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "KJ Hub (BEST)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AlperPro/shhh/refs/heads/main/KJ%20Script.lua"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] local Tab = Window:MakeTab({ Name = "Auto Combos", Icon = "rbxassetid://932460399", PremiumOnly = false }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] local Section = Tab:AddSection({ Name = "LocalPlayer 4" }) --[[ Name = - The name of the section. ]] Tab:AddButton({ Name = "Auto Combo GUI 1 (No Key)", Callback = function() loadstring(game:HttpGet("https://pastefy.app/50dQTFqE/raw"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Auto Combo GUI 2 (Need Key)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/BronzeScripts/tsbg/main/autocombo",true))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Auto Combo GUI 3 (No Key)", Callback = function() loadstring(game:HttpGet("https://pastefy.app/UY1oh6PG/raw"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Auto Combo GUI 4 (No Key)", Callback = function() loadstring(game:HttpGet("https://pastefy.app/XNKwIjUX/raw"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Auto Kyoto GUI 1 (No Key)", Callback = function() loadstring(game:HttpGet("https://pastefy.app/Z7DawZJB/raw"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] local Tab = Window:MakeTab({ Name = "Scripts", Icon = "rbxassetid://46186544", PremiumOnly = false }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] local Section = Tab:AddSection({ Name = "LocalPlayer 5" }) --[[ Name = - The name of the section. ]] Tab:AddButton({ Name = "Instant Kill (Need Key)", Callback = function() loadstring(game:HttpGet("https://pastefy.app/REPoaFWC/raw",true))(); end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Auto Void Kill (Use Flowing Water)", Callback = function() loadstring(game:HttpGet("https://pastefy.app/afHQ7oyj/raw"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Steal Kill", Callback = function() loadstring(game:HttpGet("https://pastefy.app/v7noKGy5/raw"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Camlock", Callback = function() loadstring(game:HttpGet("https://pastefy.app/cfMW31sf/raw"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] local Tab = Window:MakeTab({ Name = "Admins Commands", Icon = "rbxassetid://16005457577", PremiumOnly = false }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] local Section = Tab:AddSection({ Name = "LocalPlayer 6" }) --[[ Name = - The name of the section. ]] Tab:AddButton({ Name = "Infinite Yield", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/Infinite-Yield_500"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] Tab:AddButton({ Name = "Nameless Admin", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-nameless-admin-mobile-19245"))() end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] local Tab = Window:MakeTab({ Name = "Player", Icon = "rbxassetid://17599296016", PremiumOnly = false }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] local Section = Tab:AddSection({ Name = "LocalPlayer 7" }) --[[ Name = - The name of the section. ]] Tab:AddSlider({ Name = "Walkspeed", Min = 16, Max = 100, Default = 16, Color = Color3.fromRGB(255,255,255), Increment = 1, ValueName = "Speed", Callback = function(Value) game.Players.LocalPlayer.Character.Humanoid.Walkspeed = Value end })