there is no crossfire hack tuts
u just gotta learn C++ and ASM
Ive read thoroughly through the C++ for Dummies 5th edition. It seems to talk about very general C++ things. I have a bit of knowledge/understanding of C++ (i think) But the book didn't say anything specific about DLLs. And i was looking for the Crossfire Tuts and most were just codes and i was trying to figure out to put them together. But the TUTs didnt tell me much about how to start off and what needed to be done with those codes.
TUTS THAT I LOOKED AT: https://www.mpgh.net/forum/242-crossf...make-base.htmlhttps://www.mpgh.net/forum/242-crossf...ke-logger.html
Ive been searching around and couldn't find any crossfire specific TUTS (SO dont say go google it)
IF ANYONE IS ABLE TO SHOW/TELL ME HOW TO START OFF I WOULD APPRECIATE IT
Don't Give Hate Comment Please, im just looking for some help
there is no crossfire hack tuts
u just gotta learn C++ and ASM
and after that learn C++ try to find Addys,see that:https://www.mpgh.net/forum/242-crossf...ind-addys.html
Last edited by maximus8011; 12-10-2011 at 08:43 AM.
bool Ready2Hook()
{
if(GetModuleHandleA("CShell.dll") != NULL
&& GetModuleHandleA("ClientFx.fxd") != NULL)
return 1;
return 0;
}
DWORD WINAPI Wait(LPVOID)
{
while(!Ready2Hook()) Sleep(200);
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hacks, NULL, NULL, NULL);
return 0;
}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if ( dwReason == DLL_PROCESS_ATTACH )
{
MessageBoxA(0, "efesfesf","afseff", 0);
CreateThread(0,0,(LPTHREAD_START_ROUTINE)Wait,0,0, 0);
}
return 1;
}
not my, just a base that i dont need
Thats not even a base ...![]()
Joined MPGH: 07/08/09
i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at onceA network problem caused by you? What did you do? Trip over the cable?
Soooooo.....do i just copy and past a base into C++ express and then replace/fill in some of the codes? .........By searching through the other DLLs? oh and do i need to decompile the CShell?
You will not get any help outthere...Most people here just uses Swiftdude base or someone else base without even knowing how the stuff works, And then they just say "Learn C++", because they cant help you....
I recommend you to search about Dlls, just use google lol...
And about "DllMain" and about the function CreateThread too
very useful, to start...
DllMain entry point
CreateThread function
Check those 2 links, Learn more about pointers, And then get a base outthere and learn from it...But dont Copy paste, or you will not learn anything...
maximus8011 (12-10-2011)
Good luck kid , your gonna need to take a few months to learn it , I am 14 and I would love to be able to code hacks, however it just takes to much concentration , I'll be honest with you , at 13 years old you gotta learn simple coding in order to understand c++ or c# or anything complicated, I suggest you make some injectors with Visual Basic and get into the whole " coding" thing , then move your way up to web coding ( html , css, java script) , then learn C++ , but I won't learn C++ , no time because at our age we've got school man .
Okay thats just my suggestion(s)
he is looking for bases? oops :P
man learn c++ is the best you can doo
(sry i fought he wanted a hook :P)
This was posted some time ago man. press thx .... NOOOOWW xD
https://www.mpgh.net/forum/242-crossf...rce-codes.html
Last edited by [I]Tfrix; 12-10-2011 at 11:32 PM.
Your age doesn't matter.
If you started coding earlier, you could already know advanced programming.
A typical no menu hack works like this :
- Create a hack thread or hook into the game
- Wait for game librarys
- If it is auto-on, put every hack on, else wait until the user presses a key and activate it
A tip : A * after the type of the variable means, that it is a pointer, a * before it means, that he reads / writes to it.
You also can use just a pointer and work with it like an array
LOL...so what..am 12 and i released a few hacks..not rly good hacks..but they arent bad
To all People who thinks am a leecher,hate me,are jelly from me....
Refer to this thread...
https://www.mpgh.net/forum/232-crossf...stop-hate.html