Real CS 1.6 Anti-Cheat Help Please(c# and amxx socket server/client)
Hello,
I've been able to develop a real anti-cheating program for a while. I code the program in C #. This program absolutely prevents .exe, .dll, .cfg, opengl, wallhack, speedhack and corrupted file cheats. Prevents the user from modifying cs 1.6 files. If there is a corrupt file, it downloads a new one from the internet immediately. So everyone can play a fair game. But there is a problem; I can't control the player running the program and entering the game. I think I need to use AMXX SOCKET for this. But I'm not good at it. I have a LINUX server. I want to get help from real coders who understand this. Can you help? |
Re: Real CS 1.6 Anti-Cheat Help Please(c# and amxx socket server/client)
You could take a look at the tutorial in here about sockets. It's not that hard as you think it is. After all, it's not an embedded C..
https://forums.alliedmods.net/showthread.php?t=41913 |
Re: Real CS 1.6 Anti-Cheat Help Please(c# and amxx socket server/client)
thank you for your help. However, there is a need for an HTTP server here. I want to communicate between CS 1.6 server and user. Do you have any other suggestions?
|
Re: Real CS 1.6 Anti-Cheat Help Please(c# and amxx socket server/client)
Help me
|
Re: Real CS 1.6 Anti-Cheat Help Please(c# and amxx socket server/client)
Quote:
pay attention: the anti cheat in this case is act the server. (and i nub in amxmodx but its a good start). its not my final work, but worked now its my current code amxmodx check connection to client (that use anti cheat that listen to 1991 port) the checking its when the round started (you can change it easily. UPDATE 5.11.19 Code:
#include <amxmodx>(because you need your program not waiting for the connection, and its loop all x time you needed to check, if the anti cheat is opened): Code:
Thread sThread = new Thread(new Runnable() {Code:
Runtime.getRuntime().addShutdownHook(new Thread() { |
Re: Real CS 1.6 Anti-Cheat Help Please(c# and amxx socket server/client)
Vooovvv.But I'm not good at amxx. : D I'll ask you to bring it up a little more.
|
Re: Real CS 1.6 Anti-Cheat Help Please(c# and amxx socket server/client)
Quote:
Code:
#include <amxmodx>open socket to text file (on ftp with amx) write somthing. and the client have to read this text and send back to the server. its harder then this code here, but maybe stable! |
Re: Real CS 1.6 Anti-Cheat Help Please(c# and amxx socket server/client)
@nacknic and whats the point of it, you will be able to detect playera who injected hacks in cs?
|
Re: Real CS 1.6 Anti-Cheat Help Please(c# and amxx socket server/client)
@nacknic
Hello, I think we should get this together. What codes are needed for the C # side? What code is required for the Linux server side? I'm a little confused. I can't come up with ideas about this. I demand that you increase your support so that we can succeed. Thank you. |
Re: Real CS 1.6 Anti-Cheat Help Please(c# and amxx socket server/client)
Can you explain what is port 1991 for?
|
| All times are GMT -4. The time now is 02:39. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.