Page 1 of 6 123 ... LastLast
Results 1 to 15 of 88
  1. #1
    -[I]fLuX's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    342
    Reputation
    112
    Thanks
    3,923
    My Mood
    Bored

    -[I]fLuX Undetected CrossFire Base after patch

    Hey

    I made new undetected CrossFire NA Memory Base I am so bored
    I only made this base just for fun and for noobs
    Its a simple base. I made it in 5 minutes....

    Here is the Source(If you use it give credits):
    Code:
    #include <Windows.h>
    #include <fstream>
    
    using namespace std;
    
    #define HookShell (DWORD)GetModuleHandleA("CShell.dll");
    
    void IfLuX ( void )
    {
    	bool wallhack = 1;
    
    	while(1)
    	{
    		DWORD CShell = HookShell;
    
    	        if (wallhack==1)
    		{
    		   memcpy((VOID*)0x6D29F4, "\x00\x00\x00\x00\x00\x00", 6);
    		}
    	}
    }
    void Hook ( HINSTANCE hDLL )
    {
    	DWORD CShell = HookShell;
    	if (CShell==0)
    	{
    		IfLuX();
    	}
    }
    BOOL WINAPI DllMain ( HINSTANCE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    	if (dwReason == DLL_PROCESS_ATTACH)
    	{
    		DisableThreadLibraryCalls(hDll);
    		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hook, hDll, NULL, NULL);
    	}
    	return TRUE;
    }
    Last edited by -[I]fLuX; 07-28-2012 at 12:34 PM.
    •Contributor: June, 29th 2013


    My Sources:
    Injector
    Memory Base
    D3D9 Hook
    Hooked Memory Base




  2. The Following 19 Users Say Thank You to -[I]fLuX For This Useful Post:

    3D (07-28-2012),acedia (08-07-2012),ArieeLiittOoh (08-01-2012),cnpro (08-08-2012),CorporalDunn1337 (08-09-2012),crossfire2009 (08-03-2012),DarkPladin (07-28-2012),dreek1 (08-22-2012),Glenox (08-23-2012),HackerMaybe (07-28-2012),hesham511 (08-07-2012),kareem1111 (07-28-2012),kareem1234 (08-10-2012),kimos2012 (08-07-2012),kuba565656 (07-29-2012),mahmud118 (07-30-2012),otik2k33 (08-07-2012),Ruby. (07-30-2012),youssef 1818 (08-07-2012)

  3. #2
    3D's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    In The World :P
    Posts
    1,007
    Reputation
    134
    Thanks
    14,169
    My Mood
    Amazed
    THANK YOU VERY MUCH

    IAM NOOB IN HACKS THIS IN HEADER OR CPP.,??

    ---------- Post added at 01:38 PM ---------- Previous post was at 01:36 PM ----------

    What feature this base have.,??

  4. #3
    -[I]fLuX's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    342
    Reputation
    112
    Thanks
    3,923
    My Mood
    Bored
    its only wallhack and you must use it in cpp
    •Contributor: June, 29th 2013


    My Sources:
    Injector
    Memory Base
    D3D9 Hook
    Hooked Memory Base




  5. The Following User Says Thank You to -[I]fLuX For This Useful Post:

    kareem1111 (07-28-2012)

  6. #4
    xKickAss's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Registered 21/09/2011
    Posts
    1,968
    Reputation
    152
    Thanks
    15,979
    My Mood
    Doh
    Please delete it, leechers will release hacks and coder's hack will become useles

  7. The Following User Says Thank You to xKickAss For This Useful Post:

    kareem1111 (07-28-2012)

  8. #5
    ramo's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    A.R.E
    Posts
    291
    Reputation
    82
    Thanks
    4,076
    My Mood
    Blah
    OHH you will find tons of hacks in crossfire section and i was gonna release a hack every noob will sway that i leeched your base

  9. #6
    Frosty''s Avatar
    Join Date
    Jul 2012
    Gender
    female
    Posts
    1,327
    Reputation
    43
    Thanks
    251
    My Mood
    Goofy
    thx if i uploaded i will but you in credits

    ---------- Post added at 09:02 PM ---------- Previous post was at 08:59 PM ----------

    hey why you say remove it pro coders are known and when he get source code and it real work correct this mean he is pro hacker thx

  10. #7
    xKickAss's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Registered 21/09/2011
    Posts
    1,968
    Reputation
    152
    Thanks
    15,979
    My Mood
    Doh
    Quote Originally Posted by -[I]fLuX View Post
    Hey

    I made new undetected CrossFire NA Memory Base I am so bored
    I only made this base just for fun and for noobs
    Its a simple base. I made it in 5 minutes....

    Here is the Source(If you use it give credits):
    Code:
    #include <Windows.h>
    #include <fstream>
    
    using namespace std;
    
    #define HookShell (DWORD)GetModuleHandleA("CShell.dll");
    
    void IfLuX ( void )
    {
    	bool wallhack = 1;
    
    	while(1)
    	{
    		DWORD CShell = HookShell;
    
    	        if (wallhack==1)
    		{
    		   memcpy((VOID*)0x6D29F4, "\x00\x00\x00\x00\x00\x00", 6);
    		}
    	}
    }
    void Hook ( HINSTANCE hDLL )
    {
    	DWORD CShell = HookShell;
    	if (CShell==0)
    	{
    		IfLuX();
    	}
    }
    BOOL WINAPI DllMain ( HINSTANCE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    	if (dwReason == DLL_PROCESS_ATTACH)
    	{
    		DisableThreadLibraryCalls(hDll);
    		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hook, hDll, NULL, NULL);
    	}
    	return TRUE;
    }
    Can you help me? I dont code an hack from 1 year, SndDrv.dll is the hack dll and SndDrv2.ll the original ? Because i'm making an hack but i cant make it injecting -.-

  11. The Following User Says Thank You to xKickAss For This Useful Post:

    kareem1111 (07-28-2012)

  12. #8
    Frosty''s Avatar
    Join Date
    Jul 2012
    Gender
    female
    Posts
    1,327
    Reputation
    43
    Thanks
    251
    My Mood
    Goofy
    made it in 5 minutes and so bored

  13. The Following User Says Thank You to Frosty' For This Useful Post:

    kareem1111 (07-28-2012)

  14. #9
    لا إله إلا الله محمد رسول الله
    MPGH Member
    [S]aeed's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Egypt
    Posts
    847
    Reputation
    233
    Thanks
    22,269
    My Mood
    Cynical
    @-[I]fLuX delete it bro,
    alot of users will leech it.
    To Be Continued...


    نبينا كالسحاب .. ولا يضر السحاب نبح الكلاب


    ██████████████████████████
    ██████████████████████████
    ██████████████████████████


    لا إله إلا الله محمد رسول الله
    There is no god but Allah, Mohamed is the messenger of AllaH

  15. #10
    pceumel's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    335
    Reputation
    16
    Thanks
    2,604
    My Mood
    Yeehaw
    Quote Originally Posted by xKickAss View Post


    Can you help me? I dont code an hack from 1 year, SndDrv.dll is the hack dll and SndDrv2.ll the original ? Because i'm making an hack but i cant make it injecting -.-
    lol so u arent a reall coder :P leecher? ^^
    NEW - D3D BASE -WDDM HOOK
    https://www.mpgh.net/forum/242-crossf...ml#post7906339
    My Base and Injector source (HOTKEY):
    https://www.mpgh.net/forum/580-crossf...ml#post5927406

    Happy leeching
    WDDM Hook
    https://www.mpgh.net/forum/242-crossf...d-hooking.html


    Killed a GM with hack : DONE and no bann ^^
    Killed a GM and all other Players : DONE
    Get 3min Banned : Done

  16. #11
    لا إله إلا الله محمد رسول الله
    MPGH Member
    [S]aeed's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Egypt
    Posts
    847
    Reputation
    233
    Thanks
    22,269
    My Mood
    Cynical
    Quote Originally Posted by xKickAss View Post


    Can you help me? I dont code an hack from 1 year, SndDrv.dll is the hack dll and SndDrv2.ll the original ? Because i'm making an hack but i cant make it injecting -.-
    lol SndDrv.dll is ur hack file
    SndDrv2.dll is the sound file if u included it on your hack code.
    To Be Continued...


    نبينا كالسحاب .. ولا يضر السحاب نبح الكلاب


    ██████████████████████████
    ██████████████████████████
    ██████████████████████████


    لا إله إلا الله محمد رسول الله
    There is no god but Allah, Mohamed is the messenger of AllaH

  17. The Following 3 Users Say Thank You to [S]aeed For This Useful Post:

    kareem1111 (07-28-2012),Katy (07-31-2012),xKickAss (07-28-2012)

  18. #12
    xKickAss's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Registered 21/09/2011
    Posts
    1,968
    Reputation
    152
    Thanks
    15,979
    My Mood
    Doh
    Quote Originally Posted by pceumel View Post
    lol so u arent a reall coder :P leecher? ^^
    are you blind? i told that i dont code from 1 year, so i dont know the method of injection now, as i understant SndDrv is the hack and SndDrv is the original

  19. The Following User Says Thank You to xKickAss For This Useful Post:

    kareem1111 (07-28-2012)

  20. #13
    pceumel's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    335
    Reputation
    16
    Thanks
    2,604
    My Mood
    Yeehaw
    Quote Originally Posted by xKickAss View Post


    are you blind? i told that i dont code from 1 year, so i dont know the method of injection now, as i understant SndDrv is the hack and SndDrv is the original
    a reall injection works for every game ... snddrv.dll is a exploit ...
    NEW - D3D BASE -WDDM HOOK
    https://www.mpgh.net/forum/242-crossf...ml#post7906339
    My Base and Injector source (HOTKEY):
    https://www.mpgh.net/forum/580-crossf...ml#post5927406

    Happy leeching
    WDDM Hook
    https://www.mpgh.net/forum/242-crossf...d-hooking.html


    Killed a GM with hack : DONE and no bann ^^
    Killed a GM and all other Players : DONE
    Get 3min Banned : Done

  21. #14
    Hexicidal's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    What?
    Posts
    3,619
    Reputation
    -405
    Thanks
    6,106
    My Mood
    Busy
    Oh god please stop releasing bases

  22. #15
    Austin's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Great White North
    Posts
    30,484
    Reputation
    6104
    Thanks
    8,326
    My Mood
    Lurking
    OMG NOOBS Y U REALSE BASE OMG FRUGGIN NUBS




    VIP Support // May 2011
    CF Minion // January 2012
    Newsforce // August 2012
    Minion+ // March 2013
    Moderator // August 2014
    Former Staff // January 2015
    General Minion // July 2015
    Publicist // December 2015





  23. The Following 6 Users Say Thank You to Austin For This Useful Post:

    3D (10-08-2012),DaRk (07-28-2012),gudi (07-30-2012),kareem1234 (08-10-2012),mamo007 (07-29-2012),Nicksssmskja0` (07-28-2012)

Page 1 of 6 123 ... LastLast

Similar Threads

  1. [Request] Crossfire Unpacked Cshell and Crossfire.ex after patch of 7/19/2012
    By Jeovante in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 07-19-2012, 09:59 PM
  2. [Tutorial] How To Make Your Base Undetected After Patch 16/3/2012
    By Dead(H)ell in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 60
    Last Post: 06-15-2012, 06:17 AM
  3. [Source Code] my last base after patch it has only little things becuz i used it for testing!
    By Dead(H)ell in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 01-22-2012, 03:24 AM
  4. [Release] Jeff's Undetected Crossfire Base
    By J in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 31
    Last Post: 11-29-2011, 11:20 AM
  5. Crossfire Problem After Patch
    By TheSnookistein in forum CrossFire Help
    Replies: 11
    Last Post: 09-17-2010, 12:40 PM