Thread: Simple CF Base.

Results 1 to 12 of 12
  1. #1
    OwNAppLe's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    United states of niggers
    Posts
    162
    Reputation
    10
    Thanks
    20

    Simple CF Base.

    Hello,
    here's a simple base i made a while ago, as i don't play CF anymore i wanted to share one of my nooby base as i don't need it.

    use pcumell's method to makecert\singtool and encrypt the strings.

     

    Code:
    #include<Windows.h>
    #include<process.h>
    
    DWORD dwClientShell = NULL;
    DWORD dwWeaponClass = NULL;
    DWORD dwWeaponLoop  = NULL;
    
    #define WeaponClass 0x000000
    #define WeaponReload 0x000
    
    #define LTClient 0x000000
    #define LTClientOffset 0x000
    
    BOOL WeaponClass_Fucntion(DWORD dwWeaponMgr,DWORD dwOffset,FLOAT Value)
    {
    	dwClientShell = (DWORD)GetModuleHandle("CShell.dll");
    	dwWeaponClass = *(DWORD*) (dwClientShell + dwWeaponMgr);
    
    	if(dwWeaponClass)
    	{
    		for (int i = NULL; i<=999; i++)
    		{
    			dwWeaponLoop = *(DWORD*) (dwWeaponClass+4*i);
    			if(dwWeaponLoop)
    			{
    				*(float*) (dwWeaponLoop+dwOffset) = (float)Value;
    			}
    		}
    	}
    	return EXIT_SUCCESS;
    }
    
    BOOL PushToConsole_Function( DWORD dwLTClient, DWORD dwLTClientOffset, CHAR * PTC_Command)
    {
    	dwClientShell = (DWORD)GetModuleHandle("CShell.dll");
    	if(dwClientShell)
    	{
    		(*(VOID(WINAPIV **)(CHAR*))(*((DWORD*)dwClientShell+dwLTClient)+dwLTClientOffset))(PTC_Command);
    	}
         
    	return EXIT_SUCCESS;
    }
    
    VOID HackThread ( VOID )
    {
    	WeaponClass_Fucntion(WeaponClass,WeaponReload,100.0f);
    	PushToConsole_Function(LTClient,LTClientOffset,"PushToConsole 0");
    	
    	Sleep(100);
    }
    
    BOOL CheckModule ()
    {
    	dwClientShell = (DWORD)GetModuleHandle("CShell.dll");
    
    	return (dwClientShell? true:false);
    }
    
    UINT WINAPI CallThread (PVOID)
    {
    	while(!CheckModule())
    		Sleep(250);
    
    	while(true)
    	{
    		HackThread();
    	}
    
    	return EXIT_SUCCESS;
    }
    
    
    BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD dwCr,LPVOID lpvReserved)
    {
    	DisableThreadLibraryCalls(hinstDLL);
    
    	if(dwCr = DLL_PROCESS_ATTACH)
    	{
    		_beginthreadex(NULL,NULL,&CallThread,NULL,NULL,NULL);
    		MessageBox(NULL,"Injected by OwNAppLe","CF hack",NULL);
    	}
    
    	return EXIT_FAILURE;
    }

  2. The Following 2 Users Say Thank You to OwNAppLe For This Useful Post:

    lucasheer715 (08-08-2013),Useitnow (08-07-2013)

  3. #2
    I2espect's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    On Other Planet
    Posts
    641
    Reputation
    28
    Thanks
    870
    My Mood
    Devilish
    thx 4 sharing

  4. #3
    Useitnow's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Good job but i am not gonna use it i dont like leeching.

  5. #4
    OwNAppLe's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    United states of niggers
    Posts
    162
    Reputation
    10
    Thanks
    20
    Quote Originally Posted by Useitnow View Post
    Good job but i am not gonna use it i dont like leeching.
    I shared it because of Education purpose not for leeching to be honest.

  6. #5
    mamo007's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Behind You !
    Posts
    1,655
    Reputation
    216
    Thanks
    15,607
    My Mood
    Amazed
    Quote Originally Posted by OwNAppLe View Post
    I shared it because of Education purpose not for leeching to be honest.
    any way , thanks for sharing
    [Source Code] Present Hooks Win 7/8 .. 8.1/10


    - removed youtube video as it had an outside link


  7. #6
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by OwNAppLe View Post
    Hello,
    here's a simple base i made a while ago, as i don't play CF anymore i wanted to share one of my nooby base as i don't need it.

    use pcumell's method to makecert\singtool and encrypt the strings.
    pcemul method has no string encryptions :|


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  8. #7
    bonbonielas's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Where should i put the Code? First time using a hack

  9. #8
    XXkillerFin1's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Finland
    Posts
    125
    Reputation
    10
    Thanks
    81
    My Mood
    Confused
    Quote Originally Posted by bonbonielas View Post
    Where should i put the Code? First time using a hack
    If you are new, this is too much for you.And for advanced coders,this is too easy. You have to learn C++
    Helping newbies in coding
    Skype:aksuli21

  10. #9
    OwNAppLe's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    United states of niggers
    Posts
    162
    Reputation
    10
    Thanks
    20
    Quote Originally Posted by giniyat101 View Post
    pcemul method has no string encryptions :|
    use pcumell's method to makecert\singtool
    ...........

  11. #10
    gflames12's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Rochester, Ny
    Posts
    24
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by giniyat101 View Post
    pcemul method has no string encryptions :|
    He said use pcumels method to make cert / sign tools, and encrypt the strings. As in use pcumels method then use something else such as xor to encypt our strings..

  12. #11
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by OwNAppLe View Post
    ...........
    myyyy bad lol


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  13. #12
    lucasheer715's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    648
    Reputation
    10
    Thanks
    497
    My Mood
    Bored
    Quote Originally Posted by giniyat101 View Post
    myyyy bad lol
    @giniyat101 Do you know the current offsets for these? :
    WeaponReload
    LTClient
    LTClientOffset

Similar Threads

  1. [Request] simple wallhack base code of your project PH
    By amuto22 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 07-28-2012, 08:57 AM
  2. [Source Code] Simple NoMenu Base[C++]
    By iDarkness in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 18
    Last Post: 02-08-2012, 01:38 PM
  3. [Release] My simple Text Based RPG!
    By VvITylerIvV in forum C++/C Programming
    Replies: 6
    Last Post: 06-02-2011, 06:51 PM
  4. [Release] [Source Code] Simple Game Base with Special FX
    By supercarz1991 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 23
    Last Post: 03-09-2011, 05:49 PM
  5. How to make a simple text based game in c++
    By VvITylerIvV in forum Programming Tutorials
    Replies: 13
    Last Post: 08-09-2010, 05:49 PM