View previous topic :: View next topic |
Author |
Message |
pakeke801 Cheater
Reputation: 0
Joined: 19 Apr 2012 Posts: 27
|
Posted: Tue Apr 24, 2012 5:45 am Post subject: making ce 6.2 beta5 undetected???? |
|
|
hi sirs, i just have questions....
i recently build 6.2 but its still detected by anti-hack...
is there a way of making it undeteced?????
i follow the steps how to build your own ce from google but its still detected(ce 5.6)...
ang also when a attach debugger to the process it makes the undtected ce detected by anti-hack....
please help me!!!! thank you very much!!
thanks to all poeple who gave me the lazarus compiler.....
_________________
this is the end! |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25775 Location: The netherlands
|
Posted: Tue Apr 24, 2012 6:59 am Post subject: |
|
|
Just find out what is detected and change that (don't look at tutorials saying what to change)
also, add a api unhooker or bypasser. The used windows apis have a stub in newkernelhandler.pas that you can use for that
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
pakeke801 Cheater
Reputation: 0
Joined: 19 Apr 2012 Posts: 27
|
Posted: Tue Apr 24, 2012 7:09 am Post subject: |
|
|
wow thank you sir, actually im a newbie in delphi/ lazarus cause my speciallty is c++
^_^,
thank you again sir, although i dont know what your saying, i will try hard to to make UCE
once again tnx !!!!
_________________
this is the end! |
|
Back to top |
|
 |
thenibble Newbie cheater
Reputation: 0
Joined: 30 Nov 2010 Posts: 22
|
Posted: Tue May 01, 2012 2:59 pm Post subject: |
|
|
i'm aware that certain api's can be detected, but what about strings inside the source, such as variable names, function names, etc. i don't imagine it is possible to detect these internal things, but i may be wrong and just need to make sure.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25775 Location: The netherlands
|
Posted: Tue May 01, 2012 3:12 pm Post subject: |
|
|
Api's can be implemented manually so that isn't a issue
Variable names and function names don't tend to be stored as text unless they are 'published' , in which case it does show as text
But what a lot of people seem to forget is that anti-cheats do not scan for strings but for code signatures.
And while the plain text strings are the most common signatures to scan for they can also scan for special values like 0xcedead or 0xce000007 or even a peculiar piece of code like
Code: |
If x=7 then
If x<>8 tben
Begin
Callfunction()
End
|
warning:replying that you can not find this specific function in the ce source may get you banned
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
|