From 0c194bc8046cb3ecb4e4d0577f36a1d3bde58d11 Mon Sep 17 00:00:00 2001 From: boris Date: Thu, 27 Dec 2018 22:42:05 +1300 Subject: bap --- cheat/internal_rewrite/ui.h | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) (limited to 'cheat/internal_rewrite') 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 -- cgit v1.2.3