-
Автор темы
- #1
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:
features:
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.
- snake_case.
- reset
- create_move
- paint_traverse
- end_scene
- @credits.
- Prefix classes with 'c_'
C++:
class c_some_class;
- Postfix structures with '_t'
C++:
struct struct_t;
- Prefix enumerations with 'e_'
C++:
enum e_enum;
- Macroses
C++:
#define some_macros;
- Curly braces style
C++:
if (true) {
while (true) {
// your p100 code here
}
}
- Пожалуйста, авторизуйтесь для просмотра ссылки.
- Пожалуйста, авторизуйтесь для просмотра ссылки.
- Пожалуйста, авторизуйтесь для просмотра ссылки.
- Пожалуйста, авторизуйтесь для просмотра ссылки.
- Memory-related functions (Calling virtual functions, Pattern scanning, etc..)
Пожалуйста, авторизуйтесь для просмотра ссылки.
Последнее редактирование: