Find any script for Roblox

Enter the name of the game or script.

Might be interesting:

Devil Hunter scripts – (January 2026)

Devil hunter scripts - no key

Script Views: 169

LAST UPDATE: 1/9/2026

Embrace the chaos inspired by Chainsaw Man with our powerful automation. Features include Auto Parry for perfect defense and Auto Complete for Missions and Raids. Auto Buy from the Blackmarket, Auto Redeem all codes, and use ESP and Fly for total dominance. Available as both NO KEY and KEY REQUIRED versions for the ultimate hunt.

Game link: Devil Hunter

Видео

Table of Contents


    List of working Devil Hunter scripts:

    Devil Hunter script


    Script functions:

    • Auto Parry – Automatically blocks and counters all incoming attacks.
    • Auto Complete Missions – Automatically finishes all available missions and quests.
    • Auto Raids – Automatically joins and completes raid events.
    • Auto Buy Blackmarket – Automatically purchases items from the black market.
    • Auto Redeem Codes – Claims all active gift codes for rewards.
    • ESP – Reveals enemy and item locations through walls.
    • Fly – Enables free-flight movement.
    KEY SYSTEM
    script_key="YOUR KEY HERE";
    loadstring(game:HttpGet("https://www.getcerberus.com/loader.lua"))()

    Instant kill – Open Source

    NO KEY
    local UserInputService = game:GetService("UserInputService")
    local Players = game:GetService("Players")
    
    local plr = Players.LocalPlayer
    local holdingV = false
    
    local function INSTAKILLTHISNEBROID()
        local char = plr.Character
        if not char then return end
        
        local HRP = char:FindFirstChild("HumanoidRootPart")
        if not HRP then return end
        
        local entities = workspace:FindFirstChild("World") and workspace.World:FindFirstChild("Entities")
        if not entities then return end
        
        local closest = nil
        local DistFrM = math.huge
        
        for _, Mob in pairs(entities:GetChildren()) do
            if Mob:IsA("Model") and Mob ~= char then
                local MobRoot = Mob:FindFirstChild("HumanoidRootPart")
                local HumanoidN = Mob:FindFirstChild("Humanoid")
                
                if MobRoot and HumanoidN and isnetworkowner(MobRoot) then
                    local dist = (HRP.Position - MobRoot.Position).Magnitude
                    if dist < DistFrM then
                        DistFrM = dist
                        closest = HumanoidN
                    end
                end
            end
        end
        
        if closest and closest.Health > 0 then
            closest.Health = 0
        end
    end
    
    UserInputService.InputBegan:Connect(function(INPETS, P)
        if P then return end
        if INPETS.KeyCode == Enum.KeyCode.V then
            holdingV = true
            INSTAKILLTHISNEBROID()
            
            while holdingV do
                INSTAKILLTHISNEBROID()
                task.wait(0.08)
            end
        end
    end)
    
    UserInputService.InputEnded:Connect(function(INPETS)
        if INPETS.KeyCode == Enum.KeyCode.V then
            holdingV = false
        end
    end)

    Ravyneth hub

    KEY SYSTEM
    loadstring(game:HttpGet("https://ravyneth.space/main.lua"))()

    gluuu3 hub

    KEY SYSTEM
    loadstring(game:HttpGet("https://raw.githubusercontent.com/gluuu3/DevilHunter/refs/heads/main/Devilhunter"))()

    Rifton Hub

    KEY SYSTEM
    local v0="https://api.luarmor.net/files/v3/loaders/1f6f65a554ba5d1583570b9dca5315e8.lua";local v1="1f6f65a554ba5d1583570b9dca5315e8";local v2=loadstring(game:HttpGet("https://github.com/Footagesus/WindUI/releases/latest/download/main.lua"))();local function v3() local v7,v8=pcall(function() loadstring(game:HttpGet(v0))();end);if  not v7 then warn("Failed to load script: "   .. tostring(v8) );v2:Notify({Title="Script Error",Content="Failed to load script. Check your key.",Duration=5,Icon="alert-triangle"});end end local function v4(v9) if ( not v9 or (v9=="")) then return false,"Please enter a key";end if ( #v9<20) then return false,"Key is too short";end getgenv().script_key=v9;return true,"Key accepted! Loading script...";end local function v5() task.spawn(function() task.wait(0.5);if Window then Window:Destroy();end v3();end);end local v6=v2:CreateWindow({Title="Rift Hub",Icon="door-open",Author="by alainyan.",Folder="RiftHub",Size=UDim2.fromOffset(580,460),MinSize=Vector2.new(560,350),MaxSize=Vector2.new(850,560),Transparent=true,Theme="Dark",Resizable=true,SideBarWidth=200,BackgroundImageTransparency=0.42,HideSearchBar=true,ScrollBarEnabled=false,Background="rbxassetid://",User={Enabled=true,Anonymous=true,Callback=function() print("clicked");end},KeySystem={Title="Rift Hub - Key System",Note="Get your key from the link below. Keys are free!",URL="https://ads.luarmor.net/get_key?for=Devil_Hunter-zLWPYglOFkdD",SaveKey=true,KeyValidator=function(v11) local v12,v13=v4(v11);if v12 then v2:Notify({Title="Key Accepted",Content=v13,Duration=3,Icon="check"});v5();return true;else v2:Notify({Title="Key Error",Content=v13,Duration=5,Icon="x"});return false;end end}});

    Rob Hub

    KEY SYSTEM
    loadstring(game:HttpGet('https://raw.githubusercontent.com/artas01/robscript/refs/heads/main/loader.lua'))()

    How to use scripts?

    • Copy the script and paste it into any executor. (Delta, Solara, Arceus X, Fluxus, Synapse X)
    • Click execute.
    • The script is working!

    Warning:

    • Use the script on alt accounts.
    • We are not responsible for your use of scripts.
    • You should be prepared that the script may not work.

    FREQUENTLY ASKED QUESTIONS:

    Do I need to buy scripts?

    No, all scripts are either completely free or have a light key system with ads.

    The script is not working, what should I do?

    We update and check the scripts every week. Try using a different script.


    Leave a Comment

    Your email address will not be published. Required fields are marked *