Jump to content

Cant run any compiled scripts


veagles
 Share

Recommended Posts

I just reinstalled vista. Now, all my autoit scripts have stopped working. They run if i use Go in scite editor. But the compiled scripts dont run. Here is a screenshot of the error:

Posted Image

Whats wrong?

try this one...and press "z"

#include<Misc.au3>

while 1
    if _IsPressed("5A") then MsgBox(0,"","")
    sleep(10)
WEnd
[u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
Link to comment
Share on other sites

try this one...and press "z"

#include<Misc.au3>
   
   while 1
       if _IsPressed("5A") then MsgBox(0,"","")
       sleep(10)
   WEnd
:) ...I dont think its a solution because he can't run compiled scripts :)

Or you can explain what is the matter of that and I will apologize ...

Edit : @veagles -> try to compile your script with options : (install SciTE4autoit if youve not done it yet) then use to compile it with upx or not; ainsi or not; etc...

Cheers, FireFox.

Edited by FireFox
Link to comment
Share on other sites

:) ...I dont think its a solution because he couldn't manage to run compiled scripts :)

Or you can explain what is the matter of that I will apologize ... ^_^

Cheers, FireFox.

if that ran, and the others did not - it could be due to compression or obfuscation...it was a "test" lol...without asking for his source

[u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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