More #ScrapHacks stuff: managed to inject ImGUI by using d3d8to9 to proxy the game's DX8 stuff to DX9 and hooking the DirectInput8 functions to write the mouse state into ImGUI's IO struct, still breaks when the DX8 device resets or you close the window but that should be fairly easy to fix, then i need to make the overlay toggle-able and then i can start adding widgets
Also, there's currently a remastered version in the works and i got into the beta, they added encryption to the multiplayer network protocol... With a static key, took me 2 days to write a decrypting sniffer, Most of the time spent figuring out how the crypto they used was plugged together (https://haste.soulja-boy-told.me/aturabehej.py) there's a python snipped to decrypt the packets, underlying protocol seems to be mostly the same as the original, you can still crash multiplayer servers by setting a specific variable in the game engine and the connecting
The broken rendering is due to me resizing the window which just stretches everything (it might be possible to fix that)