View previous topic :: View next topic |
Author |
Message |
tasselno1 How do I cheat?
Reputation: 0
Joined: 08 Aug 2010 Posts: 5
|
Posted: Tue Aug 10, 2010 1:53 am Post subject: Several Question About How to Make UCE |
|
|
OK, I'm now a university student, i know a little of delphi and assembler. but i'm not in the programming major and I might not understand well all your suggestions and explanations.But I'll try best.
Fowllowing are some easy questions:
1.How do detecting programmes work?
I wonder in what way they find CE. What special functions of windows do they call?
2.What part of CE is detected?
What is the conception of 'the entry of ce'?
3.How to avoid being detected?
Does modifying Cheating Engine.exe work?
if i need to modify source code, what part shall i do with?
thank you for help
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Tue Aug 10, 2010 4:28 am Post subject: |
|
|
1:
They look for classnames, windowtitles, eventnames, positions/widths of buttons,panels and images in windows and code fragments
2: classnames, windowtitle, eventnames , positions/widths of buttons,panels and images in windows and code fragments
3: change the classnames, windowtitle, eventnames, component positions and code
Quote: | if i need to modify source code, what part shall i do with? |
all
Comment out all the code until it is undetected and then slowly add the code back and change the way the code does stuff
_________________
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 |
|
 |
tasselno1 How do I cheat?
Reputation: 0
Joined: 08 Aug 2010 Posts: 5
|
Posted: Thu Aug 12, 2010 12:33 am Post subject: |
|
|
well, thanks a lot
|
|
Back to top |
|
 |
davethewave_83 Advanced Cheater
Reputation: 0
Joined: 03 May 2006 Posts: 65
|
|
Back to top |
|
 |
Some Guy Expert Cheater
Reputation: 1
Joined: 29 Aug 2009 Posts: 100 Location: In front of my computer, duh!
|
Posted: Thu Sep 02, 2010 12:39 pm Post subject: |
|
|
davethewave_83 wrote: | sounds like one hell of a project
lazarus now right? not Delphi. |
CE 5.6 is mainly in Delphi. CE 6 is mainly in Pascal (with some ANSI C for the driver). Lazarus is the IDE used to build CE 6.
|
|
Back to top |
|
 |
|