Jump to content

Recommended Posts

Posted

Do you not get an obfuscator warning on the execute statement? I get:

-###2 Obfuscation Error: Found Execute() statement which will lead to problems running your obfuscated script.

>### current Func: Main Script

C:\...\New AutoIt v3 Script.au3(8,1) Warning for line:If Execute('Execute($t = "test")') Then

-#############################################################################################

-#### Obfuscator Found 1 Error(s)!!!! This means your script could have problems running properly. ####

-#############################################################################################

+> Obfuscator v1.0.25.0 finished obfuscating 38 lines, stripped 6 comment lines. created:C:\...\New AutoIt v3 Script_Obfuscated.au3

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
Posted

I am seeing the exact same behavior as mentioned by athiwatc..

No errors when i run the obfuscator!!

[font="Garamond"]Manjish Naik[/font]Engineer, Global Services - QPSHoneywell Automation India LimitedE-mail - Manjish.Naik@honeywell.com
Posted

Not to beat a dead horse but upgrading to the beta I still get the warning... am I missing something?

Invalid Obfuscator option:

-###2 Obfuscation Error: Found Execute() statement which will lead to problems running your obfuscated script.

>### current Func: Main Script

C:\...\New AutoIt v3 Script.au3(8,1) Warning for line:If Execute('Execute($t = "test")') Then

-#############################################################################################

-#### Obfuscator Found 1 Error(s)!!!! This means your script could have problems running properly. ####

-#############################################################################################

+> Obfuscator v1.0.26.21 finished obfuscating 38 lines, stripped 6 comment lines. created:C:\...\New AutoIt v3 Script_Obfuscated.au3

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
Posted

Not to beat a dead horse but upgrading to the beta I still get the warning... am I missing something?

Invalid Obfuscator option:

-###2 Obfuscation Error: Found Execute() statement which will lead to problems running your obfuscated script.

>### current Func: Main Script

C:\...\New AutoIt v3 Script.au3(8,1) Warning for line:If Execute('Execute($t = "test")') Then

-#############################################################################################

-#### Obfuscator Found 1 Error(s)!!!! This means your script could have problems running properly. ####

-#############################################################################################

+> Obfuscator v1.0.26.21 finished obfuscating 38 lines, stripped 6 comment lines. created:C:\...\New AutoIt v3 Script_Obfuscated.au3

Download http://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3

Posted

Don'y replace them, just download the two file to the desktop and just drag the script to the obfuscater.

:D "something" is wrong.

haha well ACTUALLY if you run obfuscator from the command line and allow it to ask you to select a file you do get that an warning in the dos box. Dragging the script over still displays the error but the window closes too fast to see. :D

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
Posted

haha well ACTUALLY if you run obfuscator from the command line and allow it to ask you to select a file you do get that an warning in the dos box. Dragging the script over still displays the error but the window closes too fast to see. :D

:D still it's very weird and gratz that you get the joke.

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
×
×
  • Create New...