Page 1 of 4 123 ... LastLast
Results 1 to 15 of 50
  1. #1
    CaiozinhoFC1's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    230
    Reputation
    10
    Thanks
    86

    Hide your user_info ( Anti-Ban_User )

    change your account information so banishment does not go to your account

    Code:
    #define user_Index_1	0x11FB6D8 // CFBR -> seach your index_user in cheat engine
    #define user_Index_2	0x11FBD70 // CFBR -> seach your index_user in cheat engine
    #define user_Index_3	0x11F0FF8 // CFBR -> seach your index_user in cheat engine
    #define login_Name_1	0x11FB6DC // CFBR -> seach your login in cheat engine
    #define login_Name_2	0x116B1CF // CFBR -> seach your login in cheat engine
    
    DWORD indexUser1, indexUser2, indexUser3;
    
    void cheatProtect ()
    {
    	DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    	DWORD pGameStatus = *(DWORD*) ( CShell + GameStatus );
    
    	// ... [ DISCONNECT FROM SERVER ]
    	// removed
    
    	// ... [ CHANGE USER INFO ANTI BAN: user_index/login_name/mac_address ]
    	if ( pGameStatus != NULL )
    	{
    		if ( pGameStatus == 17 /*Serverlist*/ )
    		{
    			// ... [ BACKUP USER_INDEX ]
    			indexUser1 = *(DWORD*) ( CShell + user_Index_1 );
    			indexUser2 = *(DWORD*) ( CShell + user_Index_2 );
    			indexUser3 = *(DWORD*) ( CShell + user_Index_3 );
    		}
    
    		if ( pGameStatus == 3 /*Channel*/ )
    		{
    			// ... [ RESTORE USER_INDEX ]
    			*(DWORD*) ( CShell + user_Index_1 ) = indexUser1;
    			*(DWORD*) ( CShell + user_Index_2 ) = indexUser2;
    			*(DWORD*) ( CShell + user_Index_3 ) = indexUser3;
    		}
    
    		if ( pGameStatus == 8 /*Lobby*/ )
    		{
    			// ... [ USER_INDEX ]
    			*(DWORD*) ( CShell + user_Index_1 ) = 1000;
    			*(DWORD*) ( CShell + user_Index_2 ) = 1000;
    			*(DWORD*) ( CShell + user_Index_3 ) = 1000;
    
    			// ... [ MAC_ADDRESS ]
    			// removed
    
    			// ... [ LOGIN_NAME ]
    			char myLoginFake [ 6 + 1 ] = "z8fuck";
    			for( int x = 0; x < 12 + 1; x++ )
    			{
    				*(char*) ( CShell + login_Name_1 + x ) = myLoginFake[x];
    				*(char*) ( login_Name_2 + x ) = myLoginFake[x];
    			}
    		}
    	}
    }
    Last edited by CaiozinhoFC1; 07-12-2018 at 01:29 PM.
    One Position Kill CFBR

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

    abyan (08-01-2018),akbargain (07-12-2018),emiedumalasa (07-14-2018),RamoXO (07-11-2018),RazerXJosh (07-13-2018),yaago (07-11-2018),[K]akashi (07-11-2018)

  3. #2
    RamoXO's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Location
    At your screen
    Posts
    104
    Reputation
    28
    Thanks
    664
    My Mood
    Amazed
    Amazing :O !
    Thanks for sharing
    BTW can this works as anti kick too xD

  4. #3
    [K]akashi's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    213
    Reputation
    10
    Thanks
    583
    My Mood
    Bored
    Thanks for sharing
    now i don't have to send you 1 bitcoin

  5. #4
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Quote Originally Posted by CaiozinhoFC1 View Post
    change your account information so banishment does not go to your account

    Code:
    #define user_Index_1	0x11FB6D8 // CFBR -> seacher your index_user in cheat engine
    #define user_Index_2	0x11FBD70 // CFBR -> seacher your index_user in cheat engine
    #define user_Index_3	0x11F0FF8 // CFBR -> seacher your index_user in cheat engine
    #define login_Name_1	0x11FB6DC // CFBR -> seacher your login in cheat engine
    #define login_Name_2	0x116B1CF // CFBR -> seacher your login in cheat engine
    
    DWORD indexUser1, indexUser2, indexUser3;
    
    void cheatProtect ()
    {
    	DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    	DWORD pGameStatus = *(DWORD*) ( CShell + GameStatus );
    
    	// ... [ DISCONNECT FROM SERVER ]
    	// removed
    
    	// ... [ CHANGE USER INFO ANTI BAN: user_index/login_name/mac_address ]
    	if ( pGameStatus != NULL )
    	{
    		if ( pGameStatus == 17 /*Serverlist*/ )
    		{
    			// ... [ BACKUP USER_INDEX ]
    			indexUser1 = *(DWORD*) ( CShell + user_Index_1 );
    			indexUser2 = *(DWORD*) ( CShell + user_Index_2 );
    			indexUser3 = *(DWORD*) ( CShell + user_Index_3 );
    		}
    
    		if ( pGameStatus == 3 /*Channel*/ )
    		{
    			// ... [ RESTORE USER_INDEX ]
    			*(DWORD*) ( CShell + user_Index_1 ) = indexUser1;
    			*(DWORD*) ( CShell + user_Index_2 ) = indexUser2;
    			*(DWORD*) ( CShell + user_Index_3 ) = indexUser3;
    		}
    
    		if ( pGameStatus == 8 /*Lobby*/ )
    		{
    			// ... [ USER_INDEX ]
    			*(DWORD*) ( CShell + user_Index_1 ) = 1000;
    			*(DWORD*) ( CShell + user_Index_2 ) = 1000;
    			*(DWORD*) ( CShell + user_Index_3 ) = 1000;
    
    			// ... [ MAC_ADDRESS ]
    			// removed
    
    			// ... [ LOGIN_NAME ]
    			char myLoginFake [ 6 + 1 ] = "z8fuck";
    			for( int x = 0; x < 12 + 1; x++ )
    			{
    				*(char*) ( CShell + login_Name_1 + x ) = myLoginFake[x];
    				*(char*) ( login_Name_2 + x ) = myLoginFake[x];
    			}
    		}
    	}
    }
    Is login_name2 also in CShell? Because you didn't added it on this line:
    Code:
    *(char*) ( login_Name_2 + x ) = myLoginFake[x];
    Press thanks if I helped

    Xigncode Security:


  6. #5
    CaiozinhoFC1's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    230
    Reputation
    10
    Thanks
    86
    Quote Originally Posted by vaisefud3 View Post
    Is login_name2 also in CShell? Because you didn't added it on this line:
    Code:
    *(char*) ( login_Name_2 + x ) = myLoginFake[x];
    crossfire.exe
    One Position Kill CFBR

  7. #6
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Quote Originally Posted by CaiozinhoFC1 View Post
    crossfire.exe
    Yeah I saw, kinda hard to make a pattern.
    Press thanks if I helped

    Xigncode Security:


  8. #7
    yaago's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    57
    Reputation
    10
    Thanks
    6
    Amazing, I didn't know I could do something like that.
    Thanks for sharing

  9. #8
    akbargain's Avatar
    Join Date
    Apr 2018
    Gender
    male
    Posts
    120
    Reputation
    10
    Thanks
    18
    I misread some lines, sorry. haha

    - - - Updated - - -

    How to get this?
    Code:
    DWORD pGameStatus = *(DWORD*) ( CShell + GameStatus )
    Last edited by akbargain; 07-12-2018 at 01:13 AM.

  10. #9
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Quote Originally Posted by akbargain View Post
    I misread some lines, sorry. haha

    - - - Updated - - -

    How to get this?
    Code:
    DWORD pGameStatus = *(DWORD*) ( CShell + GameStatus )
    Post your CShell and I'll give you the address.
    Press thanks if I helped

    Xigncode Security:


  11. #10
    akbargain's Avatar
    Join Date
    Apr 2018
    Gender
    male
    Posts
    120
    Reputation
    10
    Thanks
    18
    Quote Originally Posted by vaisefud3 View Post
    Post your CShell and I'll give you the address.
    Hmmm that's difficult, I have a very low and limited internet speed. my dump is 32mb, it'll take years for me to upload it T_T
    However, remember the time you help me about the CFBR dumped? Can we just use the BR dump that you sent me before and point it in there? That would mean A LOT. Thank you very much AGAIN hihi.

  12. #11
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Quote Originally Posted by akbargain View Post
    Hmmm that's difficult, I have a very low and limited internet speed. my dump is 32mb, it'll take years for me to upload it T_T
    However, remember the time you help me about the CFBR dumped? Can we just use the BR dump that you sent me before and point it in there? That would mean A LOT. Thank you very much AGAIN hihi.
    Crossfire updated, so I don't know if the address would be the same. You don't need to send the dumped, can be the normal.
    Press thanks if I helped

    Xigncode Security:


  13. #12
    akbargain's Avatar
    Join Date
    Apr 2018
    Gender
    male
    Posts
    120
    Reputation
    10
    Thanks
    18
    Quote Originally Posted by vaisefud3 View Post
    Crossfire updated, so I don't know if the address would be the same. You don't need to send the dumped, can be the normal.
    Here bro, Undumped Cshell(PH)
    @Eoch @Royce (please approve my file attachment)
    VT: https://www.virustotal.com/en/file/6...is/1531420507/


    // ===
    One more favor, can you teach me how to update the weapon struct?

    Code:
    {
    typedef struct _WEAPON
    unsigned char Data[0xC3C0];  <--- This sir
    }WEAPON, *PWEAPON;
    <b>Downloadable Files</b> Downloadable Files
    Last edited by akbargain; 07-12-2018 at 12:51 PM.

  14. The Following User Says Thank You to akbargain For This Useful Post:

    cdkey1012 (08-17-2018)

  15. #13
    I got ants in my butt, and I needs to strut.
    Premium Seller
    Former Staff
    Premium Member
    Trusted
    Wyo's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Guadalajara
    Posts
    24,113
    Reputation
    4354
    Thanks
    4,203
    My Mood
    Lurking
    safe and clean .

  16. The Following User Says Thank You to Wyo For This Useful Post:

    akbargain (07-12-2018)

  17. #14
    CaiozinhoFC1's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    230
    Reputation
    10
    Thanks
    86
    Quote Originally Posted by akbargain View Post
    Here bro, Undumped Cshell(PH)
    @Eoch @Royce (please approve my file attachment)
    VT: https://www.virustotal.com/en/file/6...is/1531420507/


    // ===
    One more favor, can you teach me how to update the weapon struct?

    Code:
    {
    typedef struct _WEAPON
    unsigned char Data[0xC3C0];  <--- This sir
    }WEAPON, *PWEAPON;
    Code:
    class cWeapon
    {
    public:
    	char _0x0000[2]; //0x0000 
    	__int16 WeaponClass; //0x0002 
    	char _0x0004[5]; //0x0004 
    	char WeaponName[64]; //0x0009 
    	char ModelFileName[162]; //0x0049 
    	char SkinFileName[81]; //0x00EB 
    	char SkinFileName2[81]; //0x013C 
    	float ReloadAnimRatio; //0x0D88 
    	float ChangeWeaponAnimRatio; //0x0D8C 
    	...
    };// WeaponSize = 0x3E84
    WeaponSizeOffSet = 0x3E84
    One Position Kill CFBR

  18. The Following User Says Thank You to CaiozinhoFC1 For This Useful Post:

    akbargain (07-12-2018)

  19. #15
    vaisefud3's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    955
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    Quote Originally Posted by CaiozinhoFC1 View Post
    Code:
    class cWeapon
    {
    public:
    	char _0x0000[2]; //0x0000 
    	__int16 WeaponClass; //0x0002 
    	char _0x0004[5]; //0x0004 
    	char WeaponName[64]; //0x0009 
    	char ModelFileName[162]; //0x0049 
    	char SkinFileName[81]; //0x00EB 
    	char SkinFileName2[81]; //0x013C 
    	float ReloadAnimRatio; //0x0D88 
    	float ChangeWeaponAnimRatio; //0x0D8C 
    	...
    };// WeaponSize = 0x3E84
    WeaponSizeOffSet = 0x3E84
    I use 0xC3C0 and it works fine

    - - - Updated - - -

    Quote Originally Posted by akbargain View Post
    I misread some lines, sorry. haha

    - - - Updated - - -

    How to get this?
    Code:
    DWORD pGameStatus = *(DWORD*) ( CShell + GameStatus )
    Address for CFPH: 0x11AAE08
    Press thanks if I helped

    Xigncode Security:


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

    akbargain (07-12-2018),RazerXJosh (07-13-2018)

Page 1 of 4 123 ... LastLast

Similar Threads

  1. I'mmmmmmm Baaacckkkk! (Hide your children and daughters, rawRRR)
    By steelseriesPZIN in forum Member Introduction & Return
    Replies: 5
    Last Post: 02-13-2010, 08:09 PM
  2. Is there a way to hide your hacks??????
    By El Narco in forum Combat Arms Discussions
    Replies: 13
    Last Post: 10-17-2009, 07:02 AM
  3. How to hide your hack-The Jewish Way
    By Mouzie in forum Combat Arms Discussions
    Replies: 71
    Last Post: 09-13-2009, 05:23 PM
  4. How to hide your hacks from Teamview/others.
    By Mouzie in forum Combat Arms Hacks & Cheats
    Replies: 53
    Last Post: 07-31-2009, 01:54 PM
  5. HIDE YOUR CHILDREN!
    By Zhellbound in forum General
    Replies: 21
    Last Post: 07-05-2009, 02:51 PM