View Single Post
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 08-25-2011 , 04:53   Re: Server Cvars Unlocker
Reply With Quote #124

Still got the problem that I get $16000 instead of my saved money when i make sv_restart 1.

PHP Code:
Parsing file "ReadMultiplayCvars" started
                                Argument type 
"CHalfLifeMultiplay *" validated
                                Searching 
for name "ReadMultiplayCvars__FP18CHalfLifeMultiplay"... NOT FOUND
                                Searching 
for name "_Z18ReadMultiplayCvarsP18CHalfLifeMultiplay"... NOT FOUND
                                Searching 
for signature "[0x55][0x89][0xe5][0x83][0xec](...)" ... FOUND
                Parsing file 
"ReadMultiplayCvars" ended 
Code in File :

PHP Code:
{
    
"name"      "ReadMultiplayCvars",
    
"library"   "mod",
    
"arguments" :
    [
        {
            
"type" "CHalfLifeMultiplay *"
        
}
    ],
    
"identifiers" :
    [
        {
            
"os"      "windows",
            
"mod"   "cstrike",
            
"value" : [0x56,0x8b,0x74,0x24,0x08,0x68,"*","*","*","*",0xff,0x15,"*","*","*","*",0xd8,0x0d,"*","*","*","*",0xe8,"*","*","*","*",0x68]
        },
        {
            
"os"      "linux",
            
"mod"   "cstrike",
            
"value" "ReadMultiplayCvars__FP18CHalfLifeMultiplay"
        
},
        {
            
"os"      "linux",
            
"mod"   "cstrike",
            
"value" "_Z18ReadMultiplayCvarsP18CHalfLifeMultiplay"
        
},
        {
            
"os"      "linux",
            
"mod"   "cstrike",
            
"value" : [0x55,0x89,0xE5,0x83,0xEC,"*",0x57,0x56,0x53,0xE8,"*","*","*","*",0x81,0xC3,"*","*","*","*",0x8B,0x83,"*","*","*","*",0x83,0xC4,"*",0x89,0x45,"*",0x8D,0x93,"*","*","*","*",0x89,0x55,"*",0x52]
        }
    ]

Kia is offline