Skip to content

Rtech-Rqbbox-os/roblox-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roblox Mode Logo

Roblox Mode

The ultimate Roblox launcher by RQBBOX & RhysTech

Version Platform License .NET

Roblox Mode Banner

Features

Feature Description
Fullscreen Mode Roblox launches in fullscreen automatically with F11 + Alt+Enter + force resize
Auto-Start Starts at Windows logon via Startup folder shortcut
Sign Up / Sign In Local account system with SHA-256 password hashing
Guest Mode Play without signing in - one click launch
RQBBOX Link System Save and launch your favorite Roblox games by Place ID
Tix System Earn Tix per launch and daily login bonuses with streaks
Custom Icons Programmatically drawn icons - no external dependencies
Splash Screen Animated splash with RQBBOX / RhysTech branding
Dark Theme Modern dark UI with accent colors

Download

Option 1: Pre-built EXE

Download RobloxMode.exe from the src/ folder.

Option 2: Build from Source

Requirements:

  • Windows with .NET Framework 4.x
  • C# Compiler (csc.exe - included with .NET Framework)

Build command:

& "$env:windir\Microsoft.NET\Framework64\v4.0.30319\csc.exe" `
  /target:winexe `
  /out:RobloxMode.exe `
  /reference:System.Windows.Forms.dll `
  /reference:System.Drawing.dll `
  /reference:System.Web.Extensions.dll `
  Program.cs SplashForm.cs Accounts.cs Links.cs `
  RobloxLauncher.cs IconProvider.cs MainForm.cs

Or run the build script:

.\build.ps1

Setup

1. Run the Launcher

Double-click RobloxMode.exe or run from PowerShell:

.\RobloxMode.exe

2. Enable Auto-Start (Optional)

Click Settings in the launcher and check Launch at startup.

Or run the setup script:

.\src\Setup-AutoStart.ps1

3. Remove Auto-Start

Remove-Item "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\Startup\RobloxMode.lnk"

Commands

Command Description
.\RobloxMode.exe Launch the Roblox Mode GUI
.\src\RobloxMode.ps1 Launch via PowerShell script
.\src\Setup-AutoStart.ps1 Register auto-start at logon
Unregister-ScheduledTask -TaskName "RobloxMode" Remove scheduled task

Project Structure

roblox-mode/
├── assets/
│   ├── logo.svg          # Project logo
│   └── banner.svg        # GitHub banner
├── src/
│   ├── RobloxMode.exe    # Compiled launcher
│   ├── RobloxMode.cs     # Main C# source
│   ├── Program.cs        # Entry point
│   ├── SplashForm.cs     # Splash screen
│   ├── MainForm.cs       # Main UI
│   ├── Accounts.cs       # Account system
│   ├── Links.cs          # Link system
│   ├── RobloxLauncher.cs # Launch & fullscreen
│   ├── IconProvider.cs   # Custom icons
│   ├── RobloxMode.ps1    # PowerShell launcher
│   └── Setup-AutoStart.ps1
├── .github/
│   └── FUNDING.yml
├── .gitignore
├── LICENSE
└── README.md

How It Works

  1. Splash Screen displays for 4 seconds with animated progress bar
  2. Main Launcher opens with navigation sidebar
  3. Play - Sign in or use Guest, then click Play Roblox
  4. The launcher finds the latest RobloxPlayerBeta.exe in %LOCALAPPDATA%\Roblox\Versions\
  5. Roblox launches maximized
  6. The launcher waits up to 60 seconds for the Roblox window
  7. Sends F11 and Alt+Enter keystrokes for fullscreen
  8. Force-resizes the window to cover the entire screen

Account System

  • Accounts stored locally at %LOCALAPPDATA%\RobloxMode\accounts.json
  • Passwords hashed with SHA-256 + salt
  • 100 Tix on sign-up
  • +5 Tix per Roblox launch
  • +10 Tix daily login bonus with streak multiplier

Links System

  • Save game names and Place IDs
  • Launch directly into any Roblox game
  • Stored at %LOCALAPPDATA%\RobloxMode\links.json

Contributing

  1. Fork the repo
  2. Create a branch (git checkout -b feature/amazing)
  3. Commit changes (git commit -m "Add amazing feature")
  4. Push (git push origin feature/amazing)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see LICENSE for details.


Built with by RQBBOX & RhysTech

About

The ultimate Roblox launcher by RQBBOX & RhysTech

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors