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 


question|making an injectible dll file

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

Joined: 27 Sep 2007
Posts: 118

PostPosted: Wed Oct 31, 2007 5:51 am    Post subject: question|making an injectible dll file Reply with quote

so listen up XD i made a ct and a trainer of hack to a certain game... i have an injec-tor and i want to turn my trainer to an injectible dll file how do i do that? or is it even posible? cuz i want to use many hacks and not just 1 like in my trainer (its rakion hacks u can only use 1)
Back to top
View user's profile Send private message
NotReq
Expert Cheater
Reputation: 0

Joined: 02 Jan 2007
Posts: 201

PostPosted: Wed Oct 31, 2007 6:13 am    Post subject: Re: question|making an injectible dll file Reply with quote

xXx123 wrote:
so listen up XD i made a ct and a trainer of hack to a certain game... i have an injec-tor and i want to turn my trainer to an injectible dll file how do i do that? or is it even posible? cuz i want to use many hacks and not just 1 like in my trainer (its rakion hacks u can only use 1)



Code:
DllMain proc hinstDLL:HINSTANCE, fdwReason:DWORD, lpvReserved:LPVOID
    cmp     dword ptr ds:[fdwReason], DLL_PROCESS_ATTACH
    jne     en
    invoke  CreateThread, NULL, NULL, addr hackEntryPoint, NULL, NULL, NULL



basically something like that, just create a thread when your dll is attached to a process
Back to top
View user's profile Send private message
xXx123
Expert Cheater
Reputation: 0

Joined: 27 Sep 2007
Posts: 118

PostPosted: Wed Oct 31, 2007 7:45 am    Post subject: Reply with quote

what? what should i do wit this code? @_@
Back to top
View user's profile Send private message
lurc
Grandmaster Cheater Supreme
Reputation: 2

Joined: 13 Nov 2006
Posts: 1900

PostPosted: Wed Oct 31, 2007 11:25 am    Post subject: Reply with quote

first of all.... what language are u doing this trainer... my guess is ur doing it in C or C++ if u want injectable dll's but be more specific,

btw, that code is MASM32 (Assembly)

_________________
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Wed Oct 31, 2007 11:33 am    Post subject: Reply with quote

Microsoft Assembly

anyways, the easiest way is in C

Code:
BOOL APIENTRY DllMain( HANDLE hModule,
                       DWORD  ul_reason_for_call,
                       LPVOID lpReserved)
Back to top
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Wed Oct 31, 2007 11:48 am    Post subject: Reply with quote

Kaspersky wrote:
Microsoft Assembly


(Microsoft) Macro Assembler Wink
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Wed Oct 31, 2007 11:49 am    Post subject: Reply with quote

slovach wrote:
Kaspersky wrote:
Microsoft Assembly


(Microsoft) Macro Assembler Wink


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

Joined: 27 Sep 2007
Posts: 118

PostPosted: Wed Oct 31, 2007 12:52 pm    Post subject: Reply with quote

um people........ i only used cheat engine made hacks that while gg is loading should be closed and i want to inject those hacks into the game...
but without everytime that i activate the hack itll crash...

and another problem any one van give me a vaild link to vb cuz every version i try it crashes when i do a text box and run it...
Back to top
View user's profile Send private message
Hackerdevelopment
Advanced Cheater
Reputation: 0

Joined: 11 Oct 2007
Posts: 55

PostPosted: Wed Oct 31, 2007 1:08 pm    Post subject: Reply with quote

C++ could make dll's. Try learning that language. (Its not gonna b easy)
_________________
Back to top
View user's profile Send private message
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Wed Oct 31, 2007 5:01 pm    Post subject: Reply with quote

Hackerdevelopment wrote:
C++ could make dll's. Try learning that language. (Its not gonna b easy)


Just because you had troubles learning it doesn't mean others will. Confused
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