noisiv 1
noisiv
Manwe Work 1
Manwe Work
Bodyguardd 1
Bodyguardd
kralhakan2009 1
kralhakan2009
Vahsi Uzman 1
Vahsi Uzman
[DEV]AB 1
[DEV]AB
R 1
Roksam
Hikaye Ekle

[C++] Fix DMG Hack SVSIDE

bool bAttacking = (get_dword_time() - ch->GetLastAttackTime()) < 800;
bool bMoving = (get_dword_time() - ch->GetLastAttackTime()) < 800;
if (!bAttacking)
return BATTLE_NONE;
if (!bMoving)
return BATTLE_NONE;

burası trash code gibi gözüküyor.
bAttacking ile bMoving aynı şey
çalışır mı emin değilim ama yapılmak istenen karakter saldırı yapmıyorken hasar vermesini engellemek sanırım.
biraz trash code gibi duruyor :D

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.
 
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;
 

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

Geri
Üst