Skip to content

Add glow override option#52

Open
hmate9 wants to merge 3 commits intomainfrom
codex/add-nop-override-with-gui-toggle
Open

Add glow override option#52
hmate9 wants to merge 3 commits intomainfrom
codex/add-nop-override-with-gui-toggle

Conversation

@hmate9
Copy link
Owner

@hmate9 hmate9 commented Jun 12, 2025

Summary

  • add glow_override setting in AimbotSettings
  • provide a memory patch helper to toggle glow check
  • expose new checkbox in GUI and apply/restore patch on start/stop

Testing

  • python -m py_compile $(git ls-files '*.py')

https://chatgpt.com/codex/tasks/task_e_684aced42c30832dad6325d2839840da

@hmate9 hmate9 requested a review from Copilot June 12, 2025 15:28
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a glow override option to bypass the in-game glow check by patching memory, with support integrated into both the memory management and GUI layers.

  • Added glow override constants and helper methods in memory.py to locate and patch the glow check condition.
  • Updated aimbot_gui.py to include a new checkbox that toggles the glow override and applies the patch at runtime.
  • Extended AimbotSettings in aimbot.py to incorporate the glow_override setting.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
deadlock/memory.py Added globals, new attributes, and methods to manage the glow override.
deadlock/aimbot_gui.py Introduced GUI controls and logic to enable/disable the glow override.
deadlock/aimbot.py Added the new boolean attribute glow_override to the settings object.

hmate9 and others added 2 commits June 12, 2025 17:39
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants