Jump to content

Recommended Posts

Posted

hi,

i just wanted to know if its possible to compile a script without compressing it by UPX? any way to deactivate UPX?

greetings

Posted

You can download the full vrsion of SciTe http://www.autoitscript.com/autoit3/downloads.shtml and choose compile from the tool menu.

In the full version you get a gui_wrapper compiler where you can untick use UPX

Or I think if you just put this at the top of your script it may work, not sure if it relys on having the full SciTe version

#AutoIt3Wrapper_UseUpx=n

Or pretty sure this works without gui_wrapper

#Compiler_UseUpx=n

Full SciTe is the best option :)

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