Posted: Thu Apr 07, 2016 6:22 am Post subject: Possible to search and change a public var ?
Not sure the best way to ask this, but with cheat engine a lot is to do with memory and aob's, in my trainer I use aobswap to execute my hacks - however, I've came across something in my way which I can't seem to get around using aobswap,
At the top of this particular file, is this:
public var armorIsActive:Boolean = false;
When I click on this using JPEXS flash decompiler, it shows me this in the right panel:
trait Qname(PackageNamespace(""),"armorIsActive") slot slotid 0 type Qname(PackageNamespace(""),"Boolean") value False
Is there any way I can remove this from the file using cheatengine in my trainer, or change the value to true? I've tried a few different things like
Search for the variable name. If it's private, then you'd only need to search for it locally; however, since this is public you'll need to globally search for it by going to Tools -> Text Search. Then, just replace the bytecode at wherever it's being used like you would normally. _________________
I don't know where I'm going, but I'll figure it out when I get there.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum