View previous topic :: View next topic |
Author |
Message |
Jesper Grandmaster Cheater Supreme
Reputation: 9
Joined: 21 Feb 2007 Posts: 1156
|
Posted: Thu Sep 24, 2009 6:45 am Post subject: Space Cadet (Win XP Pinball) Trainer made in VB6 |
|
|
So I have struggled with this for hours and I finally got it working.(Not the trainer itself, reading/writing memory in vb6)
No use posting a picture since it's not much to look at.
It has.. Modify Score, Always use *Skill Shot* and I couldn't make anything with the ball count because for some reason pinball crashes after writing to the address.
*Skill Shot: When you only deploy a little bit up and go out a secret "hole" on the left. So when you use Always use Skill Shot you can use it even when you get Re-Deploy.
Download link: http://up2share.com/view/nnqafec2m
|
|
Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Thu Sep 24, 2009 9:35 am Post subject: Re: Space Cadet (Win XP Pinball) Trainer made in VB6 |
|
|
Kuchiki Byakuya wrote: | So I have struggled with this for hours and I finally got it working.(Not the trainer itself, reading/writing memory in vb6)
No use posting a picture since it's not much to look at.
It has.. Modify Score, Always use *Skill Shot* and I couldn't make anything with the ball count because for some reason pinball crashes after writing to the address.
Download link: http://up2share.com/view/nnqafec2m |
Pinball uses pointers, if you don't find the pointer, you'll probably be writing to the wrong place every time and making horrible things happen
|
|
Back to top |
|
 |
Jesper Grandmaster Cheater Supreme
Reputation: 9
Joined: 21 Feb 2007 Posts: 1156
|
Posted: Thu Sep 24, 2009 10:07 am Post subject: |
|
|
How would I go about reading pointer with ReadProcessMemory?
|
|
Back to top |
|
 |
isair Grandmaster Cheater
Reputation: 0
Joined: 28 Dec 2007 Posts: 804
|
Posted: Thu Sep 24, 2009 12:33 pm Post subject: |
|
|
read the value of the pointer (4 bytes long for 32-bit OSs), then use that value as the address to read in a second ReadProcessMemory call.
|
|
Back to top |
|
 |
Jesper Grandmaster Cheater Supreme
Reputation: 9
Joined: 21 Feb 2007 Posts: 1156
|
Posted: Thu Sep 24, 2009 2:57 pm Post subject: |
|
|
I see. Thank you.
|
|
Back to top |
|
 |
iPromise Grandmaster Cheater
Reputation: -1
Joined: 27 Jun 2009 Posts: 529 Location: Canada
|
Posted: Thu Dec 31, 2009 1:37 pm Post subject: |
|
|
Find your target address, if its static, and if your using example: CE just get the equation it gives you, it gives you most likely GAME + offset, so all you need to then is get your target processes (pinball) base addess, then add it with the offset which gives you your address.
|
|
Back to top |
|
 |
|