Fallout Posted July 6, 2006 Posted July 6, 2006 new here... uhhh anyone know or have diablo 2 merc bug stack script...or any help on this at all
Snarg Posted July 6, 2006 Posted July 6, 2006 (edited) Got to www.edgeofnowhere.cc, they have one there. EdgeofNowhere is the former Blizzhackers. Edit: Oh yeah, this is the wrong forum for your question. Edited July 6, 2006 by Snarg A little reading goes a long way. Post count means nothing.
Snarg Posted July 6, 2006 Posted July 6, 2006 Global $Paused HotKeySet("{END}", "TogglePause") HotKeySet("{HOME}", "Terminate") While 1 Sleep(100) WEnd Func TogglePause() $Paused = NOT $Paused While $Paused sleep(100) MouseClick("Left") WEnd EndFunc Func Terminate() Exit 0 EndFunc A little reading goes a long way. Post count means nothing.
iHonda Posted July 8, 2006 Posted July 8, 2006 u can get the script from d2 event and some other common sites you just need to compile it A great place to start Autoit 1-2-3
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