diff options
Diffstat (limited to 'cheat/internal_rewrite')
| -rw-r--r-- | cheat/internal_rewrite/ui.h | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/cheat/internal_rewrite/ui.h b/cheat/internal_rewrite/ui.h index 8142412..808fc02 100644 --- a/cheat/internal_rewrite/ui.h +++ b/cheat/internal_rewrite/ui.h @@ -24,8 +24,8 @@ namespace ui int current_category = 0;
static std::string date_str = __DATE__;
- auto menu = std::make_shared< ui::c_menu >( 10, 10, 580, 470, xors( "quebot" ),
- "" );
+ auto menu = std::make_shared< ui::c_menu >( 10, 10, 580, 470, xors( "i will skull fuck you skid" ),
+ "" );
static void render( ) {
static bool was_setup = false;
@@ -37,25 +37,9 @@ namespace ui menu.reset( );
#ifndef _DEBUG
- date_str = g_header.username;
-
- 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("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],
+ date_str = xors("admin"); // g_header.username;
+
+ menu = std::make_shared< ui::c_menu >( 10, 10, 580, 470, xors( "zloty bot (55PLN)" ),
//don't ask
date_str.c_str( ) );
#else
|
