SA-MP Forums Archive
Unknown Hack (New Hack)? - 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: Unknown Hack (New Hack)? (/showthread.php?tid=624445)



Unknown Hack (New Hack)? - SukMathcuck - 16.12.2016

So, I've been experiencing a problem on my server, hacks that are doing the following:

By pulling the players to a certain place on the map, they are giving a "slap" type to some players, players who are driving are thrown high up at a very high speed, causing players to be kicked.

Does anyone have a clue what kind of hack it is? Do you have any protection against this?

https://www.youtube.com/watch?v=uB6RiCJosWM


Re: Unknown Hack (New Hack)? - Logic_ - 17.12.2016

PHP код:
OnPlayerStatChange
->
check if new state and old state is driver
->
(
OPTIONALcheck if player is in vehicle
(OPTIONAL) ->
kick player 
Code:
PHP код:
public OnPlayerStateChange(playeridnewstateoldstate) {
    if(
oldstate == PLAYER_STATE_DRIVER && newstate == PLAYER_STATE_DRIVER) {
        
Kick(playerid);
    }
    return 
1;




Re: Unknown Hack (New Hack)? - Vince - 17.12.2016

Isn't it ironic that you're complaining about hacks while you yourself have them installed?


Re: Unknown Hack (New Hack)? - SickAttack - 17.12.2016

Yeah, I've seen this. It's a version of so be it that comes with a client sided slap command.

But yeah, it's not the brightest idea to complain about others hacking when you have hacks installed yourself. I've seen server owners use hacks in stressful situations.


Re: Unknown Hack (New Hack)? - jlalt - 17.12.2016

I believe I can fly :')
[ the song made me cry lol ]
By the way sir, you're requesting anti cheat for a cheat you're currently using?


Re: Unknown Hack (New Hack)? - Sew_Sumi - 17.12.2016

Who says these are his videos...


Re: Unknown Hack (New Hack)? - SukMathcuck - 17.12.2016

This video is not mine, it's an example.


Re: Unknown Hack (New Hack)? - SickAttack - 17.12.2016

Quote:
Originally Posted by SukMathcuck
Посмотреть сообщение
This video is not mine, it's an example.
That's what they all say


Re: Unknown Hack (New Hack)? - SukMathcuck - 17.12.2016

Quote:
Originally Posted by SukMathcuck
Посмотреть сообщение
This video is not mine, it's an example.
Quote:
Originally Posted by SickAttack
Посмотреть сообщение
That's what they all say
Yes, these people who doubt what people say right?!