All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the HC6 Auto Release

The HC6 Auto Release code is below. Copy & inject it into the game. Enjoy!

getgenv().HC6AutoTime = true;

local function release() 
    if syn or KRNL_LOADED then
    keyrelease(0x45)
    else
    game:GetService("ReplicatedStorage").Remotes.server.shoot:FireServer({[1] = false,[2] = false})
    end
end


game:GetService("RunService").RenderStepped:Connect(function()
    if getgenv().HC6AutoTime == false then
        return
    end
    if getgenv().isrunning == true then
       return;
    end
    getgenv().isrunning = true;
    repeat wait() until game:GetService("Players").LocalPlayer.Character.Values.shooting.Value == true
    repeat wait() until game:GetService("Players").LocalPlayer.Character.Meter2.SurfaceGui.Circle[163].Visible == true
    release()
    getgenv().isrunning = false;
end)

print'trappy has an asian pp';