Introduction

This project was started in early April 2022 because I was bored. I initially wanted to add an achievement unlocker to the Forza Mods AIO but decided to make it a standalone program.

What does it do?

This tool allows users to unlock xbox achievements without playing the game or even owning the game. It has no use other than “bigger number, better person”

How does it work?

The tool first memory scans the xbox pc process to extract the users xauth token and then makes various requests to figure out who the user is. After the user is “logged in” they can then select the game and click the unlock button, when this button is pressed the tool will make a https request which is almost idential to the legitimate request that would be sent.

The tool also has a “time spoofer” which allows the user to add time to games while not actually playing them as well as a stats editor for them to edit the game stats that show in the achievement list.

Timeline

There are two main points in the tool history beyond the initial release.

Rewrite

In September 2023 I rewrote the whole tool and gave it a brand new UI using WPF-UI. This rewrite made the tool much more user friendly and less unstable.

Events

Event based achievements were always thought to be impossible by others but I always knew they would be unlockable. At the start of april 2024 I made my first public announcement about figuring out event based achievements (A first for this community) On the 25th of April I released the first XAU version with events support as well as a data collection guide so others can contribute. This is also when I first considered the tool “complete” before this point it was always just a proof of concept.

Source Availability

Open source. GNU GPL 3

Here on github