Text strings referenced in at:CODE, item 2263
Address=006978D5
Disassembly=MOV EDX,at.00697B40
Text string=ASCII "rl"
RL = "Raid List"
Code:
typedef int(*__cdecl popup_steam_offline_)();
popup_steam_offline_ popup_steam_offline = (popup_steam_offline_)(0x6978D5);
and called in function
void Started()
{
cout << " ---- Start Debug [Loading] \n";
popup_steam_offline;
cout << " Debug Called PopUp";
}

Injection its sucessfull also don't work called function
i look in ( PacketLogger ) Ty packet rl work only "rl" don't need any more char or info
PD: Ty for packetlogger to help watch packets






