Some ASM codes i need

Results 1 to 4 of 4
  1. #1
    I like pie OJuice is offline
    MemberRank
    Jul 2011 Join Date
    205Posts

    Some ASM codes i need

    this is for my July 2008 Client By Pheonix

    i need the ASM codes cause i couldnt find for my version

    1.) Enable duel chat(NOT BLOCKING IT)

    2.) Disable FileList

    3.) regular suicide time ( not 0 seconds )


    help plz if u know 1 at least just post
    Last edited by OJuice; 18-10-11 at 12:44 AM.


  2. #2
    Valued Member dsw_pool is offline
    MemberRank
    Oct 2009 Join Date
    HouseLocation
    142Posts

    Re: Some ASM codes i need

    /suicide 0sec (To MatchServer) :
    Code:
    00456E68   . EB 1D          JMP SHORT 00456E87
    00456E9D   . EB 03          JMP SHORT 00456EA2
    00456E9F     90             NOP
    00456EA0     90             NOP
    00456EA1     90             NOP
    Filelist Skip (To Runnable):
    Code:
    00537964 |. 0F85 00000000 JNZ 0053796A
    Filelist Enable (To Runnable):
    Code:
    00537964 JNE 0053775D
    The Duel match chat block.(To Runnable) :

    Code:
    004C833B     EB 1C          JMP SHORT 004C8359
    004C900B     EB 2C          JMP SHORT 004C9039
    004AAEA8     EB 2E          JMP SHORT 004AAED8
    Credits GUNZ2830 and Phoenix

  3. #3
    I like pie OJuice is offline
    MemberRank
    Jul 2011 Join Date
    205Posts

    Re: Some ASM codes i need

    I said to get rid of suicide 0 sec
    + i want to get rid of the duel dots

    Thanks for the other 1
    Last edited by OJuice; 18-10-11 at 12:44 AM.

  4. #4
    igunz.net Dawson is offline
    LegendRank
    Feb 2010 Join Date
    ::1 (Canada BC)Location
    2,581Posts

    Re: Some ASM codes i need

    Compare
    Code:
    00456E68   . EB 1D          JMP SHORT 00456E87
    00456E9D   . EB 03          JMP SHORT 00456EA2
    00456E9F     90             NOP
    00456EA0     90             NOP
    00456EA1     90             NOP
    to an unedited july 2k8 runnable and change it back to normal? Tada, normal suicide time.



Advertisement