| View previous topic :: View next topic |
| Author |
Message |
ElverGone Master Cheater
Reputation: 0
Joined: 16 Mar 2007 Posts: 366 Location: Bellocan / The dragon nest left behind
|
Posted: Wed Mar 05, 2008 10:40 pm Post subject: [HELP] How do you make a debug script be non debuggable? |
|
|
title
_________________
rep me if you like Red Hot Chili Peppers
 |
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
|
| Back to top |
|
 |
ElverGone Master Cheater
Reputation: 0
Joined: 16 Mar 2007 Posts: 366 Location: Bellocan / The dragon nest left behind
|
Posted: Thu Mar 06, 2008 9:19 am Post subject: |
|
|
k thanks
_________________
rep me if you like Red Hot Chili Peppers
 |
|
| Back to top |
|
 |
th3bl0b Expert Cheater
Reputation: 0
Joined: 03 Aug 2007 Posts: 154
|
Posted: Sat Mar 08, 2008 11:58 am Post subject: |
|
|
| Symbol wrote: | http://forum.cheatengine.org/viewtopic.php?t=195170
You'll figure it out already.
Or, you can also learn how to make scripts... then you don't have to "convert", just make a normal script. |
Can you point me to a tutorial where I can learn to construct scripts, and also for the debugging tutorial do you do that backwards. Cause aren't debug register scripts when you have to do EIP?? And aren't non debug register scripts when you just copy+paste=H4x 0n? Or the other way around?
P.S. Symbol your tuts r so pr0, I hope I have enough room to remember all of them.
|
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Sat Mar 08, 2008 2:31 pm Post subject: |
|
|
| th3bl0b wrote: | | Symbol wrote: | http://forum.cheatengine.org/viewtopic.php?t=195170
You'll figure it out already.
Or, you can also learn how to make scripts... then you don't have to "convert", just make a normal script. |
Can you point me to a tutorial where I can learn to construct scripts, and also for the debugging tutorial do you do that backwards. Cause aren't debug register scripts when you have to do EIP?? And aren't non debug register scripts when you just copy+paste=H4x 0n? Or the other way around?
P.S. Symbol your tuts r so pr0, I hope I have enough room to remember all of them. |
It's really easy.
First get the address that you want to change.
Then do a 5 byte jmp (in the script) to your code:
| Code: |
12345678:
jmp mystuff
mystuff:
//do whatever
|
Then, put the overwritten bytes at the beginning of your code.
You should be able to figure out the rest from there. =P
_________________
|
|
| Back to top |
|
 |
|