Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request We need Anti-Cheat Plugin or Source
#1
We need Anti-Cheat Plugin or Source for dedicated servers.

For example : Checking Anti-Cheat Software (sxe or my little project any.exe)



Updated ;

PHP Code:
Public Function IsMemoryChanged(ByVal address As Integer,
                                    
ByVal origBytes() As Integer,
                                    
ByVal NumberOfBytesWritten As Integer,
                                    
Optional ByVal closeGameOnChange As Boolean True) As Boolean
        Dim p 
As Process() = Process.GetProcessesByName("iw4mp.dat")
        
Dim handle As IntPtr OpenProcess(NothingNothingp(0).Id)
        
Dim Bytes As Byte() = ReadProcessMemory(handleaddressNothingNothingNumberOfBytesWritten)
        For 
As Integer 0 To origBytes.Length 1
            
If Not (Bytes Is origBytesThen
                
If closeGameOnChange Then
                    
For Each pp As Process In p
                        pp
.Kill()
                    
Next
                End 
If
                Return 
True
            
Else
                Return 
False
            End 
If
        
Next
        CloseHandle
(handle)
    
End Function 


How I use this codes with nukem ?



or



How I do this with nukem addon ;

OnplayerConnect = Procces control

If my anticheat software working

tell player ; welcome

else

Tell software download link message
wait 25 seconds

Player kick
Reply

#2
Nobody's going to do it, even if it's possible. It takes a lot of time and is quite boring job.
[Image: lQDUjba.jpg]
Reply

#3
(03-26-2012, 05:48)OrangePL Wrote: Nobody's going to do it, even if it's possible. It takes a lot of time and is quite boring job.

I need basic anti-cheat source....
Reply

#4
if(0xsomeaddress == 0xsomebyte)
{
ban client
}
[Image: lQDUjba.jpg]
Reply

#5
@OrangePL That's very basic, indeed
Reply

#6
very basic VB.NET example

VB Code
  1. Dim npProc() As Process
  2. npProc = Process.GetProcesses
  3.  
  4. For Each proc As Process In npProc
  5. If proc.ProcessName Like ("mw3trainer*") Or
  6. proc.ProcessName Like ("MW3Chaos*") Or
  7. proc.ProcessName Like ("Cheat*") Or
  8. proc.ProcessName Like ("*Trainer*") Or
  9. proc.ProcessName.Equals("MW3-Train") Or
  10. proc.ProcessName.Equals("Inject") Or
  11. proc.ProcessName Like ("*1nject*") Or
  12. proc.ProcessName Like ("*1nj3ct*") Or
  13. proc.ProcessName Like ("AHK*") Or
  14. proc.ProcessName Like ("ahk*") Or
  15. proc.ProcessName Like ("*Hack*") Or
  16. proc.ProcessName Like ("*hack*") Or
  17. proc.ProcessName Like ("*1nject*") Or
  18. proc.ProcessName Like ("AutoHotK*") Then
Had a life, Got a modem..
Reply

#7
Autohotkey isn't a hack tool :\
Reply

#8
it was just an example of the detections I also play MMORPG games where AHK/Macro's are conciderred hacking Wink

but this is verry basic. going for the memory addresses is a better approach Smile

the real problem is that proper anticheat has to run on the Clients asswell, and how you enforce that to be running can always be bypassed.
Had a life, Got a modem..
Reply

#9
AHK is NOT a cheat. And besides it is tooo simple I guess. No offense, but I find this thread useless
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
Reply

#10
@g-man First time I actually agree with you
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
Wink Plugin with !ban !kick and !tampban clemi555 3 3,907 11-09-2013, 09:21
Last Post: clemi555
  AntiNoScope Plugin clemi555 5 4,380 11-08-2013, 19:13
Last Post: clemi555
  [Release] [SOURCE] Random Weapons. [HARD] Tony. 1 3,895 11-08-2013, 11:11
Last Post: Nekochan
  Help source random weapons [HARD] Tony. 4 4,349 11-08-2013, 05:25
Last Post: [HARD] Tony.
  [Release] iSnipe anti hardscope mutant 0 3,266 11-06-2013, 11:27
Last Post: mutant
  [Release] Bunker Plugin 1.3 archit 68 38,505 10-30-2013, 11:59
Last Post: clacki
  [Request] Health and Points on hud source robinvm 7 5,179 10-27-2013, 08:23
Last Post: robinvm
  TUTORIAL CHEAT ENGINE for mw3 [HARD] Tony. 5 4,334 10-24-2013, 15:22
Last Post: Tomsen1410
  Help Modifying plugin maverigh 5 5,281 10-19-2013, 10:29
Last Post: Nekochan
Shocked [Request] Switch plugin axel-le-meilleur 6 4,663 10-19-2013, 06:59
Last Post: iRoNinja

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.