TargetDamage Help Me

10/18/2020 15:24 aman2424#1
Targetdamage construction on servers using (svside ac)
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 :handsdown:
10/18/2020 15:52 cypher#2
#moved