| View previous topic :: View next topic |
| Author |
Message |
*CandyShop* Grandmaster Cheater
Reputation: 0
Joined: 03 Apr 2007 Posts: 865 Location: Israel
|
Posted: Mon Dec 24, 2007 6:31 am Post subject: [Delphi] Second time :-D |
|
|
I want to know how do I inject my code into maplestory.
Actually what am planin' is to inject a code that will set in a static to jump to a dynamic address with my script, like CheatEngine.
Last time that I asked, people told me to check out CheatEngine's source.
I didn't understand nothing over there.. Can someone explain or even give an example?
Ps:
Delphi is the language, plus I want to get a value with inject script so for example:
| Code: | var
a:integer;
begin
// Script&injecting
...
...
a:=EaxRegisterInThePlaceOfTheInjectction;
end; |
my script (Example):
| Code: | push eax
mov eax,ebx |
then a=eax in the code..
How??
Thnks!
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Mon Dec 24, 2007 10:14 am Post subject: |
|
|
| Convert the assembly (the text) into bytes and simply write them.
|
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Mon Dec 24, 2007 1:03 pm Post subject: |
|
|
Don't worry, I'm ALMOST there.
I just got a reply from DB about my final question (while I was debugging).
Give me like a day. Though since tomorrow's Christmas, I'm not sure when I'll be able to get on. If I can though, I'll post it.
_________________
|
|
| Back to top |
|
 |
|