| View previous topic :: View next topic |
| Author |
Message |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Fri Nov 21, 2008 2:46 am Post subject: anyone knows C++? |
|
|
| I was searching everywere but couldnt fine which library I need and the code I need to control the keyboard like Keydown and Keyup
|
|
| Back to top |
|
 |
Protagonist Expert Cheater
Reputation: 0
Joined: 14 Nov 2008 Posts: 170
|
Posted: Fri Nov 21, 2008 2:48 am Post subject: |
|
|
www.dummies.com/WileyCDA/DummiesTitle/C-For-Dummies-5th-Edition.productCd-0764568523.html
_________________
|
|
| Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Fri Nov 21, 2008 2:50 am Post subject: |
|
|
* Generate an executable
* Create source code, commenting it as you go and using consistent code indentation and naming conventions
* Write declarations and name variables, and calculate expressions
* Write and use a function, store sequences in arrays, and declare and use pointer variables
* Understand classes and object-oriented programming
* Work with constructors and destructors
* Use inheritance to extend classes
* Use stream I/O
* Comment your code as you go, and use consistent code indentation and naming conventions
* Automate programming with the Standard Template Library (STL)
-----------------------------------------
its not there
anyways I think I found something
Last edited by gogodr on Fri Nov 21, 2008 2:54 am; edited 1 time in total |
|
| Back to top |
|
 |
Protagonist Expert Cheater
Reputation: 0
Joined: 14 Nov 2008 Posts: 170
|
Posted: Fri Nov 21, 2008 2:52 am Post subject: |
|
|
Can't help you then, sorry.
_________________
|
|
| Back to top |
|
 |
Cheat Engine User Something epic
Reputation: 61
Joined: 22 Jun 2007 Posts: 2071
|
Posted: Fri Nov 21, 2008 3:35 am Post subject: |
|
|
Postmessage, user32.dll
Its an API
|
|
| Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Fri Nov 21, 2008 4:41 am Post subject: |
|
|
| keybd_event is easier to use, I just found out it after reading the MSDN x_x
|
|
| Back to top |
|
 |
Spawnfestis GO Moderator
Reputation: 0
Joined: 02 Nov 2007 Posts: 1746 Location: Pakistan
|
Posted: Fri Nov 21, 2008 5:47 am Post subject: |
|
|
| gogodr wrote: | | keybd_event is easier to use, I just found out it after reading the MSDN x_x |
:S Both are easy depending on what you're trying to do.
If target program has any protection it might get a bit dirty with postmessage.
_________________
CLICK TO HAX MAPLESTORAY ^ !!!! |
|
| Back to top |
|
 |
Cheat Engine User Something epic
Reputation: 61
Joined: 22 Jun 2007 Posts: 2071
|
Posted: Fri Nov 21, 2008 5:49 am Post subject: |
|
|
| gogodr wrote: | | keybd_event is easier to use, I just found out it after reading the MSDN x_x |
Postmessage is easy :/
|
|
| Back to top |
|
 |
Spawnfestis GO Moderator
Reputation: 0
Joined: 02 Nov 2007 Posts: 1746 Location: Pakistan
|
Posted: Fri Nov 21, 2008 5:52 am Post subject: |
|
|
| Holland wrote: | | gogodr wrote: | | keybd_event is easier to use, I just found out it after reading the MSDN x_x |
Postmessage is easy :/ |
STOP REPEATING!!!!!!
_________________
CLICK TO HAX MAPLESTORAY ^ !!!! |
|
| Back to top |
|
 |
Cheat Engine User Something epic
Reputation: 61
Joined: 22 Jun 2007 Posts: 2071
|
Posted: Fri Nov 21, 2008 5:53 am Post subject: |
|
|
| Spawnfestis wrote: | | Holland wrote: | | gogodr wrote: | | keybd_event is easier to use, I just found out it after reading the MSDN x_x |
Postmessage is easy :/ |
STOP REPEATING!!!!!! |
NEVER.
|
|
| Back to top |
|
 |
|