/status/exploits

Get the latest Roblox exploit statuses, powered by the WEAO API.

Example: https://api.weao.xyz/status/exploits

[
    {
        "properties": {
            "uncStatus": false,
            "suncStatus": false,
            "elementVerified": false,
            "name": "Synapse X",
            "version": "v3",
            "updatedDate": "09/22/2024 at 12:00 AM EST",
            "payment": "paid",
            "detected": false,
            "updateStatus": true,
            "websitelink": "https://x.synapse.to/",
            "discordlink": "https://x.synapse.to/",
            "v3rmlink": "https://x.synapse.to/",
            "purchaselink": "https://x.synapse.to/",
            "platform": "Windows",
            "type": "WindowsExecutor"
        },
        "_id": "66f0214c73f640106a6218ec",
        "__v": 0
    },
    {
        "properties": {
            "uncStatus": false,
            "suncStatus": false,
            "elementVerified": false,
            "name": "Script-Ware",
            "version": "v3",
            "updatedDate": "09/22/2024 at 12:00 AM EST",
            "payment": "paid",
            "detected": false,
            "updateStatus": true,
            "websitelink": "https://script-ware.com/",
            "discordlink": "https://script-ware.com/",
            "v3rmlink": "https://script-ware.com/",
            "purchaselink": "https://script-ware.com/",
            "platform": "Mac",
            "type": "MacExecutor"
        },
        "_id": "66f0214c73f640106a621938",
        "__v": 0
    },
    {
        "properties": {
            "uncStatus": false,
            "suncStatus": false,
            "elementVerified": false,
            "name": "JJSploit",
            "version": "6.3.2",
            "updatedDate": "2024-07-15",
            "payment": "free",
            "detected": true,
            "updateStatus": true,
            "websitelink": "https://wearedevs.net/d/JJSploit",
            "discordlink": "https://wearedevs.net/d/JJSploit",
            "v3rmlink": "https://wearedevs.net/d/JJSploit",
            "purchaselink": "",
            "platform": "Windows",
            "type": "WindowsExecutor"
        },
        "_id": "66f0214c73f640106a621960",
        "__v": 0
    }
]
Value
Type
Use

uncStatus

boolean

Whether the exploit complies with UNC or not

suncStatus

boolean

Whether the exploit works with SUNC

elementVerified

boolean

Whether the exploit was verified by the Element team

name

string

The name of the exploit

version

string

The version of the exploit

updatedDate

string

The last update date of the exploit

payment

string

What type of payment the exploit is

detected

boolean

Whether the exploit is detected by Hyperion or not

updateStatus

boolean

Whether the exploit is updated or not

websitelink

string

The website of the exploit

discordlink

string

The discord of the exploit

v3rmlink

string

The v3rm page/post for the exploit

purchaselink

string

The purchase/reseller page for the exploit

platform

string

The platform the exploit works on

type

string

What the exploit is, External/Exploit

index

number

What the exploit is ranked on WEAO

_id

string

MongoDB ID

Last updated