Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 2.29 KB

README.md

File metadata and controls

40 lines (26 loc) · 2.29 KB

Blush Blush Cheat

A cheat made for the Steam version of Blush Blush

Check out my cheat for Crush Crush

The key to show/hide the GUI is "Insert"

How to use

  1. Download and install the dependencies listed in the README, restart PC after installing dependencies.
  2. Either compile the DLL or download the compiled one from Releases.
  3. Using a DLL injector of your choice Inject the DLL into BlushBlush.exe.

For a DLL injector, if you are very new to this I recommend Process Hacker

How to inject DLL with Process Hacker

Why?

Because I made a cheat for Crush Crush, and this games code is mostly the same as Crush Crush

Dependencies

Mono - https://www.mono-project.com/download/stable/ (Only if you want to compile this yourself)
Microsoft Visual C++ Redistributable x86 - https://aka.ms/vs/17/release/vc_redist.x86.exe
Microsoft Visual C++ Redistributable x64 - https://aka.ms/vs/17/release/vc_redist.x64.exe
DirectX End-User Runtimes (June 2010) - http://www.microsoft.com/en-us/download/confirmation.aspx?id=8109

Images

Picture of Menu Picture of Console

Features

  • An in-game menu created by hooking the games Direct-X 11 with Keiro and using Dear-ImGui to render
  • The ability to unload the DLL at anytime to resume normal game function
  • A console attached to the game used for outputting debug information and hook status with a button to enable and disable it
  • A simple watermark in the top right corner that displays the cheat’s title and the current FPS
  • Hooks for many of the games internal functions using MinHook