[C++] Fix DMG Hack SVSIDE

ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!


The DMG Hack simply sends attack packages without the character moving, if you place that it will send the packages but there will be no dmg against the other character, you will simply find the one you have when attacking your character, that is the fix they sell.
 
you sure it will find the character is moving or not?
bool bMoving = (get_dword_time() - ch->GetLastAttackTime()) < 800;

it should be
bool bMoving = (get_dword_time() - ch->GetLastMoveTime()) < 800;
 
you sure it will find the character is moving or not?
bool bMoving = (get_dword_time() - ch->GetLastAttackTime()) < 800;

it should be
bool bMoving = (get_dword_time() - ch->GetLastMoveTime()) < 800;


I thought about it, but I put the two only in caution it should work as well, remember that most hacks are simply a deficiency of exceptions in the LOC.
 
gene birilerinin canı sıkılmış.
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)