Skip to content

Spoofer custom designed to bypass Roblox's Ban API & Byfrons HWID Bans (Windows 10+ x64)

License

Notifications You must be signed in to change notification settings

dutchpsycho/Roblox-TITAN-Spoofer-Hyperion

Repository files navigation

TITAN Spoofer (Roblox, Hyperion)

TITAN Softwork Solutions © 2024

TITAN Spoofer TITAN Spoofer

CC BY-NC-ND 4.0 TITAN Softwork Solutions

🗨️ Info

TITAN's Spoofer is a tool designed to prevent your Main/Other accounts from being banned while exploiting on Windows/Web Roblox.

Recently, Roblox introduced it's ban API & combined it with Hyperion's (Byfron) detection system, 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 before & after you've exploited, the Spoofer essentially gives your PC a "Clean Slate" so Roblox will have no clue who you are.

💎 Features

  • 🔑 Hyperion HWID System Bypass: Spoofs all identifiers Hyperion checks.
  • 📦 Reinstalls Roblox: Attempts Roblox reinstallation via Bloxstrap, RobloxInstaller as a fallback.
  • ⚖️ Hardware Unban: If you're HWID banned (Hyperion banned) this'll fix that for you.
  • 📖 Antiban Guide: A complete guide to preventing getting banned & getting unbanned is in the TITAN Discord.

Disclaimer ⚠️

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 applys to being banned on a specific game.


📦 Installation & Setup

Don't want to compile? Download the program directly from TITAN.

📚 Requirements

Visual Studio & C++ build tools from Visual Studio Installer

🖥️ Guide

  1. Clone the Repo

    git clone https://github.com/dutchpsycho/Roblox-TITAN-Spoofer-Hyperion.git
    cd TITAN-Spoofer
  2. Open the Solution File (.sln)

    • Open the cloned repository directory.
    • Open TITAN Spoofer.sln in Visual Studio.
  3. Build the Project

    • Click build solution
    • The compiled binarie (exe) will be located in the /Release directory.

💻 For Developers

TITAN.h

I've included TITAN.h for you to include in your software. Each spoofing option can be toggled, console logging also toggleable, its all up to you.

Example Integration

#include "TITAN.h" // include TITAN.h

    std::thread TitanThread = TitanSpoofer::run(true)

    // wait 4 completion
    TitanThread.join();

API

Function: TitanSpoofer::run(bool logs)

  • Params:
    • logs (true/false): Controls whether logging is enabled. If false, suppresses all std::cout output except errors.
  • Return Value: A std::thread object that executes the spoofing process.

🎟️ Support

Make a ticket in the Discord


⚠️ Disclaimer

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.

About

Spoofer custom designed to bypass Roblox's Ban API & Byfrons HWID Bans (Windows 10+ x64)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published