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