Jump to content

Decrypt Interface.u and Interface.xdat


Recommended Posts

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;
}

 

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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

 

  • Like 1
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 😕

Link to comment
Share on other sites

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!

  • Upvote 1
Link to comment
Share on other sites

 

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 by 911reg
  • Like 1
  • Thanks 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...