Inject tren.

Tren is a sleek C++ Minecraft utility with secure configs, clean combat controls, visuals, Blink, and a loader that stays out of the way.

Combat that
stays readable.

The combat page focuses on the settings people actually adjust.

  • Aim Assist

    Range, field of view, horizontal speed, vertical speed, and center or multipoint targeting.

  • Reach

    Configurable reach with hitbox adjustment, combo behavior, ground checks, weapon checks, and liquid checks.

  • Clickers

    Left and right click modules with keybinds, average CPS controls, weapon checks, and inventory options.

  • Velocity

    Horizontal and vertical knockback settings with chance, delay, air only, moving only, and weapon only checks.

Clear overlays,
no extra noise.

Visual settings stay direct: player ESP, Block ESP, and Array List.

  • Player ESP

    Boxes, names, and health display options for player visibility.

  • Block ESP

    Block list and radius controls for highlighting selected blocks.

  • Array List

    A compact list of enabled modules with background and greyscale wave options.

Save the
current setup.

Configs keep the settings you already dialed in, so switching setups does not mean rebuilding them by hand.

  • Module toggles
  • Keybinds
  • Slider values
  • Mode choices
  • Visual colors
  • Blink settings

A sleek
C++ loader.

The loader keeps startup secure, simple, and focused.

  1. 01Find the running game
  2. 02Prepare the loader
  3. 03Attach through Java Native Interface
  4. 04Apply saved settings
  5. 05Open the Tren UI

High performance
because it is internal.

Tren keeps the loader small and puts the performance critical work in the injected C++ module.

  • Internal module

    The core runs inside the game process, so module logic stays close to the state it reads and updates.

  • C++ core

    Native C++ keeps the runtime lean, responsive, and suited for fast module loops.

  • Java Native Interface

    JNI lets the internal module bridge native C++ with Minecraft's Java objects while keeping the loader small.

  • Secure settings

    Saved configs keep the setup consistent without making the interface feel heavy.

Mapping tables,
maintained plainly.

The current codebase carries explicit mapping tables for older Minecraft targets. Updating support means editing and validating those tables before making compatibility claims.

  • 1.7.10
    casual mappings
    listed
  • 1.7.10
    forge mappings
    listed
  • 1.8
    casual mappings
    listed
  • 1.8
    forge style mappings
    check
Mapping pipeline

Manual, visible updates.

Mappings are shown as part of the project rather than hidden behind vague compatibility language. Each target needs a real test pass before it is described as supported.

4
Tables shown
1.7.10
Primary target
1.8
Secondary target
manual
Validation

More controls
without the clutter.

Additional controls that are currently part of Tren.

  • 01feature

    Array List

    A simple greyscale list of enabled modules with optional background styling.

  • 02feature

    Keybinds

    Binds for toggles and quick testing.

  • 03feature

    Bridge Assist

    A focused utility around right click bridge behavior.

  • 04feature

    Throw Pearl

    Switch and throw delay controls for pearl use.

  • 05feature

    Throw Pots

    One, double, and smart modes with separate switch and throw delays.

  • 06feature

    Block ESP

    Radius and block list settings for block highlighting.

  • 07feature

    Blink Display

    Path display controls for Blink sessions.

  • 08feature

    Saved Configs

    Secure saved settings for module values, binds, colors, and modes.

Try the
local build.

The current build is focused on Windows. Account access stays available from the navigation.

Read the feature list