hot202 Posted August 27, 2009 Author Posted August 27, 2009 yes i can compile it with no errors at all and the program works fine.
Juvigy Posted August 27, 2009 Posted August 27, 2009 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.
hot202 Posted August 27, 2009 Author Posted August 27, 2009 could it have anything to do with GUICtrlSetOnHover_UDF
Authenticity Posted August 27, 2009 Posted August 27, 2009 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. >_<
hot202 Posted August 27, 2009 Author Posted August 27, 2009 well i worked out if i delete GUICtrlSetOnHover_UDF.au3 and _WinApiHook.au3 it seams to work but i need them in my script
Developers Jos Posted August 27, 2009 Developers Posted August 27, 2009 (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 August 27, 2009 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.
hot202 Posted August 27, 2009 Author Posted August 27, 2009 is there any other way 2 make it hard 4 people to read if they decompile it?
hot202 Posted August 27, 2009 Author Posted August 27, 2009 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
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