Originally Posted by maxio223 How fixed TriggerBot T_T source code ? i updated all offsets and the added dormant stuff idk where i failed it crashes often
Fixed triggerbot.cpp 76 line Change Target = Process->ReadMemory<int>(LocalPlayer->Address + 0x00002400) - 1; To Target = Process->ReadMemory<int>(LocalPlayer->Address + 0x00002410) - 1;