The REAL ModTools

Results 1 to 21 of 21
  1. #1
    are you ******* kidding!! capostrike93 is offline
    MemberRank
    Jan 2011 Join Date
    366Posts

    The REAL ModTools

    Hi guys ;)

    I come to bring, the REAL ModTools (the format not the code..)

    REAL ModTools FORMAT:

    PHP Code:
    Packet Id 531 // the header id of modtools
    Integer // Count of issues
    Put Issues // (check issues format)
    Integer // Count of Messages Templates 1
    StringBreak // Message Template ..
    Integer // Count of offence categories
    Put Offence Categories // (check offence categories format)
    Boolean // ticket_queue_but
    Boolean // chatlog_but
    Boolean // message_but - modaction_but - send_caution_but
    Boolean // modaction_but - kick_but
    Boolean // modaction_but - ban_but
    Boolean // send_caution_but - send_message_but
    Boolean // kick_check
    Integer // Count of Messages Templates 2
    StringBreak // Message Template .. 
    Issues FORMAT:

    PHP Code:
    Integer // Issue Id
    Integer // state 
    Integer // Category id
    Integer // reported Category Id
    Integer // timestamp of the report
    Integer // priority
    Integer // Reporter User Id
    StringBreak // Reporter User Name
    Integer // Reported User Id
    StringBreak // Reported User Name
    Integer // Moderator Id
    StringBreak // Moderator Name
    StringBreak // Issue Message
    Integer// Room Id
    StringBreak // Room Name
    Integer // Room Type: 0 private - 1 public
    if the room is private put:
    StringBreak // Room events (event1,event2)
    Integer // Room flat category (staff,games,trading...)
    Integer // Nothing .. put number 0 or any..
    if the room is public put:
    StringBreak // Nothing .. put ""
    Integer // Room flat Id
    StringBreak // Nothing .. put "" 
    Offence Categories FORMAT:

    PHP Code:
    StringBreak // Category Name
    Integer // Count of offences
    Put Offences // (check offences format) 
    offences FORMAT:

    PHP Code:
    StringBreak // Offence Name
    StringBreak // Offence Text 

    I hope that at least 1 or 2 are layers to use -.-"

    ---------- Post added at 12:36 AM ---------- Previous post was at 12:34 AM ----------

    boolean are the permissions for the user *


  2. #2
    Enthusiast JoshNRoses is offline
    MemberRank
    Jun 2011 Join Date
    Hollywood =DLocation
    42Posts

    Re: The REAL ModTools

    Thanks, maybe I'll use it someday.

  3. #3
    Banned c0mma is offline
    BannedRank
    Jan 2011 Join Date
    ^RaGEZONE^Location
    696Posts

    Re: The REAL ModTools

    Ooo! Thanks a lot for this!

  4. #4
    Account Upgraded | Title Enabled! Grant is offline
    MemberRank
    Sep 2009 Join Date
    Scotland, UK.Location
    728Posts

    Re: The REAL ModTools

    I'm confused, the mod tools that uber, phoenix, snowlight etc. have is not correct?

  5. #5
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: The REAL ModTools

    Quote Originally Posted by ***** View Post
    Ooo! Thanks a lot for this!
    You don't even know how to use it iPixelHotel, so shutup!

    ---------- Post added at 10:07 AM ---------- Previous post was at 10:06 AM ----------

    Quote Originally Posted by Grant View Post
    I'm confused, the mod tools that uber, phoenix, snowlight etc. have is not correct?
    It works, but its coded in the wrong packet structure i guess.

  6. #6
    Minor Devolper ntl200 is offline
    MemberRank
    Dec 2007 Join Date
    EnglandLocation
    538Posts

    Re: The REAL ModTools

    so this is habbos real layout for mod tools, now that i think about when uber was being devolped it meth0d had trouble finding the structure

  7. #7
    Enthusiast JoshNRoses is offline
    MemberRank
    Jun 2011 Join Date
    Hollywood =DLocation
    42Posts

    Re: The REAL ModTools

    Or it was coded for like R38 and the packets of mod tool changed by passing versions.. a lot of things are been changed (like achievements,catalogue, ect)

  8. #8
    Thanks for a great time! siem212212 is offline
    MemberRank
    Jun 2009 Join Date
    NetherlandsLocation
    958Posts

    Re: The REAL ModTools

    As far as i get it, the packet structures are wrong, and this are good ones? ...As far as i get it, explanation please (A)

  9. #9
    are you ******* kidding!! capostrike93 is offline
    MemberRank
    Jan 2011 Join Date
    366Posts

    Re: The REAL ModTools

    Quote Originally Posted by siem212212 View Post
    As far as i get it, the packet structures are wrong, and this are good ones? ...As far as i get it, explanation please (A)
    correct...

  10. #10
    Account Upgraded | Title Enabled! TheOleg is offline
    MemberRank
    Apr 2008 Join Date
    EstoniaLocation
    570Posts

    Re: The REAL ModTools

    UberEMu have it, just whitout comments and code that checks 0 or 1.
    Thanks for release

  11. #11
    are you ******* kidding!! capostrike93 is offline
    MemberRank
    Jan 2011 Join Date
    366Posts

    Re: The REAL ModTools

    Quote Originally Posted by Rav4eG View Post
    UberEMu have it, just whitout comments and code that checks 0 or 1.
    Thanks for release
    uber have this:

    PHP Code:
     public ServerMessage SerializeTool()
            {
                
    ServerMessage Message = new ServerMessage(531);
                
    Message.AppendInt32(-1);
                
    Message.AppendInt32(UserMessagePresets.Count);

                
    lock (UserMessagePresets)
                {
                    foreach (
    String Preset in UserMessagePresets)
                    {
                        
    Message.AppendStringWithBreak(Preset);
                    }
                }

                
    Message.AppendInt32(0);
                
    Message.AppendInt32(14);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);

                
    Message.AppendInt32(RoomMessagePresets.Count);

                
    lock (RoomMessagePresets)
                {
                    foreach (
    String Preset in RoomMessagePresets)
                    {
                        
    Message.AppendStringWithBreak(Preset);
                    }
                }

                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendStringWithBreak("test");
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendStringWithBreak("test");
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendInt32(1);
                
    Message.AppendStringWithBreak("test");

                return 
    Message;
            } 
    LOL

  12. #12
    Account Upgraded | Title Enabled! TheOleg is offline
    MemberRank
    Apr 2008 Join Date
    EstoniaLocation
    570Posts

    Re: The REAL ModTools

    As I said.

  13. #13
    Thanks for a great time! siem212212 is offline
    MemberRank
    Jun 2009 Join Date
    NetherlandsLocation
    958Posts

    Re: The REAL ModTools

    And boom goes the dynamite

  14. #14
    are you ******* kidding!! capostrike93 is offline
    MemberRank
    Jan 2011 Join Date
    366Posts

    Re: The REAL ModTools

    someone has builded this? please, don't disappoint me :S

  15. #15
    Account Upgraded | Title Enabled! Ma Ma is offline
    MemberRank
    Jan 2011 Join Date
    home.phpLocation
    580Posts

    Re: The REAL ModTools

    Nice i say still looking how its build cause i'm not yet that great at coding

  16. #16
    Account Upgraded | Title Enabled! DJAlexxstyle is offline
    MemberRank
    Feb 2008 Join Date
    341Posts

    Re: The REAL ModTools

    Nice, thanks! I already completed a part of it, but never understood what those booleans meant. Wonder how you have found all the structure :P

  17. #17
    Enthusiast Johan.2 is offline
    MemberRank
    Oct 2009 Join Date
    31Posts

    Re: The REAL ModTools

    Very nice :)

  18. #18
    hi i'm robbie Roper is offline
    MemberRank
    Oct 2008 Join Date
    /home/roperLocation
    2,283Posts

    Re: The REAL ModTools

    Thanks for this 'release' I suppose, although i'm pretty sure something like this has been released already.

  19. #19
    are you ******* kidding!! capostrike93 is offline
    MemberRank
    Jan 2011 Join Date
    366Posts

    Re: The REAL ModTools

    Quote Originally Posted by Veelox View Post
    Thanks for this 'release' I suppose, although i'm pretty sure something like this has been released already.
    false, if you find this, I give you 10 dolars ;)

    ---------- Post added at 04:07 PM ---------- Previous post was at 04:05 PM ----------

    Quote Originally Posted by DJAlexxstyle View Post
    Nice, thanks! I already completed a part of it, but never understood what those booleans meant. Wonder how you have found all the structure :P
    is basic of programming -.-"

    Boolean data type - Wikipedia, the free encyclopedia

  20. #20
    Enthusiast JoshNRoses is offline
    MemberRank
    Jun 2011 Join Date
    Hollywood =DLocation
    42Posts

    Re: The REAL ModTools

    Boolean is the true/false of something. Like IsVIP you can do it easy with boolean.

  21. #21
    Account Upgraded | Title Enabled! DJAlexxstyle is offline
    MemberRank
    Feb 2008 Join Date
    341Posts

    Re: The REAL ModTools

    Quote Originally Posted by capostrike93 View Post
    false, if you find this, I give you 10 dolars ;)

    ---------- Post added at 04:07 PM ---------- Previous post was at 04:05 PM ----------



    is basic of programming -.-"

    Boolean data type - Wikipedia, the free encyclopedia
    You didn't understand what I said xD
    Of course, I know what a boolean is: what I didn't understand was the meaning of every boolean (now I know that one allows the ban, another kick etc) :P



Advertisement