Skip to content

Isaeva Executor ​

How to use? ​

Download & Support
Utility Tool (Recommended)

Aiven's Isaeva Utility Tool is a CLI that automates installation, fixes, and maintenance. Source Code: Link

How to use: ​

  1. Copy the run command below
  2. Open CMD or PowerShell
  3. Paste and press Enter
  4. Choose an option by number

Options: ​

  • [1] Windows Security Exclusions
  • [2] Install Fishstrap
  • [3] Cant Login Fix (WARP)
  • [4] Install Roblox
  • [5] Install Dependencies (.NET + VC++)
  • [6] Download Isaeva
  • [7] Remove Isaeva
  • [8] Fix Injection Errors
  • [9] Organize Directory
  • [X] Exit

Run Command: ​

bash
curl -sL "https://gist.githubusercontent.com/Beastaive22/f3f8245e06f73c9a9c8fb90c88635ec1/raw/6aff874072a08d31e73d5e147aa0a11951173c43/Aiven's%20Isaeva%20Utility%20Tool" > %temp%\aiut.bat && start %temp%\aiut.bat

Aiven's Isaeva Utility Tool Preview: ​

Troubleshooting & Error Guidelines ​

DANGER

READ BEFORE OPENING A TICKET Failure to follow these steps will result in no support

Mandatory Checks ​

Before reporting any issue, make sure:

  1. Antivirus is disabled
  2. You are using the latest version
  3. You have installed dependencies (.NET + VC++)
  4. You have tried Repair Files
  5. You restarted both Roblox and Isaeva

Common Errors & Solutions ​

Text Editor Not Appearing ​

Fix: → Install Cloudflare WARP: https://1.1.1.1/ → Enable it and click Repair Files → Relaunch Isaeva

If it fails: → Use another VPN (ProtonVPN, etc.)

Drawing Initialization Error (0x2) ​

Only for Fishstrap/Bloxstrap users

Fix:

  1. Open Settings
  2. Go to Fast Flags
  3. Set Rendering Mode to DX11 (not Vulkan)

Memory Operation Failed (0x1) ​

Cause: Injection failure

Fix:

  1. Delete Isaeva folder in Roaming AppData
  2. Delete Roblox in Local AppData
  3. Reinstall everything
  4. Disable antivirus

Injection Error 0x2 (Crash) ​

Fix: → Go to Exploit Protection → Disable Control Flow Guard (CFG) → Restart PC

Injection Issues (General Fix) ​

Follow in order:

  1. Disable antivirus
  2. Use Repair Files
  3. Login in Launcher
  4. Close Isaeva completely
  5. Launch Roblox via Fishstrap
  6. Join game only with linked accounts

Can't Attach to Roblox ​

Fix: → Disable antivirus and retry

Version Mismatch ​

Fix: → Download latest Roblox version: https://rdd.weao.gg/

Attached but Session Not Found ​

Fix: → Check channel: https://clientsettings.roblox.com/v2/user-channel?binaryType=WindowsPlayer

→ Must be on LIVE channel

If already correct: → Restart Roblox + Isaeva

Missing Files Error ​

Fix:

  1. Disable antivirus
  2. Go to Settings → Danger Zone
  3. Click Repair Files

Network / Login Timeout ​

Fix: → https://one.one.one.one → Use VPN if needed

Extra Fixes ​

SAB Desync Not Working ​

lua
replicatesignal(game.Players.LocalPlayer.Kill)

Unnamed Enhancements Fix ​

lua
local old = getgenv().listfiles
getgenv().listfiles = newcclosure(function(name)
    local res = old(name)

    if name:find('/') then
        for i, v in res do
            res[i] = v:gsub(name..'/', '')
        end
    end

    return res
end)

Unnamed Lua Fix ​

lua
local old = getgenv().listfiles
getgenv().listfiles = newcclosure(function(name)
    local res = old(name)

    if name:find('lua/') then
        for i, v in res do
            res[i] = v:gsub(name..'/', '')
        end
    end

    return res
end)

Downloads ​

Made with ❤ © 2026, Est. 2026