this is just the BETA version of this sdk, if you have something to say about the sdk(errors/improves) please do it in "issues" on the github repository and dont forget to check the readme of the github repository Put your bugreports and mistakes proofs in comments, I'll fix this with time. Soon would be added some functions: a simple visuals, legit, triggerbot, some misc funcs, and so on Please comment in english language. thank you menu render: imgui. code style: snake_case. hooks: reset create_move paint_traverse end_scene comments navigation: @credits. conventions: Prefix classes with 'c_' class c_some_class; Postfix structures with '_t' struct struct_t; Prefix enumerations with 'e_' enum e_enum; Macroses #define some_macros; Curly braces style if (true) { while (true) { // your p100 code here } } features: dear imgui {fmt} formatting minhook json Memory-related functions (Calling virtual functions, Pattern scanning, etc..) github repository