New Gakuran Scripts Roblox Auto Parry

8/4/2026|8 views
New Gakuran Scripts Roblox Auto Parry
Mobile
LH101

Published by

LH101

Reactions

Play Game

Description

  • 2 Gakuran Scripts Keyless

Features

  • +Auto Parry
  • +Tall
  • +AutoFarm
  • +Esp
  • +Fly
  • +Noclip

Script

--- Gui
loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Bagah-Project/bagah-hub-public/refs/heads/main/mainloader.lua"))()

--- Tall Script
local p=game.Players.LocalPlayer
local u=game:GetService("UserInputService")
local r=game:GetService("RunService")
speed=true
jump=true
local a=true
local A={idle="rbxassetid://75097136294984",walk="rbxassetid://134010853417610"}
local B={idle="rbxassetid://75097136294984",walk="rbxassetid://134010853417610"}
local c=A
local w,i,n,s,j
local function f(ch)
local h=ch:WaitForChild("Humanoid")
if w then w:Stop()end
if i then i:Stop()end
if n then n:Disconnect()end
if s then s:Disconnect()end
if j then j:Disconnect()end
if speed then
h.WalkSpeed=34
s=h:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
if h.WalkSpeed~=34 then h.WalkSpeed=34 end
end)
end
if jump then
h.UseJumpPower=true
h.JumpPower=75
h.JumpHeight=7.2
j=r.Heartbeat:Connect(function()
if h.Parent then
if not h.UseJumpPower then h.UseJumpPower=true end
if h.JumpPower~=75 then h.JumpPower=75 end
if h.JumpHeight~=7.2 then h.JumpHeight=7.2 end
end
end)
end
local x=Instance.new("Animation")
x.AnimationId=c.walk
w=h:LoadAnimation(x)
w.Looped=true
x=Instance.new("Animation")
x.AnimationId=c.idle
i=h:LoadAnimation(x)
i.Looped=true
n=h.Running:Connect(function(v)
if v>0 then
i:Stop()
if not w.IsPlaying then w:Play()end
else
w:Stop()
if not i.IsPlaying then i:Play()end
end
end)
i:Play()
end
local t=0
local function g(inp)
local m=tick()
if m-t>.5 then
t=m
if Rect.new(50,50,150,150):Contains(inp.Position)then
a=not a
c=a and A or B
if p.Character then f(p.Character)end
end
end
end
if not p.PlayerGui:FindFirstChild("AnimToggleGui")then
local G=Instance.new("ScreenGui")
G.Name="AnimToggleGui"
G.ResetOnSpawn=false
G.IgnoreGuiInset=true
G.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=16
b.AutoButtonColor=false
b.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.8
o.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=1
l.Text=b.Text
l.TextColor3=Color3.fromRGB(0,0,0)
l.Font=b.Font
l.TextSize=b.TextSize
l.ZIndex=b.ZIndex-1
l.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 then f(p.Character)end
end)
u.TouchStarted:Connect(g)
end
if p.Character then f(p.Character)end
p.CharacterAdded:Connect(function(ch)
c=a and A or B
f(ch)
end)

Comments (0)

You must log in to post a comment.

No comments yet.