Jump to content

13 posts in this topic

Recommended Posts

Posted
2 minutes ago, Shrino said:

wdym? he dumped a unity game and trying to use an offset from dnspy

use ted2's menu. the most easiest way to hack games with mod menu

Yeah that’s what I meant. Editing the Assembly file is useless; he needs to use IDA Pro & go from there 

Posted (edited)

mshook offset, declare variables properly then set if condition to a switch, if switch = on then variable=XXX;

you will be hooking the function as the game calls it and editing the functions parameters this way same as c++

Updated by AlyssaX64
Posted
void (*AddPoints)(void *instance, int points, bool instant) = (void (*)(void *, int, bool))getRealOffset(0x1EE89A0);

void ButtonClick()
{
	void* instance = GetInstanceOfClassWhereAddPointsLocated();
	AddPoints(instance, 5000, true);
}

 

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