From 7445db5af865fb1cca91284008b8ed36a3144ac2 Mon Sep 17 00:00:00 2001 From: DumbDev69420 <116299301+DumbDev69420@users.noreply.github.com> Date: Sat, 20 Apr 2024 15:09:57 +0200 Subject: [PATCH] Update Cheat.h --- EscapeTheBackroomsGUiTest/Cheat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EscapeTheBackroomsGUiTest/Cheat.h b/EscapeTheBackroomsGUiTest/Cheat.h index 91c0977..888a748 100644 --- a/EscapeTheBackroomsGUiTest/Cheat.h +++ b/EscapeTheBackroomsGUiTest/Cheat.h @@ -1996,7 +1996,7 @@ namespace Cheat { - //if (GetAsyncKeyState(VK_F3) & 1 && BPCharacter->CurrentItem_Rep) { // If i found out how to use this, maybe i can change the color of stuff (Exploit 4 maybe, severe) + //if (GetAsyncKeyState(VK_F3) & 1 && BPCharacter->CurrentItem_Rep) { // actual safe item // auto rope = (SDK::ABP_Scanner_C*)SDK::ABP_Scanner_C::GetDefaultObj(); // if (BPCharacter->CurrentItem_Rep->ID == rope->ID) { @@ -2841,4 +2841,4 @@ namespace Cheat { void RunMainHost() { HostOptions::Mainrun_Host(); -} \ No newline at end of file +}