| View previous topic :: View next topic |
| Author |
Message |
Simsgy Grandmaster Cheater
Reputation: 0
Joined: 07 May 2007 Posts: 581 Location: My new avatar <3
|
Posted: Fri Jul 27, 2007 8:04 am Post subject: [Question] Delphi WriteProcessMemory ASM? |
|
|
I know its possible, but anyone knows how to use an ASM script for WriteProcessMemory?
Im trying to make a stand-alone trainer w/o CE so...
_________________
|
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Fri Jul 27, 2007 8:16 am Post subject: |
|
|
*(BYTE *)0x00400000 = 0x90;
But that's if you inject your DLL in the process.
_________________
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Fri Jul 27, 2007 8:17 am Post subject: |
|
|
UnLmtD: Each process has their own address space, that'll just screw up his own program. Plus, that's not even Delphi.
Damn your stealth edit. That second sentence wasn't there when I was typing this, I swear.
|
|
| Back to top |
|
 |
Simsgy Grandmaster Cheater
Reputation: 0
Joined: 07 May 2007 Posts: 581 Location: My new avatar <3
|
Posted: Fri Jul 27, 2007 8:19 am Post subject: |
|
|
I don't want to edit an dll =\
Just a running exe.
_________________
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Fri Jul 27, 2007 8:22 am Post subject: |
|
|
| Oh, I get what you're saying. You want to do something like CE as if that's real assembler and not AA. Unfortunately that isn't the case.
|
|
| Back to top |
|
 |
Simsgy Grandmaster Cheater
Reputation: 0
Joined: 07 May 2007 Posts: 581 Location: My new avatar <3
|
Posted: Fri Jul 27, 2007 8:25 am Post subject: |
|
|
AA is ok too, I don't have to use real ASM.
And too bad, you can lock this appalsap.
_________________
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Fri Jul 27, 2007 11:03 pm Post subject: |
|
|
he just wants to edit games memory...
AA, asm, anything...
i just told him about WriteProcessMemory with actool script im making instead using a uce for type pin/pin unrandom...
i dont really remember how it works =\ but ill try messing a bit with actool maybe its similar to delphi =)
|
|
| Back to top |
|
 |
|