There are people who use it on the server I play
DWORD NetPointer =(DWORD) 0x076F5C0;
DWORD BattleCall = 0x004E2DD0;
__asm
{
mov ecx, NetPointer
push GetTargetVID
push 0
call BattleCall
}
------------------------
This is the source code I use
Could the function I use be wrong? Or is the code wrong?Or is it wrong?
I need your help, thanks in advance






