Raised This Month: $7 Target: $400
 1% 

Signature Request Thread


Post New Thread Reply   
 
Thread Tools Display Modes
HenryTownshand
Junior Member
Join Date: Oct 2017
Old 02-02-2022 , 02:39   Re: Signature Request Thread
Reply With Quote #351

CItem_Healthshot::CompleteUse
help pls
HenryTownshand is offline
Vit_amin
Senior Member
Join Date: Dec 2015
Location: Russian Federation
Old 02-03-2022 , 01:26   Re: Signature Request Thread
Reply With Quote #352

Quote:
Originally Posted by HenryTownshand View Post
CItem_Healthshot::CompleteUse
help pls
Win only, i don't have Unix binary

NOT TESTED
Code:
\x55\x8B\xEC\x83\xEC\x08\x53\x56\x57\x8B\x7D\x2A\x51\x68

Last edited by Vit_amin; 02-03-2022 at 01:27.
Vit_amin is offline
HenryTownshand
Junior Member
Join Date: Oct 2017
Old 02-08-2022 , 02:29   Re: Signature Request Thread
Reply With Quote #353

Quote:
Originally Posted by Vit_amin View Post
Win only, i don't have Unix binary

NOT TESTED
Code:
\x55\x8B\xEC\x83\xEC\x08\x53\x56\x57\x8B\x7D\x2A\x51\x68
csgo win
server crashes

мне для винды и надо

Last edited by HenryTownshand; 02-08-2022 at 02:32.
HenryTownshand is offline
AdRiAnIlloO
Member
Join Date: Jul 2015
Location: Spain
Old 02-28-2022 , 15:49   Re: Signature Request Thread
Reply With Quote #354

CS:GO - Looking for:

CWeaponCSBase::GetCSWpnData
CBaseCSGrenade::EmitGrenade

Linux at least.

Thank you.

Working offsets (for gratitude), btw:

Quote:
"csgo"
{
"Offsets"
{
"GetCSWpnData"
{
"windows" "443"
"linux" "444"
}
"EmitGrenade"
{
"windows" "469"
"linux" "470"
}
}
}

Last edited by AdRiAnIlloO; 02-28-2022 at 15:55.
AdRiAnIlloO is offline
AGabenMan
Junior Member
Join Date: Apr 2022
Old 04-19-2022 , 09:39   Re: Signature Request Thread
Reply With Quote #355

Hello!

Can some one help me to find signature + offsets of player (Re)Spawn for FoF game (FistFul of Frags) please ?

Regards

Last edited by AGabenMan; 04-19-2022 at 09:41.
AGabenMan is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 04-19-2022 , 12:25   Re: Signature Request Thread
Reply With Quote #356

Quote:
Originally Posted by AGabenMan View Post
Hello!

Can some one help me to find signature + offsets of player (Re)Spawn for FoF game (FistFul of Frags) please ?

Regards
Do you know the exact function name(s) that you're looking for?
__________________
Psyk0tik is offline
AGabenMan
Junior Member
Join Date: Apr 2022
Old 04-20-2022 , 03:00   Re: Signature Request Thread
Reply With Quote #357

Quote:
Originally Posted by Psyk0tik View Post
Do you know the exact function name(s) that you're looking for?
Originaly I used @_ZN11CBasePlayer5SpawnEv for this game, but the developper dont compil with symbols anymore.

So maybe the function name is still the same: CbasePlayer::Spawn ?

Last edited by AGabenMan; 04-20-2022 at 03:00.
AGabenMan is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 04-20-2022 , 10:22   Re: Signature Request Thread
Reply With Quote #358

Quote:
Originally Posted by AGabenMan View Post
:bacon!:

Originaly I used @_ZN11CBasePlayer5SpawnEv for this game, but the developper dont compil with symbols anymore.

