Hello, I’m Virginia a fellow Windows user.
As we’re a user to user forum Microsoft will not see your comments/suggestions. I would recommend sending Microsoft feedback via the Windows app - Windows key + F key or via the web:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
am 12 years old and I love math and logic. I thought of a security system for games (like Minecraft or Roblox) to completely stop hackers:
Smart Sandbox with Detection: Run external scripts in an isolated, fake bubble (sandbox). Inside, place fake folders (like "Game_Coins"). If a script tries to modify them, the detector catches it instantly.
Self-Healing Code: If the AI is bypassed or "exhausted" by lag attacks, the game should have an automated background timer. Every few minutes, it forces a refresh, compares files with a cloud master copy, and deletes any unknown files.
Zero Trust / Whitelisting (The Console Model): The best defense is to make hacks non-existent to the game. If a file is not on the game's official whitelist, it shouldn't even be scanned—it simply won't be allowed to execute at all.
I wanted to share this logic with your developers!
Hello, I’m Virginia a fellow Windows user.
As we’re a user to user forum Microsoft will not see your comments/suggestions. I would recommend sending Microsoft feedback via the Windows app - Windows key + F key or via the web:
AI answer
These ideas match several real security techniques used in game and app development, and they fit well with how Windows and Microsoft recommend protecting games.
HeapSetInformationOverall, the concepts described—sandboxing, self-healing from a trusted source, and strict whitelisting—are all strong security patterns and align well with how secure games and apps are designed on Windows.
References: