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

CS:GO vtables offsets?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 12-20-2015 , 11:41   CS:GO vtables offsets?
Reply With Quote #1

I think sourcemodplugins isn't active anymore as its HTTP certificate expired and the offsets are not updated in the site for over a month, anyone has the GetMaxPlayerSpeed offset for CS:GO? (both linux/windows)

Thanks
__________________
retired
shavit is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 12-21-2015 , 03:16   Re: CS:GO vtables offsets?
Reply With Quote #2

Just add an exception to your browser!
__________________
Neuro Toxin is offline
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 12-21-2015 , 04:59   Re: CS:GO vtables offsets?
Reply With Quote #3

@Neuro Toxin, last csgo update: 13.11.2015 014 UTC+1. Exception makes no sense.
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.
Bara is offline
psychonic

BAFFLED
Join Date: May 2008
Old 12-21-2015 , 08:02   Re: CS:GO vtables offsets?
Reply With Quote #4

Do you know the actual name of the function that you want the offset of? There isn't one with "GetMaxPlayerSpeed" in CS:GO.

There is a GetMaxSpeed on weapons, but "Player" in the name above, plus it being in the list on that "sourcemodplugins" site implied that you're looking for a player function, not a weapon function (although I was under the impression that weapons do control max player speed in CS:GO).

Regardless, in case you need it, windows 424, and linux/mac 430 for GetMaxSpeed on weapon entities.
psychonic is offline
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 12-22-2015 , 08:58   Re: CS:GO vtables offsets?
Reply With Quote #5

I've got one site that updates everyday if needed http://sourcemodplugin.h3bus.fr/vtables/

It currently dumps CBasePlayer and CBaseCombatWeapon but I can add some classes if needed.

Note that raw JSON data are available here if needed: http://sourcemodplugin.h3bus.fr/vtables/dump.json
h3bus is offline
psychonic

BAFFLED
Join Date: May 2008
Old 12-22-2015 , 09:22   Re: CS:GO vtables offsets?
Reply With Quote #6

Quote:
Originally Posted by h3bus View Post
I've got one site that updates everyday if needed http://sourcemodplugin.h3bus.fr/vtables/

It currently dumps CBasePlayer and CBaseCombatWeapon but I can add some classes if needed.

Note that raw JSON data are available here if needed: http://sourcemodplugin.h3bus.fr/vtables/dump.json
These are not fully accurate.

Take CBaseCombatWeapon::Reload, for example, your site has the Windows offset as 311, but it's actually 306.

Multiple inheritance isn't being taking into account, and likely not overloads either.

Last edited by psychonic; 12-22-2015 at 09:23.
psychonic is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 12-22-2015 , 10:10   Re: CS:GO vtables offsets?
Reply With Quote #7

Quote:
Originally Posted by shavit View Post
I think sourcemodplugins isn't active anymore as its HTTP certificate expired and the offsets are not updated in the site for over a month, anyone has the GetMaxPlayerSpeed offset for CS:GO? (both linux/windows)

Thanks
I try to keep this updated, try it. Currently works in my plugin.

Quote:
Originally Posted by h3bus View Post
I've got one site that updates everyday if needed http://sourcemodplugin.h3bus.fr/vtables/

It currently dumps CBasePlayer and CBaseCombatWeapon but I can add some classes if needed.

Note that raw JSON data are available here if needed: http://sourcemodplugin.h3bus.fr/vtables/dump.json
I like it. Try to keep it updated and will be very usefull for me and each others
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 12-22-2015 at 10:11.
Franc1sco is offline
Send a message via MSN to Franc1sco
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 12-22-2015 , 10:57   Re: CS:GO vtables offsets?
Reply With Quote #8

Quote:
Originally Posted by psychonic View Post
Multiple inheritance isn't being taking into account, and likely not overloads either.
Overloads seem to be working eg:
Code:
CBasePlayer::NetworkStateChanged_m_iAmmo()
CBasePlayer::NetworkStateChanged_m_iAmmo(void*)
However for multiple inheritance I'll try to check what I can do (I used the vtable dumper from sourcemodplugin as a base)
h3bus is offline
Dr. Greg House
Professional Troll,
Part-Time Asshole
Join Date: Jun 2010
Old 12-22-2015 , 12:14   Re: CS:GO vtables offsets?
Reply With Quote #9

Quote:
Originally Posted by shavit View Post
I think sourcemodplugins isn't active anymore as its HTTP certificate expired and the offsets are not updated in the site for over a month, anyone has the GetMaxPlayerSpeed offset for CS:GO? (both linux/windows)

Thanks
It's not really hard to do this yourself,
IDA you need, take it off from your shelf,
put it on your drive and use this little script,
set yourself up and you are equipped!

If there are still some riddles, I do have some time,
Feel free to ask questions, that is nary a crime!
__________________
Santa or Satan?

Watch out when you're paying people for private requests! Most stuff already exists and you can hardly assess the quality of what you'll get, and if it's worth the money.

Last edited by Dr. Greg House; 12-22-2015 at 12:16.
Dr. Greg House is offline
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 12-23-2015 , 01:53   Re: CS:GO vtables offsets?
Reply With Quote #10

I'm working on a standalone version of that python script for those like me who don't have IDA.
It's based on elftools for python, however this lib lacks name demangling. I found a workaround for that using a pipe to c++filt, but that is far from sexy.

I'm still wondering if I'll port it to C using libelf.

Last edited by h3bus; 12-23-2015 at 01:53.
h3bus 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 13:38.


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