From 728ceb9cf2dc74e17f9d952d26baf18a20fb769b Mon Sep 17 00:00:00 2001 From: BenCat07 Date: Sun, 8 Apr 2018 21:40:00 +0200 Subject: [PATCH] oof --- src/hooks/others.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/others.cpp b/src/hooks/others.cpp index fbedf1e6..b97bc067 100644 --- a/src/hooks/others.cpp +++ b/src/hooks/others.cpp @@ -912,7 +912,7 @@ bool DispatchUserMessage_hook(void *_this, int type, bf_read &buf) { if (ucccccp::decrypt(message) == "meow" && hacks::shared::antiaim::communicate && data[0] != LOCAL_E->m_IDX && playerlist::AccessData(ENTITY(data[0])).state != playerlist::k_EState::CAT;) { playerlist::AccessData(ENTITY(data[0])).state = playerlist::k_EState::CAT; - chat_stack::Say("meow"); + chat_stack::Say("!!meow"); } PrintChat("\x07%06X%s\x01: %s", 0xe05938, name.c_str(), ucccccp::decrypt(message).c_str());