Benjiinator / Lifx-Rocket-League

Lifx lights changing colors upon scoring a goal in rocket league. Colors of the lights depend on which team scored.
3 stars 0 forks source link

Goals not detected #2

Open MrQwertyQwert opened 5 years ago

MrQwertyQwert commented 5 years ago

I've tried updating the LIFX token to my own but when running Rocket League the interface does not update when either team scores (remains at 0 - 0). Is it possible the memory addresses where this information was stored has changed?

stuntguy3000 commented 5 years ago

@Benjiinator How do you detect the memory pointers?

Benjiinator commented 5 years ago

@stuntguy3000 The game changed so the values memory pointers changed, it took too long to find the correct values in the first place, so i didn't bother doing it again. Though i am inexperienced with cheat engine, so i bet someone could do it alot faster.

stuntguy3000 commented 5 years ago

Thanks @Benjiinator. I've been trying so hard to get this to work for the past two days and am having no luck.

Do you remember what methods or tricks/issues you used to get the right offsets? I've tried about every Cheat Engine technique I've found and am not having any luck with RL.

Regards

Benjiinator commented 5 years ago

@stuntguy3000 I think it took me about 10 hours just getting the values. I started training matches against bots and scored a couple goals, then looked for the goal value and kept narrowing down until i found the value, then kept doing that alot of times to narrow down for the pointer value.

Benjiinator commented 5 years ago

@stuntguy3000 I've been playing around with it for the last 2 hours trying to get the pointer for the blue goal. I have only been able to narrow it down to 32k different pointers.

stuntguy3000 commented 5 years ago

Interestering. I've been working hard still with a mate to crack the pointers, but we suspect there is some anti memory reading garbage going on which is stopping us. Still looking into it.