What hack is this? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: What hack is this? (
/showthread.php?tid=456866)
What hack is this? -
Kyle - 07.08.2013
Title:
[ame]http://www.youtube.com/watch?v=dPBO3vXnk2U[/ame]
Not my video, one of my players.
Respuesta: What hack is this? -
Onfroi - 07.08.2013
Spam + Fakekill
For the record it is s0b3it, the new edition.
Re: What hack is this? -
tyler12 - 09.08.2013
It was Danil_Brasill doing it (as you can see him being constantly killed) using a fake-kill hack.
EDIT: Just noticed I bumped this.. sorry.
Re: What hack is this? -
Vince - 09.08.2013
Check the distance between killer and victim, or the time between subsequent deaths of the victim. In normal circumstances you don't die more than once per second.
Re: What hack is this? -
Kyle - 09.08.2013
Quote:
Originally Posted by Vince
Check the distance between killer and victim, or the time between subsequent deaths of the victim. In normal circumstances you don't die more than once per second.
|
How do you know who is doing it though?
Re: What hack is this? -
-Prodigy- - 09.08.2013
Get the id of the player that was recently killed and get his time of death. When he dies again, compare his time and if it's below a second or something that close, he's the hacker.. or you could use a distance check like Vince said. Or a combination of both.
Re: What hack is this? -
Ceez - 09.08.2013
Stop bullshiting, that isn't any s0b.
That is TVOpcode's cleo hack pack, don't say what you don't know.
Re: What hack is this? -
Basssiiie - 09.08.2013
Quote:
Originally Posted by Vince
Check the distance between killer and victim, or the time between subsequent deaths of the victim. In normal circumstances you don't die more than once per second.
|
This. And check for certain weapons. In the end when the player crashed, that hacker was "killed" by a rocket launcher. You can't directly be killed by a rocket laucher, you can only be killed by it's explosions. (Which is a different ID.)
Re: What hack is this? -
doreto - 09.08.2013
Use
OnPlayerGiveDamage or
OnPlayerTakeDamage callback to check if player1 give any damage to player2 and if not then they are fakekill.
Re: What hack is this? -
Konstantinos - 09.08.2013
The distance does not matter so much, because I can shoot you 1 bullet of Deagle, teleport away and you type /kill. I will get the kill and I will be detected as a cheater.. The time a player dies is all you need to detect it.