So maybe the function name is still the same: CbasePlayer::Spawn ?
Untested.
PHP Code:
"Games"
{
    
"fof"
    
{
        
"Signatures"
        
{
            
/**
             * CBasePlayer::Spawn()
             *
             * Note: The Mac binaries still have symbols.
             *
             * How to find:
             * 1. Search for the "Couldn't alloc player sound slot!\n" string.
             * 2. The string can only be found in this function.
             **/
            
"CBasePlayer::Spawn"
            
{
                
"library"    "server"
                "linux"        "\x2A\x2A\x2A\x2A\x2A\x2A\x81\xEC\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x8B\x2A\x89\x2A\x2A\xFF\x90\x2A\x2A\x2A\x2A\x85\x2A\x74\x2A\x8B\x2A\x89\x2A\x2A\xFF\x90\x2A\x2A\x2A\x2A\x89\x2A\x2A\xE8"
                        
/* ? ? ? ? ? ? 81 EC ? ? ? ? 8B ? ? 8B ? 89 ? ? FF 90 ? ? ? ? 85 ? 74 ? 8B ? 89 ? ? FF 90 ? ? ? ? 89 ? ? E8 */
                
"mac"        "@_ZN11CBasePlayer5SpawnEv"
                "windows"    "\x2A\x2A\x2A\x2A\x2A\x2A\x56\x8B\x2A\x57\x8B\x2A\xFF\x90\x2A\x2A\x2A\x2A\x85\x2A\x74\x2A\x8B\x2A\x8B\x2A\xFF\x90\x2A\x2A\x2A\x2A\x8B\x2A\xE8\x2A\x2A\x2A\x2A\x68"
                        
/* ? ? ? ? ? ? 56 8B ? 57 8B ? FF 90 ? ? ? ? 85 ? 74 ? 8B ? 8B ? FF 90 ? ? ? ? 8B ? E8 ? ? ? ? 68 */
            
}
        }
    }

__________________
Psyk0tik is offline
AGabenMan
Junior Member
Join Date: Apr 2022
Old 04-20-2022 , 12:06   Re: Signature Request Thread
Reply With Quote #359

Quote:
Originally Posted by Psyk0tik View Post
Untested.
PHP Code:
"Games"
{
    
"fof"
    
{
        
"Signatures"
        
{
            
/**
             * CBasePlayer::Spawn()
             *
             * Note: The Mac binaries still have symbols.
             *
             * How to find:
             * 1. Search for the "Couldn't alloc player sound slot!\n" string.
             * 2. The string can only be found in this function.
             **/
            
"CBasePlayer::Spawn"
            
{
                
"library"    "server"
                "linux"        "\x2A\x2A\x2A\x2A\x2A\x2A\x81\xEC\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x8B\x2A\x89\x2A\x2A\xFF\x90\x2A\x2A\x2A\x2A\x85\x2A\x74\x2A\x8B\x2A\x89\x2A\x2A\xFF\x90\x2A\x2A\x2A\x2A\x89\x2A\x2A\xE8"
                        
/* ? ? ? ? ? ? 81 EC ? ? ? ? 8B ? ? 8B ? 89 ? ? FF 90 ? ? ? ? 85 ? 74 ? 8B ? 89 ? ? FF 90 ? ? ? ? 89 ? ? E8 */
                
"mac"        "@_ZN11CBasePlayer5SpawnEv"
                "windows"    "\x2A\x2A\x2A\x2A\x2A\x2A\x56\x8B\x2A\x57\x8B\x2A\xFF\x90\x2A\x2A\x2A\x2A\x85\x2A\x74\x2A\x8B\x2A\x8B\x2A\xFF\x90\x2A\x2A\x2A\x2A\x8B\x2A\xE8\x2A\x2A\x2A\x2A\x68"
                        
/* ? ? ? ? ? ? 56 8B ? 57 8B ? FF 90 ? ? ? ? 85 ? 74 ? 8B ? 8B ? FF 90 ? ? ? ? 8B ? E8 ? ? ? ? 68 */
            
}
        }
    }

Works (tested on linux), thanks !
AGabenMan is offline
Cruze
Veteran Member
Join Date: May 2017
Old 07-01-2022 , 15:58   Re: Signature Request Thread
Reply With Quote #360

I needed signatures for these:
PHP Code:
CGameClient::ShouldSendMessages
CGameServer
::SendClientMessages
SV_ComputeClientPacks 
Game: CSGO.
OS: Windows & Linux.

Thanks in advance!
__________________
Taking paid private requests! Contact me
Cruze is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:32.


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