Custom UI for Ro-Exec.
https://git.snipcola.com/snipcola/KrampUI/releases/latest
.vscode | ||
assets | ||
src | ||
src-tauri | ||
.gitignore | ||
LICENSE | ||
package.json | ||
README.md |
Note
Project abandoned - don't expect any updates.
Getting KrampUI
Download the binary,
or... compile it yourself!
- Ensure you have
cargo
(rustup
),node
, andnpm
installed. - Run
npm install
. - Run
npm run start
ornpm run build
depending on what you need. - Access the executable at
src-tauri/target/release
orsrc-tauri/target/debug
.
Q&A
Where is the scripts and autoexec folder?
It's located at %appdata%/KrampUI
, or just press the folder icon on the UI and navigate one folder up.
Ro-Exec updated, how do I select a new loader?
Click the settings menu, and then press "Update Loader" in order to select a new loader.
I don't see the UI, how do I fix it?
Perhaps your computer doesn't have Microsoft Edge Webview installed.
Install it from here (scroll down & install Evergreen Bootstrapper), and see if that fixes your issue.
It's injected, why is the title gray and the inject button disabled?
You're probably in the Roblox menu, for the UI to recognize it's connected, join a game.
How to fix it injecting but not executing scripts?
It's probably a issue with Ro-Exec. It's advised to wait until you load into game before injecting.
What is the randomized executable stored in %appdata%/KrampUI?
That's the loader you've selected. You may delete it or replace it, but it's advised to use the Settings menu instead.