diff options
Diffstat (limited to 'cheat/internal_rewrite/ui.h')
| -rw-r--r-- | cheat/internal_rewrite/ui.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/cheat/internal_rewrite/ui.h b/cheat/internal_rewrite/ui.h index 484868b..4232ef0 100644 --- a/cheat/internal_rewrite/ui.h +++ b/cheat/internal_rewrite/ui.h @@ -41,18 +41,18 @@ namespace ui const auto username_hash = hash::fnv1a(g_header.username);
- const char* menu_titles[] = { - xors("hit p hack"), - xors("bitcoin miner"), - xors("dmt hook"), - xors("currency robot"), - xors("automated currency"), - xors("retard remover"), - xors("sse2 wall hack"), - xors("premium csgo aimbot"), - xors("friendlyhack"), - xors("[insert word] windre hack"), - xors("jake > sparkle hack"), + const char* menu_titles[] = {
+ xors("hit p hack"),
+ xors("bitcoin miner"),
+ xors("dmt hook"),
+ xors("currency robot"),
+ xors("automated currency"),
+ xors("retard remover"),
+ xors("sse2 wall hack"),
+ xors("premium csgo aimbot"),
+ xors("friendly hack"),
+ xors("[insert word] windre hack"),
+ xors("jake > sparkle hack"),
};
menu = std::make_shared< ui::c_menu >( 10, 10, 580, 470, menu_titles[username_hash & 10],
|
