Thread: Player Kick

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    PikaMucha_Itu's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Itu City
    Posts
    2,391
    Reputation
    59
    Thanks
    4,105
    My Mood
    Goofy

    Player Kick

    Code:
    void cESP::ForcVoteKick(bool enabled)
    {
    	int linecount = 1;
    	int linecount2 = 1;
    	char lol[235];
    
    	if(!enabled)
    		return;
    
    	cSFXMgr* SFXMgr = engine2->GetGameClientShell()->GetSFXMgr();
    	for( int i = 0; i < 24; i++ )
    	{
    		cCharacterFX* fx = (cCharacterFX*)SFXMgr->SFXList[SFX_CHARACTER].List[i];
    
    		if( engine2->ValidPointer( fx ) && engine2->ValidPointer( fx->Object ) )
    		{
    
    			if( fx->Index == local.iIndex )
    				continue;
    
    			c_player* client_info = engine2->GetClientInfoMgr()->GetClientByID( fx->Index );
    
    			if( engine2->ValidPointer( client_info ))
    			{
    				sprintf( lol,  "%s", client_info->Name);
    
    				menu->pDevice->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);
    				menu->Gradient(320, 10, 150, 20, Black1, Black2, horizontal, menu->pDevice); // Box do título
    				menu->PrintText(STRING_ForceVoteKick, 395, 12, 1, 0, true, WhiteII, Black); // Título
    
    //				menu->Gradient(320, 30, 150, (linecount * 18) + 4, Black1, Black2, horizontal, menu->pDevice); // Box das funções
    				menu->CheckBox( 325, 32 + (linecount * 18), hacks->Hack[101 + fx->Index], lol, menu->pDevice ); // Funções
    				linecount = linecount + 1;
    
    				if(hacks->Hack[101 + fx->Index])
    				{
    					g_LTClient = *(CLTClient**)ADDR_LTClientDLL;
    					g_CommonLT = g_LTClient->Common();
    	
    					if(engine2->ValidPointer(g_LTClient))
    					{
    						CAutoMessage Msg;
    						Msg.Writeuint8(206);
    						Msg.Writeuint8(1); 
    						Msg.Writeuint8(1); 
    						Msg.Writeuint16(fx->Index); // ID Player
    						Msg.Writeuint16(1); // ID Reason
    						g_LTClient->SendToServer(Msg.Read(), MESSAGE_GUARANTEED);
    						hacks->Hack[101 + fx->Index] = 0;
    						hacks->Hack[100] = 0;
    					}
    				}
    			
    				if(fx->Object == NULL)
    					hacks->Hack[101 + fx->Index] = 0;
    			}
    		}
    	}			
    }
    Note:
    You can select any player can be Alpha or Bravo


    Credits:
    Zerocool
    PiKaMucha_Itu
    Last edited by PikaMucha_Itu; 10-02-2012 at 07:55 PM.

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

    Otaviomorais (10-08-2012),pDevice (10-16-2012)

  3. #2
    kaskore's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    132
    Reputation
    10
    Thanks
    79
    My Mood
    Psychedelic
    OMG Bro !!! Thanks for sharing this !!! Love you PikaMucha !!! Like me gusta mucha!

  4. #3
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Quote Originally Posted by kaskore View Post
    OMG Bro !!! Thanks for sharing this !!! Love you PikaMucha !!! Like me gusta mucha!
    Wow that was monotonous, gusta already means to like.

    OT: Why did you release this, I was hoping this would stay private
    Reversing is the only way to move forward.

  5. #4
    nigger's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    224
    Reputation
    64
    Thanks
    95
    Quote Originally Posted by arun823 View Post
    Wow that was monotonous, gusta already means to like.

    OT: Why did you release this, I was hoping this would stay private
    Nothing stays private in the Combat Arms Source Code section. wat uz tawkin bawt willisz.

  6. #5
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    Quote Originally Posted by arun823 View Post
    Wow that was monotonous, gusta already means to like.

    OT: Why did you release this, I was hoping this would stay private
    Nothing stays private in the Combat Arms Source Code section. Wautahcu twalkni baout Hwiles.

    Oh no! Vortex is gay!

  7. #6
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Quote Originally Posted by Saltine View Post

    Nothing stays private in the Combat Arms Source Code section. Wautahcu twalkni baout Hwiles.
    I'm now beginning to think this section will be like the CA BR Source Code section.
    Reversing is the only way to move forward.

  8. #7
    nigger's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    224
    Reputation
    64
    Thanks
    95
    Quote Originally Posted by arun823 View Post
    I'm now beginning to think this section will be like the CA BR Source Code section.
    Why do you guys care so much if all the stuff gets released? I mean it takes 15 minutes to reclass and 5 to go into ollydbg to compare and contrast the classes if they change. It's better if nexon finds all this shit and updates it so then the people that can actually update the hack won't worry and the people that can't will come begging for them.

  9. The Following User Says Thank You to nigger For This Useful Post:

    kssiobr (11-05-2012)

  10. #8
    Nightmare's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    North of Hell
    Posts
    2,396
    Reputation
    149
    Thanks
    6,601
    My Mood
    Worried
    Great job dude.

  11. #9
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by arun823 View Post
    Wow that was monotonous, gusta already means to like.

    OT: Why did you release this, I was hoping this would stay private
    This wouldn't have gotten into anyone's hands if it wasn't for disav0w_'s VIP Base being released

    There are some who figured it out, who knew. But most didn't.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  12. #10
    luizimloko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    fs:[0]
    Posts
    1,879
    Reputation
    136
    Thanks
    10,137
    My Mood
    Yeehaw
    PikaMucha in Brazilian means:

    Pika = penis || Mucha = shriveled

    then

    shriveled penis

  13. #11
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    wasnt this released a few months ago? just not with menu selection

    commando: You're probably the best non-coder coder I know LOL


  14. #12
    Hello-World's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Saltine View Post

    Nothing stays private in the Combat Arms Source Code section. Wautahcu twalkni baout Hwiles.

    Ive been trying to contact you please just check your Visitor messages because
    im looking to hire a Coder

  15. #13
    Luch's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    8
    posta o munição infinita. @PikaMucha_Itu.

  16. #14
    CrapzHax's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Paranoid
    thanks for this will add this when I start making hacks.

  17. #15
    SHOGUN4252's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Why damm You care?
    Posts
    8
    Reputation
    18
    Thanks
    2
    My Mood
    Aggressive
    i am Inspired :O

Page 1 of 2 12 LastLast

Similar Threads

  1. [Discussion] How to kick unruly players from your game
    By se7enthsin in forum Combat Arms Discussions
    Replies: 15
    Last Post: 11-14-2011, 04:59 PM
  2. Kick Players From Private Games (Console)?
    By Groby234 in forum Call of Duty Black Ops Help
    Replies: 10
    Last Post: 01-23-2011, 10:08 PM
  3. [SOLVED]HELP, I need console commands to kick players
    By rovald in forum Call of Duty Modern Warfare 2 Help
    Replies: 4
    Last Post: 08-01-2010, 10:29 AM
  4. [SOLVED] Kick players?
    By ShadowAS1 in forum Call of Duty Modern Warfare 2 Help
    Replies: 4
    Last Post: 07-01-2010, 08:07 AM
  5. [Release] PlayerRaperBETA - Instant Flood/Kick player
    By DaHeaton. in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 29
    Last Post: 04-09-2010, 04:46 AM