 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
SocorroBrasil How do I cheat?
Reputation: 0
Joined: 23 Jun 2013 Posts: 2
|
Posted: Sun Jun 23, 2013 9:01 pm Post subject: VB.NET or Delphi |
|
|
Hi guys, wanted to know how to let my trainer undetectable in Visual Basic, or may also be in Delphi 7 (DLL Wizard).
If you have any tutorial on how to do this process will be very grateful.
Note: I'm using Google translator, my English sucks. )
|
|
| Back to top |
|
 |
logical_operator How do I cheat?
Reputation: 1
Joined: 17 Jun 2013 Posts: 5
|
Posted: Tue Jun 25, 2013 12:44 am Post subject: |
|
|
Neither are inherently "undetectable", but at the same time, neither are inherently detectable. Most anti-cheats, when scanning other processes, rely on simple things like the process name/folder, "known" strings, and in rarer cases, code signatures.
If we're talking about which language is "less" detectable, though, I'd have to go with any .NET-based language purely based off the fact that I'm not aware of any anti-cheats which are capable of scanning MSIL for signatures.
If you want to make things somewhat harder for an anti-cheat, you could do a few things, among the following:
- Have a launcher process which extracts the actual trainer to the %TEMP% folder with a random file name and then launches it.
- Use the SecureString .NET class for any strings which might get searched for by the anti-cheat.
- Give the window an anonymous title/class name, then catch WM_NCPAINT and draw the titlebar yourself.
|
|
| Back to top |
|
 |
SocorroBrasil How do I cheat?
Reputation: 0
Joined: 23 Jun 2013 Posts: 2
|
Posted: Tue Jun 25, 2013 10:24 am Post subject: |
|
|
| logical_operator wrote: | Neither are inherently "undetectable", but at the same time, neither are inherently detectable. Most anti-cheats, when scanning other processes, rely on simple things like the process name/folder, "known" strings, and in rarer cases, code signatures.
If we're talking about which language is "less" detectable, though, I'd have to go with any .NET-based language purely based off the fact that I'm not aware of any anti-cheats which are capable of scanning MSIL for signatures.
If you want to make things somewhat harder for an anti-cheat, you could do a few things, among the following:
- Have a launcher process which extracts the actual trainer to the %TEMP% folder with a random file name and then launches it.
- Use the SecureString .NET class for any strings which might get searched for by the anti-cheat.
- Give the window an anonymous title/class name, then catch WM_NCPAINT and draw the titlebar yourself.
|
Do you have any tutorial on how to do this process?
Please friends, help me, pass me some tutorials.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|