ASM Admin Dev

Results 1 to 12 of 12
  1. #1
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    ASM Admin Dev

    Hey Guys..

    I tryed the Unmask tutorial alot of times but its abit to complicated for me..
    I want to unmask Admin & Devs, that you can see her Names.

    Then i want to change the Admin Color to a Blue color (i have the HEX code for the blue) and the Dev to a green color (i have this HEX code too) ..

    Could someone help me? I use Xiaos Runable.

    ATTENTION:

    I dont want to use the unmasked thedue.exe which is released in Release Topic because people can run this theduel.exe

    Guys? Dont answer if you cant/wont help me.


  2. #2
    Sultan of Yolo Demantor is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    1,266Posts

    Re: ASM Admin Dev

    Check the Release section, i can remember that there is an unmasked runnable, btw, no1 will make an unmasking tut, you can open the runnable yourself, try finding edits ( google.com to try to understand )

  3. #3
    King Canadian whhacker93 is offline
    MemberRank
    Apr 2008 Join Date
    CanadaLocation
    926Posts

    Re: ASM Admin Dev

    nice... o.o

  4. #4
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: ASM Admin Dev

    Quote Originally Posted by Demantor View Post
    Check the Release section, i can remember that there is an unmasked runnable, btw, no1 will make an unmasking tut, you can open the runnable yourself, try finding edits ( google.com to try to understand )
    Quote Originally Posted by Cancel View Post
    ATTENTION:

    I dont want to use the unmasked thedue.exe which is released in Release Topic because people can run this theduel.exe

    Guys? Dont answer if you cant/wont help me.
    Reading is fun.

    Quote Originally Posted by keujh View Post
    nice... o.o
    So helpful, glad you stopped by.

    Compare the Administrator strings in an unmasked ruinable with Xiaos admin strings. Find the differences and replicate them.

    As for coloring the Ugradeid, read Sayutas tut.

  5. #5
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Re: ASM Admin Dev

    The problem is, i dont even understand this tuts xD its abit to compliate for me, and theyre english sux aswell :D

    So maybe could help me? Unmasking is much importener.

    Coloring is also important but first i want to unmask.

    Ill hope someone will help me =)


    Thx anyway..

  6. #6
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: ASM Admin Dev

    Quote Originally Posted by Cancel View Post
    The problem is, i dont even understand this tuts xD its abit to compliate for me, and theyre english sux aswell :D

    So maybe could help me? Unmasking is much importener.

    Coloring is also important but first i want to unmask.

    Ill hope someone will help me =)


    Thx anyway..
    If you can't understand something as simple as those tuts, then don't bother unmasking.

  7. #7
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Re: ASM Admin Dev

    The Tutorial is really easy but i stuck oon this steps and i dont want red i want this hex code as administartor HEXCODE: 0000CC


    Step 5. Coloring It
    Well u all know RRGGBB? in HEX?
    Like ; #FF0000 = Red
    This is most like the same, only it has a Alpha Channel on it.

    Line : 005E50E3 = RR
    Line : 005E50E8 = GG
    Line : 005E50ED = BB
    Line : 005E50F2 = AA

    Change the it however u like
    Here is a Color Scheme Click Here
    Example for Red :
    Code:
    005E50E3 C64424 08 FF MOV BYTE PTR SS:[ESP+8],0FF // RED
    005E50E8 C64424 09 00 MOV BYTE PTR SS:[ESP+9],0 // GREEN
    005E50ED C64424 0A 00 MOV BYTE PTR SS:[ESP+A],0 // BLUE
    005E50F2 C64424 0B FF MOV BYTE PTR SS:[ESP+B],0FF // ALPHA

    Now lets make a Jump back.
    Add Under the Alpha Line ;
    Code:
    JMP 0049EF21

    Follow that line, and it would stand on the JMP SHORT.
    Follow that and it would stand on ;
    0049EF2E |. 8B4C24 08 MOV ECX,DWORD PTR SS:[ESP+8]

    Well done, u colored ur Developer Grade.

    Last Step! Saving
    Right Click -> Copy To Executeable -> All Modifications -> Copy All -> Right Click On New Window -> Save File -> Name it & Save



    If i right click, there is no "Copy to executeable ???

  8. #8
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Re: ASM Admin Dev

    What about helping?

    Can someone help me Unmasking / Colorize ?

    I have msn: marcocallies@gmx.de and Teamviewer...


    It would be well if someone help.. If someone helped me, i will make an realease of the xiaos runnable unmasked and colorized..


    So pliz help

  9. #9
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    Re: ASM Admin Dev

    Quote Originally Posted by Cancel View Post
    The Tutorial is really easy but i stuck oon this steps and i dont want red i want this hex code as administartor HEXCODE: 0000CC


    Step 5. Coloring It
    Well u all know RRGGBB? in HEX?
    Like ; #FF0000 = Red
    This is most like the same, only it has a Alpha Channel on it.

    Line : 005E50E3 = RR
    Line : 005E50E8 = GG
    Line : 005E50ED = BB
    Line : 005E50F2 = AA

    Change the it however u like
    Here is a Color Scheme Click Here
    Example for Red :
    Code:
    005E50E3 C64424 08 FF MOV BYTE PTR SS:[ESP+8],0FF // RED
    005E50E8 C64424 09 00 MOV BYTE PTR SS:[ESP+9],0 // GREEN
    005E50ED C64424 0A 00 MOV BYTE PTR SS:[ESP+A],0 // BLUE
    005E50F2 C64424 0B FF MOV BYTE PTR SS:[ESP+B],0FF // ALPHA

    Now lets make a Jump back.
    Add Under the Alpha Line ;
    Code:
    JMP 0049EF21

    Follow that line, and it would stand on the JMP SHORT.
    Follow that and it would stand on ;
    0049EF2E |. 8B4C24 08 MOV ECX,DWORD PTR SS:[ESP+8]

    Well done, u colored ur Developer Grade.

    Last Step! Saving
    Right Click -> Copy To Executeable -> All Modifications -> Copy All -> Right Click On New Window -> Save File -> Name it & Save



    If i right click, there is no "Copy to executeable ???
    you have the same problem as i used to have, download the older version

  10. #10
    My Religion: Love ♥ diosz is offline
    MemberRank
    Feb 2008 Join Date
    IDK~Location
    314Posts

    Re: ASM Admin Dev

    i can help you with color Dev but for Admin Color and Unmasked i cant =/
    im reading now becuz i cant understand but now i can change the color of Dev =P

  11. #11
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    Re: ASM Admin Dev

    Quote Originally Posted by diosz View Post
    i can help you with color Dev but for Admin Color and Unmasked i cant =/
    im reading now becuz i cant understand but now i can change the color of Dev =P
    so can i, just follow that one tut
    it just dont tell you how to do admin :p

  12. #12
    My Religion: Love ♥ diosz is offline
    MemberRank
    Feb 2008 Join Date
    IDK~Location
    314Posts

    Re: ASM Admin Dev

    Quote Originally Posted by razacore View Post
    so can i, just follow that one tut
    it just dont tell you how to do admin :p
    i can do now! xD
    ^^

    and now i need learn more for make unmasked! xD



Advertisement