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

How to search & modify a code from swds.dll?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
z0mbiland
Senior Member
Join Date: Jan 2013
Old 04-24-2015 , 14:08   How to search & modify a code from swds.dll?
Reply With Quote #1

Hello,

I modify a code from swds.dll in hex editor:

Sentence or Pitch shift ignored. > 16 playing!
Overflow 500 temporary ents!

These are flood the console when you are in developer 1!
I replace the error spam with 00 00 00 00 00 00 00 [...] 00

After i did that the hlds.exe is running without errors!

But is a problem:

The two error appear again in my console. I search in all client and server dlls, but nothing.
Is only in swds.dll? or they are crypted?
z0mbiland is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-24-2015 , 19:34   Re: How to search & modify a code from swds.dll?
Reply With Quote #2

That's what you get for messing with Valve's code. Just don't do it.
__________________
fysiks is offline
z0mbiland
Senior Member
Join Date: Jan 2013
Old 04-25-2015 , 01:42   Re: How to search & modify a code from swds.dll?
Reply With Quote #3

Quote:
Originally Posted by fysiks View Post
that's what you get for messing with valve's code. Just don't do it.
i want to do it!!!
z0mbiland is offline
hzqst
Senior Member
Join Date: Jul 2008
Old 04-25-2015 , 02:06   Re: How to search & modify a code from swds.dll?
Reply With Quote #4

"Overflow 500 temporary ents!\n"
it's in hw.dll
PHP Code:
TEMPENTITY *CL_TempEntAlloc(vec3_t orgmodel_t *model
and it's not possible to change this from server.

Last edited by hzqst; 04-25-2015 at 02:07.
hzqst is offline
z0mbiland
Senior Member
Join Date: Jan 2013
Old 04-25-2015 , 02:16   Re: How to search & modify a code from swds.dll?
Reply With Quote #5

Quote:
Originally Posted by hzqst View Post
"Overflow 500 temporary ents!\n"
it's in hw.dll
PHP Code:
TEMPENTITY *CL_TempEntAlloc(vec3_t orgmodel_t *model
and it's not possible to change this from server.
hw.dll? I have IDA Pro now. In my hw.dll don't exist a code who contain TEMPENTITY *CL_TempEntAlloc(vec3_t org, model_t *model).
Is showing undecrypted simbols like this:

g+++.@U¦¢v'.¦¦+å
2_.&¦nôÜ-l.-.¬Ös
.v¦¦o}Si+Gß*O+¦Æ
.vÄ.58˜.¼"XGlM-b
-.8r¦=..0ŵ¦\¥fa
(ëX)ê7.ñ¿9Rò>Mîg
`2->++.-¦Fs#"I8Ü
/.-+ô+¦¦.»·}(Æ?2
²î¯.æ˜+¦.).W¦rRa
E.#ûfD:+-.+a+.0+
¬+wOi.¼ç>LüD+Fæñ
¦¡H)FB¼é.+é+T$¯.
ßu+9(Zl.+¬ìd+dA£
=ô>1n#+p...¦H

How you did?

Last edited by z0mbiland; 04-25-2015 at 11:28.
z0mbiland is offline
NiHiLaNTh
Way Past Expiration
Join Date: May 2009
Location: Latvia
Old 04-25-2015 , 03:52   Re: How to search & modify a code from swds.dll?
Reply With Quote #6

Quote:
Overflow 500 temporary ents!
this error indicates that you are sending way too much messages on the client.
And so instead of fixing this, you decided to block the message?
__________________

NiHiLaNTh is offline
Send a message via Skype™ to NiHiLaNTh
z0mbiland
Senior Member
Join Date: Jan 2013
Old 04-25-2015 , 04:37   Re: How to search & modify a code from swds.dll?
Reply With Quote #7

Quote:
Originally Posted by NiHiLaNTh View Post
this error indicates that you are sending way too much messages on the client.
And so instead of fixing this, you decided to block the message?
YES! This i want to do! To block the messages and STOP flooding the client!
If you have developer 0 the message flooding the client in hidden mode! developer 1 show it!

Last edited by z0mbiland; 04-25-2015 at 04:48.
z0mbiland is offline
hzqst
Senior Member
Join Date: Jul 2008
Old 04-25-2015 , 05:30   Re: How to search & modify a code from swds.dll?
Reply With Quote #8

Quote:
Originally Posted by z0mbiland View Post
What app did you used to view that code?
I use IDA Pro, it's very easy to decompile linux version engine.so to procedure code with this.

Last edited by hzqst; 04-25-2015 at 05:30.
hzqst is offline
z0mbiland
Senior Member
Join Date: Jan 2013
Old 04-25-2015 , 11:30   Re: How to search & modify a code from swds.dll?
Reply With Quote #9

hw.dll? I have IDA Pro now. In my hw.dll don't exist a code who contain TEMPENTITY *CL_TempEntAlloc(vec3_t org, model_t *model).
Is showing undecrypted simbols like this:

g+++.@U¦¢v'.¦¦+å
2_.&¦nôÜ-l.-.¬Ös
.v¦¦o}Si+Gß*O+¦Æ
.vÄ.58˜.¼"XGlM-b
-.8r¦=..0ŵ¦\¥fa
(ëX)ê7.ñ¿9Rò>Mîg
`2->++.-¦Fs#"I8Ü
/.-+ô+¦¦.»·}(Æ?2
²î¯.æ˜+¦.).W¦rRa
E.#ûfD:+-.+a+.0+
¬+wOi.¼ç>LüD+Fæñ
¦¡H)FB¼é.+é+T$¯.
ßu+9(Zl.+¬ìd+dA£
=ô>1n#+p...¦H

How you did?
z0mbiland is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 04-25-2015 , 11:36   Re: How to search & modify a code from swds.dll?
Reply With Quote #10

Press F5 to decompile the code in IDA.
__________________
HamletEagle 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 09:39.


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