Jump to content

dswk

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by dswk

  1. Re: Wick-o-gram EA

     

    the ea give this in tester :

    2010.02.17 23:25:01 2009.11.05 04:46 wick EA v4~ EURUSD,M15: invalid integer number as parameter 3 for ObjectSetText function

     

    any idea?

     

     

    Hi Deadsoul,

     

    Replace the line in EA where is ObjectSetText by this one :

    ObjectSetText(l_name_24, l_name_24, 12, l_fontname_16, l_color_12);

    Thx for kudos !! ;-)

  2. Re: Megadroid Pro

     

    Hi everyone,

    Here is MegadroidPro XE v1.2 !

     

    It is based off MegadroidPro 1.01, and based off the good work of Don, bbrain, and the fxharvest guy.

    More info in the readme. Please let me know of any bugs/problems.

     

    http://[email protected]/file/128236324/aa4a618c/MDP_XE_v12.html

     

    Password is the name of this forum's URL, in lower case, between the http:// and the .com

     

    Great! But after downloading from 4shared and unzipped, i've got only the readme file not the expert... :-??

    Any idea ?

  3. Re: GOmega Xray

     

    well, in the indis, i changed

     

    int li_4 = CheckLicense()

     

    to int li_4 = -1

     

     

    then it works, only requires the registry, that i cancel, but then says trying to connect to server.

     

     

    is there any call to extern server?

     

    Use my version, i've changed this int li_4 and all others call to DLL... (DLL is just to check licence, nothing linked to trade)

  4. Re: GOmega Xray

     

    I think the dll needs to be cracked not removed...If you remove dll you might be removing some functions that performs iterative calculations...can somebody try to crack the thing please!

     

    Not at all...

    Only 3 functions are called :

    // int InitLicense();

    // int CheckLicense();

    // bool ShowConfigBox();

     

    So they just return a simple Integer... To say YES or NO for use the program... poor protection.

    DLL check are done on the EA and on all indic.

     

    Nothing linked to some functions or internal DLL Calculation... (but i could make a misktake...but not sure i'm wrong)

×
×
  • Create New...