Simple opengl xray/cavefinder
Simple auto assembly script for cheat engine to disable opengl depth check, gives you ability to see through textures.
How to use:
- Launch game
- Settings -> Video -> Renderer , change directx to opengl
- Restart game
- Start CE
- Add auto assembly script and bind it to some button to activate/deactivate
- ???
- PROFIT
Code:
[ENABLE]
aobscanmodule(INJECT,trove.exe, B8 03 02 00 00 c3)
label(return)
INJECT:
db B8 07 02 00 00
return:
registersymbol(INJECT)
[DISABLE]
INJECT:
db B8 03 02 00 00
unregistersymbol(INJECT)