icon
v1.0 — Release

MT2 Rebirth Bot

One of the fastest ways to farm and rebirth in MT2 — fully automated, zero hassle. Drop in the EXE, sign in, configure and you're running.

Features

⚙️

Native Macro Player

Plays .macro files directly — no extra software needed. Macros are editable from the dashboard.

🔬

Live Stone Tracking

Reads stone & strength values live from the screen. Detects stalls automatically and recovers without intervention.

🗺️

Full Cycle Automation

Base Rock → (Area 5) Stage 1–4 → Meteor → Rebirth with smart threshold detection and configurable timings.

🖥️

See-Through App

A live stats overlay sits on top of your game while you play. A separate app lets you start/stop, configure settings and manage macros.

💪

Auto-Strength

Detects and manages the Auto-Strength toggle automatically throughout the farming cycle.

🔩

Drill Unlock

Fires the drill-unlock macro automatically once your stone threshold is met.

Changelog

v1.0 — ReleaseFirst public EXE release. Native macro player, see-through overlay app, live stone tracking, drill unlock, account authentication.

📖 Setup Guide

Everything you need to get up and running. Follow these steps before launching the bot.

1

Install Tesseract OCR v5

The bot uses Tesseract to read stone & strength values from your screen.

Download the latest Tesseract v5 installer from the official UB Mannheim release page:

github.com/UB-Mannheim/tesseract
💡 Download the file named tesseract-ocr-w64-setup-5.x.x.exe — always pick the latest 5.x build.
  1. Run the installer as Administrator.
  2. On the "Choose Install Location" screen, note the path — default is C:\Program Files\Tesseract-OCR.
  3. Complete the installation.
2

Add Tesseract to your PATH

The bot needs to find tesseract.exe automatically — this is how you tell Windows where it is.

Pick one of the two methods below. Either works — PowerShell is faster.

Open PowerShell as Administrator and run this one command:

[System.Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\Program Files\Tesseract-OCR", [System.EnvironmentVariableTarget]::Machine)
⚠️ If you installed Tesseract to a custom folder, replace C:\Program Files\Tesseract-OCR with your actual path.

Then close and reopen any terminals or the bot — the new PATH takes effect in new processes.

3

Verify the installation

Quick sanity check to make sure everything is wired up.

Open a new PowerShell or Command Prompt window (no admin needed) and run:

tesseract --version

You should see something like tesseract v5.3.x. If you get "not recognized", double-check the PATH step above — make sure you opened a new terminal after adding it.

4

Launch MT2 Rebirth Bot

You're ready. Here's the quick-start flow.

  1. Download the ZIP from the Download tab and extract it anywhere.
  2. Double-click MT2RebirthBot.exe to launch.
  3. Sign in with your mt2-rebirthbot.com account on first launch.
  4. The overlay app will appear — calibrate your OCR regions once using Pick Region.
  5. Set your Fortnite sensitivity in the Config panel if it differs from 17%.
  6. Press ▶ Start and let the bot do the rest.

Download MT2 Rebirth Bot

Sign in to unlock the download. Free for all registered members.

📦

MT2RebirthBot v1.0

Full release — native macro player, browser dashboard, OCR tracking, drill unlock, custom sensitivity support. No Python required.

Resolution
Any — default calibrated for Full HD (1920×1080)
Sensitivity
Configurable in dashboard (default 17% H · 17% V)
OS
Windows 10 / 11
Tesseract OCR
v5+ in PATH
Game
Fortnite — Windowed Fullscreen required

Frequently Asked Questions

Everything you need to get started and troubleshoot.

How do I install and run the bot?
  1. Download the ZIP and extract it anywhere.
  2. Sign in with your mt2-rebirthbot.com account on first launch.
  3. Double-click MT2RebirthBot.exe to start — the overlay app opens automatically.
  4. Calibrate OCR regions once using Pick Region, then press ▶ Start.
Where do I get Tesseract OCR?
The bot requires Tesseract OCR v5 to read stone and strength values from your screen. Download it from the official release page: github.com/UB-Mannheim/tesseract. After installing, add it to your PATH — see the Guide tab for step-by-step instructions.
What are the hotkeys?
KeyAction
F9Soft kill — stops the bot
What run modes are available?

All modes always use Base Rock at the start of each run.

ModeStarts from
fullBase Rock → all stages → meteor → rebirth
stage2Base Rock → Stage 2 → meteor → rebirth
stage3Base Rock → Stage 3 → meteor → rebirth
stage4Base Rock → Stage 4 → meteor → rebirth
stage5Base Rock → Meteor → rebirth
Why does the bot say "Stone icon not visible"?
The OCR region is miscalibrated or the game window moved. Open the dashboard → Calibrate panel, re-pick your regions at your current resolution, and save.
Does it work on any resolution?
Yes — any resolution is supported. Pre-calibrated regions are set for 1920×1080. If you run a different resolution, open the dashboard → Calibrate panel and re-pick each OCR region once. Takes about 2 minutes.
What does "Smart Failure Timeout" mean?
If any macro runs longer than the timeout (default 60s) the bot force-kills it and retries. Prevents being stuck if the game state changes unexpectedly. Adjustable in the dashboard Config panel.