Steam client reversing for third party client developement
Hello. I've been working on a OSRS C++ version "third party client" base for a while.
I was tipped off by a person on reddit that rune-server is a good place to reach people who are interested in all things RuneScape hacking so I figured I'd share my progress here.
Features I haven't written about yet but will soon come:
- UI text parsing, e.g. clue scrolls, chat, chat dialog etc.
- Iterating store, bank, inventory and gear.
- Getting loaded object and item names from memory without parsing cache
Example of whats possible with the contents of the current posts:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
I'm eventually planning to open source the entire tool as it doesn't contain any deobfuscators and such. But that will happen once I manage to clean up my code a bit and am at a state where I feel like the tool is expandable.
Sorry if sharing external blog urls isn't fine. But reformatting the posts from markdown to BBCode would be a pain in the ass.
Credits: I've reversed and coded everything myself with little to no previous RS hacking experience, but various ID dumps on rune-server.ee and osrsbox.com have definitely helped to cross reference values to make sure I've found the right things.