Next Gen Luau Environment v1.0

AWP.GG

Your trusted, high-performance internal environment and Luau runtime. Engineered with comprehensive sUNC support, instant memory mapping, and stealth execution.

UNC & sUNC

100% Rate

Architecture

Internal V1

FPS Uncap

Native 240+

Engine Status

live platform monitor

AWP Network

Windows

In Development

v1.0.000

Mac OSX

Offline

Offline

Android

Offline

Offline

Unrivaled Power

Why Choose AWP

Full sUNC / UNC Suite

Support for closures, hookmetamethod, debug protos, drawing overlays, and filesystem APIs with 100% test compatibility.

Stealth Thread Identity

Custom Level 8 execution with spoofed caller verification, cloneref handling, and secure WebSocket synchronization.

Instant Memory Injection

Lightning fast module attachment without dropping frames. Unlocked framerates and clean script hub integration.

Pricing Plans

Get Your Key

Instant automatic key delivery via email and Discord. Select the plan that matches your needs.

Weekly Key

7 Days
$5 / week

Perfect for trying out the engine and short-term gaming.

  • Full Luau Environment Access
  • sUNC 100% Function Set
  • In-App Script Hub Access
  • 1 HWID Reset / Week
Most Popular

Monthly Key

30 Days
$15 / month

Consistent access with standard HWID resets and priority discord support.

  • Full Luau Environment Access
  • sUNC 100% Function Set
  • Fast Script Hub & Cloud Saves
  • 3 HWID Resets / Month
  • Priority Discord Role

Lifetime Key

Permanent
$50 / one-time

One-time payment for perpetual access and beta updates.

  • Lifetime Unlimited Access
  • sUNC 100% & Future Beta Builds
  • Automated Instant HWID Resets
  • VIP Support Channel Access

Instant Automatic Delivery

Keys are delivered directly to your dashboard and email within seconds of purchase.

Latest Release: v1.0.000

Download AWP.GG

Select your installation package. All builds require an active product license key to verify and initiate download.

AWP Engine for Windows

In Development

Standalone desktop client with integrated Luau code editor, script tabs, fast module injector, and real-time output console.

AWP.GG.exe 14.8 MB Windows 10 / 11 64-bit

Apple macOS

Status: Offline

Unavailable

Android APK

Status: Offline

Unavailable

Quick Installation Steps

STEP 01

Download & Extract

Authenticate your license key, download AWP.GG.exe and place it into a dedicated folder.

STEP 02

Antivirus Exclusion

Whitelist the installation directory to prevent DLL false positives.

STEP 03

Authenticate & Run

Log in with your AWP account key and attach the client.

documentation

scripting docs

Clean, categorized reference manual for Luau runtime APIs, closures, environment hooks, and internal tables.

Functions & Closures
Tables & Runtime
Low Level & Memory
scripting docs / functions & closures

Closures & Function Hooking

High-performance runtime function interception, caller identity checks, and secure CClosure wrapping primitives.

hookfunction(target: function, hook: function): function
returns: original

Replaces target closure with the supplied detour hook and returns the original function handle for continuation.

example.lua Luau
local originalPrint; originalPrint = hookfunction(print, function(...)
    return originalPrint("[AWP Hook]:", ...)
end)
checkcaller(): boolean
thread validation

Returns true if the current thread or invoking closure was dispatched by the execution context rather than the game core.

example.lua Luau
if checkcaller() then
    print("Invoked from authenticated script context")
end
newcclosure(f: function): function
stack isolation

Wraps a native Luau LClosure into an isolated CClosure to prevent caller stack trace inspection and error line leakage.

Welcome Back

Log in to sync scripts & access web executor

Forgot?
Need an access key? Buy a key

Create Account

Register to activate your AWP license key

Already registered? Sign in

Executor

LIVE
Connecting...

High-speed internal execution engine with native Luau runtime synchronization.

1 line UTF-8
1