Jump to content

exe problems


Recommended Posts

Oaky, im kinda new to the Autoit features. But i know some1 thats helping me, and he doesnt know why im having these problems. 1st of all some of my files come up missing when i try to load them (startmenu/all progs/autoit)

also when i get a script converted into a EXE, when i load it up it says unable to run script. this is a script that makes it faster for me to log into my game. Please help me understand this. if you need my script code then here it is:

Run ("C:\Diablo II\Diablo II.exe -w")
Sleep (15000)
MouseClick ("left", 595,514,1,50)
Sleep (950)
MouseClick ("left", 595,514,1,50)
Sleep (9700)
MouseClickDrag ("left", 671, 488, 507, 491)
Sleep (950)
Send ("user")
Sleep (950)
MouseClick ("left", 567,541,1,50)
Sleep (950)
Send ("pass")
Sleep (950)
MouseClick ("left", 577,620,1,50)
Sleep (9500)
MouseClick ("left", 378,288,1,50)
Sleep(950)
MouseClick ("left", 876,712,1,50)
Sleep (1500)
MouseClick ("left", 799,608,1,50)
Sleep (1900)
Send ("ony1")
Sleep (950)
MouseClick ("left", 693,355,1,50)
Sleep (950)
Send ("1")
Sleep (950)
MouseClick ("left", 877,572,1,50)
Sleep (1500)
Link to comment
Share on other sites

Errrmmm I'm not totally sure what your saying in general... probably me. Did you try an un install/re install?

What specifically happens when you run the compiled program (screenshot would be nice), and what (again specifically) is missing from your autoit folder?

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
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...