Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

Latest commit

Β 

History

History
100 lines (74 loc) Β· 1.75 KB

File metadata and controls

100 lines (74 loc) Β· 1.75 KB
author description icon
linhisreal
Complete installation guide for AWP.GG
down-from-line

Installation Guide

πŸ”‘ License Activation

{% tabs %} {% tab title="New Users" %}

Registration Process

sequenceDiagram
    participant User
    participant Bot
    participant System
    User->>Bot: /register command
    Bot->>User: Send DM with instructions
    User->>Bot: Complete registration
    System->>User: Account created
Loading

{% endtab %}

{% tab title="Existing Users" %}

License Claims

  • Use /claim to activate license
  • New duration adds to existing time
  • One license per user {% endtab %} {% endtabs %}

πŸ’Ύ Installation Process

Download Steps

{% hint style="warning" %}

  1. Execute /download command
  2. Wait for DM with download link
  3. Download within 5 minutes

⚠️ Links are single-use and time-limited! {% endhint %}

Installation Checklist

{% tabs %} {% tab title="Pre-Install" %}

  • βœ… ROBLOX fully closed
  • βœ… Prerequisites installed
  • βœ… Antivirus disabled
  • βœ… Windows Defender off {% endtab %}

{% tab title="Installation" %}

  1. Run installer as admin
  2. Follow setup wizard
  3. Configure settings
  4. Complete initial setup {% endtab %} {% endtabs %}

πŸš€ First Launch

Setup Process

graph TD
    A[Launch UI] -->B[Login]
    B -->C[Click Launch Icon]
    C -->|Error| D[Open Scripting]
    D -->E[Go to Settings]
    E -->F[Fix Channel]
    F -->C
    C -->|Success| G[Ready to Use]
Loading

πŸ—‘οΈ Uninstallation

{% hint style="info" %} To remove AWP.GG:

  1. Open UI
  2. Go to Scripting > Settings
  3. Click "Remove AWP"
  4. Reinstall ROBLOX {% endhint %}

{% hint style="success" %} Installation complete! Check our FAQ for common questions. {% endhint %}