Jump to content

Recommended Posts

Posted

Hi guys,

i have problem to use ".msstyles" files, infact when i compile my script and make that "protect" the skin ( .msstyles ) run incomplete !!! ( just buttons and inputboxs work ).

any idea ? :(

Posted

No. From what you posted so far it is impossible to suggest a solution.
As AutoBert requested: Post a small reproducer script.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Thanks guys, my issue is "how to protect my script from Exe2Aut" ...

i really tired about this bad app ( Exe2Aut )  and i can not solved this issues :'(

Posted

This issue has been discussed multiple times on the forum.
Exe2Aut only works for older versions of AutoIt but you still can't protect your scripts.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted
  On 3/10/2016 at 11:20 AM, water said:

This issue has been discussed multiple times on the forum.
Exe2Aut only works for older versions of AutoIt but you still can't protect your scripts.

Expand  

i "just" want to protect from this damn tool , is that good idea => "Obfuscat"

Posted

The Obfuscator tool was deprecated as well as it was hard to maintain and "only" made it harder to read the script.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted
  On 3/10/2016 at 11:24 AM, water said:

The Obfuscator tool was deprecated as well as it was hard to maintain and "only" made it harder to read the script.

Expand  

it's mean , Obfuscator can be decode ? ,

i use that one time and it's changing my script code to unreadable , i guess it is good,

you think it is good to use ? 

thanks :*

Posted

No, Obfuscator does not decode your script. It worked the other way round: It makes your script harder to read.
As you stated: It makes the script unreadable by changing variable and function names etc.
But it isn't 100% save as it might be possible to re-translate the script into a readable form by other programs.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted
  On 3/10/2016 at 11:50 AM, water said:

No, Obfuscator does not decode your script. It worked the other way round: It makes your script harder to read.
As you stated: It makes the script unreadable by changing variable and function names etc.
But it isn't 100% save as it might be possible to re-translate the script into a readable form by other programs.

Expand  

i use that and i got this : 

Func A5700003308($A5700003308)
Local $A5700003308_
For $x = 1 to StringLen($A5700003308) step 2
$A5700003308_ &= Chr(Dec(StringMid($A5700003308,$x,2)))
Next
Return $A5700003308_
EndFunc

all of my code changing to somethings like that ... 

i like that... can you (or anyone) read that ?? 

thanks :sweating:

Posted

I can read but not understand it ;)

My UDFs and Tutorials:

  Reveal hidden contents

 

  • 4 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...