Warin Posted September 20, 2006 Posted September 20, 2006 (edited) Hi, I recently started playing DDO again and found the extensive right mouse clicking required to melee apalling. So I decided I need a tool like the ones from Diablo I and II to help me click that mouse without getting RSI.So I searched for old diablo tools, and they're mostly useless, tried some new really useless ones and ended up here trough this thread and suddenly remembered using AutoIt in ShadowBane and SWG =)so basicly what I want to do is:while my right mouse button is pressed I want it to send / perform / simulate right mouse clicks constantly (perhaps with 50ms delay or whatnot) then stop when I release itI'm stuck at #include <Misc.au3> $dll = DllOpen("user32.dll") If _IsPressed("02") Then MouseClick("right") DllClose($dll)oÝ÷ Ù©Ýjëh×6#include <Misc.au3> While 1 If _IsPressed('02') Then MouseClick('right') Sleep(100) Wendbtw got both the released one and the beta today so should be the newest versions. (my old one was indeed OOLD ;P)If you can help both me and my right hand would greatly appreciate it Edited September 20, 2006 by Warin
AzKay Posted September 20, 2006 Posted September 20, 2006 (edited) Hi, I recently started playing DDO again and found the extensive right mouse clicking required to melee apalling. So I decided I need a tool like the ones from Diablo I and II to help me click that mouse without getting RSI. So I searched for old diablo tools, and they're mostly useless, tried some new really useless ones and ended up here trough this thread and suddenly remembered using AutoIt in ShadowBane and SWG =) so basicly what I want to do is: while my right mouse button is pressed I want it to send / perform / simulate right mouse clicks constantly (perhaps with 50ms delay or whatnot) I'm stuck at #include <Misc.au3> $dll = DllOpen("user32.dll") If _IsPressed("02") Then MouseClick("right") DllClose($dll)oÝ÷ Ù©Ýjëh×6#include <Misc.au3> While 1 If _IsPressed('02') Then MouseClick('right') Sleep(100) WendoÝ÷ Ù»p[¢ØmêÞæ¬yÚ'y©Ý¶zÖ¡Ö²²!¢é]mëazw°zËoz»"¢{&Ê]¢w°jȧuç8âà I dont know if thatll work, havnt tryed it. Edited September 20, 2006 by AzKay # MY LOVE FOR YOU... IS LIKE A TRUCK- #
Warin Posted September 20, 2006 Author Posted September 20, 2006 #include <Misc.au3> While _IsPressed("02") MouseClick("Right") WEnd oÝ÷ ØhÙ'£¶(®HZ¾{m¯'ßêº^(!µ·¬¢g)àiº.´0ÎnZ)à¬yÉbrK×ë¢j-êé®+jkyÆ®±èv¬m±ç¦¶ÞÂäx׺¬x졪Ýì¡«miÉ"Ë^iÖ§vW¶¦¢ë¦·¬²ØZµ«¢+Ø(¥¹±Õ±Ðí5¥Í¹ÔÌÐì)]¡¥±Ä(%}%ÍAÉÍÍ ÌäìÀÈÌäì¤Q¡¸Í¹ ÌäíØÌäì¤(M±À ÄÀÀ¤)]¹(
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