Hello, I'm doing a simple cheat to osu, everything is ok except one thing. I have a problem with reading the time in my application.
I found the pointer and offsets using Cheat Engine, but it is not "osu!.exe" + some numbers, instead I have "THREADSTACK0" -00000328.
At Cheat Engine, it always shows the correct value, but I do not know how to apply it to my cheat
My code:
Code:
Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
time = ReadDMAInteger("osu!", &H4651028, {&HE8, &H2C, &H268, &H20, &H788, &H194}, 6)
End Sub