View previous topic :: View next topic |
Author |
Message |
magiadam Expert Cheater
Reputation: 0
Joined: 02 Jan 2008 Posts: 105
|
Posted: Thu Feb 28, 2008 7:10 pm Post subject: How much longer? |
|
|
I finished learning "cout"(s) and inputs and outputs, finished loops and functions.
I'm kinda impatient and just wanna know how much more do I have to learn before I can program my own UCE?
Thanks all.
|
|
Back to top |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Thu Feb 28, 2008 7:24 pm Post subject: |
|
|
Cheat Engine is written in Delphi..
And you'll still need to work on alot before you'll be able to udnerstand what the driver is doing...
i say start some Win32 C++
Edit: Tutorial: http://www.winprog.org/tutorial/
_________________
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Fri Feb 29, 2008 3:52 pm Post subject: |
|
|
The GUI of Cheat Engine is Delphi but the main code guts is C.
cout is not going to help you at all when writing a UCE, but, it is good that you are starting at the basics. You need to work from the ground up instead of jumping right into the language.
You have a bit more to go to understand what you are doing, but in theory anyone can make a UCE if little to know knowledge of programming.
Like Lurc said above, drivers is the big thing with CE, so be sure to read up a lot when you get to that point, you can seriously fuck up your system accidentally when working on them. And save constantly cause blue screens happen a lot.
_________________
- Retired. |
|
Back to top |
|
 |
|