ASM Codes

Results 1 to 10 of 10
  1. #1
    Banned Requnael is offline
    BannedRank
    Apr 2009 Join Date
    EstoniaLocation
    378Posts

    ASM Codes

    Good time of day, can give ASM Codes for

    MatchServer:

    Code:
    Custom maps enabled.
    Map Banners from Lobby + HP/AP/Ammo spawns for ALL custom maps fixed.
    XTRAPGETHASHINFO disabled. Meaning, you can use X-Trap using Kyoshike's method for the client without any errors.
    Exp for custom maps in clan war fixed.
    Quests and all other game modes fixed. You wont face crashes like you did in Repack2.
    Fixed map spawns for all original MAIET maps. For other custom maps, make a folder of that map name in the "Map" folder of the MatchServer and place the spawn.xml inside it.
    Runnables:
    Code:
    Custom Maps Enabled for any number of maps! Just add them to the channelrule.xml and map.xml
    # Map Banners from lobby fixed. You just need to add them to your map.xml and Lobby.xml in the default.mrs
    # Update~.mrs patching fixed.
    # Serial Key Enabled.
    # Quest HP/AP Bar in score list fixed.

    Sorry, well i want only source for asm.... Gimme please =(


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

    Re: Edit.....

    Server codes:

    Code:
    Enabling Custom Maps:
    00456DD3 EB 5F JMP SHORT 00456E34
    
    Disable Admin_Halt:
    00479FB9     EB 01          JMP SHORT 00479FBC
    00479FBB     90             NOP
    
    Stage max players limit disabled :
    0044982A   . EB 03          JMP SHORT 0044982F
    
    FirstMaster disabled:
    00449BBF   . EB 12          JMP SHORT 00449BD3
    0044C0C7   . EB 1A          JMP SHORT 0044C0E3
    
    /suicide 0sec :
    00456E68   . EB 1D          JMP SHORT 00456E87
    00456E9D   . EB 03          JMP SHORT 00456EA2
    00456E9F     90             NOP
    00456EA0     90             NOP
    00456EA1     90             NOP
    
    Increase inventory limit :
    
    00409B6E  |> 8B91 FF000000  MOV EDX,DWORD PTR DS:[ECX+FF]
    
    Server side fix for X-Trap (XTRAPGETHASHINFO):
    
    00405027 - JMP 00405123
    
    Server Side part for  3 sec respawn:
    
    0043399A     3D 94110000         CMP EAX,1194
    00449F78     3D B80B0000         CMP EAX,0BB8
    
    Server Side Edits for Map Lobby Banners + Power-up Spawns + CW exp fix:
    
    0045AB60     8A0D 0C619000            MOV CL,BYTE PTR DS:[90610C]
    0045AB6F     8B15 0C619000            MOV EDX,DWORD PTR DS:[90610C]
    0045AB7A     C705 E8AA7E00 64A35500   MOV DWORD PTR DS:[7EAAE8],0055A364
    0045AB89     BF ECAA7E00              MOV EDI,007EAAEC
    0045AB93     8915 0C619000            MOV DWORD PTR DS:[90610C],EDX
    0045ABA4     B8 E8AA7E00              MOV EAX,007EAAE8
    00551460     C705 E8AA7E00 64A35500   MOV DWORD PTR DS:[7EAAE8],0055A364
    0045A758     83F8 7F        CMP EAX,7F
    0041CEE6     83FE 7F        CMP ESI,7F
    0045BC05     83FE 7F        CMP ESI,7F
    0045B7CF     83F8 7F        CMP EAX,7F
    00482F7A     83FE 7F        CMP ESI,7F
    004799BC     83FE 7F        CMP ESI,7F
    0045A798     83F8 7F        CMP EAX,7F
    0045A778     83F8 7F        CMP EAX,7F
    0045A738     83F8 7F        CMP EAX,7F
    0041CF53     83FE 7F        CMP ESI,7F
    00426BEC     83FD 7F        CMP EBP,7F
    0048D21E     83FB 7F        CMP EBX,7F
    00446D15     83F8 7F        CMP EAX,7F
    0048215E     83FE 7F        CMP ESI,7F
    0045A7B8     83F8 7F        CMP EAX,7F 
    0045A7D0     8A0D E0AA7E00            MOV CL,BYTE PTR DS:[7EAAE0]
    0045A7DF     8B15 E0AA7E00            MOV EDX,DWORD PTR DS:[7EAAE0]
    0045A7EC     8915 E0AA7E00            MOV DWORD PTR DS:[7EAAE0],EDX
    Runnable codes:

    Code:
    Respawn in 3 seconds:
    
    Client:
    00403F32     83F8 03             CMP EAX,3
    004B4009     3D 88130000         CMP EAX,1388
    004B4010     B8 88130000         MOV EAX,1388
    004B4015     B9 6F170000         MOV ECX,176F
    004B4372     3D 88130000         CMP EAX,1388
    
    Update.mrs Fix:
    0053823A     EB 2A          JMP SHORT 00538266
    
    Enabling Custom Maps: (With Channelrule and bOnlyDuelMap Working)
    
    00513E56     8A0D 88ECDD01  MOV CL,BYTE PTR DS:[1DDEC88]
    00513E74     0905 88ECDD01  OR DWORD PTR DS:[1DDEC88],EAX
    00513E7A     B9 5CECDD01    MOV ECX,01DDEC5C
    00513E9C     B8 5CECDD01    MOV EAX,01DDEC5C
    006173A0     A1 88ECDD01    MOV EAX,DWORD PTR DS:[1DDEC88]
    006173A8     A3 88ECDD01    MOV DWORD PTR DS:[1DDEC88],EAX
    00620D50     B9 5CECDD01    MOV ECX,01DDEC5C
    00513448     83F8 7F        CMP EAX,7F
    0051BF1A     83FE 7F        CMP ESI,7F
    0051B0AE     83FE 7F        CMP ESI,7F
    005134E8     83F8 7F        CMP EAX,7F
    004AE1E7     83FE 7F        CMP ESI,7F
    005134C2     83FE 7F        CMP ESI,7F
    00513528     83F8 7F        CMP EAX,7F
    004C74C9     83FF 7F        CMP EDI,7F
    00513508     83F8 7F        CMP EAX,7F
    0050A0BC     83FE 7F        CMP ESI,7F
    00513482     83FE 7F        CMP ESI,7F
    
    
    Serial Key:
    00499551  |.  E8 0ADEFFFF   CALL 00497360
    00499556  |.  3D FFFF0000   CMP EAX,0FFFF
    0049955B  |.  75 51         JNE SHORT 004995AE
    0049955D  |.  6A 00         PUSH 0         
    
    Stage max players limit :
    0045C279   . 7F 00          JG SHORT 0045C27B
    
    Quest mode menu :
    0045C741  |. 75 00          JNZ SHORT 0045C743
    
    Private Channel Limit: (Example of 1~24) :
    0044EC43  |> 83F8 01        CMP EAX,1
    0044EC6B  |> 83F8 18        CMP EAX,18
    
    Custom Map Banners from Lobby Fix:
    00513540     8A0D 7867DE01   MOV CL,BYTE PTR DS:[1DE6778]
    0051354F     8B15 7867DE01   MOV EDX,DWORD PTR DS:[1DE6778]
    0051355C     8915 7867DE01   MOV DWORD PTR DS:[1DE6778],EDX
    
    Quest HP / AP Bar in Tab list Fix:
    
    // HP and AP bar displayer.
    0040830B     B2 01          MOV DL,1
    0040830D     EB 02          JMP SHORT 00408311
    0040830F     90             NOP
    00408310     90             NOP
    
    // Get the all players HP and AP.
    004A197F   . E8 CC7EFFFF    CALL 00499850
    004A1984   . 8B80 F8000000  MOV EAX,DWORD PTR DS:[EAX+F8]
    004A198A   . 8378 30 07     CMP DWORD PTR DS:[EAX+30],7
    004A198E   . 0F85 9CF71700  JNZ 00621130
    00621130   > E8 5BC6E8FF    CALL 004AD790
    00621135   . 8B80 DC020000  MOV EAX,DWORD PTR DS:[EAX+2DC]
    0062113B   . 8A80 2C030000  MOV AL,BYTE PTR DS:[EAX+32C]
    00621141   . 84C0           TEST AL,AL
    00621143   .^0F84 6B08E8FF  JE 004A19B4
    00621149   .^E9 4608E8FF    JMP 004A1994

  3. #3
    Apprentice Maximillius is offline
    MemberRank
    Dec 2010 Join Date
    5Posts

    Re: ASM Codes

    Damn use the search function dude all of this is already released you know that?

  4. #4
    Account Upgraded | Title Enabled! razi46 is offline
    MemberRank
    Dec 2007 Join Date
    697Posts

    Re: ASM Codes

    Quote Originally Posted by Maximillius View Post
    Damn use the search function dude all of this is already released you know that?
    Not ALL of them is.

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

    Re: ASM Codes

    Quote Originally Posted by razi46 View Post
    Not ALL of them is.
    Yes, all of the codes are released here on RaGEZONE.

  6. #6
    Account Upgraded | Title Enabled! razi46 is offline
    MemberRank
    Dec 2007 Join Date
    697Posts

    Re: ASM Codes

    Well, All of the codes are applied on Phoenix's Repack 3.

  7. #7
    Banned Requnael is offline
    BannedRank
    Apr 2009 Join Date
    EstoniaLocation
    378Posts

    Re: ASM Codes

    Gimme please asm codes for clan war + quest server.

    and what is Inventory Limit Doubled.? o_O

    Thanks.

  8. #8
    Account Upgraded | Title Enabled! VisualSeven is offline
    MemberRank
    Jun 2010 Join Date
    ILLocation
    378Posts

    Re: ASM Codes

    Quote Originally Posted by Requnael View Post
    Gimme please asm codes for clan war + quest server.

    and what is Inventory Limit Doubled.? o_O

    Thanks.
    lol x-team you should know then.

  9. #9
    Banned Requnael is offline
    BannedRank
    Apr 2009 Join Date
    EstoniaLocation
    378Posts

    Re: ASM Codes

    Quote Originally Posted by VisualSeven View Post
    lol x-team you should know then.
    this is closed.. And its old avatar..

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

    Re: ASM Codes

    Code:
    Quest + Clan Server
    
    0040AD5E   . 75 00          JNZ SHORT 0040AD60
    0040B73C  |. 0F85 00000000  JNZ 0040B742
    0041D5E4   . EB 0B          JMP SHORT 0041D5F1
    0041D608   . 75 00          JNZ SHORT 0041D60A
    00433BF6  |. 75 00          JNZ SHORT 00433BF8
    
    00445845  |. BA 04000000    MOV EDX,4
    0044584A  |. 90             NOP
    
    004463E9  |. 75 00          JNZ SHORT 004463EB
    0044AF92  |. 75 00          JNZ SHORT 0044AF94
    0044B0FE  |. 75 00          JNZ SHORT 0044B100
    0044C029   . 75 00          JNZ SHORT 0044C02B
    0044D047   . 75 00          JNZ SHORT 0044D049
    0044D33F   . 75 00          JNZ SHORT 0044D341
    0044E086   . 0F85 00000000  JNZ 0044E08C
    0044FDA7  |. 75 00          JNZ SHORT 0044FDA9
    00453E55  |. 75 00          JNZ SHORT 00453E57
    00472EE1   . EB 0B          JMP SHORT 00472EEE
    004804CF   . 75 00          JNZ SHORT 004804D1
    00480550  |. 0F85 00000000  JNZ 00480556
    00481332  |. 0F85 00000000  JNZ 00481338
    00481402  |. 0F85 00000000  JNZ 00481408
    004814D2  |. 0F85 00000000  JNZ 004814D8
    00481592  |. 0F85 00000000  JNZ 00481598
    0048188F  |. 75 00          JNZ SHORT 00481891
    00481A6F  |. 75 00          JNZ SHORT 00481A71
    00481CDF  |. 75 00          JNZ SHORT 00481CE1
    004820AF  |. 75 00          JNZ SHORT 004820B1
    0048416F   . 75 00          JNZ SHORT 00484171
    0048419F   . 75 00          JNZ SHORT 004841A1
    00485121   . 0F85 00000000  JNZ 00485127
    00485222   . 75 00          JNZ SHORT 00485224
    00485292   . 75 00          JNZ SHORT 00485294
    004856A2  |. 0F85 00000000  JNZ 004856A8
    004868B0  |. 0F85 00000000  JNZ 004868B6
    00486AC4   . 75 00          JNZ SHORT 00486AC6
    00486B4F   . 75 00          JNZ SHORT 00486B51
    00487B79   . 75 00          JNZ SHORT 00487B7B
    00487CF0   . 0F85 00000000  JNZ 00487CF6
    Inventory limit doubled means that you can store double the amount of items compared to the current limit.



Advertisement