I found this by looking at referenced strings:
I found other useful stuff but I wanted to know how can I find and turn on this boolean?
Boolean Question
-
- Table Makers
- Posts: 336
- Joined: Thu Aug 03, 2017 6:19 am
- Reputation: 206
Re: Boolean Question
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
Hmm thank you
Re: Boolean Question
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.
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
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
Who is online
Users browsing this forum: No registered users