Secure Script Distribution
& Whitelist Service

The ultimate platform for developers to protect, license, and distribute scripts. HWID locking, cloud loading, and real-time access control.

Start Protecting Documentation
# Universal Loader Example
import requests
import platform

def secure_load():
    # 1. Authenticate Device
    hwid = platform.node() + platform.machine()
    
    # 2. Fetch Whitelisted Script
    response = requests.post(
        "https://api.irisauth.dev/load", 
        json={"key": "LICENSE-KEY-123", "hwid": hwid}
    )
    
    # 3. Execute in Memory
    if response.status_code == 200:
        exec(response.text)
    else:
        print("Access Denied: " + response.text)
            
99.9%
Uptime
50k+
Scripts Protected
0s
Latency Overhead

Smart Licensing

Hardware-ID (HWID) locking, OS validation, and expiration control. Revoke access instantly from the dashboard.

Cloud Loader

Stream encrypted bytecode directly to memory. Your source code never touches the client's disk.

Workspaces

Organize your scripts and licenses into isolated workspaces for better management and client separation.

Real-time Analytics

Monitor your script's usage in real-time. Track active users, successful logins, and unauthorized access attempts.

Remote Kill Switch

Instantly disable access to your script for specific users or globally if a leak is detected. You are in full control.

Anti-Tamper Protection

Built-in checks for debuggers, HTTP debuggers (Fiddler/Charles), and code modification. Protects your intellectual property.

Multi-Language Support

Universal protection for Python, JavaScript and Lua. One platform for all your projects.

API Integration

Seamlessly integrate with payment gateways like Sellix, Shoppy, or your own backend using our robust REST API.

IP & HWID Locking

Lock licenses to specific Hardware IDs or IP addresses to prevent account sharing and unauthorized distribution.