SmilingSword
Platinian
Anyone know how to hook timeScale in unity based game and put inside with slider LGL mod menu?
Yes stillDo u still need help? I can help u
Hi, can you help me with this? I can't make this byte workFor set_timescale
float Isspeed = 0;
void (*old_speed)(float value);
void speed(float value) {
if (Isspeed > 0) {
old_speed(Isspeed);
return;
}
old_speed(value);
}
OBFUSCATE("SeekBar_Speed Hack_1_20"),
case 0:
Isspeed = value;
break;
HOOK_LIB("libil2cpp.so", "0xoffset", speed, old_speed);
set_timescale
Have you tried int?Hi, can you help me with this? I can't make this byte work