Results 1 to 5 of 5

Thread: GSC IsMantling

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private First Class php's Avatar
    Join Date
    Nov 2012
    Posts
    142
    Thanks
    28
    Thanked 116 Times in 59 Posts

    GSC IsMantling

    Requested by IzNoGoD

    PHP Code:

    void PlayerCmd_IsMantling
    (int self) {
        
        
    /*
        
    mantling m8 a1=fff9d750, a2=fff9d500, *(int*)a1 = 8705480
    mantling m8 a1=fff9d750, a2=fff9d500, *(int*)a1 = 8705480 = unk_8705480
        
        */
        #if COD_VERSION == COD2_1_2
        
    int idk 0x8705480 10404 self 0xc;
        
    #elif COD_VERSION == COD2_1_3
        
    int idk 0x87A2500 10404 self 0xc;
        
    #elif COD_VERSION == COD2_1_0
        
    int idk 0x86F1480 10404 self 0xc;
        
    #endif
        
        
    if(*(int*)idk 4//oi m8 im mantling give me a break
            
    stackPushInt(1);
        else
            
    stackPushInt(0);


  2. The Following 4 Users Say Thank You to php For This Useful Post:

    IzNoGoD (5th April 2015),kung foo man (5th April 2015),Mitch (5th April 2015),serthy (5th April 2015)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •