Guardian Verification

Features

  • Standalone Compatibility – Works independently without requiring other frameworks.

  • Secure Discord Verification – Ensures only legitimate users get verified.

  • Database Integration – Uses MySQL (oxmysql) to store linked accounts.

  • Webhook Logging – Sends verification logs to a Discord webhook.

  • Multiple Platform Linking – Supports Steam, Xbox Live, Live ID, and Rockstar License.

  • Custom Notifications – Uses ox_lib okokNotify CodemNotifyor user-friendly messages.

  • Optimized Performance – Lightweight and efficient script design.

  • Easy Configuration – Webhook and settings stored in config.lua.

  • Duplicate Account Prevention – Prevents users from linking multiple accounts.

Verify Embed
Verify Embed Log Success
Verify Embed Log Error
Config = {}

-- 1 = ox_lib, 2 = okokNotify, 3 = CodemNotify
Config.NotificationType = 1

Config.DiscordWebhook = "Your-Disocrd-Webhook-Here" -- Your Discord Webhook for your log channel

Config.SaveIPToDatabase = false  -- Set to false if you want to hide IPs in DB and webhook

return Config

Last updated