Skip to content

Releases: countlessbats/Fast.exe

Fast.exe v1.0.6

Choose a tag to compare

@countlessbats countlessbats released this 08 Aug 01:06

Fast v1.0.6

Injection hardening + a few quality-of-life fixes.

  • Injector now uses Unicode LoadLibraryW (wide path bytes) instead of LoadLibraryA — handles DLL paths with non-ASCII characters.
  • Least-privilege process handles — opens targets with only the access rights injection needs (PROCESS_CREATE_THREAD/VM_OPERATION/VM_WRITE/QUERY_LIMITED_INFORMATION) instead of PROCESS_ALL_ACCESS, so it plays nicer with anti-cheat and protected processes.
  • Log rotationFast.log rolls over to Fast.log.old at 1 MB instead of growing without bound.
  • Version shown in the window title.

Install: extract the zip and run Fast.exe (needs the .NET 6 desktop runtime; unchanged from prior releases).

Fast.exe v1.0.5

Choose a tag to compare

@countlessbats countlessbats released this 26 Jun 13:37

Fast.exe v1.0.5

  • Fixes Xbox controller stick movement being interpreted as hotkey presses.
  • Routes Xbox/XInput-like controllers through XInput only, avoiding duplicate DirectInput noise.
  • Tightens DualSense Raw Input parsing so unknown HID reports are ignored instead of guessed.

Fast.exe v1.0.4

Choose a tag to compare

@countlessbats countlessbats released this 26 Jun 08:41

Initial open-source release of Fast.exe.

Highlights:

  • Cheat Engine-inspired game speed acceleration
  • Persistent process watching and automatic reattach
  • Optional Windows startup
  • Ten speed slots with hold/toggle modes
  • Keyboard, Xbox/XInput, DirectInput, and DualSense/PS5 Raw Input support
  • Unified 32-bit and 64-bit target support from one Fast.exe

Download the zip, extract all files together, and run Fast.exe.