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

Protections, Updates, and More #199

Merged
merged 5 commits into from
Aug 10, 2024
Merged

Protections, Updates, and More #199

merged 5 commits into from
Aug 10, 2024

Conversation

Rxann
Copy link
Contributor

@Rxann Rxann commented Aug 10, 2024

Bumped to current ImGui version
Call Hooks
Voice Chat Spoofing
New Protections
Log Backups
Blip Spoofing
General Optimizations
General Improvements
Updated Net Events list from @AAA-ALR
and More

closes #50
closes #118

Copy link

Download the artifacts for this pull request:

@Rxann Rxann merged commit f33722e into YimMenu:master Aug 10, 2024
1 check passed
@Rxann Rxann deleted the merge branch August 10, 2024 03:15
@AAA-ALR
Copy link
Contributor

AAA-ALR commented Aug 10, 2024

case "CProjectileCreationNode"_J:
{
	auto& data = node->GetData<CProjectileCreationData>();
	if (!WEAPON::IS_WEAPON_VALID(data.m_WeaponHash))
	{
		SyncCrashBlocked("invalid projectile weapon crash");
		return true;
	}
	break;
}

this crash was fixed in the last rockstar update

@Rxann
Copy link
Contributor Author

Rxann commented Aug 10, 2024

this crash was fixed in the last rockstar update

It still exists

@Rxann
Copy link
Contributor Author

Rxann commented Aug 10, 2024

Jamison used it on me and some others so I reversed the crash subroutine and found a nullptr dereference.

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.

[Bug] Max/Min Honor Fix Exodus crashes
2 participants