www.roblox-scripter.com

Сontent continues after AD

Your Bizarre Adventure / YBA script – (NO cooldown)

Functions: NO Cooldown

Script developer: kenpath1234
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					 
getgenv().nocd = true

while getgenv().nocd do wait()
    pcall( function()
    for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.HUD.Cooldowns.Frame:GetChildren()) do
        if v:IsA("ImageButton") then
            local name = v.Name
local args = {
    [1] = "ResetCD",
    [2] = name
}
game:GetService("Players").LocalPlayer.Character.RemoteEvent:FireServer(unpack(args))
end
end
end)
end
				
			
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments

Recent posts: