TITAN Softwork Solutions © 2024
TITAN's Spoofer is a tool designed to prevent you from being banned while exploiting on Windows/Web Roblox.
Recently, Roblox introduced it's ban API & combined it with Hyperion's (Byfron) detection vectors, after seeing executor developers create paid spoofers I decided to do the exploiting community a favour & make a free one.
The idea is to spoof after you've exploited, before you go back onto your main. Once you're done with your main & wanna exploit again, spoof. Simple.
- 👥 Ban API Evasion: Using this gives your PC a "clean slate".
- ♻️ Fully automatic Roblox Reinstall: Uses Bloxstrap or RobloxPlayerInstaller.exe to reinstall Roblox.
- ⚖️ Hyperion/HWID Unban: If you're HWID banned (Hyperion banned) this'll fix that for you.
- 📖 Complete Anti-Ban Bible: A complete Anti-Ban guide exists within the official TITAN Discord.
This WILL NOT unban you if your Roblox account is banned ONSITE, that's handled server-side there's nothing I can do about that. This also applies to Roblox games.
Don't want to compile? Download the exe from the Discord.
Visual Studio & C++ build tools from Visual Studio Installer
-
Clone the Repo
git clone https://github.com/dutchpsycho/Roblox-TITAN-Spoofer-Hyperion.git cd TITAN-Spoofer
-
Open the Solution File (.sln)
- Open the cloned repository directory.
- Open
TITAN Spoofer.sln
in Visual Studio.
-
Build the Project
- Click build solution
- The compiled binarie (exe) will be located in the
/Release
directory.
I've included TITAN.h for you to include in your software. Each spoof vector can be toggled, console logging also toggleable, its all up to you.
#include "TITAN.h" // include TITAN.h
std::thread TitanThread = TitanSpoofer::run(true)
// wait 4 completion
TitanThread.join();
Function: TitanSpoofer::run(bool logs)
- Params:
logs
(true
/false
): Controls whether logging is enabled. Iffalse
, suppresses allstd::cout
output except errors.
- Return Value: A
std::thread
object that executes the spoofing process.
Join the Discord Community for support, updates, & the community.
This software is intended for educational and research purposes only. Using this tool to bypass security measures or violate the terms of service of any software, including Roblox, is strictly prohibited. The developers do not endorse or support any illegal activities and will not be held responsible for any misuse of this software.