Skip to content
MarkEllington.me
Go back

🤫 RE CODE: My Second Project to Save Claude from Bans

Yoo again, fellow coders and ban-victim buddies! It’s Marc, your go-to rogue developer who’s still riding the high of building Resonix-AG—and now I’m back with round two: RE CODE, my second ā€œI’m tired of this garbage, so I’ll build it myselfā€ project šŸ˜‚. If you’ve ever had your Claude account banned for no reason (we’ve all been there), this one’s for you.

Let’s set the scene (again, but trust me, this pain is real): I was deep in a project, using Claude nonstop to parse code, brainstorm ideas, and even vent about buggy code—and then boom. Account banned. No warning, no explanation, just a cold ā€œYour account has been suspendedā€ message. I stared at the screen like, ā€œBro, I didn’t even do anything sketchy!ā€

After a quick deep dive (read: Googling for 3 hours and yelling at my laptop), I figured out Claude’s little secret: a monitoring system codenamed ā€œTango Tenguā€ that’s basically an overprotective security guard. It tracks everything—your device fingerprint (40+ dimensions!), every click, every command, even your IP’s reputation. Share an account? Ban. Use a third-party client? Ban. Hop IPs too much? Ban. It’s like walking on eggshells just to use an AI.

I tried every ā€œfixā€ online—new IPs, new accounts, even resetting my device—but nothing stuck. Either the ban came back, or the workaround was so janky it was worse than not using Claude at all. So I thought, ā€œFine. If no one’s gonna make a safe, stable Claude client that doesn’t get banned, I’ll do it myself.ā€ Cue two more weeks of late nights, endless debugging, and more than a few curse words—say hello to RE CODE.

Let’s cut to the chase: RE CODE isn’t some fancy hack—it’s an open-source Claude API client built for one thing and one thing only: no more bans. I built it to outsmart Claude’s Tango Tengu monitoring, so you can use Claude freely without looking over your shoulder. Simple, effective, no nonsense.

RE CODE Architecture

Here's the tea on why it's a game-changer:

I gave it a 4-layer security pipeline that's like an invisibility cloak for your device and requests.

Here’s the tea on why it’s a game-changer: I gave it a 4-layer security pipeline that’s like an invisibility cloak for your device and requests. Let me break it down (no tech jargon, promise):

Layer 1: Hides your device’s ā€œfingerprintā€ā€”MAC address, UUID, timezone, even your user agent. No more Tango Tengu going, ā€œHey, this device looks fishy!ā€

Layer 2: Fixes timing, tokens, and headers so your requests look 100% legitimate (no more ā€œsuspicious activityā€ flags).

Layer 3: Uses residential IPs with rotation, so your IP doesn’t get blacklisted.

Layer 4: Encrypts everything with AES-256 + HMAC, so even if someone snoops, they can’t read your requests. It’s like putting your Claude usage in a bulletproof vest.

And let’s not forget the other perks: full privacy control (disable telemetry so no one’s tracking you), custom proxy support (hide your real IP even more), and it’s cross-platform—Windows, macOS, Linux, even Termux. I’m a lazy developer, so I made sure installation is just one line of code, no complicated setup. No dependencies, no headaches, just copy-paste and go.

Let me share a blooper from building RE CODE: I spent a whole day fixing an IP rotation bug, only to realize I had a typo in the proxy URL. I wanted to facepalm so hard I’d leave a mark—but hey, that’s coding, right? Another time, I tested the anti-ban feature by spamming Claude with 100 requests (don’t judge) and waited for the ban… nothing. Nada. Zilch. I almost cried tears of joy—finally, a Claude client that doesn’t betray me.

Right now, RE CODE is on version 3.1.2, and I’ve added support for multiple models, custom API endpoints, and even a simple CLI that’s easy to use (no fancy commands, I promise). I’ve also translated the README into Japanese and Korean—because no one should be stuck with a banned Claude account, no matter where you’re from.

Just like Resonix-AG, I open-sourced RE CODE on GitHub. If you’re a fellow ban victim or just want a safer way to use Claude, clone it, test it, submit PRs, or yell at me about bugs—I’m all ears. One person can only outsmart Tango Tengu so much; more brains = more ban-free Claude time.

Let me get real again: I didn’t build RE CODE to get famous or make money. I built it because I was tired of being punished for using an AI tool I rely on. It’s not perfect—there are still bugs to fix, features to add—but it’s my second ā€œcoding baby,ā€ and it’s saved my bacon more times than I can count.

If you try RE CODE and it saves you from a ban (or just makes your Claude life easier), please drop a star ⭐ on the repo. It’s the little things that keep me going—knowing I’m helping other coders avoid the same frustration I had. And if it doesn’t work? Spam my issues tab! I’m not fragile, and your feedback is how we make it better.

Alright, that’s enough ranting (for now). I’m off to add more anti-ban tricks to RE CODE—maybe even a feature that laughs at Tango Tengu (jk… maybe). Catch you next time, and here’s to ban-free Claude usage for all 😜.

RE CODE Repo: https://github.com/mangiapanejohn-dev/-Re-Code — go save your Claude account!


Share this post on:

Next Post
🤠 Speaker On WAGI Offline Party