The Omniscient Quantum-Tunneling Hyper-Blox Accelerator XTREME Pro Deluxe Edition (Not An Exploit) - Sponsored by The Void
A modern, feature-rich Roblox launcher built with Electron + Vite + React + TypeScript. Provides an enhanced Roblox experience with Discord Rich Presence, Fast Flags editor, multi-instance support, and performance presets.
- Discord Rich Presence: Show "Playing Roblox" status with game details and elapsed time
- Fast Flags Editor: Visual JSON editor for Roblox startup flags with validation and sample presets
- Multi-instance Support: Launch multiple Roblox windows simultaneously with configurable limits
- Performance Presets: One-click optimization presets (Low/Medium/High/Competitive)
- Modern Dark UI: Sleek, AppleBlox-inspired interface with smooth animations
- System Tray Integration: Minimize to tray and keep running in background
- TypeScript: Fully type-safe codebase for reliability
- macOS Optimized: Native menu bar, keyboard shortcuts, and Dock integration
- Frontend: React 18 + TypeScript + Tailwind CSS
- Desktop: Electron 28 with context isolation
- Build Tool: Vite with electron-vite plugin
- State: electron-store for persistent settings
- RPC: discord-rpc for Discord integration
TQTHBAXPDENAE-SBTV is optimized for macOS with native integrations:
β‘οΈ Built with Bun for maximum speed
- Menu Bar: Full macOS menu with keyboard shortcuts
Cmd+L- Launch RobloxCmd+K- Kill RobloxCmd+F- Open Fast FlagsCmd+P- Open PerformanceCmd+,- Open Preferences
- Dock Menu: Quick actions via right-click on Dock icon
- Hardened Runtime: Compatible with macOS Gatekeeper
- Universal Binary: Native support for both Intel and Apple Silicon
- Node.js 18+
- npm or yarn
# Clone the repository
git clone https://github.com/iamevanyt/tqthbaxpdenae-sbtv.git
cd tqthbaxpdenae-sbtv
# Install dependencies (we use Bun! π₯)
bun install
# Start development server
bun run dev# Build for current platform
bun run build
# Build for specific platforms
bun run build:win # Windows
bun run build:mac # macOS
bun run build:linux # LinuxThis repository includes GitHub Actions workflows for automatic building and releasing:
- macOS: Builds for both Intel (x64) and Apple Silicon (arm64)
- Windows: Builds NSIS installer and portable executable
- Linux: Builds AppImage and Debian package
When you push a tag starting with v (e.g., v1.0.0), the workflow will:
- Build for all platforms
- Create a GitHub Release
- Upload all artifacts automatically
# Create a new release
git tag v1.0.0
git push origin v1.0.0For signed macOS builds, add these secrets to your GitHub repository:
APPLE_ID: Your Apple ID emailAPPLE_ID_PASSWORD: App-specific passwordAPPLE_TEAM_ID: Your Apple Developer Team IDCSC_LINK: Link to your certificate (base64 encoded)CSC_KEY_PASSWORD: Certificate password
tqthbaxpdenae-sbtv/
βββ src/
β βββ main/ # Electron main process
β β βββ index.ts # Main entry point
β β βββ discord-rpc.ts # Discord RPC manager
β β βββ roblox-manager.ts # Roblox process management
β β βββ settings-manager.ts # Settings persistence
β β βββ fastflags-manager.ts # Fast flags management
β βββ preload/ # Preload scripts
β β βββ index.ts # Secure IPC bridge
β βββ renderer/ # React frontend
β β βββ App.tsx
β β βββ main.tsx
β β βββ index.css
β β βββ components/ # Shared components
β β βββ pages/ # Page components
β βββ shared/ # Shared types
β βββ types.ts
βββ assets/ # Icons and images
βββ index.html
βββ package.json
βββ tsconfig.json
βββ vite.config.ts
βββ tailwind.config.js
Fast flags are Roblox startup configuration options that can modify game behavior. TQTHBAXPDENAE-SBTV includes:
- Sample Flags: Pre-configured flags for FPS, graphics, and performance
- JSON Editor: Direct JSON editing for custom flags
- Import/Export: Share flag configurations with others
- Validation: Real-time JSON validation
| Flag | Description | Default |
|---|---|---|
DFIntTaskSchedulerTargetFps |
FPS cap (0 = unlimited) | 144 |
DFIntQualityLevel |
Graphics quality (1-21) | 7 |
FFlagGraphicsEnableD3D11 |
Enable DirectX 11 | true |
FFlagPreloadAllFonts |
Preload fonts on startup | true |
TQTHBAXPDENAE-SBTV integrates with Discord to show:
- Current status ("Playing Roblox", "In Launcher")
- Elapsed session time
- Custom status text
- Large/small images
To enable:
- Open Settings β Discord Integration
- Toggle "Enable Rich Presence"
- Configure custom status text (optional)
Launch multiple Roblox windows:
- Enable "Multi-Instance" in Settings β Roblox
- Set maximum instances limit (1-10)
- Click "Launch Roblox" multiple times
- Manage instances from the Dashboard
Choose from four optimization profiles:
| Preset | Best For | Key Features |
|---|---|---|
| Low | Weak hardware | Max FPS, lowest quality |
| Medium | Balanced | Good quality/performance balance |
| High | High-end PCs | Best visuals, uncapped FPS |
| Competitive | PvP games | Max FPS, reduced effects |
Settings are stored in:
- Windows:
%APPDATA%/tqthbaxpdenae-sbtv/ - macOS:
~/Library/Application Support/tqthbaxpdenae-sbtv/ - Linux:
~/.config/tqthbaxpdenae-sbtv/
# Run in development mode with hot reload
npm run dev
# Type check
npm run typecheck
# Lint
npm run lint
# Preview production build
npm run preview- Verify Roblox installation path in Settings
- Check that the executable path points to
RobloxPlayerBeta.exe
- Ensure Discord is running
- Check "Enable Rich Presence" in settings
- Verify Discord Game Activity is enabled
- Save changes with the "Save" button
- Restart Roblox for changes to take effect
- Check JSON validity in the editor
MIT License - see LICENSE for details.
- Inspired by AppleBlox
- Built with Electron
- UI powered by Tailwind CSS
- Icons by Lucide
Contributions are welcome! Please feel free to submit issues or pull requests.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
