Update Cheat.h

This commit is contained in:
DumbDev69420 2024-04-20 15:09:57 +02:00 committed by GitHub
parent 232e5c2bd6
commit 7445db5af8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();
}
}