export default { async fetch(request, env, ctx): Promise { const htmlContent = ` NAURA CHEATS - Home

Unleash Your Potential with NAURA CHEATS

The ultimate platform for safe and reliable game modifications. Join now to access exclusive cheats and take your gameplay to the next level!

Get Started

Why Choose NAURA CHEATS?

100% Safe & Secure

Our cheats are rigorously tested to ensure they are safe and undetectable.

Exclusive Features

Access unique modifications that give you an edge over competitors.

24/7 Support

Our team is here to assist you whenever you need help.

Explore Our Powerful Features

ESP Icon

Wallhack

See through walls and locate enemies easily with our advanced ESP feature.

Weapon Icon

Weapons

Achieve 100% accuracy with our top-notch system.

Menu Icon

Custom Menu

Inject our seamless in-game menu for easy customization of your cheats.

Loader Icon

Secure Loader

Utilize our safe and reliable loader to access all features without risk.

Don't Wait Any Longer!

Create your account today and unlock a world of possibilities.

Sign Up Now
`; return new Response(htmlContent, { headers: { "Content-Type": "text/html; charset=UTF-8", } }); }, };