Project Discontinued

The Criminality Item Finder project has been discontinued.

I'm now working on other projects. Thanks for using the tool!

Legacy Script

Last updated version

If you still want to search for items, you can use this script with your executor:

getgenv().ItemFinderConfig = {
    SEARCH_SLAYER = true,
    SEARCH_CORRUPTIS = true,

    GAME_MODES = {"Standard", "Casual"}, --you can use "M-Casual" too
    MIN_PLAYERS = 3,
    MAX_PLAYERS = 38,
    BLOCKED_REGIONS = {"JP", "SG", "HK", "IN", "BR", "AU"}, --JP, SG, HK, IN, US, GB, PL, DE, FR, NL, IE, BR, AU

    CONSOLE_ENABLED = true, --for potassium and wave users, makes a console window
    KEEP_SEARCHING = false --when disabled stops after found
}

loadstring(game:HttpGet("https://raw.githubusercontent.com/multyplyy/itemfinderlight/refs/heads/main/itemfinder.luau"))()

This script may not work if the game receives major updates.