Jump to content

need some help


 Share

Recommended Posts

for some reason my autoit doesnt seem to be working

im using it for diablo2 lod to glitch my merc

i found this script on 2 different sites so im guessing its right

Global $Paused

HotKeySet("{1}", "TogglePause")

HotKeySet("{2}", "Terminate")

While 1

Sleep(100)

WEnd

Func TogglePause()

$Paused = NOT $Paused

While $Paused

sleep(100)

MouseClick("Left")

WEnd

EndFunc

Func Terminate()

Exit 0

EndFunc

do i have to make it a .au3 file or can it stay .txt for the autoit to be able to run it

it says its running when i run the .exe and click on the txt file when prompted, but when i hit "home" like it says too to start the autoit script. and "End" to stop the script

well when i hit Home nothing happens i minimize d2 and it still says the script is paused.

some1 help me, i lookd threw the .html help file couldnt find nething

btw i changed home and end to 1 and 2, thats after about 5 times of trying to hit home and run

Edited by EBH
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...