Thread: -_- S2s Hooks

Results 1 to 15 of 17

Threaded View

  1. #1
    lilWezy22's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0

    -_- S2s Hooks

    on my s2s hook when i include this like you are sposed to it crashes


    return oSendToServer( Messege, Flags );

    but when i dont include it the ammo is visual


    when it is included it crashes on turn on


    btw my hook works its through cshell and on top of that i have a full hs bypass

    so im stuck idk whats rong

    i hade it working i left for awile my pc was messed with by my stupid brother and it fucks up



    Code

    Code:
    int cMisc::SendToServer(ILTMessage_Read *Message, unsigned int flags)
    {
    			CAutoMessage cMsg;
    	uint8 ID = Message->Readuint8();
    	if(HackVar.UnlAmmo)
    	{	
    	if(ID == 130)
        {
    		cMsg.Reset();
    		cMsg.Writeuint8(130);
    
    		int iCount = 70;
    		if(Message->Size() >= 992) iCount = 97;
    
    		for(int i = 0; i < iCount; i++)
    			cMsg.Writeuint8(Message->Readuint8());	
    
    			return oSendToServer( cMsg.Read(), flags );
    	   }
    	}	
        return oSendToServer( Message, flags );	
    }
    Last edited by lilWezy22; 10-19-2013 at 12:48 AM.

Similar Threads

  1. [Solved] S2S Hook Unlimtedammo/char and rank
    By juggalo200 in forum Combat Arms Coding Help & Discussion
    Replies: 3
    Last Post: 06-29-2013, 07:01 AM
  2. Alguem tem o hook s2s?
    By thedark22 in forum Combat Arms BR Coding Help
    Replies: 5
    Last Post: 03-14-2013, 03:26 PM
  3. [Help Request] Alguem tem o s2s hook ?
    By MyNameFl in forum Combat Arms BR Coding Help
    Replies: 0
    Last Post: 02-13-2013, 08:30 AM
  4. [Solved] Bypass for s2s hook
    By JohnFame in forum Combat Arms Coding Help & Discussion
    Replies: 4
    Last Post: 12-31-2012, 04:53 PM
  5. Hooking s2s
    By NotRealPro in forum Combat Arms Coding Help & Discussion
    Replies: 10
    Last Post: 07-17-2012, 05:03 PM