danielkrupinski / Osiris

Cross-platform game hack for Counter-Strike 2 with Panorama-based GUI.
MIT License
3.31k stars 962 forks source link

present and reset (CS:GO) #4320

Open Ryssiaczrk opened 1 month ago

Ryssiaczrk commented 1 month ago

how do I find the memory patterns for present and reset in the CS:GO branch? present = PatternFinder{ gameOverlayRenderer.getCodeSection().raw(), patternNotFoundHandler}("8B 4D ? A1 ? ? ? ? 51 FF"_pat).add(4).as(); reset = PatternFinder{ gameOverlayRenderer.getCodeSection().raw(), patternNotFoundHandler }("E8 ? ? ? ? A1 ? ? ? ? 57 53"_pat).add(6).as(); I want to slightly deupdate osiris to a version that doesn't have the inventory removed after the EoL of CS:GO

Ryssiaczrk commented 1 month ago

@danielkrupinski