Scripts Games Try Our Executor
Login Sign Up
Auto Black Flash Open Src
Free
Game #9391468976

Auto Black Flash Open Src

Feb 4, 2026 206 38 lines 1.2 KB
admin 126 scripts
Lab
script.lua 38 lines
Raw
local u = game:GetService("UserInputService")
local plrs = game:GetService("Players")
local locplr = plrs.LocalPlayer
local rpl = game:GetService("ReplicatedStorage")
local bindkey = Enum.KeyCode.E -- change bind here
local activateRE = rpl.Knit.Knit.Services.DivergentFistService.RE.Activated
local function blackflash()
    local chr = locplr.Character
    if not chr then return end
    local mset = chr:FindFirstChild("Moveset")
    if not mset then return end
    local dfist = mset:FindFirstChild("Divergent Fist")
    if not dfist then return end
    activateRE:FireServer(dfist)
    task.wait(0.32)
    chr = locplr.Character
    if not chr then return end
    mset = chr:FindFirstChild("Moveset")
    if not mset then return end
    dfist = mset:FindFirstChild("Divergent Fist")
    if not dfist then return end
    activateRE:FireServer(dfist)
    task.wait(0.35)
    chr = locplr.Character
    if not chr then return end
    mset = chr:FindFirstChild("Moveset")
    if not mset then return end
    dfist = mset:FindFirstChild("Divergent Fist")
    if not dfist then return end
    
    activateRE:FireServer(dfist)
end
u.InputBegan:Connect(function(ip, gp)
    if gp then return end
    if ip.KeyCode == bindkey then
        task.spawn(blackflash)
    end
end)
Description
Imported from ScriptBlox https://scriptblox.com/

Auto black flash
Bind is E, if u want u can change it in bindkey = Enum.KeyCode.E
Comments 0
Loading comments...
Stats
206Views
0Likes
0Favorites
0Comments
Details
Status Working
Key System None
Mobile PC Only
TypeGeneral
CreatedFeb 4, 2026
Updatedjust now
How to Use
1 Copy the script above
2 Open your executor
3 Paste and execute
Need an executor?
Report

Found an issue? Let us know.

Copied!

Share Script

Report Script