diff options
| author | navewindre <boneyaard@gmail.com> | 2018-12-05 00:08:02 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-12-05 00:08:02 +0100 |
| commit | bca49754578cd6c002fa258f89fe85bb9966e9c1 (patch) | |
| tree | e01c099cc5520eb854a4d1740ff299f78953b4e0 /cheat/internal_rewrite/ui.h | |
| parent | 389bf49dccc42ead9e3157d911ff1468260645f6 (diff) | |
Auto stash before merge of "master" and "origin/master"
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],
|
