Source Add RF Gloves Main 1.04D GMO

Results 1 to 2 of 2
  1. #1
    Member kirdzar0r is offline
    MemberRank
    May 2009 Join Date
    52Posts

    Source Add RF Gloves Main 1.04D GMO

    Hi All, I has just find an fix position RF Gloves in main 1.04D. But it just fix position and when you using Weapons Slot error.

    Anyone help me fix
    Here code fix position.
    DWORD GlovesPosition = 0x005CD08F; // 1.04D ENG
    DWORD NextGlovesPosition = 0x005CD0C8; // 1.04D ENG

    #define iRFGlovesAddInventoryPos 0x005CD086 // 1.04D ENG
    PHP Code:
    void __declspec(nakedcRFGlovesAddInventoryPos()
    {
        
    _asm
        
    {
            
    mov ecx,dword ptr ss:[ebp+0x8]
            
    mov dword ptr ss:[ebp+0x8],ecx
                mov IsBowItem
    ,ecx
        
    }
        
    // ---
        
    if(IsBowItem == 0x04BB)
        {
            
    _asm{jmp GlovesPosition}
        }
        else if(
    IsBowItem == ITEM2(0,41))
        {
            
    _asm{jmp GlovesPosition}
        }
        else
        {
            
    _asm{jmp NextGlovesPosition}
        }

    Last edited by kirdzar0r; 20-08-16 at 06:11 PM.


  2. #2
    Proficient Member 007jodex is offline
    MemberRank
    Sep 2008 Join Date
    158Posts

    Re: Source Add RF Gloves Main 1.04D GMO

    Did u ever know, what are u doing? LOL



Advertisement