Fixes for UWP and UWP exploits
  • Rust 81.3%
  • Lua 18.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-09-09 13:02:39 +01:00
.github/workflows Fixed workflow 2023-09-04 16:50:43 +01:00
r-uwp Adds mouse1click 2023-09-09 13:02:39 +01:00
r-uwp-derive Adds mouse1click 2023-09-09 13:02:39 +01:00
.gitignore Initial commit 2023-09-01 16:07:14 +01:00
Cargo.toml Added websocket server, need to add lua client 2023-09-02 13:25:46 +01:00
Client.lua Adds mouse1click 2023-09-09 13:02:39 +01:00
README.md Only removes duplicate runtime brokers 2023-09-06 18:03:04 +01:00

R-UWP

This program serves to fix UWP and to provide some additional fixes when it comes to exploits and their custom functions.

  • This can be ran in the background as a service
    • Written in Rust takes up very little resources

How to install and running

  • Grab the latest release from here, it should be the .zip file
  • Extract the .zip
  • Run the executable that you just extracted
    • If you wish, you can customise the settings. View usage

Note: You must use a third party application if you want to minimise to system tray or "hide" it.

Usage

General and exploit fixes for UWP Roblox

Usage: r-uwp.exe [OPTIONS]

Options:
  -w, --disable-ws
          Disable the websocket server
  -p, --port <PORT>
          The port the websocket server is attached to [default: 8080]
  -k, --shift-lock-key <SHIFT_LOCK_KEY>
          The shift lock key to use. Provide the key id [default: 160]
  -c, --disable-clip-mouse
          Disables clipping the mouse to the window during right click
  -l, --disable-clip-shift
          Disables clipping the mouse to the window during shift lock
  -m, --disable-mouse-tp
          Disables the mouse teleport fix
  -t, --disable-tp-crash
          Disables the teleport crash fix
  -s, --silent
          Supresses all output messages
  -h, --help
          Print help
  -V, --version
          Print version

Roblox fixes

  • Fixes crashes on teleport1
  • Fixed mouse teleporting when letting go of right click
  • Makes the cursor not able to escape the window

Exploit fixes

Installation

  • Make sure you have done this
  • Put the client within your autoexec folder

Features

  • Custom mousemove functions
  • Custom setclipboard function
  • Custom decompiler via unluau2 This likely wont be added anytime soon as unluau does not support Roblox bytecode

Failed to install the loopback exemption / Custom functions not working

  • Make sure you put the client in autoexec
  • Open the Commmand Prompt (cmd) and execute the following command and if successful, you will see OK.:
    CheckNetIsolation LoopbackExempt -a -n="ROBLOXCORPORATION.ROBLOX_55nm5eh3cm0pr"
    

  1. not sure if this even works... ↩︎

  2. this is not implemented yet ↩︎