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 


making a dll by Code block

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Ashwin
How do I cheat?
Reputation: 0

Joined: 20 Mar 2012
Posts: 5
Location: Meerut, UP, INDIA, ASIA,...

PostPosted: Tue Mar 20, 2012 11:39 pm    Post subject: making a dll by Code block Reply with quote

hi friends,
How can i make a .dll by using CODE BLOCK,
which set the value of following address of a game,
0x68E70C = 213
0x68E710 = 25
0x68E708 = 27
0x68E704 = 1
--------------------------------

_________________
I am a GTA VC Modder,
Back to top
View user's profile Send private message
NoMercy
Master Cheater
Reputation: 1

Joined: 09 Feb 2009
Posts: 289

PostPosted: Wed Mar 21, 2012 6:09 am    Post subject: Reply with quote

Use tne enyrtpoint DllMain()

Then call a function which set the value of those address. Google has thousand of examples.
Back to top
View user's profile Send private message
Ashwin
How do I cheat?
Reputation: 0

Joined: 20 Mar 2012
Posts: 5
Location: Meerut, UP, INDIA, ASIA,...

PostPosted: Mon Apr 02, 2012 3:07 am    Post subject: Reply with quote

sorry, that is not What i want Confused
_________________
I am a GTA VC Modder,
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: Mon Apr 02, 2012 3:38 pm    Post subject: Reply with quote

Here's a small push in the right direction:

Code:

BOOL APIENTRY DllMain( HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved )
{
   switch( fdwReason )
   {
   case DLL_PROCESS_ATTACH:
      {
         *(BYTE*)0x12345678 = 0x01
      }
      break;
   }

   return TRUE;
}

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
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