summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorboris <wzn@moneybot.cc>2018-12-05 09:21:23 +1300
committerboris <wzn@moneybot.cc>2018-12-05 09:21:23 +1300
commitcc88831ae9b12c0025cb54c58cf4c2641ea43e50 (patch)
tree9539f87f122db7eecdf16df68efeff77b830835f
parent009f264c3d98f742bec9aaeaafe86d66ad5116a5 (diff)
reeeeeeeeeeeeeeeeeeeeee
-rw-r--r--cheat/internal_rewrite/ui.h20
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