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:
![]()
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:
![]()
Last edited by steven1234; 21-04-10 at 04:37 PM.
Nice! Will all those options work with the 2008 runnable too?
i dout it i based it on 2007 :p havent even looked at 2008 really
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.
lol :p any suggestions on a packer?
Last edited by steven1234; 20-04-10 at 10:24 AM.
I can see all the dumbasses typing 1 to 255 to find the right encryption for hacking..
Posted via Mobile Device
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
nice thanks
np mate
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
your ment to unpack all and serveral tools have been made ive even made a mrs unpacker and repacker thats fast
is this for .exe files only? does tht mean u can't encrypt .mrs files o.o?
yes lol
My god, I can't believe my eyes. Switch statements, man.
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
You might want to use switch().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; } } } } } } } } } } } } } } }