Forum rules
Client Editing is a delicate subject. osRose and osiRose will not support or use any Client Editing tool or results as a standard. So you are free to experiment, test, and develop there on Client Editing, but at your own risk
Like the title says, I'd like to know how to change the Irose's TRose.exe (include or remove RuffProtect encryption) in order to use any client with any server.
You mean take a DLL without encryption and inject it in a encrypted client ?? But which DLL would be that ?? TriggerInfo, TGameCtrl_r ?? Thanks for the answer, but could you be clearer ??
actually you would need to write a DLL and hook TRose.exe's encryption call. The encryption is baked into TRose.exe. Really what ruffprotect does is just change the encryption table at runtime which you can just do by hex editing the exe. I believe there's a guide here or on the other forum that tells you how to change the table.