Ontosy Posted August 18, 2006 Posted August 18, 2006 why non EncodeIt my script and return Unkown function name error? #include "Misc.au3" if _Singleton("AlTray",1) = 0 Then Exit
Valuater Posted August 18, 2006 Posted August 18, 2006 I just EnCoded your above script and ran it with no error i did not compile it to an exe can you post the exact error 8)
Ontosy Posted August 18, 2006 Author Posted August 18, 2006 (edited) V. 3.1.1.133 Line 4 (file.... au3) if _Singleton($3A67AA78A5E31064,1) = 0 Then Exit if ^ ERROR Error: Unknown function name. #include "Misc.au3" if _Singleton("AlTray",1) = 0 Then Exit encoded: expandcollapse popupGlobal Const $3A67AA72A5E310C4 = Round(99/3+15*100/4-13^2+81/3-17-245+99/3+15*100/4-13^2+81/3-17) Global Const $3A67AA78A5E31514 = X03A40316A6C85FBB5('7C78', $3A67AA72A5E310C4) Global Const $3A67AA78A5E31064 = X03A40316A6385FFB5('69947C9A89A1', $3A67AA78A5E31514) if _Singleton($3A67AA78A5E31064,1) = 0 Then Exit Func X03A40316A6385FFB5($3367AA78A5E31014, $3A97AA78A5E31014) $3A67AA78A5831014 = "" $3367AA78A5E31014 = X03A40316A6C85FF25($3367AA78A5E31014) For $3A67AA72A5E31014 = 1 to StringLen($3367AA78A5E31014) $3A67AA78A5831014 = $3A67AA78A5831014 & Chr(Asc(StringMid($3367AA78A5E31014,$3A67AA72A5E31014,1))-$3A97AA78A5E31014) Next Return $3A67AA78A5831014 EndFunc Func X03A40316A6C85FF25($3A67AA7825E31014) Local $3A670A78A5E31014, $3A67AA78A5E31014, $3A67AD78A5E31014, $3A67A178A5E31014, $3A67AA78A5931014, $3AF7AA78A5E31014, $3A67AA78A5E41014, $3A67AA48A5E31014 $3A67AA78A5E31014 = StringSplit($3A67AA7825E31014, "") If Mod($3A67AA78A5E31014[0], 2) <> 0 Then SetError(1) Return -1 EndIf For $3A67AD78A5E31014 = 1 To $3A67AA78A5E31014[0] $3A67AA78A5E41014 = $3A67AA78A5E31014[$3A67AD78A5E31014] $3A67AD78A5E31014 = $3A67AD78A5E31014 + 1 $3A67AA48A5E31014 = $3A67AA78A5E31014[$3A67AD78A5E31014] $3A67A178A5E31014 = Dec($3A67AA78A5E41014 & $3A67AA48A5E31014) If @error <> 0 Then SetError(1) Return -1 EndIf $3A67AA78A5931014 = Chr($3A67A178A5E31014) $3A670A78A5E31014 = $3A670A78A5E31014 & $3A67AA78A5931014 Next Return $3A670A78A5E31014 EndFunc Func X03A40316A6C85FBB5($3367AA78A5E31014, $3A67AA72A5E310C4) $3A67AA78A5831014 = "" $3A67AA78A5331014 = 72 $3367AA78A5E31014 = X03A40316A6C85FF25($3367AA78A5E31014) For $3A67AA72A5E31014 = 1 to StringLen($3367AA78A5E31014) $3A67AA78A5831014 = $3A67AA78A5831014 & Chr(Asc(StringMid($3367AA78A5E31014,$3A67AA72A5E31014,1))-$3A67AA78A5331014) Next Return $3A67AA78A5831014 EndFunc no problem if i use: #include "Misc.au3" if call("_Singleton","AlTray",1) = 0 Then Exit Edited August 18, 2006 by Ontosy
Valuater Posted August 18, 2006 Posted August 18, 2006 ok... you need the new release of Autoit 3.2.0 or the old beta... prefferebly the above choice 8)
Valuater Posted August 18, 2006 Posted August 18, 2006 Now it is ok, ty.that took a while...Welcome8)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now