przewodo How do I cheat?
Reputation: 0
Joined: 30 Jun 2011 Posts: 1
|
Posted: Thu Jun 30, 2011 3:52 am Post subject: Using Cheat engine with source code. |
|
|
Hi everyone. I'm new here.
I'm trying to hack one game that was made in flash. I already decompiled it and I have access to all class/functions/methods. But it is a online game, so, I can't just change the code and run. So, what I want to know is: There is a way to find the exact functions on the memory since I have the source code and I know exactly what the function do? Here is the sample of code that I want to find:
if (Math.max(this._countdownUpgrade.Get(), 0))
{
}
else
{
this.Upgraded();
}
What I want to do is change it and do exactly the inverse of it, but to to this, I must find on the memory where this code is.
There is a way to do that??
Thanks very much!
|
|