@mike-melony Sorry for the necro, but the problem is that the speed is in Java, not Kotlin.
Try to change the file extension to ".java", and register the speed mode in Speed.java or Speed.kt (Depending on what it shows)
Found the fix myself, i created the framebuffer with
new Framebuffer(width, height, false)
instead of
new Framebuffer(width, height, true)
which enables the depth... i should've known better
@blackpie said in Please tell me how to make a hwid system like in liquidsense?:
if you actually copy paste you should literally go learn java before coding
Yes, I've figured it out already. I'm working on it now