Jump to content

Recommended Posts

Posted

Hello

 

these are the installation files por T@s for ninja

 

please somebody to educate them without need to making all that procces of the baby web server and host,besides putting all codes on the computer to be able of running, this procces is not efficient, it is long and dont work for all pcs or people,it presents a lot of errors, we need somebody to crack it quickly

 

Just educate the dlls as here was made with OFA

 

please help

 

installations and manuals

 

www..t@[email protected]/set-up-tools.php?a=step2nt manuals

@=a

0=o

3=e

 

 

installations files to educate

 

http://[email protected]/file/vM-Vyv4D/TASIndicatorsNinja64.html

 

http://[email protected]/file/3hlwb7b4/TASIndicatorsNinja32.html

Posted
just checked this stuff, one dll(TASIndicators.dll) is missing from installation file. i have two version of TASIndicators.dll from previous release but none fits this version. if someone could find current version of TASIndicators.dll then it can be done.
Posted
here is the version 1.8c... working whit babywebserver... the version d, e, f, and g (the last one), they change completed the authentication method. (no different between them, box, market, all are the same ploted)

 

 

http://www.sendspace.com/file/oxovuc

 

 

the file you need, "TASIndicators.dll" is in "windows\system32", or wow64 if is win7 64

 

 

bye!

 

ok for 64 bit version "TASIndicators.dll" is in "windows\system32", but somehow this dll can't be decompiled while TASNinjaIndicators.dll can be decompiled. so i can't crack the mechanism as other indicators.

Posted

and what about if you crack the one who is TASindicators.dll?

besides the instalation does not have that dll, maybe it is created during instalation

 

please help with this one, baby server does not worked for me i tried many times and nothing, only cracked i think

 

please help

thanks

  • 2 weeks later...
Guest gavetso
Posted
i have the names for the cariables they use in the x86 C DLL i m interested to by pas the server check to get the crack more eaisly futuretrader could you share with us some idea to bypass it?
Posted
i have the names for the cariables they use in the x86 C DLL i m interested to by pas the server check to get the crack more eaisly futuretrader could you share with us some idea to bypass it?

 

unless you could decompile that c dll, i can't see much can be done. google says:

----------------------------------------------------

Possible to decompile DLL written in C?

Short answer: you can't.

 

Long answer: The compilation process for C/C++ is very lossy. The compiler makes a whole lot of high and low level optimizations to your code, and the resulting assembly code more often than not resembles nothing of your original code. Furthermore there are different compilers in the market (and each has several different active versions), which each generate the output a little differently. Without knowledge of which compiler was used the task of decompiling becomes even more hopeless. At the best I've heard of some tools that can give you some partial decompilation, with bits of C code recognized here and there, but you're still going to have to read through a lot of assembly code to make sense of it.

 

That's by the way one of the reasons why copy protections on software are difficult to crack and require special assembly skills.

Guest gavetso
Posted

ot necesary man i tlak about get the file cs call normally the dll as actually is done but get the option for example to create automation calling the variables from dll i think wedont need decompile it becasue alredy know the names are in the dll.

 

// Methods

public TAS_Boxes();

protected override void Initialize();

protected override void OnBarUpdate();

[DllImport("TASIndicators.dll", CallingConvention=CallingConvention.StdCall)]

private static extern int TAS_IndicatorInit(string tpe, string ind, string sym);

[DllImport("TASIndicators.dll", CallingConvention=CallingConvention.StdCall)]

private static extern int TAS_IndicatorSetBar(int id, int barno, int edate, int etime, double O, double H, double L, double C, double pV, double nV);

[DllImport("TASIndicators.dll", CallingConvention=CallingConvention.StdCall)]

private static extern int TAS_IndicatorSetParameter(int id, int parm, double val);

[DllImport("TASIndicators.dll", CallingConvention=CallingConvention.StdCall)]

private static extern double TAS_IndicatorValue(int id, int valid);

Guest gavetso
Posted
if yousee we know the methods an d variable names only need callthe dll as original dll in nt the problme is i cant bypass the verification or load with decompile cs the dll necesary to display the indicator
Guest gavetso
Posted

00008600: 22 00 00 00 DC 85 00 10 00 00 00 00 2E 3F 41 56 ..............AV

00008610: 49 6E 64 69 63 61 74 6F 72 40 40 00 DC 85 00 10 Indicator.......

00008620: 00 00 00 00 2E 3F 41 56 53 74 61 74 69 63 50 43 ......AVStaticPC

00008630: 4C 40 40 00 DC 85 00 10 00 00 00 00 2E 3F 41 56 L.............AV

00008640: 53 77 69 6E 67 52 53 49 40 40 00 00 DC 85 00 10 SwingRSI........

00008650: 00 00 00 00 2E 3F 41 56 46 6C 6F 61 74 50 43 4C ......AVFloatPCL

00008660: 40 40 00 00 DC 85 00 10 00 00 00 00 2E 3F 41 56 ..............AV

00008670: 53 77 69 6E 67 50 43 4C 40 40 00 00 DC 85 00 10 SwingPCL........

00008680: 00 00 00 00 2E 3F 41 56 56 6F 6C 44 65 6C 74 61 ......AVVolDelta

00008690: 40 40 00 00 DC 85 00 10 00 00 00 00 2E 3F 41 56 ..............AV

000086A0: 4D 61 72 6B 65 74 4D 61 70 40 40 00 DC 85 00 10 MarketMap.......

000086B0: 00 00 00 00 2E 3F 41 56 53 77 69 6E 67 4D 61 70 ......AVSwingMap

000086C0: 40 40 00 00 DC 85 00 10 00 00 00 00 2E 3F 41 56 ..............AV

000086D0: 57 61 6C 6C 49 6E 64 40 40 00 00 00 DC 85 00 10 WallInd.........

000086E0: 00 00 00 00 2E 3F 41 56 52 61 74 69 6F 40 40 00 ......AVRatio...

000086F0: DC 85 00 10 00 00 00 00 2E 3F 41 56 54 53 49 43 ..........AVTSIC

00008700: 6F 6D 62 6F 40 40 00 00 30 31 32 33 34 35 36 37 ombo....01234567

00008710: 38 39 41 42 43 44 45 46 DC 85 00 10 00 00 00 00 89ABCDEF........

00008720: 2E 3F 41 56 56 44 56 52 53 75 6D 40 40 00 00 00 ..AVVDVRSum.....

00008730: DC 85 00 10 00 00 00 00 2E 3F 41 56 56 69 78 44 ..........AVVixD

00008740: 69 66 66 40 40 00 00 00 4E E6 40 BB B1 19 BF 44 iff.....N......D

00008750: DC 85 00 10 00 00 00 00 2E 3F 41 56 74 79 70 65 ..........AVtype

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...