Search found 9 matches

by SUPERNOVA9
Fri Oct 21, 2022 7:22 pm
Forum: General Gamehacking
Topic: bValues in unreal engine games.
Replies: 12
Views: 4451

Re: bValues in unreal engine games.

SunBeam wrote:
Fri Oct 21, 2022 7:58 am
MP means multi-player. I am asking because it's the only public table displaying the information like in your picture (especially since you're using the dissect window; which a lot of people don't even know about).

You still haven't said which game is it.
Its foxhole a multiplayer game.
by SUPERNOVA9
Thu Oct 20, 2022 6:20 am
Forum: General Gamehacking
Topic: bValues in unreal engine games.
Replies: 12
Views: 4451

Re: bValues in unreal engine games.

Right click the main exe and post a picture here. If it's an online game, I stop here. Am not supporting or having any desire to talk about any kind of MP. And the picture you posted.. comes from where? Cake-san 's UE4 table? Ok i think the version is 4.24.3. I found it next to the file description...
by SUPERNOVA9
Wed Oct 19, 2022 8:17 pm
Forum: General Gamehacking
Topic: bValues in unreal engine games.
Replies: 12
Views: 4451

Re: bValues in unreal engine games.

SunBeam wrote:
Wed Oct 19, 2022 8:04 pm
Right click the main exe and post a picture here. If it's an online game, I stop here. Am not supporting or having any desire to talk about any kind of MP.
OK. ill get back to you in a couple of hrs, i have some work to do. Whats MP? Yes it comes from the cakesans ue4 dumper
by SUPERNOVA9
Wed Oct 19, 2022 8:02 pm
Forum: General Gamehacking
Topic: bValues in unreal engine games.
Replies: 12
Views: 4451

Re: bValues in unreal engine games.

SunBeam wrote:
Wed Oct 19, 2022 7:49 pm
You are correct, keep at it. Don't know what's your game and the UE version. Is it UE3, UE4?.. If UE4, which version - 4.22, 4.25, 4.27?
Its ue4, how do i check the exact version?
by SUPERNOVA9
Wed Oct 19, 2022 6:54 pm
Forum: General Gamehacking
Topic: bValues in unreal engine games.
Replies: 12
Views: 4451

Re: bValues in unreal engine games.

Property objects in Unreal Engine indicate at which offset in a contextual UObject you will find said Boolean value you want to toggle. See the Property as a memory block, a structure, with members. Somewhere in that block is the offset you want for the contextual Object and the flag to toggle it b...
by SUPERNOVA9
Wed Oct 19, 2022 6:17 pm
Forum: General Gamehacking
Topic: bValues in unreal engine games.
Replies: 12
Views: 4451

Re: bValues in unreal engine games.

Property objects in Unreal Engine indicate at which offset in a contextual UObject you will find said Boolean value you want to toggle. See the Property as a memory block, a structure, with members. Somewhere in that block is the offset you want for the contextual Object and the flag to toggle it b...
by SUPERNOVA9
Wed Oct 19, 2022 5:32 pm
Forum: General Gamehacking
Topic: bValues in unreal engine games.
Replies: 12
Views: 4451

Re: bValues in unreal engine games.

Because they are not Booleans in the real sense of the word. They are BoolProperty-es. Meaning also LOGICAL OPERATIONS. And you should display your data as hexadecimal, not decimal. If you're expecting 0/1 toggles from your picture, that's not gonna happen. Thanks for your reply. Is there a way to ...
by SUPERNOVA9
Wed Oct 19, 2022 5:18 pm
Forum: General Gamehacking
Topic: bValues in unreal engine games.
Replies: 12
Views: 4451

bValues in unreal engine games.

Why do some bValues equal to 135 or 160 etc?
by SUPERNOVA9
Sat Oct 15, 2022 4:38 pm
Forum: General Gamehacking
Topic: How do i get the registry value from autoassembler?
Replies: 1
Views: 3020

How do i get the registry value from autoassembler?

Hi, i have found a flag, address of that flag gets changed every death in the game but the address of the instruction that changes that flag doesnt. So what i did, i made a aob scan for that instruction https://i.imgur.com/bVUzhxx.png and the flag is stored under [rbx+000011CC] and rbx is popped aft...