TerriX Executor v3.0

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

या स्क्रिप्टच्या अशा आवृत्त्या ज्यांत कोड अपडेट करण्यात आले होते. सर्व आवृत्त्या दाखवा.

  • v3.0.7.5.4.0.3.5 2026-05-18

    mm fix

  • v3.0.7.5.4.0.3.4 2026-05-18

    mm fix

  • v3.0.7.5.4.0.3.3 2026-05-18

    mm fix #3

  • v3.0.7.5.4.0.3.2 2026-05-18

    mm fix #2

  • v3.0.7.5.4.0.3.1 2026-05-18

    mm fix

  • v3.0.7.5.4.0.3.0 2026-05-18

    Game Version Mismatch Fix

  • v3.0.7.5.4.0.2.9 2026-05-18

    Debug Update

  • v3.0.7.5.4.0.2.8 2026-05-18

    ## ✅ 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 2026-05-18

    Cycle Tick function fix

  • v3.0.7.5.4.0.2.6 2026-05-18

    Game Version Mismatch Fix

  • v3.0.7.5.4.0.2.5 2026-05-18

    Game Version Mismatch Fix

  • v3.0.7.5.4.0.2.4 2026-05-17

    Key Validation Update

  • v3.0.7.5.4.0.2.3 2026-05-17

    Feature update: file uploads

  • v3.0.7.5.4.0.2.2 2026-05-17

    Marketplace Update

  • v3.0.7.5.4.0.2.1 2026-05-17

    API Update

  • v3.0.7.5.4.0.2.0 2026-05-17

    Marketplace Update

  • v3.0.7.5.4.0.1.9 2026-05-17

    EXPERIMENTAL UPDATE 2

  • v3.0.7.5.4.0.1.8 2026-05-17

    EXPERIMENTAL UPDATE

  • v3.0.7.5.4.0.1.7 2026-05-15

    GodBot and API Update

  • v3.0.7.5.4.0.1.6 2026-05-15

    Major Update

  • v3.0.7.5.4.0.1.5 2026-05-15
  • v3.0.7.5.4.0.1.4 2026-05-15
  • v3.0.7.5.4.0.1.3 2026-05-15

    mm revert

  • v3.0.7.5.4.0.1.2 2026-05-15

    mm update

  • v3.0.7.5.4.0.1.1 2026-05-15

    mm update

  • v3.0.7.5.4.0.1.0 2026-05-15

    mm update

  • v3.0.7.5.4.0.0.9 2026-05-15

    mm update

  • v3.0.7.5.4.0.0.8 2026-05-15

    mm update

  • v3.0.7.5.4.0.0.7 2026-05-15
  • v3.0.7.5.4.0.0.6 2026-05-15

    mm update

  • v3.0.7.5.4.0.0.5 2026-05-15

    mm fix

  • v3.0.7.5.4.0.0.4 2026-05-15

    mm update

  • v3.0.7.5.4.0.0.3 2026-05-15

    mm update

  • v3.0.7.5.4.0.0.2 2026-05-15
  • v3.0.7.5.4.0.0.1 2026-05-15

    mm update

  • v3.0.7.5.4.0.0.0 2026-05-15

    Versioning Update

  • v3.0.7.5.3 2026-05-15

    Minimap Update

  • v3.0.7.5.2 2026-05-15

    Minimap Update (AAAAAAAAAAAAAAAAAAAA)

  • v3.0.7.5.1 2026-05-15

    Minimap Update (EEEEEEEEEEE)

  • v3.0.7.4 2026-05-15

    Minimap Update (EEEEEEEEEEEE)

  • v3.0.7.3 2026-05-15

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

  • v3.0.7.2 2026-05-15

    Minimap Update

  • v3.0.7.1 2026-05-15

    Minimap Update

  • v3.0.7.0 2026-05-15

    Minimap Update #8

  • v3.0.6.9 2026-05-15

    Minimap Fix #2

  • v3.0.6.8 2026-05-15

    Minimap Update #7

  • v3.0.6.7 2026-05-15

    Minimap Update #6

  • v3.0.6.6 2026-05-15

    Minimap Update #6

  • v3.0.6.5 2026-05-15

    Minimap Update #5

  • v3.0.6.4 2026-05-15

    Minimap Update #4

स्क्रिप्टच्या सर्व आवृत्त्या दाखवा