View Single Post
Cruze
Veteran Member
Join Date: May 2017
Old 10-25-2022 , 08:47   Re: Signature Request Thread
Reply With Quote #365

Hey guys! Gamedata file got outdated in the latest update. Most probably "spawnserver" signature is changed. Can someone please help me find new one? Thanks!

Game: CSGO
OS: Windows & Linux

PHP Code:
"Games"
{
    
"csgo"
    
{
        
"Addresses"
        
{
            
"sv_startsound"
            
{
                
"signature" "sv_startsound"
            
}
            
"spawnserver"
            
{
                
"signature" "spawnserver"
            
}
        }
        
"Signatures"
        
{
            
"sv_startsound"
            
{
                
"library"        "engine"
                "windows"        "\x55\x8B\xEC\x83\xEC\x60\x53\x56\x8B\xD9"
                "linux"         "\x55\x31\xC0\x89\xE5\x57\x56\x53\x81\xEC\xAC\x00\x00\x00"
            
}
            
"spawnserver"
            
{
                
"library"        "engine"
                "windows"        "\x55\x8B\xEC\x81\xEC\x88\x02\x00\x00\x53\x56"
                "linux"         "\x55\x89\xE5\x57\x56\x53\x81\xEC\xBC\x02\x00\x00\x8B\x5D\x08"
            
}
        }
        
"Offsets"
        
{
            
"m_flTickInterval"
            
{
                
"windows"        "236"
                "linux"            "804"
            
}
            
"host_state_interval"
            
{
                
"windows"        "1281"
                "linux"         "1002"
            
}
        }
    }

Edit: Got it thanks to lazarev!
PHP Code:
"Games"
{
    
"csgo"
    
{
        
"Addresses"
        
{
            
"sv_startsound"
            
{
                
"signature" "sv_startsound"
            
}
            
"spawnserver"
            
{
                
"signature" "spawnserver"
            
}
        }
        
"Signatures"
        
{
            
"sv_startsound"
            
{
                
"library"        "engine"
                "windows"        "\x55\x8B\xEC\x83\xEC\x60\x53\x56\x8B\xD9"
                "linux"         "\x55\x31\xC0\x89\xE5\x57\x56\x53\x81\xEC\xAC\x00\x00\x00"
            
}
            
"spawnserver"
            
{
                
"library"        "engine"
                "windows"        "\x55\x8B\xEC\x81\xEC\x88\x02\x00\x00\x53\x56"
                "linux"         "\x55\x89\xE5\x57\x56\x53\x81\xEC\xBC\x02\x00\x00\x8B\x5D\x08"
            
}
        }
        
"Offsets"
        
{
            
"m_flTickInterval"
            
{
                
"windows"        "236"
                "linux"            "804"
            
}
            
"host_state_interval"
            
{
                
"windows"        "1457"
                "linux"         "1002"
            
}
        }
    }

__________________
Taking paid private requests! Contact me

Last edited by Cruze; 10-25-2022 at 16:25. Reason: Solved
Cruze is offline