| View previous topic :: View next topic |
| Author |
Message |
Niels8500 Grandmaster Cheater
Reputation: 0
Joined: 19 Sep 2007 Posts: 859 Location: The Netherlands
|
Posted: Mon Dec 22, 2008 11:37 am Post subject: Pinball hack code [VC++6] |
|
|
Hello iam trying to make my first pinball hack
in visual C++, using this video: Hack mit C++
but on 6:48 he's copying a code from a website and that website is down so anyone knows that code?
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Mon Dec 22, 2008 4:22 pm Post subject: |
|
|
FindWindow
GetWindowThreadProcessId
OpenProcess
ReadProcessMemory
WriteProcessMemory
|
|
| Back to top |
|
 |
Niels8500 Grandmaster Cheater
Reputation: 0
Joined: 19 Sep 2007 Posts: 859 Location: The Netherlands
|
Posted: Tue Dec 23, 2008 2:47 am Post subject: |
|
|
| slovach wrote: | FindWindow
GetWindowThreadProcessId
OpenProcess
ReadProcessMemory
WriteProcessMemory |
That code on the video is a lot longer
|
|
| Back to top |
|
 |
Zerith Master Cheater
Reputation: 1
Joined: 07 Oct 2007 Posts: 468
|
Posted: Tue Dec 23, 2008 2:57 am Post subject: |
|
|
| Niels8500 wrote: | | slovach wrote: | FindWindow
GetWindowThreadProcessId
OpenProcess
ReadProcessMemory
WriteProcessMemory |
That code on the video is a lot longer |
Of course it is, he's just giving you the APIs you should use to write to the Pinball memory.
|
|
| Back to top |
|
 |
Niels8500 Grandmaster Cheater
Reputation: 0
Joined: 19 Sep 2007 Posts: 859 Location: The Netherlands
|
Posted: Tue Dec 23, 2008 3:28 am Post subject: |
|
|
| Zerith wrote: | | Niels8500 wrote: | | slovach wrote: | FindWindow
GetWindowThreadProcessId
OpenProcess
ReadProcessMemory
WriteProcessMemory |
That code on the video is a lot longer |
Of course it is, he's just giving you the APIs you should use to write to the Pinball memory. |
????
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Tue Dec 23, 2008 3:31 am Post subject: |
|
|
Learn wtf you're doing before just copying shit.
It's right in front of you, look it up on MSDN.
|
|
| Back to top |
|
 |
Niels8500 Grandmaster Cheater
Reputation: 0
Joined: 19 Sep 2007 Posts: 859 Location: The Netherlands
|
Posted: Tue Dec 23, 2008 7:40 am Post subject: |
|
|
| slovach wrote: | Learn wtf you're doing before just copying shit.
It's right in front of you, look it up on MSDN. |
ok im searching on msdn
|
|
| Back to top |
|
 |
nwongfeiying Grandmaster Cheater
Reputation: 2
Joined: 25 Jun 2007 Posts: 695
|
Posted: Tue Dec 23, 2008 12:17 pm Post subject: |
|
|
| /facepalm @ Niels8500
|
|
| Back to top |
|
 |
Heartless I post too much
Reputation: 0
Joined: 03 Dec 2006 Posts: 2436
|
Posted: Tue Dec 23, 2008 1:09 pm Post subject: |
|
|
He mean to go search what they do and use them yourself.
_________________
What dosen't kill you, usually does the second time. |
|
| Back to top |
|
 |
|