Jump to content

Recommended Posts

Posted

I had he same issue with a script with IE objects . Didnt wanted to dig in so i just didnt use obfuscator...

Hope you find the problem.

Posted

Well, if you'll run the Obfuscator on this script it will break. Because of the process to obfuscate your script it'll use a lot of it's own Execute() called something like this is going to break:

Execute('_MyFunc()')

Func _MyFunc()
    MsgBox(0x40, 'Title', 'Text')
EndFunc

It should output to the output pane this issue. Anyway, if Jos don't mind, you can PM him the script and he'll take a look if he has the time to... You know, nothing is perfect. >_<

  • Developers
Posted (edited)

You seem to hit on a hard-crash.

Download the latest Beta version of Obfuscator and try again.

When that still causes a crash then zip up all needed files and pm them to me so I can do some testing.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

You seem to hit on a hard-crash.

Download the latest Beta version of Obfuscator and try again.

When that still causes a crash then zip up all needed files and pm thyem to me so I can do some testing.

Jos

ok thanks will try that

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...