SA-MP Forums Archive
Stupid hackers using slapper 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: Stupid hackers using slapper hack ... (/showthread.php?tid=635451)



Stupid hackers using slapper hack ... - Crystallize - 07.06.2017

Is there any fucking way to patch this shit? Im tired of this fucking hackers coming into my server and using slapperhack and slapping all the players ?


Re: Stupid hackers using slapper hack ... - Gammix - 07.06.2017

These hacks are out of reach, client side modification is what can stop them.


Re: Stupid hackers using slapper hack ... - Crystallize - 07.06.2017

Quote:
Originally Posted by Gamer_Z
Посмотреть сообщение
Don't know how these hacks exactly work under the hood, any explanations? I can't comment/help if I don't know how it works.
https://www.youtube.com/watch?v=3PUWFUVEiiU

It somehow tps to the player or idk lol


Re: Stupid hackers using slapper hack ... - Logic_ - 07.06.2017

It uses CLEO and SAMPFUNC to do it.


Re: Stupid hackers using slapper hack ... - DemME - 07.06.2017

It just spawns a huge vehicle which makes a bug and pops you up to the sky or infront, just we need to strong block people from teleporting vehicles, or find out the algurithm that they used to build this shit.


Re: Stupid hackers using slapper hack ... - Logic_ - 07.06.2017

Quote:
Originally Posted by DemME
Посмотреть сообщение
It just spawns a huge vehicle which makes a bug and pops you up to the sky or infront, just we need to strong block people from teleporting vehicles, or find out the algurithm that they used to build this shit.
If the first thing you said is right, then anti car warp could help in this if I'm not wrong...


Re: Stupid hackers using slapper hack ... - Vince - 07.06.2017

You can download the source and decompile it in Sanny Builder. It's a bit of a mess to sort through but it does indeed look like it's teleporting vehicles around a lot and you should be able to catch that event with OnUnoccupiedVehicleUpdate.


Re: Stupid hackers using slapper hack ... - Dokins - 07.06.2017

Does the player who slapped them also get slapped?


Re: Stupid hackers using slapper hack ... - Crystallize - 07.06.2017

Quote:
Originally Posted by Dokins
Посмотреть сообщение
Does the player who slapped them also get slapped?
I think they doesnt even move Im not sure I need to ask my staff team.


Re: Stupid hackers using slapper hack ... - Threshold - 08.06.2017

I have seen one before where the player is put into a skydiving animation and flies along the ground, which usually results in players going flying while on-foot. That should be easy enough to detect.

Other than that, I was sure that vehicle interaction was the only other way they could achieve this... maybe I'm wrong.