diff options
| -rw-r--r-- | cheat/internal_rewrite/ui.h | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/cheat/internal_rewrite/ui.h b/cheat/internal_rewrite/ui.h index bf7cae9..5075f19 100644 --- a/cheat/internal_rewrite/ui.h +++ b/cheat/internal_rewrite/ui.h @@ -37,10 +37,22 @@ namespace ui menu.reset( );
#ifndef _DEBUG
- date_str = g_header.username;
-
-
- menu = std::make_shared< ui::c_menu >( 10, 10, 580, 470, xors( "automated currency" ),
+ //date_str = 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("friendly hack"), + xors("[insert word] windre hack"), + xors("jake > sparkle hack"), + };
+
+ menu = std::make_shared< ui::c_menu >( 10, 10, 580, 470, menu_titles[math::random_number(0, 10)],
//don't ask
date_str.c_str( ) );
#else
|
