Posts: 1,705
Threads: 52
Joined: Jun 2009
Reputation:
33
RE: Lol useropts
its a bunch of options i found in the binaries
most of them are serverside, so they dont work...
udpencryptionstyle, meh, governs what headers are in the udp packets, however, i have style 2 working anyway, no need to change this
Posts: 59
Threads: 0
Joined: Jun 2009
Reputation:
2
RE: Lol useropts
There are server-side settings like AI, Agents, Combat and such, but there are also regular / admin-only useropts. In the pic above, top is regular useropt, bottom is admin-only useropt.
Arg2 = default value. Admin-only useropts have an additional field in between "default" and "description".
Regardless, we can edit what is pushed on the stack from arg2, and effectively change the default value. The only problem is that a CRC is performed as MXO launches the loading area; if it doesn't pass the client is shut down. If it does, client.dll is loaded into protected memory, so no memory editing. So if the CRC could be bypassed (and then hopefully no packet faking required additionally) admin useropts would be a go.
EDIT: Durrrr didn't see raj had made a thread about crc already.