An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/slavcp/glorp/total)

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