TerriX Executor v3.0

Ultimate Strategy Suite. Complete rewrite with neighbor-based AI, ESP, minimap, and multi-tab support.

Ini adalah versi dari skrip ini yang kodenya telah diperbarui. Tampilkan semua versi.

  • v3.0.7.5.4.0.3.3 18 Mei 2026

    mm fix #3

  • v3.0.7.5.4.0.3.2 18 Mei 2026

    mm fix #2

  • v3.0.7.5.4.0.3.1 18 Mei 2026

    mm fix

  • v3.0.7.5.4.0.3.0 18 Mei 2026

    Game Version Mismatch Fix

  • v3.0.7.5.4.0.2.9 18 Mei 2026

    Debug Update

  • v3.0.7.5.4.0.2.8 18 Mei 2026

    ## ✅ Fixes Applied

    ### 1. **Fixed: `Cannot read properties of undefined (reading '0')` at line 12:32**

    **Problem:** The `window.name` parsing was unsafe - it could fail if:
    - `window.name` was undefined
    - `window.name` started with `{` but wasn't valid JSON
    - The parsed result was null/undefined

    **Fix:** Added proper validation:
    ```javascript
    const wName = window.name;
    if (wName && typeof wName === 'string' && wName.startsWith('{')) {
    const fp = JSON.parse(wName);
    if (fp && typeof fp === 'object') {
    // ... rest of the code
    }
    }
    ```

    ---

    ### 2. **Fixed: ESP View (was non-functional)**

    **Problem:** The ESP View canvas existed in the HTML but had no rendering code - it was just a blank canvas.

    **Fix:** Added complete ESP rendering system with:

    - **`ensureESPView()`** - Initializes the canvas with ResizeObserver for responsive sizing
    - **`removeESPView()`** - Cleans up the rendering loop when switching tabs
    - **`renderESPView()`** - Full rendering function that draws:
    - Player territories with team colors
    - Mountain/neutral tiles
    - Territory borders
    - Troop counts (when enabled)
    - Player names (when enabled)
    - Ship/boat positions
    - Configurable via ESP settings panel

    - **Tab integration** - ESP view initializes when you click the "ESP VIEW" tab and cleans up when you switch away

    ---

    ### ESP View Features:
    | Feature | Description |
    |---------|-------------|
    | Territory Map | Full map view with player colors |
    | Team Colors | Uses game's team color system |
    | Borders | Black lines between territories |
    | Troops | Shows troop counts on map |
    | Names | Shows player names on map |
    | Ships | Red/green dots for enemy/allied ships |
    | Mountains | Dark gray for mountain tiles |

    The ESP View can be configured via the **ESP SETTINGS** panel in the config tab.

  • v3.0.7.5.4.0.2.7 18 Mei 2026

    Cycle Tick function fix

  • v3.0.7.5.4.0.2.6 18 Mei 2026

    Game Version Mismatch Fix

  • v3.0.7.5.4.0.2.5 18 Mei 2026

    Game Version Mismatch Fix

  • v3.0.7.5.4.0.2.4 17 Mei 2026

    Key Validation Update

  • v3.0.7.5.4.0.2.3 17 Mei 2026

    Feature update: file uploads

  • v3.0.7.5.4.0.2.2 17 Mei 2026

    Marketplace Update

  • v3.0.7.5.4.0.2.1 17 Mei 2026

    API Update

  • v3.0.7.5.4.0.2.0 17 Mei 2026

    Marketplace Update

  • v3.0.7.5.4.0.1.9 17 Mei 2026

    EXPERIMENTAL UPDATE 2

  • v3.0.7.5.4.0.1.8 17 Mei 2026

    EXPERIMENTAL UPDATE

  • v3.0.7.5.4.0.1.7 15 Mei 2026

    GodBot and API Update

  • v3.0.7.5.4.0.1.6 15 Mei 2026

    Major Update

  • v3.0.7.5.4.0.1.5 15 Mei 2026
  • v3.0.7.5.4.0.1.4 15 Mei 2026
  • v3.0.7.5.4.0.1.3 15 Mei 2026

    mm revert

  • v3.0.7.5.4.0.1.2 15 Mei 2026

    mm update

  • v3.0.7.5.4.0.1.1 15 Mei 2026

    mm update

  • v3.0.7.5.4.0.1.0 15 Mei 2026

    mm update

  • v3.0.7.5.4.0.0.9 15 Mei 2026

    mm update

  • v3.0.7.5.4.0.0.8 15 Mei 2026

    mm update

  • v3.0.7.5.4.0.0.7 15 Mei 2026
  • v3.0.7.5.4.0.0.6 15 Mei 2026

    mm update

  • v3.0.7.5.4.0.0.5 15 Mei 2026

    mm fix

  • v3.0.7.5.4.0.0.4 15 Mei 2026

    mm update

  • v3.0.7.5.4.0.0.3 15 Mei 2026

    mm update

  • v3.0.7.5.4.0.0.2 15 Mei 2026
  • v3.0.7.5.4.0.0.1 15 Mei 2026

    mm update

  • v3.0.7.5.4.0.0.0 15 Mei 2026

    Versioning Update

  • v3.0.7.5.3 15 Mei 2026

    Minimap Update

  • v3.0.7.5.2 15 Mei 2026

    Minimap Update (AAAAAAAAAAAAAAAAAAAA)

  • v3.0.7.5.1 15 Mei 2026

    Minimap Update (EEEEEEEEEEE)

  • v3.0.7.4 15 Mei 2026

    Minimap Update (EEEEEEEEEEEE)

  • v3.0.7.3 15 Mei 2026

    Minimap Update (I'm getting tired of this...)

  • v3.0.7.2 15 Mei 2026

    Minimap Update

  • v3.0.7.1 15 Mei 2026

    Minimap Update

  • v3.0.7.0 15 Mei 2026

    Minimap Update #8

  • v3.0.6.9 15 Mei 2026

    Minimap Fix #2

  • v3.0.6.8 15 Mei 2026

    Minimap Update #7

  • v3.0.6.7 15 Mei 2026

    Minimap Update #6

  • v3.0.6.6 15 Mei 2026

    Minimap Update #6

  • v3.0.6.5 15 Mei 2026

    Minimap Update #5

  • v3.0.6.4 15 Mei 2026

    Minimap Update #4

  • v3.0.6.3 15 Mei 2026

    Minimap Update #3 + Leaderboard Fix

  • v3.0.6.2 15 Mei 2026

    Minimap Update #2

Tampilkan semua versi skrip