Skip to content

dcodemaxz/arctryx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation




🧭 About Arctryx

Important

Arctryx is a ToolKit that combines various features such as spam and tracking based on CLI Menu with an easy and simple interactive display.


⚙️ Installation

Details

1. Update your terminal environment (Termux / Linux)

apt update -y && apt upgrade -y && apt install git make -y

2. Clone the installer repository

git clone https://github.com/dcodemaxz/arctryx

3. Install required packages (first time)

make install

🚀 Getting Started

Details

1. Enter the project directory

cd arctryx

2. Run script

make run

3. Select Register

• [2] Register

Important

Select register and copy the generated key and send it to developer for activation, or you can also select Free Trial to get an access token


🏗️ Architecture Overview

graph TD
    A["CLI User<br/>Terminal Input"] --> B["start<br/>CORE Controller"]

    %% CORE RESPONSIBILITY
    B --> C["Menu UI<br/>Select Case 01–10"]
    C --> D{"Case Router<br/>Switch Menu"}

    %% ACCESS CONTROL
    D --> E["Premium Check<br/>security/auth.json"]

    E -->|Allowed| F["Feature Executor<br/>Run Selected Case"]
    E -->|Blocked| G["Access Denied<br/>Premium Only"]

    %% EXTERNAL API BASE
    F --> API["API Base<br/>External Server Logic"]

    %% CASE 01–04
    F --> S1["01 Spam WA<br/>OTP Flood"]
    S1 --> API

    F --> S2["02 Spam NGL<br/>Question Flood"]
    S2 --> API
    S2 --> D2[".lib/database/ngl"]

    F --> S3["03 Spam Gmail<br/>Email Flood"]
    S3 --> API
    S3 --> D3[".lib/database/gmail"]

    F --> S4["04 Spam Pairing<br/>WA Pairing"]
    S4 --> X1[".session"]

    %% CASE 05–08
    F --> T1["05 Doxing Police<br/>Identity Lookup"]
    T1 --> API

    F --> T2["06 Sosmed Stalking<br/>OSINT Search"]
    T2 --> API

    F --> T3["07 NIK Tracking<br/>Identity Validate"]
    T3 --> API

    F --> T4["08 IP Tracking<br/>Geo Lookup"]
    T4 --> API

    %% CASE 09
    F --> U1["09 Banned WA<br/>Check & Log"]
    U1 --> B1[".lib/system/bot"]
    U1 --> X1

    %% CASE 10
    F --> U2["10 Downloader<br/>TT · IG · FB · X"]
    U2 --> API
    U2 --> DL[".Download"]

    %% MEDIA (USED BY CORE)
    B --> M[".lib/media<br/>Backsound"]

    %% OUTPUT
    F --> O["CLI Renderer<br/>Formatted Output"]

    %% STYLES (DARK TOOLKIT THEME)
    style A fill:#1e1e1e,stroke:#9e9e9e,color:#e0e0e0
    style B fill:#202020,stroke:#cfd8dc,color:#ffffff
    style C fill:#252525,stroke:#b0bec5,color:#e0e0e0
    style D fill:#2c2c2c,stroke:#90a4ae,color:#ffffff
    style E fill:#2a2a2a,stroke:#ffa000,color:#fff8e1
    style F fill:#303030,stroke:#4fc3f7,color:#e1f5fe
    style G fill:#3a1f1f,stroke:#e53935,color:#ffebee

    style API fill:#263238,stroke:#29b6f6,color:#e1f5fe

    style S1 fill:#263238,stroke:#4dd0e1,color:#e0f7fa
    style S2 fill:#263238,stroke:#4dd0e1,color:#e0f7fa
    style S3 fill:#263238,stroke:#4dd0e1,color:#e0f7fa
    style S4 fill:#263238,stroke:#4dd0e1,color:#e0f7fa

    style T1 fill:#263238,stroke:#81c784,color:#e8f5e9
    style T2 fill:#263238,stroke:#81c784,color:#e8f5e9
    style T3 fill:#263238,stroke:#81c784,color:#e8f5e9
    style T4 fill:#263238,stroke:#81c784,color:#e8f5e9

    style U1 fill:#263238,stroke:#ce93d8,color:#f3e5f5
    style U2 fill:#263238,stroke:#ba68c8,color:#f3e5f5

    style D2 fill:#2f2f2f,stroke:#a1887f,color:#efebe9
    style D3 fill:#2f2f2f,stroke:#a1887f,color:#efebe9
    style X1 fill:#2f2f2f,stroke:#ffb300,color:#fff8e1
    style DL fill:#2a2a2a,stroke:#80cbc4,color:#e0f2f1

    style O fill:#212121,stroke:#90caf9,color:#e3f2fd
Loading

💡 Features

Feature Image

Tip

This script uses a CLI Menu based interactive display that uses (↑↓) & (enter) navigation to make it easier to use.

# List Menu

Details
  • [01] Spam Wa :
    Send repeated OTP requests to a target WhatsApp number.

  • [02] Spam Ngl :
    Send massive anonymous questions to a target NGL account.

  • [03] Spam Gmail :
    Send large volumes of emails to a target Gmail inbox.

  • [04] Spam Pairing :
    Send WhatsApp pairing codes repeatedly to a target phone number.

  • [05] Doxing Police :
    Search and retrieve personal data from police-related databases.

  • [06] Sosmed Stalking :
    Collect public data from social media platforms such as TikTok, Instagram, X (Twitter), YouTube, and GitHub.

  • [07] Nik Tracking :
    Track and retrieve information linked to Indonesian NIK (KTP/KK).

  • [08] IP Tracking :
    Identify approximate location and network details from an IP address.

  • [09] Banned Wa :
    Attempt to trigger WhatsApp account bans using pairing-based methods.

  • [10] Downloader :
    Download videos/audio from almost all social media platforms.

  • [11] Create TempMail :
    Generate a disposable email address instantly.

  • [12] Inbox TempMail :
    Fetch and read messages from a temporary email inbox.

  • [13] Text to Barcode :
    Convert any text into a QR code barcode image.

  • [14] WHOIS Lookup :
    Retrieve domain registration and ownership information.

  • [15] User-Agent Info :
    Parse and display detailed technical information from a User-Agent string.

  • [16] Tracking Resi :
    Check shipment status and delivery history of various couriers.

  • [17] Phising Location :
    Generate a phishing link that mimics a location‑sharing page.

    case 17
  • [0] Exit :
    Exit the program.

# Features

Details
  • Login system
  • Captcha system
  • Register system
  • Free trial system
  • Auto login system
  • Auto update system
  • Auto play backsound

# Benefits

Details
  • Auto login
  • No captcha
  • Free updates
  • Unlimited use
  • Unlock all features
  • Key reset guarantee
  • Priority support

🤝 Feedback & Issues

Important

✅ You can:

  • Report bugs by opening an issue
  • Suggest features via issues
  • Request documentation improvements

❌ You cannot:

  • Submit code changes (proprietary codebase)
  • Access source code for modification

Support: Available for licensed users via Telegram


🪪 License

Warning

🔒 Proprietary Software License - View full terms

🌐 Community


WhatsApp Group

Ask questions, share ideas & help



WhatsApp Channel

Official updates & announcements



Review Tool

Watch tutorials & feature reviews

📊 RepoBeats Analytics

Repobeats Analytics

🌟 Star History

Star History Chart

Copyright | © 2025 - 2026 dcodemaxz

Footer