how to do this?

Results 1 to 4 of 4
  1. #1
    Apprentice Alexxx is offline
    MemberRank
    Feb 2011 Join Date
    22Posts

    how to do this?

    okay on this one server i do play they edited the wait time after you die. so instead of five seconds you only have to wait three. how to do this?


  2. #2
    Valued Member lolkiller is offline
    MemberRank
    Sep 2010 Join Date
    Somewhere.Location
    135Posts

    Re: how to do this?

    asm my friend you need to use a olly to edit it in asm

  3. #3
    Member rahulbisme is offline
    MemberRank
    Jun 2008 Join Date
    Stamford, CTLocation
    90Posts

    Re: how to do this?

    This is from PHoenix

    This is a client and server ASM edit.

    Code:
    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
    Code:
    Server:
    
    0043399A     3D 94110000         CMP EAX,1194
    00449F78     3D B80B0000         CMP EAX,0BB8

  4. #4
    Account Upgraded | Title Enabled! rhys918 is offline
    MemberRank
    Apr 2009 Join Date
    EnglandLocation
    377Posts

    Re: how to do this?

    Simple use asm edit the correct address, or just use phoenix runnable



Advertisement