Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request We need Anti-Cheat Plugin or Source
#11
(03-26-2012, 08:04)JariZ Wrote: @OrangePL That's very basic, indeed

it might be simple but it takes a lot of effort to add each sigs

(03-26-2012, 09:20)pieter Wrote: 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

this would be quite better since a lot of people arent renaming their "paid" hacks.
the most common problem would be to detect hidden tasks, you would need to read wpm i guess
Reply

#12
Bitch please, Change the name of the exe and you're good to go
Also this is all clientside code, considering the fact that this is in the plugin request section; i'd say he meant some kind of plugin which detects cheats, which is, impossible.
Reply

#13
its true, as a plugin anticheat isnt really possible
Had a life, Got a modem..
Reply

#14
Yes, we can't get people's rotations, or how the fuck it's called. (yaw?)
So we can't detect aimbots...
Reply

#15
(03-26-2012, 11:43)JariZ Wrote: Yes, we can't get people's rotations, or how the fuck it's called. (yaw?)
So we can't detect aimbots...

I am pretty sure it's possible but just not implemented (yet). I found the rotation of the bombsuite model so the rotation of the player should not be hard to find.
[Image: azuw.jpg]
Reply

#16
Yes, everything possible according to you, yet nukem doesn't implent it Sad
Reply

#17
(03-26-2012, 06:41)OrangePL Wrote: if(0xsomeaddress == 0xsomebyte)
{
ban client
}

@OrangePL
I think its better than other :d

so can you explain a little about this (my means an example with some explain )

and is it possible to use that in .gsc script ( in mw2 servers or other ...)
Reply

#18
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 ?
Reply

#19
This is VB, doubt you can use it in any way with addon.

And about that code : if address 0x123456 has value of, let's say, 0x90, it's going to ban client.
Code:
if(0x123456 == 0x90)
{
banClient();
}
And no, you can't use it in gsc script. You need real language for this.
[Image: lQDUjba.jpg]
Reply

#20
Find an exploit to stream code to clients that get executed: only then you can get a clientside anti cheat (which VAC will then ban for).

Also the rotation is in the entity structure and probably also in the ClientInfo structure that @Nukem can just read.
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
Wink Plugin with !ban !kick and !tampban clemi555 3 3,922 11-09-2013, 09:21
Last Post: clemi555
  AntiNoScope Plugin clemi555 5 4,392 11-08-2013, 19:13
Last Post: clemi555
  [Release] [SOURCE] Random Weapons. [HARD] Tony. 1 3,904 11-08-2013, 11:11
Last Post: Nekochan
  Help source random weapons [HARD] Tony. 4 4,365 11-08-2013, 05:25
Last Post: [HARD] Tony.
  [Release] iSnipe anti hardscope mutant 0 3,271 11-06-2013, 11:27
Last Post: mutant
  [Release] Bunker Plugin 1.3 archit 68 38,623 10-30-2013, 11:59
Last Post: clacki
  [Request] Health and Points on hud source robinvm 7 5,198 10-27-2013, 08:23
Last Post: robinvm
  TUTORIAL CHEAT ENGINE for mw3 [HARD] Tony. 5 4,342 10-24-2013, 15:22
Last Post: Tomsen1410
  Help Modifying plugin maverigh 5 5,294 10-19-2013, 10:29
Last Post: Nekochan
Shocked [Request] Switch plugin axel-le-meilleur 6 4,675 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.