Click here to Skip to main content
15,902,189 members
Home / Discussions / C#
   

C#

 
AnswerRe: Dodger Game in C# Pin
Abhinav S19-Apr-12 16:28
Abhinav S19-Apr-12 16:28 
GeneralRe: Dodger Game in C# Pin
CDP180220-Apr-12 4:03
CDP180220-Apr-12 4:03 
GeneralRe: Dodger Game in C# Pin
Qobacha20-Apr-12 10:52
Qobacha20-Apr-12 10:52 
GeneralRe: Dodger Game in C# Pin
Qobacha20-Apr-12 10:51
Qobacha20-Apr-12 10:51 
QuestionMenuStrip Erroneously Closing Pin
Skippums19-Apr-12 7:27
Skippums19-Apr-12 7:27 
AnswerRe: MenuStrip Erroneously Closing Pin
Alan N19-Apr-12 10:05
Alan N19-Apr-12 10:05 
GeneralRe: MenuStrip Erroneously Closing Pin
Skippums19-Apr-12 10:46
Skippums19-Apr-12 10:46 
QuestionJust a C# application. Pin
amx_tiger19-Apr-12 6:17
amx_tiger19-Apr-12 6:17 
Hi.

I have a big problem. I need some help with my cheat detector application which I created in C#. Frown | :( This application scan and detect almost all cheat for Counter Strike 1.6, but a cheat it can't be detected with my application because it doesn't modify the size of modules from process hl.exe and it doesn't appear with a strange *.dll Frown | :(

The cheat is called Leis (Silent Aim) and it is just an executable with some files (*.cfg). For the cheat to work , the process hl.exe must be opened and the video renderer of hl must be OpenGL. The cheat is an executable (called leis.exe) which once opened it inject the code into *.dll (i think it is opengl32.dll) and it close. So, it became hard to detect this cheat with my application.

I tried:
* with Checksum (MD5 / CRC32 / Tiger and other) of modules from hl.exe and checksum of process hl.exe - doesn't work, because its the same checksum even though the cheat is activate or not.
* with memory adress - doesn't work.
* with debugger to see the dll necessary for his work: cprytbase.dll , sspicli.dll, sechost.dll , lpk.dll, user32.dll, gdi32.dll, usp10.dll, rpcrt4.dll, advapi32.dll, kernelbase.dll, msvcrt.dll, kernel32.dll, ntdll.dll, imm32.dll, msctf.dll, opengl32.dll, glu32.dll, ddraw.dll , dciman32.dll , setupapy.dll, cfgmgr32.dll, oleaut32.dll, ole32.dll, devobj.dll and user32.dll.

In common with Counter Strike 1.6 it has: ntdll.dll, kernel32.dll, msvcrt.dll, sechost.dll, ole32.dll and opengl32.dll.

Any ideas? Please, I need some help to finish my project Frown | :(

I want to specify that I am still a beginner in C# .

Sorry for my bad english. Smile | :)

Thank you in advance.

modified 19-Apr-12 12:30pm.

AnswerRe: Just a C# application. Pin
Eddy Vluggen19-Apr-12 9:46
professionalEddy Vluggen19-Apr-12 9:46 
GeneralRe: Just a C# application. Pin
amx_tiger19-Apr-12 10:26
amx_tiger19-Apr-12 10:26 
AnswerRe: Just a C# application. Pin
Eddy Vluggen19-Apr-12 11:02
professionalEddy Vluggen19-Apr-12 11:02 
GeneralRe: Just a C# application. Pin
amx_tiger19-Apr-12 20:08
amx_tiger19-Apr-12 20:08 
GeneralRe: Just a C# application. Pin
Sentenryu20-Apr-12 1:29
Sentenryu20-Apr-12 1:29 
GeneralRe: Just a C# application. Pin
amx_tiger20-Apr-12 4:52
amx_tiger20-Apr-12 4:52 
QuestionProblems deploying Soap MTOM service WCF with Java Client Pin
sfinxrecord1319-Apr-12 5:10
sfinxrecord1319-Apr-12 5:10 
Questionappalication development Pin
ramnath_k19-Apr-12 4:37
ramnath_k19-Apr-12 4:37 
AnswerRe: appalication development Pin
JimmeP19-Apr-12 4:53
JimmeP19-Apr-12 4:53 
AnswerRe: appalication development Pin
phil.o19-Apr-12 5:00
professionalphil.o19-Apr-12 5:00 
AnswerRe: appalication development Pin
Wes Aday19-Apr-12 5:08
professionalWes Aday19-Apr-12 5:08 
AnswerRe: appalication development Pin
Pete O'Hanlon19-Apr-12 5:45
mvePete O'Hanlon19-Apr-12 5:45 
QuestionWindows Service Debug on VS2010 Pin
garfield18519-Apr-12 4:35
garfield18519-Apr-12 4:35 
AnswerRe: Windows Service Debug on VS2010 Pin
S@53K^S19-Apr-12 9:54
S@53K^S19-Apr-12 9:54 
GeneralRe: Windows Service Debug on VS2010 Pin
garfield18519-Apr-12 20:52
garfield18519-Apr-12 20:52 
AnswerRe: Windows Service Debug on VS2010 Pin
garfield18522-Apr-12 22:47
garfield18522-Apr-12 22:47 
QuestionHow to insert data onto database in c# Pin
jyoteermoy18-Apr-12 19:25
jyoteermoy18-Apr-12 19:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.