Unknown Hack (New Hack)?
#1

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
Reply
#2

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;

Reply
#3

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

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.
Reply
#5

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?
Reply
#6

Who says these are his videos...
Reply
#7

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

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

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?!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)