| View previous topic :: View next topic |
| Author |
Message |
Imaginationn Advanced Cheater
Reputation: 0
Joined: 15 Oct 2007 Posts: 60
|
Posted: Fri Mar 21, 2008 10:04 am Post subject: [Request] DLL TuT |
|
|
Im looking for a Tut that explains me how i can add a Script [Those From CE] To a DLL file.
So that when i use a Injector to inject it, it will run. =]
Thnx lots
|
|
| Back to top |
|
 |
XxOsirisxX Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Oct 2006 Posts: 1597
|
Posted: Fri Mar 21, 2008 10:35 am Post subject: |
|
|
So the trainer at you signature is a fake?
_________________
|
|
| Back to top |
|
 |
spectrum Expert Cheater
Reputation: 0
Joined: 27 Mar 2007 Posts: 143
|
Posted: Fri Mar 21, 2008 10:37 am Post subject: |
|
|
| XxOsirisxX wrote: | | So the trainer at you signature is a fake? |
Yes. Btw im bumping this i also want it. I didn't understand very much iamoks tut
_________________
C++ {||||||||||}
ASM {||||||||||} |
|
| Back to top |
|
 |
Anden100 Grandmaster Cheater
Reputation: 0
Joined: 20 Apr 2007 Posts: 668
|
Posted: Fri Mar 21, 2008 10:49 am Post subject: |
|
|
| spectrum wrote: | | XxOsirisxX wrote: | | So the trainer at you signature is a fake? |
Yes. Btw im bumping this i also want it. I didn't understand very much iamoks tut |
could you please link me to Iamoks tutorial?, ty
|
|
| Back to top |
|
 |
spectrum Expert Cheater
Reputation: 0
Joined: 27 Mar 2007 Posts: 143
|
Posted: Fri Mar 21, 2008 10:51 am Post subject: |
|
|
well maybe i didn't understand it cause the language was C. not ++
so here it is
http://theoklibrary.org/showthread.php?t=433
_________________
C++ {||||||||||}
ASM {||||||||||} |
|
| Back to top |
|
 |
Anden100 Grandmaster Cheater
Reputation: 0
Joined: 20 Apr 2007 Posts: 668
|
Posted: Fri Mar 21, 2008 11:20 am Post subject: |
|
|
| even tho' i program in delphi, it seemed very simple to me, and btw, the tutorial were by Samuel-Sama
|
|
| Back to top |
|
 |
Imaginationn Advanced Cheater
Reputation: 0
Joined: 15 Oct 2007 Posts: 60
|
Posted: Fri Mar 21, 2008 11:26 am Post subject: |
|
|
The Trainer is NOT Fake =]
Only i Phailed Multiple times at the CRC Bypass.
And Also on the PG, But since i cant test my Pg, i dont know if its working or not.
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Fri Mar 21, 2008 9:25 pm Post subject: |
|
|
Convert the ASM to bytes by injecting it into the given process and opening the memory viewer. Goto the address you edited, look at the script code you injected, and write down the bytes.
Add them into an array in your language and call memcpy to the address to copy the given array to the given location.
_________________
- Retired. |
|
| Back to top |
|
 |
Eh520 Advanced Cheater
Reputation: 0
Joined: 05 Dec 2007 Posts: 64
|
Posted: Sat Mar 22, 2008 4:03 am Post subject: |
|
|
| Wiccaan wrote: | Convert the ASM to bytes by injecting it into the given process and opening the memory viewer. Goto the address you edited, look at the script code you injected, and write down the bytes.
Add them into an array in your language and call memcpy to the address to copy the given array to the given location. |
um.. isnt the CE script = AA script, not ASM? so yea... we'll need to know how to convert AA script into ASM first, then everything will be easy and clear for everyone.
any tutorial on converting Auto Assembler script to ASM? or any programs to do that?
|
|
| Back to top |
|
 |
Renkokuken GO Moderator
Reputation: 4
Joined: 22 Oct 2006 Posts: 3249
|
Posted: Sat Mar 22, 2008 4:31 am Post subject: |
|
|
| Eh520 wrote: | | Wiccaan wrote: | Convert the ASM to bytes by injecting it into the given process and opening the memory viewer. Goto the address you edited, look at the script code you injected, and write down the bytes.
Add them into an array in your language and call memcpy to the address to copy the given array to the given location. |
um.. isnt the CE script = AA script, not ASM? so yea... we'll need to know how to convert AA script into ASM first, then everything will be easy and clear for everyone.
any tutorial on converting Auto Assembler script to ASM? or any programs to do that? | "Auto-Assembly" is a simple scripting language Dark Byte created, a wrapper for quick and direct definitions at given locations of memory. AA writes the instructions (Assembly), so purely taking the bytes that are written and writing them with another method would provide the same result.
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Sat Mar 22, 2008 6:14 am Post subject: |
|
|
| Eh520 wrote: | | Wiccaan wrote: | Convert the ASM to bytes by injecting it into the given process and opening the memory viewer. Goto the address you edited, look at the script code you injected, and write down the bytes.
Add them into an array in your language and call memcpy to the address to copy the given array to the given location. |
um.. isnt the CE script = AA script, not ASM? so yea... we'll need to know how to convert AA script into ASM first, then everything will be easy and clear for everyone.
any tutorial on converting Auto Assembler script to ASM? or any programs to do that? |
Anything that can be done in assembly can be done using Cheat Engine, only the syntax is a little diffrent and a little more painful. (People don't use Auto Assembly to code applications, ofcourse, only short scripts, but if you would code an application, its gonna be way harder. also the auto assembler isn't perfect, sometimes it converts the opcodes wrong)
|
|
| Back to top |
|
 |
|