VegaBoy Posted May 2, 2023 Posted May 2, 2023 Could someone decrypt these two files so I can study them. I thank the attention! https://drive.google.com/file/d/1G2s82efFsGHIBdGl58HxKfgDxcmfIvTp/view?usp=sharing
911reg Posted May 2, 2023 Posted May 2, 2023 It's not encrypted, it's obfuscated, you won't be able to 'study' it unless you either manually de-obfuscate it or pay someone to do it class BlockEnterWnd extends UICommonAPI; const 2489 = 1; const 2487 = 0; const 5575 = 1026; const 5574 = 1000; const 2482 = 0; var WindowHandle 5712; var TextBoxHandle 2481; var TextBoxHandle 2480; var TextBoxHandle 2479; var TextBoxHandle 2478; var TextBoxHandle 2477; var TextBoxHandle 2476; var TextBoxHandle 2475; var TextBoxHandle 2473; var ListCtrlHandle 2472; var ListCtrlHandle 2471; var TextureHandle 2470; var TextureHandle 2437; var TextureHandle 2436; var TextureHandle 2434; var TextureHandle 2425; var ButtonHandle 2422; var int 2412; var int 2408; var bool 4662; function OnRegisterEvent() { RegisterEvent(3830); RegisterEvent(3840); RegisterEvent(3850); RegisterEvent(3860); RegisterEvent(3820); RegisterEvent(3870); RegisterEvent(3880); RegisterEvent(1710); RegisterEvent(1720); return; }
VegaBoy Posted May 2, 2023 Author Posted May 2, 2023 8 minutes ago, 911reg said: It's not encrypted, it's obfuscated, you won't be able to 'study' it unless you either manually de-obfuscate it or pay someone to do it class BlockEnterWnd extends UICommonAPI; const 2489 = 1; const 2487 = 0; const 5575 = 1026; const 5574 = 1000; const 2482 = 0; var WindowHandle 5712; var TextBoxHandle 2481; var TextBoxHandle 2480; var TextBoxHandle 2479; var TextBoxHandle 2478; var TextBoxHandle 2477; var TextBoxHandle 2476; var TextBoxHandle 2475; var TextBoxHandle 2473; var ListCtrlHandle 2472; var ListCtrlHandle 2471; var TextureHandle 2470; var TextureHandle 2437; var TextureHandle 2436; var TextureHandle 2434; var TextureHandle 2425; var ButtonHandle 2422; var int 2412; var int 2408; var bool 4662; function OnRegisterEvent() { RegisterEvent(3830); RegisterEvent(3840); RegisterEvent(3850); RegisterEvent(3860); RegisterEvent(3820); RegisterEvent(3870); RegisterEvent(3880); RegisterEvent(1710); RegisterEvent(1720); return; } Once again, thank you for answer me. Only two things interested me in these files: ItemEnchantWnd Interface.u and ItemEnchantWnd Interface.xdat. This server has autoenchant in its own interface, I wanted to copy it to my server!
911reg Posted May 3, 2023 Posted May 3, 2023 You won't be able to get that from the interface you uploaded there, since, as i said, it's obfuscated, but if i remember correctly i think DEADZ's interface had something similar. Here's a link, in case you wanna peek. https://mega.nz/file/j75iXBoL#mZX3us79CVja2dDE7sRFCB7eF2fUg1zZWRCUt3G91p8 1
VegaBoy Posted May 3, 2023 Author Posted May 3, 2023 2 hours ago, 911reg said: You won't be able to get that from the interface you uploaded there, since, as i said, it's obfuscated, but if i remember correctly i think DEADZ's interface had something similar. Here's a link, in case you wanna peek. https://mega.nz/file/j75iXBoL#mZX3us79CVja2dDE7sRFCB7eF2fUg1zZWRCUt3G91p8 @911regThank you brother! I tried to copy the codes from the DEADZ interface, but it always gives me a lot of errors. No one interfaces with Gracia Final, only Interlude and H5. I want to do mine. At least the enchant and arguments.
911reg Posted May 3, 2023 Posted May 3, 2023 Of course you'll always get errors, you can't just copy paste stuff from a client to another, sadly you'll have to put some time into learning how to troubleshoot your interface's errors manually
VegaBoy Posted May 3, 2023 Author Posted May 3, 2023 6 minutes ago, 911reg said: Of course you'll always get errors, you can't just copy paste stuff from a client to another, sadly you'll have to put some time into learning how to troubleshoot your interface's errors manually That's exactly what I'm doing. I'm making my own. I'm breaking my head to make that whenever I show the result of the enchant, I have the option to restart the enchant, without having to pull the items back to the window in the enchant. @911reg Thank you, with these files that you sent I can activate the interface in gracia final. I fixed the errors and it worked! 1
911reg Posted May 4, 2023 Posted May 4, 2023 (edited) On 5/3/2023 at 12:09 AM, VegaBoy said: Thank you, with these files that you sent I can activate the interface in gracia final. I fixed the errors and it worked! Glad to hear that @Celestinepls lock Edited May 4, 2023 by 911reg 1 1
Celestine Posted May 5, 2023 Posted May 5, 2023 22 hours ago, 911reg said: Glad to hear that @Celestinepls lock Done.
Recommended Posts