Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[Request] DLL TuT

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Imaginationn
Advanced Cheater
Reputation: 0

Joined: 15 Oct 2007
Posts: 60

PostPosted: Fri Mar 21, 2008 10:04 am    Post subject: [Request] DLL TuT Reply with quote

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
View user's profile Send private message
XxOsirisxX
Grandmaster Cheater Supreme
Reputation: 0

Joined: 30 Oct 2006
Posts: 1597

PostPosted: Fri Mar 21, 2008 10:35 am    Post subject: Reply with quote

So the trainer at you signature is a fake?
_________________

Back to top
View user's profile Send private message
spectrum
Expert Cheater
Reputation: 0

Joined: 27 Mar 2007
Posts: 143

PostPosted: Fri Mar 21, 2008 10:37 am    Post subject: Reply with quote

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
View user's profile Send private message
Anden100
Grandmaster Cheater
Reputation: 0

Joined: 20 Apr 2007
Posts: 668

PostPosted: Fri Mar 21, 2008 10:49 am    Post subject: Reply with quote

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 Razz
Back to top
View user's profile Send private message
spectrum
Expert Cheater
Reputation: 0

Joined: 27 Mar 2007
Posts: 143

PostPosted: Fri Mar 21, 2008 10:51 am    Post subject: Reply with quote

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
View user's profile Send private message
Anden100
Grandmaster Cheater
Reputation: 0

Joined: 20 Apr 2007
Posts: 668

PostPosted: Fri Mar 21, 2008 11:20 am    Post subject: Reply with quote

even tho' i program in delphi, it seemed very simple to me, and btw, the tutorial were by Samuel-Sama
Back to top
View user's profile Send private message
Imaginationn
Advanced Cheater
Reputation: 0

Joined: 15 Oct 2007
Posts: 60

PostPosted: Fri Mar 21, 2008 11:26 am    Post subject: Reply with quote

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
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Fri Mar 21, 2008 1:55 pm    Post subject: Reply with quote

http://www.extalia.com/forums/viewtopic.php?f=32&t=2795
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Fri Mar 21, 2008 9:25 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Eh520
Advanced Cheater
Reputation: 0

Joined: 05 Dec 2007
Posts: 64

PostPosted: Sat Mar 22, 2008 4:03 am    Post subject: Reply with quote

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
View user's profile Send private message
Renkokuken
GO Moderator
Reputation: 4

Joined: 22 Oct 2006
Posts: 3249

PostPosted: Sat Mar 22, 2008 4:31 am    Post subject: Reply with quote

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
View user's profile Send private message
Symbol
I'm a spammer
Reputation: 0

Joined: 18 Apr 2007
Posts: 5094
Location: Israel.

PostPosted: Sat Mar 22, 2008 6:14 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites