Thread: Module: Rage
View Single Post
Nikou
Senior Member
Join Date: Oct 2010
Old 03-23-2021 , 11:44   Re: Module: Rage
Reply With Quote #206

Quote:
Originally Posted by Arkshine View Post
This is an example of a handler + module + plugin using the function CBaseEntity::FireBullets3().
Has anyone the Firebullets3 signatures for linux? I tried with this (posted by Arkshine), but now doesn't work.

Code:
"CBaseEntity::FireBullets3"
{
    handler : thiscall_Vector__CBaseEntity_Vector_Vector_Float_Float_Int_Int_Int_Float_Entvars_Bool_Int
   
    identifiers :
    {
        cstrike  
        {
            windows
            {
                {0x81,*,*,*,*,*,0x8B,*,*,*,*,*,*,0x53,0x55,0x89,*,*,*,0xA1}
            }
           
            linux
            {
                FireBullets3__11CBaseEntityG6VectorT1ffiiifP9entvars_sbi
            }
        }
    }
}
Nikou is offline