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

Can someone find the windows signature for spawning server side ragdolls on csgo?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Dreyson
Member
Join Date: Nov 2019
Location: Utah
Old 10-09-2021 , 02:59   Can someone find the windows signature for spawning server side ragdolls on csgo?
Reply With Quote #1

Can someone please find the windows signature for creating server side ragdolls on csgo for me? Thanks

Last edited by Dreyson; 10-09-2021 at 03:01. Reason: pointing it out that i want it for csgo
Dreyson is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 10-10-2021 , 06:16   Re: Can someone find the windows signature for spawning server side ragdolls on csgo?
Reply With Quote #2

Quote:
Originally Posted by Dreyson View Post
Can someone please find the windows signature for creating server side ragdolls on csgo for me? Thanks
PHP Code:
/**
 * CreateServerRagdoll(CBaseAnimating *, int, CTakeDamageInfo const&, int, bool)
 *
 * How to find:
 * 1. Search for the "TLK_DISSOLVESCREAM" or "TLK_ELECTROCUTESCREAM" string.
 * 2. The string can only be found in "CEntityDissolve::Create".
 * 3. This function is called inside "CEntityDissolve::Create".
 **/
"CreateServerRagdoll"
{
    
"library"    "server"
    "linux"        "\x2A\x2A\x2A\x2A\x2A\x2A\x81\xEC\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x0F\x2A\x2A\x2A\x8B\x2A\x2A\xF6"
                 
/* ? ? ? ? ? ? 81 EC ? ? ? ? 8B ? ? 0F ? ? ? 8B ? ? F6 */
    
"windows"    "\x2A\x2A\x2A\x2A\x2A\x2A\xB8\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x56\x57\x89"
                 
/* ? ? ? ? ? ? B8 ? ? ? ? E8 ? ? ? ? 8B ? ? 56 57 89 */

__________________
Psyk0tik is offline
Dreyson
Member
Join Date: Nov 2019
Location: Utah
Old 10-11-2021 , 00:27   Re: Can someone find the windows signature for spawning server side ragdolls on csgo?
Reply With Quote #3

Quote:
Originally Posted by Psyk0tik View Post
PHP Code:
/**
 * CreateServerRagdoll(CBaseAnimating *, int, CTakeDamageInfo const&, int, bool)
 *
 * How to find:
 * 1. Search for the "TLK_DISSOLVESCREAM" or "TLK_ELECTROCUTESCREAM" string.
 * 2. The string can only be found in "CEntityDissolve::Create".
 * 3. This function is called inside "CEntityDissolve::Create".
 **/
"CreateServerRagdoll"
{
    
"library"    "server"
    "linux"        "\x2A\x2A\x2A\x2A\x2A\x2A\x81\xEC\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x0F\x2A\x2A\x2A\x8B\x2A\x2A\xF6"
                 
/* ? ? ? ? ? ? 81 EC ? ? ? ? 8B ? ? 0F ? ? ? 8B ? ? F6 */
    
"windows"    "\x2A\x2A\x2A\x2A\x2A\x2A\xB8\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x56\x57\x89"
                 
/* ? ? ? ? ? ? B8 ? ? ? ? E8 ? ? ? ? 8B ? ? 56 57 89 */

have tried it and it crashes, says something about line 89 in console, can you help?

https://forums.alliedmods.net/showth...65#post2760265
Dreyson is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 10-11-2021 , 01:18   Re: Can someone find the windows signature for spawning server side ragdolls on csgo?
Reply With Quote #4

I'm not familiar with how CSGO works so I can't help you, and I don't know what you're doing with that memory block when making an SDKCall either.

I advise you to install Accelerator (if you don't already have it) and post the link to the crash log here so others can take a look at it and help you.
__________________
Psyk0tik 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:43.


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