Skip to content

I dont see menu after injecting #4686

Description

@Artemon0

I don't see menu after injecting

Environment

  • Project Tag: Csgo-end-of-life
  • Injection Method: ExLoader (as a custom modification)
  • MSVC Version: v146 (latest)
  • Status: Menu doesn't appear after injection

Description

After injecting the DLL through ExLoader, the cheat menu is not displayed in-game. This issue occurs in two scenarios:

Scenario 1: Original DLL

  • Recompiled the original project using the latest MSVC v146 toolchain (retargeted)
  • DLL injects successfully (no crash, no error messages)
  • Result: Nothing happens, menu is not visible

Scenario 2: With modifications

  • Attempted to add an Anti-Aim feature to the original codebase
  • DLL injects successfully but still no menu appears
  • Result: Same issue as Scenario 1

What I've Tried

  • Recompiling with v146 MSVC
  • Injecting through ExLoader as a modification
  • Both original and modified versions show the same behavior

Expected Behavior

After successful injection via ExLoader, the cheat menu should be visible in-game

Actual Behavior

  • No menu appears in-game
  • No error messages or crashes reported
  • Injection appears to complete without issues

Possible Causes

  • Config file not loading correctly
  • Menu initialization failure
  • Missing startup arguments or configuration
  • ExLoader compatibility issue

Additional Notes

The DLL appears to inject without crashing, but the menu simply doesn't render. Unsure if this is a configuration loading issue or a rendering/initialization problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions