Jump to content

Unity Game Hacking: FPS Edition [ Aimbot ] Part 1


97 posts in this topic

Recommended Posts

Posted
On 5/31/2024 at 9:58 PM, batchh said:

    // Apply the calculated rotation to the local player to aim at the closest enemy
    *(Quaternion *) ((uint64_t) myplayer + offset::Rotation) = rotation;

@batchh
i need help here please. here you have used field but but this game i am making aimbot for PlayerController doesnot have rotaion field. Instead it have a method called UpdatePlayerRotation 
when i ret this method with offset it stop my player from rotation so i think this controll myplayer rotation. 

But now to use this instead of field please help.

here

// RVA: 0x1025060
Private Void UpdatePlayerRotation() { }

 

Posted
10 minutes ago, aQReh said:

@batchh
i need help here please. here you have used field but but this game i am making aimbot for PlayerController doesnot have rotaion field. Instead it have a method called UpdatePlayerRotation 
when i ret this method with offset it stop my player from rotation so i think this controll myplayer rotation. 

But now to use this instead of field please help.

here

// RVA: 0x1025060
Private Void UpdatePlayerRotation() { }

 

This just update the rotation and it’s a void, you need to find a Quaternion value

Probably there is a field in it or there a method to update it’s value

Posted (edited)
10 minutes ago, batchh said:

his just update the rotation and it’s a void, you need to find a Quaternion value

Probably there is a field in it or there a method to update it’s value

so i need to find a method with Quaternion Type
like:  

Private Quaternion UpdatePlayerRotation or something() { }

sorry i am still learning and this types really make me confuse

Updated by aQReh
Posted (edited)

@batchh will this method help ???

	// RVA: 0x101158C
	public Void SetRotation(Quaternion rotation) { }
Updated by aQReh
Posted
16 minutes ago, aQReh said:

@batchh will this method help ???

	// RVA: 0x101158C
	public Void SetRotation(Quaternion rotation) { }

Maybe, just test it! 

25 minutes ago, aQReh said:

so i need to find a method with Quaternion Type
like:  

Private Quaternion UpdatePlayerRotation or something() { }

sorry i am still learning and this types really make me confuse

Most of the time is a field

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines