Blue Lock Rivals Scripts — Auto Farm, Auto Kick, No Cooldown

  • 09:37, 28.08.2026

Blue Lock Rivals Scripts —  Auto Farm, Auto Kick, No Cooldown

Here you can find a collection of tested and working scripts for the new Roblox game Blue Lock: Rivals, including autofarm, auto goal, grab ball, and many other useful features. With the help of additional scripts and a convenient GUI, you can make different in-game actions faster and easier. Depending on the script, available functions may include automatic soccer gameplay, auto goal, automatic ball grabbing, ESP, auto rolls, and various other options.

Table of Contents

How to Get a Blue Lock Rivals Script

  • Choose the script you want from the list below.
  • Click the “+” icon next to the script name.
  • Press Ctrl + C to copy the code.

You usually do not need to download a separate script file. Simply copy the provided code and paste it into a compatible executor.

How to Get Pet Releaser Tickets in Adopt Me!
How to Get Pet Releaser Tickets in Adopt Me!   
Guides
yesterday

Latest Working Blue Lock Rivals Scripts

Get Blue Lock: Rivals Script GUI [UPD]
loadstring(game:HttpGet("https://raw.githubusercontent.com/gumanba/Scripts/refs/heads/main/BlueLock"))()
Best Blue Lock Rivals Script
loadstring(game:HttpGet("https://scriptfarmer.dpdns.org/loader/bluelockrivals"))()
Blue Lock Rivals Script 2026 : Auto Score, Get Ball, Dribbl
local KEY_LINK = "https://work.ink/2H6f/prisma-hub-key-part-11" local SCRIPT_URL = "" local httpGet = nil if syn and syn.request then httpGet = function(url) return syn.request({Url=url,Method="GET"}).Body end elseif http and http.request then httpGet = function(url) return http.request({Url=url,Method="GET"}).Body end elseif request then httpGet = function(url) return request({Url=url,Method="GET"}).Body end elseif game.HttpGet then httpGet = game.HttpGet end local C_BG = Color3.fromRGB(12, 10, 20) local C_CARD = Color3.fromRGB(24, 22, 38) local C_ACCENT = Color3.fromRGB(130, 80, 255) local C_ACCENT2 = Color3.fromRGB(255, 70, 120) local C_TEXT = Color3.fromRGB(245, 240, 255) local C_GRAY = Color3.fromRGB(170, 165, 190) local player = game.Players.LocalPlayer if not player then return end local ts = game:GetService("TweenService") local gui = Instance.new("ScreenGui", player.PlayerGui) gui.Name = "PrismaUltimate" local bg = Instance.new("Frame", gui) bg.Size = UDim2.new(1,0,1,0) bg.BackgroundColor3 = C_BG bg.BackgroundTransparency = 1 ts:Create(bg, TweenInfo.new(0.4), {BackgroundTransparency = 0.35}):Play() local card = Instance.new("Frame", gui) card.Size = UDim2.new(0, 480, 0, 320) card.Position = UDim2.new(0.5, -240, 0.5, -160) card.BackgroundColor3 = C_CARD card.BorderSizePixel = 0 card.ClipsDescendants = true local grad = Instance.new("UIGradient", card) grad.Color = ColorSequence.new({ ColorSequenceKeypoint.new(0, Color3.fromRGB(100, 70, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(50, 30, 120)) }) grad.Rotation = 45 local corner = Instance.new("UICorner", card) corner.CornerRadius = UDim.new(0, 16) card.Position = UDim2.new(0.5, -240, 0.5, -220) card.BackgroundTransparency = 0.8 ts:Create(card, TweenInfo.new(0.4, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { Position = UDim2.new(0.5, -240, 0.5, -160), BackgroundTransparency = 0 }):Play() local topBar = Instance.new("Frame", card) topBar.Size = UDim2.new(1,0,0,8) topBar.BackgroundColor3 = C_ACCENT topBar.BorderSizePixel = 0 Instance.new("UICorner", topBar).CornerRadius = UDim.new(0,16) local titleShadow = Instance.new("TextLabel", card) titleShadow.Size = UDim2.new(1,-30,0,40) titleShadow.Position = UDim2.new(0,16,0,22) titleShadow.Text = "🔐 PRISMA HUB KEY 24H" titleShadow.TextColor3 = Color3.fromRGB(0,0,0) titleShadow.TextTransparency = 0.6 titleShadow.Font = Enum.Font.GothamBlack titleShadow.TextSize = 26 titleShadow.BackgroundTransparency = 1 local title = Instance.new("TextLabel", card) title.Size = UDim2.new(1,-30,0,40) title.Position = UDim2.new(0,15,0,20) title.Text = "🔐 PRISMA HUB KEY 24H" title.TextColor3 = C_TEXT title.Font = Enum.Font.GothamBlack title.TextSize = 26 title.BackgroundTransparency = 1 local sub = Instance.new("TextLabel", card) sub.Size = UDim2.new(1,-30,0,20) sub.Position = UDim2.new(0,15,0,65) sub.Text = "Obtain a token and unlock the hub" sub.TextColor3 = C_GRAY sub.Font = Enum.Font.GothamMedium sub.TextSize = 14 sub.BackgroundTransparency = 1 local linkFrame = Instance.new("Frame", card) linkFrame.Size = UDim2.new(1,-30,0,42) linkFrame.Position = UDim2.new(0,15,0,100) linkFrame.BackgroundColor3 = Color3.fromRGB(18, 16, 28) linkFrame.BorderSizePixel = 0 Instance.new("UICorner", linkFrame).CornerRadius = UDim.new(0,10) local linkLabel = Instance.new("TextLabel", linkFrame) linkLabel.Size = UDim2.new(1,-52,1,0) linkLabel.Position = UDim2.new(0,12,0,0) linkLabel.Text = KEY_LINK linkLabel.TextColor3 = Color3.fromRGB(180, 160, 255) linkLabel.Font = Enum.Font.Code linkLabel.TextSize = 12 linkLabel.BackgroundTransparency = 1 linkLabel.TextTruncate = Enum.TextTruncate.AtEnd local copyLinkBtn = Instance.new("TextButton", linkFrame) copyLinkBtn.Size = UDim2.new(0,44,0,44) copyLinkBtn.Position = UDim2.new(1,-44,0,-1) copyLinkBtn.BackgroundColor3 = C_ACCENT copyLinkBtn.Text = "📋" copyLinkBtn.TextColor3 = Color3.new(1,1,1) copyLinkBtn.Font = Enum.Font.GothamBold copyLinkBtn.TextSize = 20 Instance.new("UICorner", copyLinkBtn).CornerRadius = UDim.new(0,10) local tokenBox = Instance.new("TextBox", card) tokenBox.Size = UDim2.new(1,-30,0,48) tokenBox.Position = UDim2.new(0,15,0,160) tokenBox.PlaceholderText = "Paste your token here..." tokenBox.Text = "" tokenBox.BackgroundColor3 = Color3.fromRGB(18, 16, 28) tokenBox.TextColor3 = C_TEXT tokenBox.Font = Enum.Font.GothamMedium tokenBox.TextSize = 16 tokenBox.ClearTextOnFocus = false Instance.new("UICorner", tokenBox).CornerRadius = UDim.new(0,10) local progressBar = Instance.new("Frame", card) progressBar.Size = UDim2.new(1,-30,0,6) progressBar.Position = UDim2.new(0,15,0,218) progressBar.BackgroundColor3 = Color3.fromRGB(40, 35, 60) progressBar.BorderSizePixel = 0 progressBar.Visible = false Instance.new("UICorner", progressBar).CornerRadius = UDim.new(0,3) local progressFill = Instance.new("Frame", progressBar) progressFill.Size = UDim2.new(0,0,1,0) progressFill.BackgroundColor3 = C_ACCENT2 progressFill.BorderSizePixel = 0 Instance.new("UICorner", progressFill).CornerRadius = UDim.new(0,3) local verifyBtn = Instance.new("TextButton", card) verifyBtn.Size = UDim2.new(1,-30,0,50) verifyBtn.Position = UDim2.new(0,15,0,235) verifyBtn.Text = "VERIFY & UNLOCK" verifyBtn.BackgroundColor3 = C_ACCENT2 verifyBtn.TextColor3 = Color3.new(1,1,1) verifyBtn.Font = Enum.Font.GothamBlack verifyBtn.TextSize = 20 Instance.new("UICorner", verifyBtn).CornerRadius = UDim.new(0,10) local status = Instance.new("TextLabel", card) status.Size = UDim2.new(1,-30,0,20) status.Position = UDim2.new(0,15,0,293) status.Text = "" status.TextColor3 = C_ACCENT2 status.Font = Enum.Font.GothamMedium status.TextSize = 13 status.BackgroundTransparency = 1 local glow = Instance.new("ImageLabel", card) glow.Size = UDim2.new(1,0,1,0) glow.BackgroundTransparency = 1 glow.Image = "rbxassetid://284402402" glow.ImageColor3 = C_ACCENT glow.ImageTransparency = 0.85 glow.ScaleType = Enum.ScaleType.Fit glow.ZIndex = 0 copyLinkBtn.MouseButton1Click:Connect(function() if setclipboard then setclipboard(KEY_LINK) elseif syn and syn.write_clipboard then syn.write_clipboard(KEY_LINK) end status.Text = "✅ Link copied to clipboard!" task.wait(1.5) status.Text = "" end) verifyBtn.MouseButton1Click:Connect(function() local token = tokenBox.Text:gsub("%s+", "") if token == "" then status.Text = "⚠️ Please paste your token" return end if not httpGet then status.Text = "❌ HTTP not available in this executor" return end verifyBtn.Text = "VERIFYING..." verifyBtn.Interactable = false progressBar.Visible = true progressFill.Size = UDim2.new(0,0,1,0) ts:Create(progressFill, TweenInfo.new(0.6, Enum.EasingStyle.Linear), {Size = UDim2.new(1,0,1,0)}):Play() status.Text = "⏳ Connecting to Work.ink..." local url = "https://work.ink/_api/v2/token/isValid/" .. token .. "?deleteToken=1" local success, response = pcall(httpGet, url) if not success then status.Text = "❌ Connection error – try again" verifyBtn.Interactable = true verifyBtn.Text = "VERIFY & UNLOCK" progressBar.Visible = false return end local data pcall(function() data = game:GetService("HttpService"):JSONDecode(response) end) progressFill.Size = UDim2.new(1,0,1,0) task.wait(0.1) progressBar.Visible = false if data and data.valid == true then status.Text = "✅ Access granted! Loading script..." verifyBtn.Text = "UNLOCKED" verifyBtn.BackgroundColor3 = Color3.fromRGB(0, 200, 100) ts:Create(card, TweenInfo.new(0.4, Enum.EasingStyle.Back, Enum.EasingDirection.In), { Position = UDim2.new(0.5, -240, 0.5, 400), BackgroundTransparency = 1 }):Play() ts:Create(bg, TweenInfo.new(0.3), {BackgroundTransparency = 1}):Play() task.wait(0.5) gui:Destroy() local scriptContent = httpGet(SCRIPT_URL) if scriptContent then local func, err = loadstring(scriptContent) if func then func() else warn("Błąd w pobranym skrypcie: " .. tostring(err)) end else warn("Nie udało się pobrać skryptu z GitHuba") end else status.Text = "❌ Invalid or expired token" verifyBtn.Interactable = true verifyBtn.Text = "VERIFY & UNLOCK" end end) SCRIPT_URL = "https://raw.githubusercontent.com/TheDarkoneMarcillisePex/Other-Scripts/refs/heads/main/Blue%20Lock%20Rivals%20GUI"
NO COOLDOWN OP
local r=game.ReplicatedStorage local i,l=require(r.Controllers.AbilityController).legacy,require(r.Controllers.AbilityController.LegacyFunctions)local o,ol=i.AbilityCooldown,l.AbilityCooldown i.AbilityCooldown,l.AbilityCooldown=function(s,n,...)return o(s,n,0,...)end,function(a,b,c,d,...)return ol(a,b,c,0,...)end for n=1,3 do i["Ability"..({"One","Two","Three"})[n]]=0 i:AbilityCooldown(tostring(n),0)end
[KEY] Cool blue lock rivals script
loadstring(game:HttpGet("https://pastefy.app/WuObzIKO/raw"))()
BEST SCRIPT FOR BLUE LOCK RIVALS
loadstring(game:HttpGet("https://pastefy.app/hwzpWfsk/raw"))()
AUTO play Unlock all gamepasses
loadstring(game:HttpGet("https://encrypt-x.pages.dev/Scripts?Id=1132814805335"))("1132814805335")
Blue Lock Rivals New Update / 2026
loadstring(game:HttpGet("https://api.jnkie.com/api/v1/luascripts/public/c66dc06172ac41e3e0bd559267ebfcfd534c8329ed95def88226cf34c7362e7b/download"))()
Blue Lock: Rivals: Inf Spins, Inf Stamina, Auto Score Goal
loadstring(game:HttpGet("https://raw.githubusercontent.com/LHking123456/dx5h9bfrv48e3/refs/heads/main/BLRivals"))()
Best Blue lock script NO KEY
loadstring(game:HttpGet("https://raw.githubusercontent.com/Bhusant/Bathroom-attack/refs/heads/main/Bathroom"))()
Blue Lock: Rivals Script Y2k Hub | AUTO GOAL, FLOWS/STYLES, INF STAMINA, INF FLOW
loadstring(game:HttpGet("https://y2kscript.xyz"))()
[NEL + MVPS] Blue Lock: Rivals Script (Exuso Hub) - Auto Goal, Inf Stamina, Inf Flow, Flows & Styles
loadstring(game:HttpGet("https://raw.githubusercontent.com/BexruzScripts/Blue-lock-no-cd-reo-get-any-style-script.-WORKS-WITH-WORLD-CLASSES-/refs/heads/main/script.lua"))()
Blue Lock Rivals Script TheDarkone - Auto Ball, Auto Steal, Inf Spins
loadstring(game:HttpGet('https://raw.githubusercontent.com/TheDarkoneMarcillisePex/Other-Scripts/refs/heads/main/Blue%20Lock%20Rivals%20GUI'))()
Blue Lock Rivals Script (Updated) - Auto Steal, Auto Goal, Auto TP Ball, ESP
loadstring(game:HttpGet("https://pastefy.app/3S5kIPpY/raw", true))()
Blue Lock Rivals Script New - Hitbox Expander, ESP
loadstring(game:HttpGet("https://raw.githubusercontent.com/FeykHere/FeykhubOrignal/refs/heads/main/Feykhubloader"))()
Blue Lock: Rivals Script - Custom Moveset (8 moves)
loadstring(game:HttpGet("https://raw.githubusercontent.com/stylemakeritosh/Rinstyle/refs/heads/main/Nelrin"))()
Blue Lock Rivals Script Mobile Alchemy Hub - Auto Goal No Key
loadstring(game:HttpGet("https://pastebin.com/raw/FmDrhT3m"))()
Blue Lock Script - Inf Spin
loadstring(game:HttpGet("https://raw.githubusercontent.com/dehism/Dehism/refs/heads/main/Inf%20Spins%20Auto%20Dehism",true))()
Blue Lock: Rivals Paste Script - Get Style
loadstring(game:HttpGet("https://pastefy.app/vrlg7VPE/raw"))()
Blue Lock: Rivals Script No Key - Inf Spin, Inf Stamina, Auto TP
loadstring(game:HttpGet("https://pastebin.com/raw/SPQT6v5J"))()
BlueLock Rivals Script - INF Spins, Get Style
Script Blue Lock: Rivals (No Key) - Any Emote, Any Cosmetics, Infinite Spin, Bypass
Blue Lock Rivals Script NS Hub - Auto Farm, Auto TP, ESP
loadstring(game:HttpGet("https://raw.githubusercontent.com/OhhMyGehlee/fo/refs/heads/main/ot"))()
Blue Lock: Rivals Script Mobile Zee Hub
loadstring(game:HttpGet("https://zuwz.xyz/ZEEHubVNBlueLock.lua"))()
Blue Lock Rivals Script Bill Dev Hub - Auto Farm
loadstring(game:HttpGet("https://raw.githubusercontent.com/selciawashere/screepts/refs/heads/main/BLRTBDKEYSYS",true))()
Over Hub Blue Lock Rivals Script Mobile
loadstring(game:HttpGet('https://api.overhub.xyz/keys/script/overhub'))()
Get Script Blue Lock Rivals - Style (Rin, Yukimiya, Shidou)
loadstring(game:HttpGet(('https://pastefy.app/O3F7JYSF/raw'),true))()
Blue Lock: Rivals Mobile Script - Custom style Kaiser
loadstring(game:HttpGet("https://raw.githubusercontent.com/Bhusant/Bathroom-attack/refs/heads/main/Bathroom"))()
Get Blue Lock: Rivals Script - Auto Goal, infinite Stamina, Aimlock Ball
loadstring(game:HttpGet(('https://pastefy.app/ZcC3BzKb/raw'),true))()
Arbix Hub Blue Lock Rivals - Auto Farm Mobile Script Pastebin
loadstring(game:HttpGet(('https://pastefy.app/lbLVUm8Z/raw'),true))()
Blue Lock Rivals Script Dummy Mobile
loadstring(game:HttpGet(('https://pastefy.app/5i2DScDc/raw'),true))()
Blue Lock Rivals Script Rinns Hub Mobile - Inf Money, Inf Stamina
loadstring(game:HttpGet(('https://pastefy.app/8nNevou3/raw'),true))()
Script Blue Lock Rivals Tbao Hub No Key
loadstring(game:HttpGet('https://raw.githubusercontent.com/tbao143/game/refs/heads/main/TbaoHubBlueLockRivals'))()
Get Script Blue Lock Rivals Legend Handles - Inf Stamina, Auto Shot, Auto Defense
loadstring(game:HttpGet('https://raw.githubusercontent.com/LHking123456/ct4gFewpLxRHJ/refs/heads/main/BLRivals'))()
Script Blue Lock: Rivals - Get Any Style Pastebin
loadstring(game:HttpGet("https://pastebin.com/raw/D1M2PLua", true))()
Blue Lock Rivals Scripts
loadstring(game:HttpGet("https://raw.githubusercontent.com/tbao143/game/refs/heads/main/TbaoHubBlueLockRivals"))()

How to Run a Blue Lock Rivals Script

Step 1

Install a compatible Roblox executor on your PC or mobile device. Commonly mentioned options include Volt, Xeno, Delta, Potassium, Wave, Real, and Synapse Z.

How to Download Xeno Executor
How to Download Xeno Executor
Retro Tower Defense Scripts — Auto Clear Waves, Auto Play, Auto Upgrade
Retro Tower Defense Scripts — Auto Clear Waves, Auto Play, Auto Upgrade   1
Article
yesterday

Step 2

Open your executor, launch Roblox, and join Blue Lock Rivals.

Xeno.exe Launcher
Xeno.exe Launcher

Step 3

Use the executor’s Attach or Inject option to connect it to your active Roblox session.

Xeno Executor Attach Button  
Xeno Executor Attach Button  

Step 4

Copy the script loadstring, paste it into the executor’s script window, then click Execute or Run.

How to Paste a  Blue Lock Rivals Script Loadstring Into an Xeno Executor
How to Paste a  Blue Lock Rivals Script Loadstring Into an Xeno Executor
Fish an Anime RNG Trading Guide: How Trading Works and What's Worth Swapping
Fish an Anime RNG Trading Guide: How Trading Works and What's Worth Swapping   
Guides
yesterday

Step 5

Some Blue Lock Rivals scripts use a key or activation system. If the script asks for a key, enter it when prompted.

Enter the Key for Blue Lock Rivals Script
Enter the Key for Blue Lock Rivals Script

Step 6

Once the script menu loads, enable the features you want and tweak the available settings to match your preferred Blue Lock Rivals setup.

Working Script in Blue Lock Rivals
Working Script in Blue Lock Rivals

Main Blue Lock Rivals Script Features

Some players use scripts and other modifications in Blue Lock: Rivals to change or simplify certain parts of the gameplay. On this page, you can find free scripts designed for the latest game updates, giving players access to additional functions and different ways to interact with the game.

FEATURES LIST
Auto Farm
Auto Dribble
Auto Score
Aimlock Ball
Teleport to Ball
Auto Kick
Auto Ball
Auto Spin
Live Info
No Cooldown
Blue Lock Rivals GUI Script
Blue Lock Rivals GUI Script
99 Nights in the Forest: All New Badges and How to Get Them
99 Nights in the Forest: All New Badges and How to Get Them   4
Article

How to Fix Blue Lock Rivals Scripts That Aren’t Working

A Blue Lock Rivals script can sometimes stop working properly out of nowhere. You might notice FPS drops, Roblox crashes, random server disconnects, or a script menu that simply refuses to load.

These problems often show up after an update to Roblox, Blue Lock Rivals, the script itself, or the executor you’re using. Luckily, a few basic troubleshooting steps can often get things working again.

Restart Roblox and Your Executor

Start with the simplest fix: completely close both Roblox and your executor, then launch them again.

After restarting, reconnect to Blue Lock Rivals and try loading the script from scratch. A fresh restart can clear temporary connection issues, loading bugs, or background processes that didn’t initialize correctly the first time.

Try Another Script

If a specific Blue Lock Rivals script suddenly stops working, try switching to another available version.

Game updates can easily break certain scripts while others continue to work just fine. Testing a different script is also a quick way to figure out whether the issue comes from Blue Lock Rivals itself or just the particular script you were using.

Cars VS Tape Tier List: Every Car Ranked (What To Buy First)
Cars VS Tape Tier List: Every Car Ranked (What To Buy First)   
Article

Try a Different Executor

Script compatibility can vary quite a bit between executors. A script that runs poorly—or doesn’t run at all—with one executor may work better with another.

If you keep running into errors, crashes, or loading problems, testing another compatible executor can help narrow things down. If the script works there, the issue is likely related to your previous execution environment rather than the script itself.

Additional content available
Go to Twitter bo3.gg
Comments
By date