The Arsenal

The Time Weaver

Get priorly notified on your telegram or even phone the moment your builder gets free, to put them on work ASAP. Without losing any time in between for upgrades.
And keep your game notifys off to focus only on what matters.

Weave Focus

The Ghost Key

This snippet, run in a browser's console, reveals all password fields on a page. Useful for seeing what you've typed.

document.querySelectorAll('input[type="password"]').forEach(p => p.type = 'text');

The Resource Injector

A classic console command for simple, client-side resource editing in many idle/incremental games. This example targets a common variable.

try { player.money += 1e6; } catch(e) { console.error('Target not found'); }

The Forgemaster's Creed: An Ethical Disclaimer

The tools and scripts in this archive are artifacts of curiosity, intended for **educational purposes and use in single-player or non-competitive environments only.** Using these or similar scripts in online multiplayer games is unethical, ruins the experience for others, and will almost certainly result in a permanent ban. The true art of the glitch is in understanding the system, not in gaining an unfair advantage. **Explore responsibly.**