Mrs Custom Encrypter Advanced + Source

Page 1 of 2 12 LastLast
Results 1 to 25 of 38
  1. #1
    Proficient Member steven1234 is offline
    MemberRank
    Jan 2010 Join Date
    186Posts

    Mrs Custom Encrypter Advanced + Source

    i randomly got bored and wrote it the file is totally safe some anti viruses will pick it up because it has been packed.

    Source released requested on msn

    virus scan:
    http://www.virustotal.com/analisis/c...d16-1271746513

    picture:
    Attached Files Attached Files
    Last edited by steven1234; 21-04-10 at 04:37 PM.


  2. #2
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Mrs Custom Encrypter Advanced

    Nice! Will all those options work with the 2008 runnable too?

  3. #3
    Proficient Member steven1234 is offline
    MemberRank
    Jan 2010 Join Date
    186Posts

    Re: Mrs Custom Encrypter Advanced

    i dout it i based it on 2007 :p havent even looked at 2008 really

  4. #4
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: Mrs Custom Encrypter Advanced

    I'd suggest using a new packer for 1, took me 10 minutes to dump.
    And for 2, packing methods that cause that many false positives is usually a shitty packer. Overall, it's pretty much like Lambda's. 2/10.

  5. #5
    Proficient Member steven1234 is offline
    MemberRank
    Jan 2010 Join Date
    186Posts

    Re: Mrs Custom Encrypter Advanced

    lol :p any suggestions on a packer?
    Last edited by steven1234; 20-04-10 at 10:24 AM.

  6. #6
    Account Upgraded | Title Enabled! Exiled Hero is offline
    MemberRank
    Nov 2008 Join Date
    Multiple PlacesLocation
    202Posts

    Re: Mrs Custom Encrypter Advanced

    I can see all the dumbasses typing 1 to 255 to find the right encryption for hacking..
    Posted via Mobile Device

  7. #7
    Proficient Member steven1234 is offline
    MemberRank
    Jan 2010 Join Date
    186Posts

    Re: Mrs Custom Encrypter Advanced

    yep same here its not hard to look it up lol a noob can do it in hex i could even make it display the current code but thats kinda harsh and alot of people would be pissed at me

  8. #8
    Account Upgraded | Title Enabled! hotgame is offline
    MemberRank
    Mar 2009 Join Date
    CanadaLocation
    305Posts

    Re: Mrs Custom Encrypter Advanced

    nice thanks

  9. #9
    Proficient Member steven1234 is offline
    MemberRank
    Jan 2010 Join Date
    186Posts

    Re: Mrs Custom Encrypter Advanced

    np mate

  10. #10
    Member VITOR[FR] is offline
    MemberRank
    Nov 2007 Join Date
    franceLocation
    52Posts

    Re: Mrs Custom Encrypter Advanced

    Quote Originally Posted by steven1234 View Post
    i randomly got bored and wrote it the file is totally safe some anti viruses will pick it up because it has been packed.

    virus scan:
    http://www.virustotal.com/analisis/c...d16-1271746513

    picture:
    best

  11. #11
    num num num <3 rootbeer daniel131605 is offline
    MemberRank
    Jul 2008 Join Date
    New YorkLocation
    573Posts

    Re: Mrs Custom Encrypter Advanced

    i havn't tested it but im sure it won't be fun using xD lambda's is ok i would rate his a 2/10 2 cuz it works and the other 8 arn't there because you have to manually unpack every single .mrs file with the original mrs.exe then repack them all with the one from lambda's mrs encrypter, hope yours works better than his xD

  12. #12
    Proficient Member steven1234 is offline
    MemberRank
    Jan 2010 Join Date
    186Posts

    Re: Mrs Custom Encrypter Advanced

    your ment to unpack all and serveral tools have been made ive even made a mrs unpacker and repacker thats fast

  13. #13
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: Mrs Custom Encrypter Advanced

    Quote Originally Posted by steven1234 View Post
    lol :p any suggestions on a packer?
    I honestly don't know, I don't use any compression/encryption software/library.

  14. #14
    Apprentice Comedy is offline
    MemberRank
    Apr 2010 Join Date
    20Posts

    Re: Mrs Custom Encrypter Advanced

    is this for .exe files only? does tht mean u can't encrypt .mrs files o.o?

  15. #15
    Account Upgraded | Title Enabled! Exiled Hero is offline
    MemberRank
    Nov 2008 Join Date
    Multiple PlacesLocation
    202Posts
    Quote Originally Posted by Comedy View Post
    is this for .exe files only? does tht mean u can't encrypt .mrs files o.o?
    You use it to encrypt MRS files
    Posted via Mobile Device

  16. #16
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: Mrs Custom Encrypter Advanced

    Quote Originally Posted by Exiled Hero View Post
    You use it to encrypt MRS files
    Posted via Mobile Device
    no you use it to enable the runnable to read encrypted mrs files

  17. #17
    Proficient Member steven1234 is offline
    MemberRank
    Jan 2010 Join Date
    186Posts

    Re: Mrs Custom Encrypter Advanced

    Quote Originally Posted by gregon13 View Post
    no you use it to enable the runnable to read encrypted mrs files
    correct and it writes a mrs.exe with the encryption in it

  18. #18
    Account Upgraded | Title Enabled! hotgame is offline
    MemberRank
    Mar 2009 Join Date
    CanadaLocation
    305Posts

    Re: Mrs Custom Encrypter Advanced

    Quote Originally Posted by steven1234 View Post
    np mate
    steven its really u?

  19. #19
    Proficient Member steven1234 is offline
    MemberRank
    Jan 2010 Join Date
    186Posts

    Re: Mrs Custom Encrypter Advanced + Source

    yes lol

  20. #20
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: Mrs Custom Encrypter Advanced + Source

    My god, I can't believe my eyes. Switch statements, man.

  21. #21
    Proficient Member steven1234 is offline
    MemberRank
    Jan 2010 Join Date
    186Posts

    Re: Mrs Custom Encrypter Advanced + Source

    there was no point because it needs to find all the bytes before it writes you cant check that with a switch statement sure i could of done it on 2 of the ifs

  22. #22

    Re: Mrs Custom Encrypter Advanced + Source

    Code:
                    if(radioButton1.Checked == true){
                    if (encrypt[i] == b1)
                    {
                        if (encrypt[i + 1] == b2)
                        {
                            if (encrypt[i + 2] == b3)
                            {
                                if (encrypt[i + 3] == b4)
                                {
                                    if (encrypt[i + 4] == b5)
                                    {
                                        if (encrypt[i + 5] == b6)
                                        {
                                            if (encrypt[i + 6] == b7)
                                            {
                                                if (encrypt[i + 7] == b8)
                                                {
                                                    if (encrypt[i + 8] == b9)
                                                    {
                                                        if (encrypt[i + 9] == b10)
                                                        {
                                                            if (encrypt[i + 10] == b11)
                                                            {
                                                                if (encrypt[i + 11] == b12)
                                                                {
                                                                    if (encrypt[i + 12] == b13)
                                                                    {
                                                                        if (encrypt[i + 13] == b14)
                                                                        {
                                                                            if (encrypt[i + 14] == b15)
                                                                            {
                                                                                encrypt[i] = c1;
                                                                                encrypt[i + 1] = c2;
                                                                                encrypt[i + 2] = c3;
                                                                                encrypt[i + 3] = c4;
                                                                                encrypt[i + 4] = c5;
                                                                                encrypt[i + 5] = c6;
                                                                                encrypt[i + 6] = c7;
                                                                                encrypt[i + 7] = c8;
                                                                                encrypt[i + 8] = c9;
                                                                                encrypt[i + 9] = c10;
                                                                                encrypt[i + 10] = c11;
                                                                                encrypt[i + 11] = c12;
                                                                                encrypt[i + 12] = c13;
                                                                                encrypt[i + 13] = c14;
                                                                                encrypt[i + 14] = c15;
                                                                                i += 14;
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                    }
                                }
                            }
                        }
    You might want to use switch().

  23. #23
    Reverse Engineer ThievingSix is offline
    MemberRank
    Mar 2007 Join Date
    CaliforniaLocation
    901Posts

    Re: Mrs Custom Encrypter Advanced + Source

    Quote Originally Posted by Linear88 View Post
    Code:
                    if(radioButton1.Checked == true){
                    if (encrypt[i] == b1)
                    {
                        if (encrypt[i + 1] == b2)
                        {
                            if (encrypt[i + 2] == b3)
                            {
                                if (encrypt[i + 3] == b4)
                                {
                                    if (encrypt[i + 4] == b5)
                                    {
                                        if (encrypt[i + 5] == b6)
                                        {
                                            if (encrypt[i + 6] == b7)
                                            {
                                                if (encrypt[i + 7] == b8)
                                                {
                                                    if (encrypt[i + 8] == b9)
                                                    {
                                                        if (encrypt[i + 9] == b10)
                                                        {
                                                            if (encrypt[i + 10] == b11)
                                                            {
                                                                if (encrypt[i + 11] == b12)
                                                                {
                                                                    if (encrypt[i + 12] == b13)
                                                                    {
                                                                        if (encrypt[i + 13] == b14)
                                                                        {
                                                                            if (encrypt[i + 14] == b15)
                                                                            {
                                                                                encrypt[i] = c1;
                                                                                encrypt[i + 1] = c2;
                                                                                encrypt[i + 2] = c3;
                                                                                encrypt[i + 3] = c4;
                                                                                encrypt[i + 4] = c5;
                                                                                encrypt[i + 5] = c6;
                                                                                encrypt[i + 6] = c7;
                                                                                encrypt[i + 7] = c8;
                                                                                encrypt[i + 8] = c9;
                                                                                encrypt[i + 9] = c10;
                                                                                encrypt[i + 10] = c11;
                                                                                encrypt[i + 11] = c12;
                                                                                encrypt[i + 12] = c13;
                                                                                encrypt[i + 13] = c14;
                                                                                encrypt[i + 14] = c15;
                                                                                i += 14;
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                    }
                                }
                            }
                        }
    You might want to use switch().
    Holy god...

  24. #24
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: Mrs Custom Encrypter Advanced + Source

    Steven do we need to use the Fixed Launcher for the Auto Update ? and can i have your msn...

  25. #25
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: Mrs Custom Encrypter Advanced + Source

    Quote Originally Posted by randy1234 View Post
    Steven do we need to use the Fixed Launcher for the Auto Update ? and can i have your msn...
    you can manually encrypt the launcher still haven't figured out how to encrypt zpatchbuilder yet



Page 1 of 2 12 LastLast

Advertisement