Raised This Month: $51 Target: $400
 12% 

Orpheu: Problems getting SV_CheckProtocol function


Post New Thread Reply   
 
Thread Tools Display Modes
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-01-2011 , 10:35   Re: Orpheu: Problems getting SV_CheckProtocol function
Reply With Quote #11

Quote:
Why 33 hex characters?
Again, again and again, read the tutorial. All is already written, it's amazing how it seems actually you have not read it.

Quote:
Still not working:
Why don't you do something carefully ? You have remove one byte, 0x57, why ? Obviously it can't work.

Code:
[0x55,0x8B,0xEC,0x56,0x57,0x8B,0x7D,"*",0x85,0xFF,0x75,"*",0x68,"*","*","*","*",0xE8,"*","*","*","*",0x83,0xC4,"*",0x33,0xC0,0x5F,0x5E,0x5D,0xC3,0x8B,0x75]
Tested and found.

Please, check carefully what you are doing before posting.
__________________
Arkshine is offline
S34Qu4K3
Veteran Member
Join Date: Jan 2010
Location: Galicia
Old 04-01-2011 , 10:54   Re: Orpheu: Problems getting SV_CheckProtocol function
Reply With Quote #12

IŽve readed your tutorial at least 3 times, but youŽre right, I donŽt understand some things. IŽll read it again

But still not working for me
[IMG]http://img19.**************/img19/6494/jasnd.png[/IMG]

Sig
PHP Code:
{
    
"name"       "SV_CheckProtocol",
    
"library"    "engine",
    
"arguments"  :
    [
        {
            
"type" "int"
        
},
        {
            
"type" "int"
        
}
    ],
    
"identifiers":
    [
        {
            
"os"    "windows",
            
"mod"   "cstrike",
            
"value" : [0x55,0x8B,0xEC,0x56,0x57,0x8B,0x7D,"*",0x85,0xFF,0x75,"*",0x68,"*","*","*","*",0xE8,"*","*","*","*",0x83,0xC4,"*",0x33,0xC0,0x5F,0x5E,0x5D,0xC3,0x8B,0x75]
        }
    ]

IŽve checked all again and Orpheu cannot find the function
I have the Beta Update in my hlds

EDIT: A friend tried it and works, something is wrong with my hlds
__________________

- ASM2SMA: Experimental AMXX Assembly encoder

- Defuse Bar Fix

Quote:
Originally Posted by Arkshine
I DON'T WANT TO SEE NOOOOOOOOOOOOOOO AHHHHH. MY EYES ARE ALREADY HURT.

Last edited by S34Qu4K3; 04-01-2011 at 11:23.
S34Qu4K3 is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-01-2011 , 12:35   Re: Orpheu: Problems getting SV_CheckProtocol function
Reply With Quote #13

Is the hlbeta update installed ?
__________________
Arkshine is offline
S34Qu4K3
Veteran Member
Join Date: Jan 2010
Location: Galicia
Old 04-01-2011 , 17:37   Re: Orpheu: Problems getting SV_CheckProtocol function
Reply With Quote #14

Yes
__________________

- ASM2SMA: Experimental AMXX Assembly encoder

- Defuse Bar Fix

Quote:
Originally Posted by Arkshine
I DON'T WANT TO SEE NOOOOOOOOOOOOOOO AHHHHH. MY EYES ARE ALREADY HURT.
S34Qu4K3 is offline
souvikdas95
Senior Member
Join Date: Mar 2012
Old 07-02-2013 , 16:40   Re: Orpheu: Problems getting SV_CheckProtocol function
Reply With Quote #15

Doesn't work :\
souvikdas95 is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-02-2013 , 16:44   Re: Orpheu: Problems getting SV_CheckProtocol function
Reply With Quote #16

That's too bad.
__________________
Arkshine is offline
souvikdas95
Senior Member
Join Date: Mar 2012
Old 07-02-2013 , 16:45   Re: Orpheu: Problems getting SV_CheckProtocol function
Reply With Quote #17

any help on that?
souvikdas95 is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-02-2013 , 16:55   Re: Orpheu: Problems getting SV_CheckProtocol function
Reply With Quote #18

If you want help, start to stop post like "doesn't work" which doesn't help at all and make it feel to provide you a troll answer ; as you did not even care to explain what you've done exactly, what you're using, so basically concrete informations to avoid helpers to use their limited clairvoyance power.
__________________

Last edited by Arkshine; 07-02-2013 at 16:57.
Arkshine is offline
souvikdas95
Senior Member
Join Date: Mar 2012
Old 07-02-2013 , 17:02   Re: Orpheu: Problems getting SV_CheckProtocol function
Reply With Quote #19

Sorry. I did not have any bad thoughts. Anyways I respect your opinion. I won't say anything like that again. I just put the signature file and it showed "NOT FOUND" while parsing the file. I tried the sample plugin he made on 1st page and it showed Function Not Found error although I did put the file in function folder. I used :

Quote:
[0x55,0x8B,0xEC,0x56,0x57,0x8B,0x7D,"*",0x85,0 xFF,0x75,"*",0x68,"*","*","*","*",0xE8,"*","* ","*","*",0x83,0xC4,"*",0x33,0xC0,0x5F,0x5E,0 x5D,0xC3,0x8B,0x75]
which was suggested by you. Please can you correct it or make a new plugin on it? Please. I request you

Last edited by souvikdas95; 07-02-2013 at 17:08.
souvikdas95 is offline
souvikdas95
Senior Member
Join Date: Mar 2012
Old 07-03-2013 , 10:31   Re: Orpheu: Problems getting SV_CheckProtocol function
Reply With Quote #20

Quote:
.text:01D98020 55 push ebp
.text:01D98021 8B EC mov ebp, esp
.text:01D98023 56 push esi
.text:01D98024 57 push edi ; char
.text:01D98025 8B 7D 08 mov edi, [ebp+arg_0]
.text:01D98028 85 FF test edi, edi
.text:01D9802A 75 13 jnz short loc_1D9803F
.text:01D9802C 68 E0 2D E6 01 push offset aSv_checkprotoc ; "SV_CheckProtocol: Null address\n"
.text:01D98031 E8 9A 3F 01 00 call sub_1DABFD0
.text:01D98036 83 C4 04 add esp, 4
.text:01D98039 33 C0 xor eax, eax
.text:01D9803B 5F pop edi
.text:01D9803C 5E pop esi
.text:01D9803D 5D pop ebp
.text:01D9803E C3 retn
This is what I found ... can you tell me now what to do? I did not understand your tutorial about sorting the HEX data and putting "*" in required places...

Last edited by souvikdas95; 07-03-2013 at 10:33.
souvikdas95 is offline
Reply



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 19:31.


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