SA-MP Forums Archive
cheat of vehicles - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: cheat of vehicles (/showthread.php?tid=661937)



cheat of vehicles - FelipeAndres - 19.12.2018

there is a cheat that gathers all the vehicles in the same place, and produces a lot of lag for all the players (1 fps)

This cheat is different from the previous ones, that's why I have a hard time detecting the cheater

any solution?? Thank you!


Re: cheat of vehicles - Hunud - 19.12.2018

Basically, cheater teleport vehicles to him faster then usually so it is CarWarp.


Re: cheat of vehicles - FelipeAndres - 19.12.2018

If I know, but this type of cheat is different, I think it's because they use something for desynchronization.



thanks


Re: cheat of vehicles - RogueDrifter - 19.12.2018

Try these two https://github.com/RogueDrifter/Anti...aster/rAct.inc
https://github.com/RogueDrifter/Anti...aster/rAcs.inc


Re: cheat of vehicles - ISmokezU - 20.12.2018

Quote:
Originally Posted by Hunud
View Post
Basically, cheater teleport vehicles to him faster then usually so it is CarWarp.
It is not.

It's called "God of Cars" and it could mainly be found in blue esclipse.


Re: cheat of vehicles - Undef1ned - 29.12.2018

Maybe, check the positions of the vehicles every second, then check if any of those positions is not equal to the previous ones, and finally check if the vehicle continues to move and has no driver inside.


Re: cheat of vehicles - FelipeAndres - 29.12.2018

Quote:
Originally Posted by RogueDrifter
View Post
I'll try thanks!

Quote:
Originally Posted by ISmokezU
View Post
It is not.

It's called "God of Cars" and it could mainly be found in blue esclipse.
is something better than that, it's called "component lagger", its creator is 0pc0d3r, it's a cleo mod or .sf


Re: cheat of vehicles - RogueDrifter - 29.12.2018

Component lagger?
Then you should try this: https://github.com/RogueDrifter/Anti...aster/rEac.inc
and this: https://github.com/RogueDrifter/Anti...master/rVM.inc


Re: cheat of vehicles - Spmn - 29.12.2018

Monitor OnVehicleMod and OnUnoccupiedVehicleUpdate


Re: cheat of vehicles - Threshold - 30.12.2018

https://sampwiki.blast.hk/wiki/OnUnoccupiedVehicleUpdate
Quote:

Returning 0 in this callback will stop the vehicle's position being synced to other players. Update is still sent to the updating player. Useful for combating vehicle teleport hacks.

Another thing you should consider is monitoring whether the player has changed vehicles within a certain time limit. Hacks like this either rely on unoccupied vehicle updating or physically entering multiple vehicles and teleporting them. So you can monitor if their vehicle ID has changed within a reasonable time and then issue the appropriate consequences.