| View previous topic :: View next topic |
| Author |
Message |
I Spudnik I Advanced Cheater
Reputation: 0
Joined: 07 Dec 2006 Posts: 50
|
Posted: Wed Jan 07, 2009 10:38 pm Post subject: [Help] Editing a program I already have. |
|
|
Is there anyway for me to edit something like DWPST?
I want to edit some of the hacks already in it and add to it, I know it will probably
be something a noob like me wouldn't understand but if there is a tut out there
or if anyone has steps that I can follow i'm sure i will get the hang of it.
Any help is appreciated.
_________________
Doing random things. |
|
| Back to top |
|
 |
Sora Grandmaster Cheater Supreme
Reputation: 0
Joined: 14 May 2008 Posts: 1471
|
Posted: Wed Jan 07, 2009 10:56 pm Post subject: |
|
|
| Use a VB or whatever "DWPST" is coded in decompiler.
|
|
| Back to top |
|
 |
I Spudnik I Advanced Cheater
Reputation: 0
Joined: 07 Dec 2006 Posts: 50
|
Posted: Wed Jan 07, 2009 11:10 pm Post subject: |
|
|
Thanks bot wouldn't I need a compiler too after im done editing it?
_________________
Doing random things. |
|
| Back to top |
|
 |
blackmorpheus Expert Cheater
Reputation: 0
Joined: 05 Apr 2008 Posts: 159
|
Posted: Thu Jan 08, 2009 9:42 am Post subject: |
|
|
Yeah if it's coded in VB, and you decompile it, you get the source code.
When you want to make ur own DPSNWST or whatever it is, then you have to compile it by yourself yeah...
Using a VB compiler in this case.
|
|
| Back to top |
|
 |
Zerith Master Cheater
Reputation: 1
Joined: 07 Oct 2007 Posts: 468
|
Posted: Thu Jan 08, 2009 10:19 am Post subject: |
|
|
| DWPST was coded in C++, and your only way to alter it is disassembling&editing, this can be achieved using programs such as OllyDbg or IDA Pro.
|
|
| Back to top |
|
 |
Habufe Expert Cheater
Reputation: 0
Joined: 03 Sep 2007 Posts: 149 Location: http://www.SaviourFagFails.com/
|
Posted: Thu Jan 08, 2009 11:52 am Post subject: |
|
|
| if its not .NET or VB your only chance is disasm.
|
|
| Back to top |
|
 |
rapion124 Grandmaster Cheater Supreme
Reputation: 0
Joined: 25 Mar 2007 Posts: 1095
|
Posted: Thu Jan 08, 2009 6:20 pm Post subject: |
|
|
Decompilers suck. They never work right. You should just use OllyDbg.
If it's a trainer, run it using Olly, put a breakpoint on WriteProcessMemory. When you activate a hack, you will know the address and patch bytes.
|
|
| Back to top |
|
 |
I Spudnik I Advanced Cheater
Reputation: 0
Joined: 07 Dec 2006 Posts: 50
|
Posted: Thu Jan 08, 2009 7:26 pm Post subject: |
|
|
| rapion124 wrote: | Decompilers suck. They never work right. You should just use OllyDbg.
If it's a trainer, run it using Olly, put a breakpoint on WriteProcessMemory. When you activate a hack, you will know the address and patch bytes. |
So all I have to do is Open it in Olly, then attach it to maple and tick the hacks? then it will tell me where it is in olly and i can edit it from there?
_________________
Doing random things. |
|
| Back to top |
|
 |
Zerith Master Cheater
Reputation: 1
Joined: 07 Oct 2007 Posts: 468
|
Posted: Fri Jan 09, 2009 12:55 am Post subject: |
|
|
| I Spudnik I wrote: | | rapion124 wrote: | Decompilers suck. They never work right. You should just use OllyDbg.
If it's a trainer, run it using Olly, put a breakpoint on WriteProcessMemory. When you activate a hack, you will know the address and patch bytes. |
So all I have to do is Open it in Olly, then attach it to maple and tick the hacks? then it will tell me where it is in olly and i can edit it from there? |
Attach, bp on WriteProcessMemory, then tick.
|
|
| Back to top |
|
 |
|