https://github.com/slavcp/glorp
New original avant-garde inventive cutting-edge krunker client running on WebView2
https://github.com/slavcp/glorp
dll-injection krunker webview2 win32
Last synced: 2 months ago
JSON representation
New original avant-garde inventive cutting-edge krunker client running on WebView2
- Host: GitHub
- URL: https://github.com/slavcp/glorp
- Owner: slavcp
- License: gpl-3.0
- Created: 2025-03-22T19:27:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-12T13:13:51.000Z (about 1 year ago)
- Last Synced: 2025-06-12T13:37:59.927Z (about 1 year ago)
- Topics: dll-injection, krunker, webview2, win32
- Language: Rust
- Homepage:
- Size: 4.58 MB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Glorp uses unorthodox methods in attempt of fixing the issues modern chromium poses for a browser game
# Why is the client getting marked as a trojan?
- **The installer is not signed:** digital signatures help verify software, but in the case of such a small open source project, paying for a license is not feasible, so antiviruses will mark it as malicious.
~~- **DLL Injection:** Glorp utilizes DLL injection, a technique used for running code in the context of another application's space, something that is often used for malicious purposes. I assure you that the client only uses this for the user's convenience.~~
THIS HAS BEEN REPLACED WITH PLAIN OLD TRICKERY (DLL hijacking) BUT IT MAY STILL GET FLAGGED
I strongly urge you to **review the source code** if you have any doubts.
## Features
- [x] **Proper** Raw input
- [x] Increased performance
- [x] Hook DXGI parameters in an attempt of lowering latency
- [x] Optimized URL blocklist (only ~50 entries, fully customizable)
- [x] Resource swapper
- [x] Custom script support
- [x] Account Manager
- [x] Queue ranked without the game open
- [x] Find out your real ping to the servers
- [x] CPU Throttler
- [x] Lightweight autoupdater
- [x] Basic shortcuts (F11 - toggle fullscreen, F6 new lobby)
- [x] and more...
## Potential issues
If in a GPU bottleneck, the amount of frames displayed will drop severely, but the game's render loop won't slow down, this results in the client being almost unusable.
Consider using the CPU Throttler in such scenario
## Building
- Prerequisites:
- [Rust **Nightly** & Cargo](https://rustup.rs/)
- [Microsoft Visual C++](https://visualstudio.microsoft.com/downloads/)
- [Node](https://nodejs.org/)
- [pnpm](https://pnpm.io/installation)
- [WiX **(if packaging)**](https://github.com/wixtoolset/wix/releases)
1. `git clone https://github.com/slavcp/glorp.git`
2. `cd glorp`
3. `pnpm i`
4. `pnpm build`
## Credits
- [client-pp](https://github.com/6ct/clientpp)
- [crankshaft](https://github.com/KraXen72/crankshaft) - menu timer css