https://github.com/z1xus/auto-edger
A simple C++ app that automatically "edges" for you in the Roblox Looksmaxxing Simulator
https://github.com/z1xus/auto-edger
Last synced: 9 months ago
JSON representation
A simple C++ app that automatically "edges" for you in the Roblox Looksmaxxing Simulator
- Host: GitHub
- URL: https://github.com/z1xus/auto-edger
- Owner: Z1xus
- License: gpl-3.0
- Created: 2023-11-25T21:31:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T18:58:54.000Z (almost 2 years ago)
- Last Synced: 2024-07-07T20:09:34.378Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 4.61 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## auto-edger
This simple C++ app will automatically "edge" for you in the [Roblox Looksmaxxing Simulator](https://www.roblox.com/games/14844477632/UPD-4-Looksmaxxing-Simulator).
It directly accesses the bitmap and looks for the pixels matching specific color.
> [!NOTE]
> Windows only!
### Usage:
Download and run the executable from the [latest release](https://github.com/Z1xus/auto-edger/releases/latest).
### Build:
1. Clone the repository
```bash
git clone https://github.com/Z1xus/auto-edger
```
2. Ensure you have CMake
```bash
cmake --version
```
3. Run build.bat
```bash
.\build.bat
```
4. Find your executable under `/build/Release`