Hello,
i Have Problem in This Code
try
{
WriteToMemory(AddressToWrite2, "\x43\x75", 2);
}
catch (std::exception &ex)
{
}
SomeTimes When i Exit From Game 'room' The Address will be unknown And When i Join Game it will beAvailable And i Can Write it, But When i Exit From Game Address Will Be unknown and i still Write it But my Application is Crash So i added Try , but i Still get Crash.