--- Guiloadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Bagah-Project/bagah-hub-public/refs/heads/main/mainloader.lua"))()--- Tall Scriptlocal p=game.Players.LocalPlayer
local u=game:GetService("UserInputService")local r=game:GetService("RunService")speed=truejump=truelocal a=truelocal A={idle="rbxassetid://75097136294984",walk="rbxassetid://134010853417610"}local B={idle="rbxassetid://75097136294984",walk="rbxassetid://134010853417610"}local c=A
local w,i,n,s,j
localfunctionf(ch)local h=ch:WaitForChild("Humanoid")if w then w:Stop()endif i then i:Stop()endif n then n:Disconnect()endif s then s:Disconnect()endif j then j:Disconnect()endif speed thenh.WalkSpeed=34s=h:GetPropertyChangedSignal("WalkSpeed"):Connect(function()if h.WalkSpeed~=34then h.WalkSpeed=34endend)endif jump thenh.UseJumpPower=trueh.JumpPower=75h.JumpHeight=7.2j=r.Heartbeat:Connect(function()if h.Parent thenifnot h.UseJumpPower then h.UseJumpPower=trueendif h.JumpPower~=75then h.JumpPower=75endif h.JumpHeight~=7.2then h.JumpHeight=7.2endendend)endlocal x=Instance.new("Animation")x.AnimationId=c.walk
w=h:LoadAnimation(x)w.Looped=truex=Instance.new("Animation")x.AnimationId=c.idle
i=h:LoadAnimation(x)i.Looped=truen=h.Running:Connect(function(v)if v>0theni:Stop()ifnot w.IsPlaying then w:Play()endelsew:Stop()ifnot i.IsPlaying then i:Play()endendend)i:Play()endlocal t=0localfunctiong(inp)local m=tick()if m-t>.5thent=m
if Rect.new(50,50,150,150):Contains(inp.Position)thena=not a
c=a and A or B
if p.Character thenf(p.Character)endendendendifnot p.PlayerGui:FindFirstChild("AnimToggleGui")thenlocal G=Instance.new("ScreenGui")G.Name="AnimToggleGui"G.ResetOnSpawn=falseG.IgnoreGuiInset=trueG.Parent=p:WaitForChild("PlayerGui")local b=Instance.new("TextButton")b.Size=UDim2.new(0,120,0,40)b.Position=UDim2.new(1,-130,.5,-20)b.Text="TOGGLE ANIM"b.BackgroundColor3=Color3.fromRGB(20,20,20)b.TextColor3=Color3.fromRGB(255,230,180)b.Font=Enum.Font.GothamBold
b.TextSize=16b.AutoButtonColor=falseb.Parent=G
local o=Instance.new("UICorner")o.CornerRadius=UDim.new(0,4)o.Parent=b
o=Instance.new("UIStroke")o.Color=Color3.fromRGB(120,100,60)o.Thickness=1.8o.ApplyStrokeMode=Enum.ApplyStrokeMode.Border
o.Parent=b
local l=Instance.new("TextLabel")l.Size=b.Size
l.Position=UDim2.new(0,1,0,1)l.BackgroundTransparency=1l.Text=b.Text
l.TextColor3=Color3.fromRGB(0,0,0)l.Font=b.Font
l.TextSize=b.TextSize
l.ZIndex=b.ZIndex-1l.Parent=b
b.MouseEnter:Connect(function()b.BackgroundColor3=Color3.fromRGB(35,35,35)end)b.MouseLeave:Connect(function()b.BackgroundColor3=Color3.fromRGB(20,20,20)end)b.MouseButton1Click:Connect(function()a=not a
c=a and A or B
if p.Character thenf(p.Character)endend)u.TouchStarted:Connect(g)endif p.Character thenf(p.Character)endp.CharacterAdded:Connect(function(ch)c=a and A or B
f(ch)end)