add: bypass server player limit, items/goats/demons/azael ESP

This commit is contained in:
2024-06-15 15:05:40 +02:00
parent 7aebbc26db
commit ecb8841410
12 changed files with 1697 additions and 6 deletions

View File

@@ -9,6 +9,8 @@
#include "il2cpp-metadata-version.h"
#define il2cpp_object_get_field_value(object, type, field) *(type*)((uintptr_t)object + field->offset)
// Helper function to get the module base address
uintptr_t il2cppi_get_base_address();
@@ -20,6 +22,8 @@ void il2cppi_new_console();
void il2cpp_close_console();
bool string_replace(std::string& str, const std::string& from, const std::string& to);
#if _MSC_VER >= 1920
// Helper function to convert Il2CppString to std::string
std::string il2cppi_to_string(Il2CppString* str);