An open API service indexing awesome lists of open source software.

https://github.com/arturpen/ab-transformers-time-skip

Python script for AB Transformers automated time-skip glitch
https://github.com/arturpen/ab-transformers-time-skip

adb angry-birds arturpen automation bot farming gaming python tools tools-and-automation transformers

Last synced: about 1 month ago
JSON representation

Python script for AB Transformers automated time-skip glitch

Awesome Lists containing this project

README

          

# AB Transformers Automated Time-Skip Glitch 🤖⚡

[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A fully automated Python script for the **Ultimate Time-Skip Glitch** in Angry Birds Transformers. This tool connects to a rooted emulator via ADB, manipulates the system clock to infinitely farm gems/resources, and safely restores the calendar sync without bricking your game timers.

📍 **Original Method & Exploit Guide:** [Reddit - Ultimate Guide](https://www.reddit.com/r/angrybirdstransform/comments/1ssj9wo/ultimate_guide_time_skip_glitch_in_angry_birds/)

---

## ⚠️ Disclaimer
Use at your own risk. This exploit manipulates core game mechanics. While the script includes the Time Fix to prevent timer soft-locks, excessive use may result in leaderboard bans or account flags by Exient/Rovio. Always backup your game progress before using automation tools. Educational purposes only.

## ❤️ Support
If this tool saved you time and gems, feel free to support the project!
### 🪙 Donate via Crypto
* **TON:** `UQB4L-ZzhteBgkQEWqejBkDm4ZKjG0leGJwgfXMy5gfknzQR`
* **USDT (TRC-20):** `TEL1XmhnoE6eeudsPEZf3F82bPZMKrrrSd`
### ⭐ GitHub Star:
* **Leave a ⭐ if you find this project useful!**
## ⚙️ How It Works (Code Analysis)

The script relies on `adb shell` and `su` commands to bypass Android's time synchronization.

When you run the script, you will be prompted to select one of two methods:

### Mode 1: Gems Farm (+2 Days Jump)
* **Goal:** Maximize Gems output.
* **How it works:** The script skips 2 days into the future on every cycle. This breaks your login streak, forcing the game to give you the "Day 1" reward (which is always 5 Gems).
* **Input:** You enter the **Total amount of gems** you want. The script calculates the required loops.

### Mode 2: Resources Farm (+1 Day Jump)
* **Goal:** Collect sequential weekly rewards (Pigs, Coins, and Day-7 Crystals).
* **How it works:** The script skips exactly 1 day into the future. This maintains your daily login streak, allowing you to collect the full 7-day calendar rewards sequentially.
* **Input:** You enter the **Number of days (claims)** you want the script to process. **Important note**: 14 days at least required for the time fix to work ([check reddit guide](https://www.reddit.com/r/angrybirdstransform/comments/1ssj9wo/ultimate_guide_time_skip_glitch_in_angry_birds/)).

### The "Time Fix":
* Once farming is done, the script force-stops the game completely.
* It calculates real-world time and sets the emulator's clock to **23:59 of the *previous* day**.
* It launches the game and waits.
* **Your only job** is to watch the map screen until the clock hits exactly `00:00`. The game registers a natural day rollover, fixing calendar permanently.

---

## 🛠 Prerequisites & Emulator Setup

To change the system date, Android **requires Root access**. The script will not work on an unrooted emulator.

### Required Software
* **Python 3.8+** (No external libraries required, only built-in modules are used).
* **[BlueStacks 5](https://www.bluestacks.com/)** (Recommended emulator).
* **[BSTweaker](https://bstweaker.ru/)** (Required utility to unlock Root access in BlueStacks).

### Rooting & ADB Configuration
* Open **BSTweaker**, connect to your BlueStacks instance, and follow the instructions to unlock and patch Root access.
* In BlueStacks, go to **Settings** -> **Advanced** (or Developer Options).
* Toggle on **Android Debug Bridge (ADB)**.
* Note your ADB port (usually `127.0.0.1:5575` or `127.0.0.1:5555`).

---

## 🚀 Installation & Usage

### Step 1: Clone the repository
Git clone https://github.com/ArturPen/ab-transformers-time-skip.git
cd ab-transformers-time-skip

### Step 2: Configure Coordinates (If necessary)
The script is optimized for a 1920x1080 emulator resolution. The "Claim" button coordinates are set to X=720, Y=890 inside main.py. If you use a different resolution, you will need to adjust BTN_X and BTN_Y. Or you can change your resolution in Bluestacks settings.

### Step 3: Check ADB Connection
Set your ADB adress from Bluestacks advanced settings in driver.py __init__.

### Step 4: Launch script
You have to launch main.py with driver.py and 3 adb files in the same folder.

## 📝 Features & Logging

### Real-time Logging:
The script automatically generates a farm_log.txt file and attempts to open it on your PC so you can monitor the farming cycles, calculated loops, and ADB execution status in real-time.
### Auto-Recovery:
Disables Android's auto_time global setting upon connection so the emulator doesn't fight the script during date manipulation.
### Direct Activity Launching:
Uses native Android intents to wake the game up directly bypassing suspended tabs issues.

### Developed by ArturPen