From bca49754578cd6c002fa258f89fe85bb9966e9c1 Mon Sep 17 00:00:00 2001 From: navewindre Date: Wed, 5 Dec 2018 00:08:02 +0100 Subject: Auto stash before merge of "master" and "origin/master" --- cheat/internal_rewrite/ui.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'cheat/internal_rewrite/ui.h') 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], -- cgit v1.2.3