[Release]MimirDev Source!

Page 1 of 3 123 LastLast
Results 1 to 15 of 31
  1. #1
    Apprentice MimirDev is offline
    MemberRank
    Aug 2009 Join Date
    11Posts

    [Release]MimirDev Source!

    http://www.megaupload.com/?d=0MTXJW23

    No spam is allowed here...

    It's a source
    Coded in C#

    You may continue it if you like.


    This is not a Leak its a release

    Here is proof that it works:


    More proof here:



    Great tip:
    Quote Originally Posted by Kerelmans View Post
    Here's some usefull stuff to actually fix the encryption:
    MapleCrypto (C# encrypt / decrypt class)

    Splitting big packets (client can only handle <1460)
    Credits by me.
    PHP Code:
    public static void SendToClient(byte[] data)
            {
                if (
    data.Length 1380)
                {
                    for (
    int i 0data.Length+= 1380)
                    {
                        
    byte[] splitted;
                        if ((
    data.Length i) < 1380)
                        {
                            
    splitted = new byte[data.Length i];
                            
    Buffer.BlockCopy(dataisplitted0data.Length i);
                        }
                        else
                        {
                            
    splitted = new byte[1380];
                            
    Buffer.BlockCopy(dataisplitted01380);
                        }
                        
    client.Send(splitted);
                    }
                }
                else
                {
                    
    client.Send(data);
                }
            } 
    If you need any help, pm me.

    -Kerelmans
    The SQL:
    Quote Originally Posted by inumedia View Post
    Yes.

    You need to have a MySQL server on localhost with no password for root. Unless you know what your doing then forget I said that xD.

    SQL I created:
    Code:
    CREATE TABLE `maple`.`accounts` (
      `id` INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
      `user` VARCHAR(32) NOT NULL,
      `pass` VARCHAR(32) NOT NULL,
      `banned` TINYINT UNSIGNED NOT NULL DEFAULT 0,
      PRIMARY KEY (`id`)
    )
    ENGINE = InnoDB;
    
    CREATE TABLE `characters` (
      `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
      `aid` int(10) unsigned NOT NULL,
      `name` varchar(13) NOT NULL,
      `gender` tinyint(1) unsigned NOT NULL,
      `skin` int(10) unsigned NOT NULL,
      `face` int(10) unsigned NOT NULL,
      `hair` int(10) unsigned NOT NULL,
      `level` int(10) unsigned NOT NULL DEFAULT '1',
      `job` int(10) unsigned NOT NULL DEFAULT '0',
      `str` int(10) unsigned NOT NULL DEFAULT '13',
      `dex` int(10) unsigned NOT NULL DEFAULT '4',
      `int` int(10) unsigned NOT NULL DEFAULT '4',
      `luk` int(10) unsigned NOT NULL DEFAULT '4',
      `hp` int(10) unsigned NOT NULL DEFAULT '50',
      `maxhp` int(10) unsigned NOT NULL DEFAULT '50',
      `maxmp` int(10) unsigned NOT NULL DEFAULT '50',
      `mp` int(10) unsigned NOT NULL DEFAULT '50',
      `ap` int(10) unsigned NOT NULL DEFAULT '0',
      `sp` int(10) unsigned NOT NULL DEFAULT '0',
      `exp` int(10) unsigned NOT NULL DEFAULT '0',
      `fame` int(10) unsigned NOT NULL DEFAULT '0',
      `map` int(10) unsigned NOT NULL DEFAULT '0',
      `spoint` int(10) unsigned NOT NULL DEFAULT '0',
      `gm` tinyint(1) NOT NULL DEFAULT '0',
      `admin` tinyint(1) NOT NULL DEFAULT '0',
      `rank` int(10) unsigned NOT NULL DEFAULT '0',
      `rankmove` int(10) unsigned NOT NULL DEFAULT '0',
      `jobrank` int(10) unsigned NOT NULL DEFAULT '0',
      `jobrankmove` int(10) unsigned NOT NULL DEFAULT '0',
      `meso` int(10) unsigned NOT NULL DEFAULT '0',
      `hpap` int(10) unsigned NOT NULL DEFAULT '0',
      `mpap` int(10) unsigned NOT NULL DEFAULT '0',
      `party` int(10) unsigned NOT NULL DEFAULT '0',
      `maxbuddylist` int(10) unsigned NOT NULL DEFAULT '20',
      PRIMARY KEY (`id`)
    ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
    Last edited by MimirDev; 08-08-09 at 04:25 AM.


  2. #2
    Apprentice MimirDev is offline
    MemberRank
    Aug 2009 Join Date
    11Posts

    Re: [Release]MimirDev Source!

    Thank you sir :)

  3. #3
    Account Upgraded | Title Enabled! godxcheeze is offline
    MemberRank
    Mar 2009 Join Date
    Sentosa IslandLocation
    440Posts

    Re: [Release]MimirDev Source!

    what does this have?

  4. #4
    Account Upgraded | Title Enabled! yogiram1235 is offline
    MemberRank
    Aug 2008 Join Date
    In Hood-ville.Location
    268Posts

    Re: [Release]MimirDev Source!

    Omg this MUST have taken a LONG time.
    Plus all the Classes and builds.
    I would've combined a little bit of Java even at the chance of mem leaks.
    good job :D

  5. #5
    Apprentice MimirDev is offline
    MemberRank
    Aug 2009 Join Date
    11Posts

    Re: [Release]MimirDev Source!

    Quote Originally Posted by yogiram1235 View Post
    Omg this MUST have taken a LONG time.
    Plus all the Classes and builds.
    I would've combined a little bit of Java even at the chance of mem leaks.
    good job :D
    Thank you sir, it took me like 2 months to code this.

    I hopy you like it

  6. #6
    Account Upgraded | Title Enabled! yogiram1235 is offline
    MemberRank
    Aug 2008 Join Date
    In Hood-ville.Location
    268Posts

    Re: [Release]MimirDev Source!

    Quote Originally Posted by MimirDev View Post
    Thank you sir, it took me like 2 months to code this.

    I hopy you like it
    Never said i was gunna use it
    Lol.
    c# takes time to update.
    And Plus Just to change an NPC you have to Compile it Lol.
    java is faster o.o


    Edit: No im not Flaming

  7. #7
    CRACK DEALER IWannaWin is offline
    MemberRank
    Apr 2008 Join Date
    Ontario, CanadaLocation
    801Posts

    Re: [Release]MimirDev Source!

    I coded this.

  8. #8
    Account Upgraded | Title Enabled! yogiram1235 is offline
    MemberRank
    Aug 2008 Join Date
    In Hood-ville.Location
    268Posts

    Re: [Release]MimirDev Source!

    Quote Originally Posted by IWannaWin View Post
    I coded this.
    o.o
    The Source is MimirDev..
    And His iGN is MimirDev,
    who to belive....
    And btw
    @ your Siggy
    Thats only 800$ a Month..
    Thats Nothing Money Lol.

  9. #9
    Account Upgraded | Title Enabled! Jawsh is offline
    MemberRank
    Jul 2009 Join Date
    PennsylvaniaLocation
    280Posts

    Re: [Release]MimirDev Source!

    IWannaWin DID in fact make this. Just saying. :P

  10. #10
    Account Upgraded | Title Enabled! xSilv3rbullet is offline
    MemberRank
    Apr 2009 Join Date
    1,226Posts

    Re: [Release]MimirDev Source!

    Quote Originally Posted by yogiram1235 View Post
    o.o
    The Source is MimirDev..
    And His iGN is MimirDev,
    who to belive....
    And btw
    @ your Siggy
    Thats only 800$ a Month..
    Thats Nothing Money Lol.
    You fail you know that?
    Lol.
    I can make a new account called OdinMS.
    Then, if I released OdinMS rev 988, would you say that the OdinMS creators released it?

    You can't trust anyone on the internet.

  11. #11
    Account Upgraded | Title Enabled! yogiram1235 is offline
    MemberRank
    Aug 2008 Join Date
    In Hood-ville.Location
    268Posts

    Re: [Release]MimirDev Source!

    nvm im a Bitch
    :D
    My Bad
    Lol.
    You Can kill me.
    Sorry iWannaWin
    =[

  12. #12
    I'm Back green45 is offline
    MemberRank
    May 2007 Join Date
    EnglandLocation
    662Posts

    Re: [Release]MimirDev Source!

    Haha, Ok show a screen shot that you can actually log in? Just Cmd doesn't show it works, Shows that it can be compiled.

  13. #13
    Account Upgraded | Title Enabled! Jawsh is offline
    MemberRank
    Jul 2009 Join Date
    PennsylvaniaLocation
    280Posts

    Re: [Release]MimirDev Source!

    Quote Originally Posted by green45 View Post
    Haha, Ok show a screen shot that you can actually log in? Just Cmd doesn't show it works, Shows that it can be compiled.
    You can't. iWannaWin said the packet encryption isn't completely working yet.

  14. #14
    Account Upgraded | Title Enabled! myangel is offline
    MemberRank
    Apr 2009 Join Date
    EarthLocation
    319Posts

    Re: [Release]MimirDev Source!

    Is this Titan or Odin.

    Edit: Sorry ,didn't saw it.
    Last edited by myangel; 07-08-09 at 10:16 AM.

  15. #15
    Account Upgraded | Title Enabled! yogiram1235 is offline
    MemberRank
    Aug 2008 Join Date
    In Hood-ville.Location
    268Posts

    Re: [Release]MimirDev Source!

    Quote Originally Posted by Jawsh View Post
    You can't. iWannaWin said the packet encryption isn't completely working yet.
    The Handlers are Done right there in any Clean Odin 988,
    just change the imports.
    Easy Fixer Upers,
    And it should be sexy Good
    :)



Page 1 of 3 123 LastLast

Advertisement