Gamemaker Studio 2 Decompiler New! Jun 2026
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Canβt copy the link right now. Try again later.
GameMaker Studio 2 (GMS2) is a premier engine for indie game development, powering hits like Undertale , Hotline Miami , and Hyper Light Drifter . As its popularity has grown, so has interest in the underlying structure of its compiled games. This has led to the development of the βa tool that reverses compiled game executables back into readable source code and assets.
If your goal is to see the logic:
As a general rule, decompiling games you do not own for public commercial gain is unethical and legally actionable. Modifying games for personal enjoyment or community-driven, non-profit mods is generally tolerated by developers, though not officially supported. How to Protect Your Game From Decompilers
UndertaleModTool has a built-in "Decompile" button, but for GMS2, it is often experimental. gamemaker studio 2 decompiler
Analyze internal variables to create wallhacks, aimbots, or save-game editors for multiplayer or competitive games.
GMS2 compiles the GameMaker Language (GML) code into intermediate bytecode. This public link is valid for 7 days
Because VM and YYC handle code differently, decompilers yield drastically different results based on how the game was built. Decompiling VM Games (High Success Rate)
If you are working on securing a project or trying to recover lost data, let me know: Canβt copy the link right now
A GameMaker Studio 2 decompiler is a software tool designed to reverse the compilation process of a game built with GMS2.
If you are a GameMaker Studio 2 developer, you cannot perfectly bulletproof your game, but you can make decompilation so difficult that hackers give up. 1. Always Export via YYC for Production