AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   Solved CAttributeList::SetOrAddAttributeValueByName Signature (https://forums.alliedmods.net/showthread.php?t=323168)

manicogaming 04-13-2020 15:37

CAttributeList::SetOrAddAttributeValueByName Signature
 
I've been looking around IDA to try and find the signature for CAttributeList::SetOrAddAttributeValueByName but I've tried everything and I just can't find it.

Can anyone who is more experienced in signatures help me find it?

quasemago 04-14-2020 04:01

Re: CAttributeList::SetOrAddAttributeValueByName Signature
 
which game and OS?

CrazyHackGUT 04-14-2020 04:20

Re: CAttributeList::SetOrAddAttributeValueByName Signature
 
TF2, i think.
I can't find this function in server. Maybe removed?

quasemago 04-14-2020 04:25

Re: CAttributeList::SetOrAddAttributeValueByName Signature
 
Quote:

Originally Posted by CrazyHackGUT (Post 2693273)
TF2, i think.
I can't find this function in server. Maybe removed?

Yeah. But he can use the functions CAttributeList::GetAttributeByName and CAttributeList::AddAttribute.

Interestingly I found this function for CS:GO linux. (untested)
PHP Code:

\x55\x89\xE5\x57\x56\x53\x83\xEC\x4C\x8B\x55\x08\x89\x14\x24\xE8\x2A\x2A\x2A\x2A\x85\xC0\x0F\x84\x2A\x2A\x2A\x2A 


manicogaming 04-16-2020 02:05

Re: CAttributeList::SetOrAddAttributeValueByName Signature
 
Oh it's for CS:GO in Windows

quasemago 04-17-2020 22:24

Re: CAttributeList::SetOrAddAttributeValueByName Signature
 
For windows it is more difficult. Sorry but I can't help for free.

quasemago 04-24-2020 13:07

Re: CAttributeList::SetOrAddAttributeValueByName Signature
 
This function does not exist in the windows, it will be necessary to recreate it through pawn.

yizhibi 08-27-2020 10:09

Re: CAttributeList::SetOrAddAttributeValueByName Signature
 
Quote:

Originally Posted by quasemago (Post 2693275)
Yeah. But he can use the functions CAttributeList::GetAttributeByName and CAttributeList::AddAttribute.

Interestingly I found this function for CS:GO linux. (untested)
PHP Code:

\x55\x89\xE5\x57\x56\x53\x83\xEC\x4C\x8B\x55\x08\x89\x14\x24\xE8\x2A\x2A\x2A\x2A\x85\xC0\x0F\x84\x2A\x2A\x2A\x2A 


pls tell me how to use this


All times are GMT -4. The time now is 18:11.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.