Jump to content

hamedonline

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by hamedonline

  1. Re: FXEB Equity Builder

     

    I have done all these things, but nothing works! Is there ANY way this EA can be educated so it does not need a DLL file?

     

    Since EA asks for DLL file and DLL file and it's values can not be set directly, no it's not possible. Please note that ex4 file is also needed to be decompiled in order to figure out when DLL is called and for what.

     

    The easiest trick would be programming a small program which opens DLL file and changes the value @ 05E0 address with HEX converted of a given account number.

     

    If you still haven't figured out how to change the value in DLL file, please DO READ pages 14 & 15 and TAKE INTO CONSIDERATION that HEX value MUST be inserted in REVERSE order by PAIRS. This means (example):

    575609 (Decimal) = 8C879 (HEX) ===> HEX Pairs: 08 C8 79

    The value inserted into DLL file (in reverse order): 79 C8 08

×
×
  • Create New...