how do I script the following thing in autohotkey..
like first I want it to leftclick on a certain coordinate, then I want it to right-click 2 times on a certain coordinate, then I want it to left click again on a certain coordinate, and then right-click 2 times on a certain coordinate, until it has reached a full circle (or square, I dont care) and then let it loop again.... I hope I'm clear enough.
Originally posted by PiroX@Aug 7 2007, 11:49 can autohotkey make mouseclicks at x,y without moving/using the mouse?????
Yes, SendClick I suppose? And about the other reply, thanks for the autoIT code but the rest of my code is in autohotkey =[ so I would like it to have it in ahk...
[HELP]Autohotkey 06/11/2011 - AutoIt - 8 Replies Hallu, elitepvpers! ichh habe gaanz kur ne frage, wo ich es echt nich raffe, habe schon sufu benutzt und gegoogelt, aber nix gefunden, außer die normale anleitung auf english, die ich iwie nich raffe; kann mir wer bei autoit in diesen"noob" script autohotkey einbauen, damit der bot wenn ich auf F7 klicke automatisch beenden!
hier der "noob" script!
while 1
sleep(500)
mousemove(1191,109,0)
sleep(200)
mouseclick("right")
sleep(200)
mousemove(1235,186,0)
[Question] How can I bypass Autohotkey in IJJI's Gunz 05/30/2010 - General Coding - 0 Replies I recently decided that PHP/HTML coding wasnt getting me where I wanted to be as far as being a coder goes. I feel like I fail at coding because i'm not a VBS/C++ coder, and PHP/HTML fails for hacking.
I'm interesting in learning how to hack online games now and I am starting with simply trying to create a bypass for the game gunz to allow autohotkey program to work inside.
I have CheatEngine knowledge and can hack any non protected game easily with it.. but when it comes to bypasses, my...
AutoHotKey Help 02/16/2010 - CO2 Programming - 2 Replies I just started using ahk the other day to try and make a bot for the lab and everything is ok except that my char tends to chase monsters and end up away from the spawn.
Just wondering if anyone could share some advice on how I could select or input a coord. within conquer so that my char would return to that spot periodically thus remaining more or less in one spot on the map.
I've attached what I have so far. I tried to remedy the wandering by adding a down jump if no monsters are...
AutoHotKey Question 07/07/2009 - CO2 Programming - 9 Replies Hello,
This is my first time making anything close too a bot, so please be nice :)
I wanted to make a macro (for taos), that sits for 11 seconds, uses meditate, then cures 10 timeson a guard (pre-set coordinates). Everything works fine except for the part where I need to hold control.
This is my code so far:
;Script - Zachary Frenette - CoTao
msgbox, Sit F1 Medidate F2 (Cure As Skill)