SA-MP Forums Archive
Genius Anti Weapon Hack idea i built - 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: Genius Anti Weapon Hack idea i built (/showthread.php?tid=461400)



Genius Anti Weapon Hack idea i built - Snopi - 01.09.2013

Well, hello everyone, I had an idea how to fully keep weapon hacker's out of the server,
That impossible to hack any kind of weapons now.
Anyway, this system requires somthing like 10 lines only, my question is if it really genius as i think, i need to know if it's an effective way to detect cheaters, i mean if it overload the server and will cause lags.
I prefer not to share the code in public, i would like to share the code and discuss about it through private messages\skype with a good scripter so he can tell me his opinion about how it works,
Thank you very much.
Skype: matanking51


Re : Genius Anti Weapon Hack idea i built - Matnix - 01.09.2013

nvm.


Re: Genius Anti Weapon Hack idea i built - Snopi - 01.09.2013

huh ? lol you're kiddin' or somthing ?


Re: Genius Anti Weapon Hack idea i built - doreto - 02.09.2013

How are we going to tell you if this is "genius" when you don't tell or show as what you are talking about ?

Weapon hack detection is easy:

if your server does not allow weapons you only check if player have any, another way is to store weapon data(weapon id, ammo) given to player and if player have weapon that server don't know then player is weapon hacking.


Re: Genius Anti Weapon Hack idea i built - Konstantinos - 02.09.2013

Quote:
Originally Posted by doreto
View Post
if your server does not allow weapons you only check if player have any, another way is to store weapon data(weapon id, ammo) given to player and if player have weapon that server don't know then player is weapon hacking.
In other words, server-side weapons is the solution! It works fine, I've tested it in the past.


Re: Genius Anti Weapon Hack idea i built - doreto - 02.09.2013

Quote:
Originally Posted by Konstantinos
View Post
In other words, server-side weapons is the solution! It works fine, I've tested it in the past.
Indeed, this is best solution for weapon hack, but lets see Snopi "genius" idea.