Results 1 to 3 of 3
  1. #1
    O conhecimento é o caminho para liberdade.
    MPGH Member
    dreek1's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    localhost
    Posts
    1,175
    Reputation
    74
    Thanks
    1,263
    My Mood
    In Love

    About SendToServer

    Hello MPGH, I'm working with SendToServer on Crossfire and I'm trying to make params logger of message... I tried like this:
    Code:
    		for (int i = 0; i < msg->Size(); i++)
    		{
    			sprintf(MessagePacked, "%u", msg->Readuint8());
    			ofile << "Params " << i << ": " << MessagePacked << endl;
    		}
    return it

    Code:
    Message: 131  // IT's RADIO Message
    Params 0: 0 // i think this should be 131
    Params 1: 11
    Params 2: 104
    Params 3: 46
    Params 4: 44
    Params 5: 13
    Params 6: 6
    and when I try to use it I recive error of invalid packets. Same for others ID

    Code:
    			Msg.Writeuint8(131);
    			Msg.Writeuint8(0);
    			Msg.Writeuint8(11);
    			Msg.Writeuint8(104);
    			Msg.Writeuint8(46);
    			Msg.Writeuint8(44);
                            Msg.Writeuint8(13);
                            Msg.Writeuint8(6);
    Public Hack:
    Jun 2012 / Dec 2017

  2. #2
    mamo007's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Behind You !
    Posts
    1,655
    Reputation
    216
    Thanks
    15,608
    My Mood
    Amazed
    Not sure if this gonna help you.

    https://www.mpgh.net/forum/showthread.php?t=457134
    [Source Code] Present Hooks Win 7/8 .. 8.1/10


    - removed youtube video as it had an outside link


  3. #3
    Threadstarter
    O conhecimento é o caminho para liberdade.
    MPGH Member
    dreek1's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    localhost
    Posts
    1,175
    Reputation
    74
    Thanks
    1,263
    My Mood
    In Love
    Quote Originally Posted by mamo007 View Post
    This logger don't work on CF engine
    Public Hack:
    Jun 2012 / Dec 2017

Similar Threads

  1. how about Tantra Online Game
    By scoutranger in forum General Gaming
    Replies: 2
    Last Post: 09-25-2018, 06:57 AM
  2. Random Post about WoW
    By SadisticGrin in forum Spammers Corner
    Replies: 3
    Last Post: 10-20-2008, 02:55 PM
  3. Anyone here know about rakion
    By terence in forum General Gaming
    Replies: 14
    Last Post: 01-03-2006, 11:49 PM
  4. Connection About for Annomalation in Game
    By asdasd in forum WarRock - International Hacks
    Replies: 7
    Last Post: 12-30-2005, 08:17 PM