| View previous topic :: View next topic |
| Author |
Message |
hintswen Newbie cheater
Reputation: 0
Joined: 06 Oct 2006 Posts: 19
|
Posted: Mon Oct 09, 2006 3:45 am Post subject: set/change registers/flags |
|
|
Is there a code i can put in the auto assembler to set/change registers/flags?
If so can someone please give me a link to a tutorial or a example I can use.
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Mon Oct 09, 2006 4:28 am Post subject: |
|
|
I don't think so Learn assembly, there are a lot of better methods which have the dame efect as registers.
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Mon Oct 09, 2006 4:44 am Post subject: |
|
|
EIP is a register
|
|
| Back to top |
|
 |
hintswen Newbie cheater
Reputation: 0
Joined: 06 Oct 2006 Posts: 19
|
Posted: Mon Oct 09, 2006 5:18 am Post subject: |
|
|
wasn't expecting such quick replies...
I mean EAX, EIP and ZF (I don't think i need to change anything else)
I plan to learn assembly but so far i haven't bothered to look for some basic tutorials!
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
|
| Back to top |
|
 |
hintswen Newbie cheater
Reputation: 0
Joined: 06 Oct 2006 Posts: 19
|
Posted: Mon Oct 09, 2006 6:17 am Post subject: |
|
|
| Thanks, i was actually reading that the other day and figured out how to set EAX but not how to disable it or how to set EIP/ZF... i'll read it again in the morning and hopefully make more sence of it than last time. Also went through the PDF looking but that made me more confused.
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Mon Oct 09, 2006 6:29 am Post subject: |
|
|
| With assembly, i don't think you even need registers.. Unless you are playing MaplStory. Unless you can byapass CRC.
|
|
| Back to top |
|
 |
hintswen Newbie cheater
Reputation: 0
Joined: 06 Oct 2006 Posts: 19
|
Posted: Mon Oct 09, 2006 3:15 pm Post subject: |
|
|
| well i'm playing Maple Story and i don't think I can bypass CRC.
|
|
| Back to top |
|
 |
odie5533 Newbie cheater
Reputation: 0
Joined: 01 Sep 2005 Posts: 24
|
Posted: Mon Oct 09, 2006 6:59 pm Post subject: |
|
|
| Find where it compares the crc, change the jump to either nop or always jump would be the easiest thing to do. Be sure to check they don't do double checks or other sneaky things which I'm guessing they DO do.
|
|
| Back to top |
|
 |
hintswen Newbie cheater
Reputation: 0
Joined: 06 Oct 2006 Posts: 19
|
Posted: Tue Oct 10, 2006 1:42 am Post subject: |
|
|
| That sounds so confusing, I don't think I will be able to do that. I guess i'll just leave it and change it all manually.
|
|
| Back to top |
|
 |
|