| View previous topic :: View next topic |
| Author |
Message |
slippppppppp Grandmaster Cheater
Reputation: 0
Joined: 08 Aug 2006 Posts: 929
|
Posted: Thu Jan 24, 2008 9:43 pm Post subject: CF |
|
|
| Ugh how can i in C++ and or Delphi can i use a standalone exe set CF on a selected address ?
|
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Fri Jan 25, 2008 9:13 pm Post subject: |
|
|
In the form of an AA script (you should be able to convert it toyour purposes easily):
| Code: |
[enable]
alloc(newmem, 24) //don't need much at all, but it depends on the size of
//the address that you're talking about; this is just being safe
label(ret)
youraddress:
jmp newmem
ret:
newmem:
//put the original opcode here
db f9 //SCF - Set Carry Flag
jmp ret
[disable]
dealloc(newmem)
youraddress:
//original opcode here
|
_________________
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Fri Jan 25, 2008 9:55 pm Post subject: |
|
|
SetThreadContext
If this is about a gameguard protected game (I suspect it is) then you need to say so BEFORE you get answers so people don't waste their time.
|
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Fri Jan 25, 2008 9:57 pm Post subject: |
|
|
If you've bypassed WPM and CRC, then my method works fine. =P
_________________
|
|
| Back to top |
|
 |
slippppppppp Grandmaster Cheater
Reputation: 0
Joined: 08 Aug 2006 Posts: 929
|
Posted: Fri Jan 25, 2008 10:49 pm Post subject: |
|
|
Well this is for MapleStory, and no i havn't bypassed WPM / CRC
|
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Sat Jan 26, 2008 8:21 am Post subject: |
|
|
Haha, try CE's method of bypassing the WPM.
As for CRC, then I can't help. =P
_________________
|
|
| Back to top |
|
 |
slippppppppp Grandmaster Cheater
Reputation: 0
Joined: 08 Aug 2006 Posts: 929
|
Posted: Sat Jan 26, 2008 10:22 am Post subject: |
|
|
| Ugh Samuri, in what part of CheatEngine bypasses WPM?
|
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Sat Jan 26, 2008 11:04 am Post subject: |
|
|
Well, what I mean by Cheat Engine, is all the simple edits and what not. Like, ML Engine in MS, you can write values to things like that. I believe it's the driver, but I'm not sure.
Also, for the CRC, you can probably get that out of the MS section as well.
_________________
|
|
| Back to top |
|
 |
|