Getting MOD tool packet ID + alert packet ID (R63B)

Results 1 to 6 of 6
  1. #1
    Account Upgraded | Title Enabled! George2000 is offline
    MemberRank
    Jul 2011 Join Date
    The NetherlandsLocation
    1,150Posts

    Getting MOD tool packet ID + alert packet ID (R63B)

    Hello, today I give you guys a tut about how to find MOD tool packet ID and alert packet id.

    First of all, have a CRACKED version of AS3 Sorcerer. If you have it, open your SWF in it. Then save all the scripts to one file. It will take a little bit. Notepad will pop out.

    1. MOD tool

    You need to search on this:
    PHP Code:
    {mod
    When you see something like this:
    PHP Code:
       var message:String _arg1;
                var 
    url:String _arg2;
                var 
    p:RegExp = /\\r/g;
                
    message message.replace(p"\r");
                if (
    url.length 0){
                    
    this._-18A._-DV("${mod.alert.title}"message"${mod.alert.link}"url0, function (_arg1:_-4Ih_arg2:WindowEvent):void
                    
    {
                        
    _arg1.dispose();
                    });
                } else {
                    
    this._-18A.alert("${mod.alert.title}"message0, function (_arg1:_-4Ih_arg2:WindowEvent):void
                    
    {
                        
    _arg1.dispose();
                    });
                }; 
    (NOT EXACTLY THE SAME BUT JUST LIKE THAT)

    Now the function where it is in, copy that code next to function
    PHP Code:
     public function _-1rx(_arg1:String_arg2:String=""):void 
    I need to copy _-1rx. Then search for that, untill you find something like this:

    PHP Code:
     this._-4Tk._-4Qa._-CX._-1rx(k.messagek.url); 
    Copy the function code (after public function) and search for it, untill you see something like this:
    PHP Code:
              this._-2PZ._-3m0(new _-0-N(this._-381)); 
    Now _-0-N is the class name, search for:
    PHP Code:
    ] = _-0-
    In my swf, I will find:
    PHP Code:
         _-4bQ[801] = _-0-N
    _-4bQ = composer array, 801 is packet id.


    2. MOD Tool

    MOD tool works a little different.
    The same file, search for:
    PHP Code:
        public class ModerationMessageHandler 
    When you're there, go to:
    PHP Code:
      public function ModerationMessageHandler(_arg1:_-39M
    All the IDs are located there. For the main ID (for the MOD tool to show up):

    It's really advanced, but for me it was always second addMessageEvent

    PHP Code:
               this._-3oM.addMessageEvent(new _-4I4(this._-2Y)); 
    PHP Code:
    _-4I4 = Class 
    Now search:

    PHP Code:
    ] = _-4I4 
    I will find:
    PHP Code:
     _-4bQ[590] = _-4I4
    Same thing, _-4bQ = composer array, 590 is ID.
    That's all for now, perhaps I will give more tutorials, but for now: enjoy.


  2. #2
    Valued Member Superbomm is offline
    MemberRank
    Feb 2011 Join Date
    BelgiumLocation
    129Posts

    Re: Getting MOD tool packet ID + alert packet ID (R63B)

    Thanks, needed something like this.

    But does someone have a cracked version of AS3 Sorcerer? Because I can't find one that works...

  3. #3
    Valued Member jomp16 is offline
    MemberRank
    Jan 2012 Join Date
    BrazilLocation
    115Posts

    Re: Getting MOD tool packet ID + alert packet ID (R63B)

    Please can post the AS3 Sorcerer cracked for us and seek IDs of packages?

  4. #4
    Account Upgraded | Title Enabled! AWA is offline
    MemberRank
    Feb 2008 Join Date
    1,320Posts

    Re: Getting MOD tool packet ID + alert packet ID (R63B)

    What iof I have a legit copy of AS3Sorcerer, wouldn't it work then?

  5. #5
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,484Posts

    Re: Getting MOD tool packet ID + alert packet ID (R63B)

    Thanks! How did you find this out? Did you search long and hard in the SWF?

  6. #6
    Account Upgraded | Title Enabled! George2000 is offline
    MemberRank
    Jul 2011 Join Date
    The NetherlandsLocation
    1,150Posts

    Re: Getting MOD tool packet ID + alert packet ID (R63B)

    Quote Originally Posted by Quackster View Post
    Thanks! How did you find this out? Did you search long and hard in the SWF?
    No, I am just smart:

    A alert box title is an external text, I searched that text in swf, I got it, with a few experience I got ID =)
    MOD tool was harder, but I just searched on MOD.

    @AWA at least if it's not trial, it would work.



Advertisement