Page 1 of 1

Boolean Question

Posted: Sun Oct 29, 2017 7:54 pm
by Kalas
I found this by looking at referenced strings:

Image

I found other useful stuff but I wanted to know how can I find and turn on this boolean?

Re: Boolean Question

Posted: Sun Oct 29, 2017 8:10 pm
by Bloodybone
First try to copy what ever is in the Brackets(lea rdx,Here->[NewColossums...]<-) and add it to the Table and try changing the value or you could maybe look into the call after it and see what is happening in there.

Re: Boolean Question

Posted: Sun Oct 29, 2017 8:12 pm
by Kalas
Hmm thank you :D

Re: Boolean Question

Posted: Sun Oct 29, 2017 9:41 pm
by seikur0
Looks like some kind of cheat functionality, that probably doesn't get executed normally. You can try the dissect code tool of cheat engine and if you're lucky find the jump to the line you marked.

The other thing is, you can try executing that part yourself. If you're lucky it doesn't need parameters. It might be a call or a jump, seems like it needs 0x58 bytes on the stack though, so I'd try a "sub rsp,58" then jump to the marked line and at the end jump back. Or try a call, then do "sub rsp,50" and maybe the last call above the "Give Grenades" line has a ret in it and goes back to your original call? I'd definitely look into that function first though, it somehow needs to lead back to the caller/at least to somewhere.

Re: Boolean Question

Posted: Sun Oct 29, 2017 9:46 pm
by Kalas
Thanks for the reply, I'm still a newbie with call functions and boolean itself in matter of finding the functions and all that, but thanks i'll try to found some info about it online :P

Re: Boolean Question

Posted: Sat Nov 18, 2017 8:37 pm
by Blayde
Kalas wrote:
Sun Oct 29, 2017 7:54 pm
I found other useful stuff but I wanted to know how can I find and turn on this boolean?
Yeah ...Console commands.