Results 1 to 6 of 6
  1. #1
    The richest man is not the one who has the most but the one who needs the least.
    MPGH Member
    Alde.'s Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    1,706
    Reputation
    166
    Thanks
    3,627
    My Mood
    Sleepy

    Can't find the Hello packet

    I have decompiled the client, then looked at all the files for the string "hello", and I could find anything.

    Then I tried other keywords, and the best I could find was this class

    Code:
    package §_-0O3§
    {
       import §_-19O§.Server;
       import flash.utils.ByteArray;
       
       public class §_-15x§ extends Object
       {
          
          public function §_-15x§()
          {
             super();
          }
          
          public var server:Server;
          
          public var gameId:int;
          
          public var §_-137§:Boolean;
          
          public var charId:int;
          
          public var §_-48§:int;
          
          public var key:ByteArray;
          
          public var §_-14j§:Boolean;
          
          public var §_-11T§:Boolean;
       }
    }
    And FFDEC is doing some weird shit with the "§" symbols. So yeah. Any help would be very welcome.
    Alde is Alde is

  2. #2
    Threadstarter
    The richest man is not the one who has the most but the one who needs the least.
    MPGH Member
    Alde.'s Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    1,706
    Reputation
    166
    Thanks
    3,627
    My Mood
    Sleepy
    Edit : Wtf double post, delete the other one please @Raple

    Also, I found this thing :

    Code:
          private function §_-0oZ§() : void
          {
             var _loc1_:Account = §_-6F§.§_-1i2§().getInstance(Account);
             this.§_-E9§.dispatch(§_-1mm§.make(Parameters.§_-1eo§,§_-0Ve§.§_-1El§));
             this.§_-xN§();
             var _loc2_:§_-1NT§ = this.§_-Gf§.§_-0PX§(HELLO) as §_-1NT§;
             _loc2_.buildVersion_ = Parameters.§_-19x§ + "." + Parameters.§_-1lB§;
             _loc2_.gameId_ = gameId_;
             _loc2_.guid_ = this.§_-14h§(_loc1_.getUserId());
             _loc2_.password_ = this.§_-14h§(_loc1_.§_-1mu§());
             _loc2_.secret_ = this.§_-14h§(_loc1_.§_-04p§());
             _loc2_.keyTime_ = keyTime_;
             _loc2_.key_.length = 0;
             !(key_ == null) && _loc2_.key_.writeBytes(key_);
             _loc2_.§_-1or§ = §_-1or§ == null?"":§_-1or§;
             _loc2_.§_-QB§ = _loc1_.§_-ZA§();
             _loc2_.§_-0cL§ = _loc1_.§_-16b§();
             _loc2_.§_-00c§ = _loc1_.§_-4x§();
             _loc2_.§_-0in§ = _loc1_.§_-0in§();
             _loc2_.§_-0Ui§ = _loc1_.§_-qW§();
             §_-rz§.sendMessage(_loc2_);
          }
    Is it the one?
    Alde is Alde is

  3. #3
    Threadstarter
    The richest man is not the one who has the most but the one who needs the least.
    MPGH Member
    Alde.'s Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    1,706
    Reputation
    166
    Thanks
    3,627
    My Mood
    Sleepy
    Last edited by Alde.; 11-20-2014 at 07:35 PM.
    Alde is Alde is

  4. #4
    kola95's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    128
    Reputation
    10
    Thanks
    13
    Haha you still didnt done it)
    Check the Unknown Packet handler
    Use it on hello
    get profit.
    10-15 chars Multibox-squad, custom sync.

  5. The Following User Says Thank You to kola95 For This Useful Post:

    FainTMako (11-21-2014)

  6. #5
    Threadstarter
    The richest man is not the one who has the most but the one who needs the least.
    MPGH Member
    Alde.'s Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    1,706
    Reputation
    166
    Thanks
    3,627
    My Mood
    Sleepy
    Quote Originally Posted by kola95 View Post
    Haha you still didnt done it)
    Check the Unknown Packet handler
    Use it on hello
    get profit.
    But still, why couldn't I find it in the client? Thanks for the help.
    Alde is Alde is

  7. #6
    FainTMako's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    332
    Reputation
    10
    Thanks
    244
    My Mood
    Inspired
    Look for the listing of packets in the client. You can find the references in there if you know the packet id you are trying to locate.

Similar Threads

  1. How can I find the ID of an "object" in a game
    By LegendOfPoo in forum Programming Tutorial Requests
    Replies: 7
    Last Post: 04-21-2010, 02:04 PM
  2. I can't find the problem?
    By dem106 in forum WarRock Help
    Replies: 4
    Last Post: 04-17-2010, 11:59 AM
  3. I'm no noob, but I can't find the way.
    By henky21 in forum CrossFire Hacks & Cheats
    Replies: 9
    Last Post: 01-04-2010, 01:34 PM
  4. Help -_- How can i find the email i used with my CA account
    By doingtimeforlife in forum Combat Arms Discussions
    Replies: 6
    Last Post: 09-28-2009, 01:50 PM