Easily download and manage single-player game cheats for your convenience
This report presents the forensic synthetic code analysis of dyang886/Game-Cheats-Manager, a C++ project with 13,473 GitHub stars. SynthScan v2.0 examined 90,932 lines of code across 328 source files, recording 598 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 7.1 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 598 distinct pattern matches across 8 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Game Trainers/docs/trainer_template.h | 81 | //===================================================================== | COMMENT |
| LOW | Game Trainers/docs/trainer_template.h | 201 | ); | COMMENT |
| LOW | Game Trainers/trainers/Inotia 4 Trainer/main.cpp | 1 | // main.cpp | COMMENT |
| LOW | … Trainers/trainers/Dancing Line Trainer/mem_resolver.h | 1 | // mem_resolver.h - in-process IL2CPP resolver for the protected Dancing Line build. | COMMENT |
| LOW | Game Trainers/trainers/Dancing Line Trainer/IL2CPP.cpp | 1 | // Dancing Line trainer (protected IL2CPP build). | COMMENT |
| LOW | Game Trainers/trainers/Dancing Line Trainer/main.cpp | 1 | // Uses IL2CPP injection through Il2CppBase and the embedded IL2CPP assembly. | COMMENT |
| LOW | …me Trainers/trainers/PvZ2 Gardendless Trainer/main.cpp | 1 | // Uses CDP (Chrome DevTools Protocol) to inject JavaScript into the game's WebView2. | COMMENT |
| LOW | …ainers/trainers/Minishoot' Adventures Trainer/main.cpp | 1 | // Uses Mono injection through MonoBase and the embedded GCMInjection assembly. | COMMENT |
| LOW | …rs/trainers/Zao Meng Xi You_Wu Shuang Trainer/main.cpp | 1 | // Uses CDP (Chrome DevTools Protocol) to inject JavaScript into the game's Electron window. | COMMENT |
| LOW | …ainers/trainers/MIO_Memories in Orbit Trainer/main.cpp | 1 | // Native memory trainer: patches mio.exe directly (byte patches, code-cave hook, | COMMENT |
| LOW | Game Trainers/common/include/CDPBase.h | 1 | // CDPBase.h | COMMENT |
| LOW | Game Trainers/common/include/MinHook.h | 101 | COMMENT | |
| LOW | Game Trainers/common/include/MinHook.h | 121 | // ppOriginal [out] A pointer to the trampoline function, which will be | COMMENT |
| LOW | Game Trainers/common/include/MinHook.h | 141 | MH_STATUS WINAPI MH_CreateHookApiEx( | COMMENT |
| LOW | Game Trainers/common/include/MinHook.h | 161 | MH_STATUS WINAPI MH_DisableHook(LPVOID pTarget); | COMMENT |
| LOW | Game Trainers/common/include/FL/glut.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/glut.H | 21 | // provided without guarantee or warrantee expressed or implied. This | COMMENT |
| LOW | Game Trainers/common/include/FL/glut.H | 181 | # define GLUT_CURSOR_DESTROY ((Fl_Cursor)45) | COMMENT |
| LOW | Game Trainers/common/include/FL/glut.H | 321 | # define GLUT_KEY_F6 6 | COMMENT |
| LOW | Game Trainers/common/include/FL/glut.H | 401 | # define GLUT_WINDOW_GREEN_SIZE GL_GREEN_BITS | COMMENT |
| LOW | Game Trainers/common/include/FL/glut.H | 421 | # define GLUT_HAS_DIAL_AND_BUTTON_BOX 603 | COMMENT |
| LOW | Game Trainers/common/include/FL/glut.H | 441 | //#define GLUT_LAYER_IN_USE 801 | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_PNM_Image.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Radio_Button.H | 1 | // | COMMENT |
| LOW | …me Trainers/common/include/FL/Fl_Toggle_Round_Button.H | 1 | // | COMMENT |
| LOW | …me Trainers/common/include/FL/Fl_Toggle_Round_Button.H | 21 | #define Fl_Toggle_Round_Button Fl_Round_Button | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Text_Buffer.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Text_Buffer.H | 21 | COMMENT | |
| LOW | Game Trainers/common/include/FL/Fl_Printer.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Scheme_Choice.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/fl_draw.H | 1 | // | COMMENT |
| LOW | …me Trainers/common/include/FL/Fl_Toggle_Light_Button.H | 1 | // | COMMENT |
| LOW | …me Trainers/common/include/FL/Fl_Toggle_Light_Button.H | 21 | #define Fl_Toggle_Light_Button Fl_Light_Button | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_PDF_File_Surface.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Color_Chooser.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/fl_show_colormap.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/fl_show_input.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Single_Window.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Shared_Image.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Input.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Export.H | 21 | * The following is used when building DLLs under Windows | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Round_Clock.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Tree_Item.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Tree_Item.H | 21 | // This library is free software. Distribution and use rights are outlined in | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Tree_Item.H | 41 | /// Fl_Tree_Item is used by Fl_Tree, which is comprised of many instances of Fl_Tree_Item. | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Tree_Item.H | 421 | return(_usericon); | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Tree_Item.H | 441 | /// } | COMMENT |
| LOW | Game Trainers/common/include/FL/gl_draw.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Plugin.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Fill_Slider.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Device.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Image_Surface.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Menu_.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Value_Input.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/platform_types.h | 121 | #if defined(_WIN32) && !defined(__MINGW32__) | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Positioner.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Roller.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Counter.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Multi_Label.H | 1 | // | COMMENT |
| LOW | Game Trainers/common/include/FL/Fl_Scroll.H | 1 | // | COMMENT |
| 369 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/scripts/config.py | 108 | except Exception as e: | CODE |
| MEDIUM | src/scripts/config.py | 109 | print("Error loading settings json" + str(e)) | CODE |
| LOW⚡ | src/scripts/config.py | 162 | except Exception: | CODE |
| MEDIUM | src/scripts/config.py | 159 | def ensure_trainer_download_path_is_valid(): | CODE |
| MEDIUM⚡ | src/scripts/main.py | 464 | print(f"Error during junction cleanup: {e}") | CODE |
| MEDIUM | src/scripts/main.py | 293 | def start_update(self, version): | CODE |
| MEDIUM | src/scripts/main.py | 570 | def launch_trainer(self): | CODE |
| LOW⚡ | src/scripts/main.py | 461 | except Exception: | CODE |
| LOW⚡ | src/scripts/main.py | 463 | except Exception as e: | CODE |
| LOW⚡ | src/scripts/main.py | 504 | except Exception: | CODE |
| LOW⚡ | src/scripts/main.py | 512 | except Exception as e: | CODE |
| LOW | src/scripts/main.py | 41 | except Exception as e: | CODE |
| LOW | src/scripts/main.py | 600 | except Exception as e: | CODE |
| LOW | src/scripts/main.py | 638 | except Exception as e: | CODE |
| LOW | src/scripts/main.py | 956 | except Exception as e: | CODE |
| LOW | src/scripts/main.py | 978 | except Exception as e: | CODE |
| MEDIUM⚡ | src/scripts/threads/other_threads.py | 532 | print("Error: API endpoint or Client API Key is not configured.") | CODE |
| MEDIUM | src/scripts/threads/other_threads.py | 25 | print("Error: Failed to get signed URL for announcement.json") | CODE |
| MEDIUM | src/scripts/threads/other_threads.py | 59 | print("Error: API endpoint or Client API Key is not configured.") | CODE |
| MEDIUM | src/scripts/threads/other_threads.py | 79 | print(f"Error: 'latest_version' not found in response. Response: {data}") | CODE |
| MEDIUM | src/scripts/threads/other_threads.py | 553 | print(f"Error fetching patch patterns: {str(e)}") | CODE |
| MEDIUM | src/scripts/threads/other_threads.py | 588 | print(f"Error during {self.patchMethod} patching: {str(e)}") | CODE |
| MEDIUM | src/scripts/threads/other_threads.py | 21 | def run(self): | CODE |
| MEDIUM | src/scripts/threads/other_threads.py | 96 | def run(self): | CODE |
| MEDIUM | src/scripts/threads/other_threads.py | 308 | def run(self): | CODE |
| MEDIUM | src/scripts/threads/other_threads.py | 386 | def run(self): | CODE |
| MEDIUM | src/scripts/threads/other_threads.py | 512 | def apply_patch(self, file_path, pattern, replacement): | CODE |
| MEDIUM | src/scripts/threads/other_threads.py | 523 | def replace_hex_in_file(self, input_file, output_file, search_hex, replace_hex): | CODE |
| LOW⚡ | src/scripts/threads/other_threads.py | 482 | except Exception as e: | CODE |
| LOW⚡ | src/scripts/threads/other_threads.py | 494 | except Exception as e: | CODE |
| LOW⚡ | src/scripts/threads/other_threads.py | 497 | except Exception as e: | CODE |
| LOW⚡ | src/scripts/threads/other_threads.py | 520 | except Exception as e: | CODE |
| LOW⚡ | src/scripts/threads/other_threads.py | 527 | except Exception as e: | CODE |
| LOW | src/scripts/threads/other_threads.py | 44 | except Exception: | CODE |
| LOW | src/scripts/threads/other_threads.py | 82 | except Exception: | CODE |
| LOW | src/scripts/threads/other_threads.py | 112 | except Exception as e: | CODE |
| LOW | src/scripts/threads/other_threads.py | 137 | except Exception: | CODE |
| LOW | src/scripts/threads/other_threads.py | 200 | except Exception: | CODE |
| LOW | src/scripts/threads/other_threads.py | 228 | except Exception: | CODE |
| LOW | src/scripts/threads/other_threads.py | 256 | except Exception: | CODE |
| LOW | src/scripts/threads/other_threads.py | 284 | except Exception: | CODE |
| LOW | src/scripts/threads/other_threads.py | 365 | except Exception as e: | CODE |
| LOW | src/scripts/threads/other_threads.py | 426 | except Exception as e: | CODE |
| LOW | src/scripts/threads/other_threads.py | 435 | except Exception as e: | CODE |
| LOW | src/scripts/threads/other_threads.py | 448 | except Exception as e: | CODE |
| LOW | src/scripts/threads/other_threads.py | 552 | except Exception as e: | CODE |
| LOW | src/scripts/threads/other_threads.py | 587 | except Exception as e: | CODE |
| LOW | src/scripts/threads/update_trainers_thread.py | 81 | except Exception as e: | CODE |
| MEDIUM | src/scripts/threads/update_trainers_thread.py | 82 | print(f"Error checking update for {trainer_name}: {str(e)}") | CODE |
| LOW | src/scripts/threads/update_trainers_thread.py | 104 | except Exception: | CODE |
| MEDIUM | src/scripts/threads/download_display_thread.py | 208 | print(f"Error processing FLiNG archive data: {e}") | CODE |
| MEDIUM | src/scripts/threads/download_display_thread.py | 274 | print(f"Error processing FLiNG main site data: {e}") | CODE |
| MEDIUM | src/scripts/threads/download_display_thread.py | 311 | print(f"Error processing XiaoXing data: {e}") | CODE |
| MEDIUM | src/scripts/threads/download_display_thread.py | 352 | print(f"Error processing CT data: {e}") | CODE |
| MEDIUM | src/scripts/threads/download_display_thread.py | 403 | print(f"Error processing GCM data: {e}") | CODE |
| MEDIUM | src/scripts/threads/download_display_thread.py | 20 | def run(self): | CODE |
| LOW | src/scripts/threads/download_display_thread.py | 120 | except Exception as e: | CODE |
| LOW | src/scripts/threads/download_display_thread.py | 207 | except Exception as e: | CODE |
| LOW | src/scripts/threads/download_display_thread.py | 273 | except Exception as e: | CODE |
| LOW | src/scripts/threads/download_display_thread.py | 310 | except Exception as e: | CODE |
| 35 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/scripts/main.py | 149 | # =========================================================================== | COMMENT |
| MEDIUM | src/scripts/main.py | 151 | # =========================================================================== | COMMENT |
| MEDIUM | src/scripts/main.py | 191 | # =========================================================================== | COMMENT |
| MEDIUM | src/scripts/main.py | 193 | # =========================================================================== | COMMENT |
| MEDIUM | src/scripts/main.py | 280 | # =========================================================================== | COMMENT |
| MEDIUM | src/scripts/main.py | 282 | # =========================================================================== | COMMENT |
| MEDIUM | src/scripts/main.py | 935 | # =========================================================================== | COMMENT |
| MEDIUM | src/scripts/main.py | 937 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | src/scripts/threads/other_threads.py | 485 | # =========================================================================== | COMMENT |
| MEDIUM | src/scripts/threads/other_threads.py | 408 | # =========================================================================== | COMMENT |
| MEDIUM | src/scripts/threads/other_threads.py | 467 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | src/scripts/threads/download_display_thread.py | 62 | # ====================================================== | COMMENT |
| MEDIUM⚡ | src/scripts/threads/download_display_thread.py | 70 | # ====================================================== | COMMENT |
| MEDIUM⚡ | src/scripts/threads/download_display_thread.py | 78 | # ====================================================== | COMMENT |
| MEDIUM⚡ | src/scripts/threads/download_display_thread.py | 86 | # ====================================================== | COMMENT |
| MEDIUM | src/scripts/threads/download_display_thread.py | 37 | # ====================================================== | COMMENT |
| MEDIUM | src/scripts/widgets/trainer_management.py | 533 | # =========================================================================== | COMMENT |
| MEDIUM | src/scripts/widgets/trainer_management.py | 535 | # =========================================================================== | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Game Trainers/scripts/font_processor.py | 10 | CODE | |
| LOW | src/scripts/config.py | 121 | CODE | |
| LOW | src/scripts/config.py | 175 | CODE | |
| LOW | src/scripts/search_index.py | 131 | CODE | |
| LOW | src/scripts/main.py | 396 | CODE | |
| LOW | src/scripts/main.py | 453 | CODE | |
| LOW | src/scripts/main.py | 603 | CODE | |
| LOW | src/scripts/main.py | 795 | CODE | |
| LOW | src/scripts/main.py | 917 | CODE | |
| LOW | src/scripts/main.py | 946 | CODE | |
| LOW | src/scripts/threads/other_threads.py | 153 | CODE | |
| LOW | src/scripts/threads/other_threads.py | 386 | CODE | |
| LOW | src/scripts/threads/other_threads.py | 530 | CODE | |
| LOW | src/scripts/threads/update_trainers_thread.py | 24 | CODE | |
| LOW | src/scripts/threads/update_trainers_thread.py | 85 | CODE | |
| LOW | src/scripts/threads/download_display_thread.py | 20 | CODE | |
| LOW | src/scripts/threads/download_display_thread.py | 144 | CODE | |
| LOW | src/scripts/threads/download_display_thread.py | 217 | CODE | |
| LOW | src/scripts/threads/download_display_thread.py | 361 | CODE | |
| LOW | src/scripts/threads/download_trainers_thread.py | 25 | CODE | |
| LOW | src/scripts/threads/download_trainers_thread.py | 117 | CODE | |
| LOW | src/scripts/threads/download_trainers_thread.py | 192 | CODE | |
| LOW | src/scripts/threads/download_trainers_thread.py | 466 | CODE | |
| LOW | src/scripts/threads/download_base_thread.py | 82 | CODE | |
| LOW | src/scripts/threads/download_base_thread.py | 119 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | src/scripts/config.py | 150 | def sort_trainers_key_ignore_prefix(name): | CODE |
| LOW⚡ | src/scripts/config.py | 159 | def ensure_trainer_download_path_is_valid(): | CODE |
| LOW⚡ | src/scripts/main.py | 518 | def is_cheat_engine_available(self, ext): | CODE |
| LOW | src/scripts/main.py | 547 | def prompt_cheat_engine_install(self): | CODE |
| LOW | src/scripts/main.py | 688 | def fetch_trainer_translations(self): | CODE |
| LOW | src/scripts/main.py | 743 | def fetch_trainer_search_data(self): | CODE |
| LOW | src/scripts/threads/download_display_thread.py | 144 | def search_from_fling_archive(self, keywordList): | CODE |
| LOW⚡ | src/scripts/threads/download_trainers_thread.py | 426 | def handle_multi_version_archive(self, extractedContentPath, trainerName_display): | CODE |
| LOW | src/scripts/threads/download_trainers_thread.py | 389 | def handle_xiaoxing_special_cases(self, selected_trainer, extractedContentPath): | CODE |
| LOW | src/scripts/threads/download_trainers_thread.py | 453 | def process_pattern_to_hex_and_mask(self, pattern_str): | CODE |
| LOW | src/scripts/widgets/custom_dialogs.py | 422 | def handle_version_load_failure(self): | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/scripts/config.py | 14 | CODE | |
| LOW | src/scripts/main.py | 22 | CODE | |
| LOW | src/scripts/main.py | 23 | CODE | |
| LOW | src/scripts/main.py | 24 | CODE | |
| LOW | src/scripts/main.py | 25 | CODE | |
| LOW | src/scripts/main.py | 26 | CODE | |
| LOW | src/scripts/main.py | 27 | CODE | |
| LOW | src/scripts/main.py | 28 | CODE | |
| LOW | src/scripts/threads/other_threads.py | 13 | CODE | |
| LOW | src/scripts/threads/update_trainers_thread.py | 9 | CODE | |
| LOW | src/scripts/threads/download_display_thread.py | 9 | CODE | |
| LOW | src/scripts/threads/download_trainers_thread.py | 11 | CODE | |
| LOW | src/scripts/threads/download_base_thread.py | 16 | CODE | |
| LOW | src/scripts/widgets/custom_dialogs.py | 9 | CODE | |
| LOW | src/scripts/widgets/custom_widgets.py | 6 | CODE | |
| LOW | src/scripts/widgets/trainer_management.py | 9 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/scripts/main.py | 591 | # Check if Cheat Engine is installed before launching .ct/.cetrainer files | COMMENT |
| LOW⚡ | src/scripts/threads/download_trainers_thread.py | 429 | # Check if there are any executables (.exe, .ct, .cetrainer, .png) in the root folder | COMMENT |
| LOW | src/scripts/threads/download_trainers_thread.py | 275 | # Check if extracted trainer name is None | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | src/scripts/main.py | 495 | # Create a short, stable hash of the directory path to prevent collisions | COMMENT |