OpsecGuy / BetterGo

External CS:GO cheat written in python.
154 stars 28 forks source link

Error when pressing DELETE in the main menu #1

Closed LynxN1 closed 2 years ago

LynxN1 commented 2 years ago

If you call the exit function in the main menu, a MemoryWriteError will pop up when you call lp.set_fov(90). As I understand it, this is because fov is written to memory only when the player is in the game. Is there any way to check if the player is now in the game?

OpsecGuy commented 2 years ago

Issue fixed in this patch.