• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Suggestion] Ban system by Hardware ID/Serial
#15
Or you know, verify the account.. by twitter (they enforce SMS verification), SMS (e.g. using Twilio), gmail (they enforce SMS verification), facebook (they enforce SMS verification), whatsapp business (they enforce SMS verification), telegram (they enforce SMS verification), .. whatevs. You can also check dnsbl if the IP is blacklisted (for spam, being a VPN, tor node, etc). Additionally you can also ban specific ASN's like Google Cloud, Microsoft Azure and Amazon Web Services that allow to spin up vm's free of charge that can be used as a private VPN (you'll not be able to determine if it's a VPN or not). You can also link the accounts to their forum accounts and perform browser fingerprinting (and e.g. put your forum behind cloudflare). Or you know, you can create an invite system where people on the server can invite others, if someone is inviting a lot of cheaters just ban them too. Also limit your registrations per day then, e.g. 100? Many possibilities without the need to be invasive on the client side. We'll never be able to completely prevent ban evasion. Even paid games have the problem that the cheaters just buy a new copy of the game.. one would think that a paywall would work but even that won't work.

The only approach that could deal with most cheaters would be to emulate all interactions server side. I did work on a project that created a minimally working GTA-SA without textures, sounds etc that was around 340 MB. After a lot of tinkering it just wasn't viable or stable, not to mention the hassles of running it at 30 fps while emulating 1000 peds in the game, and on Linux.. a win32 binary. It's not impossible but it just wasn't viable. It's actually how games (e.g. MMO games, Counter Strike, Team Fortress 2) counter most of the cheats (ammo, weapons, speedhacks etc).

Your best bet is a good, large and fast admin team with good automated detection systems, and a very easy reporting system for players. For automated cheat detections just kick the cheater. In case of ammo / weapons cheats just "return 0" in shot/weapon sync for example. Hell I even measured the minimum times between shots as to prevent bullet spam that should be impossible [when I had my last server](https://github.com/grasmanek94/eXe/blob/....cxx#L1117).
  Reply


Messages In This Thread
Ban system by Hardware ID/Serial - by Maik - 2019-06-06, 03:47 PM
RE: Ban system by Hardware ID/Serial - by DTV - 2019-06-06, 08:18 PM
RE: Ban system by Hardware ID/Serial - by Deity - 2019-06-07, 01:44 AM
RE: Ban system by Hardware ID/Serial - by Logan - 2019-06-07, 04:26 PM
RE: Ban system by Hardware ID/Serial - by Irelio - 2019-06-08, 08:42 AM
RE: Ban system by Hardware ID/Serial - by DTV - 2019-06-09, 03:09 AM
RE: Ban system by Hardware ID/Serial - by DTV - 2019-06-19, 11:37 PM
RE: Ban system by Hardware ID/Serial - by Jimmy - 2019-07-12, 05:24 AM
RE: Ban system by Hardware ID/Serial - by Jimmy - 2019-07-28, 05:58 AM
RE: Ban system by Hardware ID/Serial - by gzxmx94 - 2019-07-30, 10:32 PM
RE: Ban system by Hardware ID/Serial - by Markski - 2019-08-21, 03:32 PM
RE: Ban system by Hardware ID/Serial - by Tama - 2019-10-01, 04:34 AM
RE: Ban system by Hardware ID/Serial - by Markski - 2019-10-15, 04:43 PM
RE: Ban system by Hardware ID/Serial - by Tama - 2019-10-24, 08:28 AM
RE: Ban system by Hardware ID/Serial - by Markski - 2020-04-19, 04:12 AM
RE: Ban system by Hardware ID/Serial - by Y_Less - 2020-04-21, 04:21 PM
RE: Ban system by Hardware ID/Serial - by Markski - 2020-04-21, 11:45 PM
RE: Ban system by Hardware ID/Serial - by Woo - 2020-06-18, 10:11 AM
RE: Ban system by Hardware ID/Serial - by gzxmx94 - 2020-06-22, 07:15 AM
RE: Ban system by Hardware ID/Serial - by Riddick - 2020-07-06, 04:58 PM
RE: Ban system by Hardware ID/Serial - by Logan - 2020-07-14, 02:57 AM
RE: Ban system by Hardware ID/Serial - by CJ101 - 2020-10-12, 04:23 PM
RE: Ban system by Hardware ID/Serial - by Pinch - 2020-10-13, 08:59 AM

Forum Jump: