Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lineGoesThroughSmoke sig #114

Merged
merged 3 commits into from
Nov 2, 2021
Merged

Update lineGoesThroughSmoke sig #114

merged 3 commits into from
Nov 2, 2021

Conversation

Nigma1337
Copy link
Contributor

Update lineGoesThroughSmoke signature, sig stolen straight from Osiris

should solve #113

Description:

Updated the fucking signatures from 40 0F B6 FF 55 to 55 48 89 E5 41 56 41 55 41 54 53 48 83 EC 30 66 0F D6 45 D0

Benefits of this PR and context:

Will litterally fix the cheat

Source / References:

danielkrupinski/Osiris@84147c5

@DrunkenBlyatHvH
Copy link

you forget to update other offsets too
LWSS/Fuzion#652

@Nigma1337
Copy link
Contributor Author

you forget to update other offsets too
LWSS/Fuzion#652

shit, i'll get pasting.

@DrunkenBlyatHvH
Copy link

you can find at least some values in entity.hpp
https://github.com/seksea/gamesneeze/blob/master/src/sdk/classes/entity.hpp
line 139 to 147
float GetSpread() {
typedef float (Fn)(void);
return getVirtualFunc(this, 520)(this);
}

float GetInaccuracy() {
	typedef float (*Fn)(void*);
	return getVirtualFunc<Fn>(this, 550)(this);
}

@Nigma1337
Copy link
Contributor Author

you can find at least some values in entity.hpp
https://github.com/seksea/gamesneeze/blob/master/src/sdk/classes/entity.hpp
line 139 to 147
float GetSpread() {
typedef float (Fn)(void);
return getVirtualFunc(this, 520)(this);
}

float GetInaccuracy() {
	typedef float (*Fn)(void*);
	return getVirtualFunc<Fn>(this, 550)(this);
}

Found 'em, althought it seems like UpdateAccuracyPenalty doesn't exist, and GetCSWpnData +DrawCrosshair are handled by either black magic, or netvars.

@DrunkenBlyatHvH
Copy link

the cheat has no no scope crosshair so its prb not implemented yet

@DrunkenBlyatHvH
Copy link

but spread crosshair is not working atm

@crckhub
Copy link

crckhub commented Sep 25, 2021

Thanks, makes it usable again!

@Nigma1337
Copy link
Contributor Author

but spread crosshair is not working atm

Works for me, weird.

@crckhub
Copy link

crckhub commented Sep 26, 2021

but spread crosshair is not working atm

Works for me, weird.

For me too

@seksea seksea merged commit bbc68b4 into seksea:master Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants