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)
WinGet, id, ID, [C
loop
{
Send {F1}
sleep 11000
Send {F2}
sleep 2000
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)
WinGet, id, ID, [C
loop
{
Send {F1}
sleep 11000
Send {F2}
sleep 2000
As you can see, very basic, but the Control Down part doesn't work. (I've also tried Ctrl Down.
Does anyone know how to fix this? It's this only thing left to fix.
Reply soon,
Thanks
Nizbel
Hey,
First I don't think that you can have 2 loops in 1 script. Corrent me if I'm wrong.
Second Send {Ctrl down} works only on the active screen. Doesn't work in background.
Well, the two nested loops seems to work fine - so I can assume that you can
As for the Control Down, what do you mean? - because I've tried have conquer up on my screen as the script runs, and holding down control myself, and it still doesn't work. (I still get the red message sayingm you need to press ctrl to attack a guard).
So, I don't know where I'm going wrong
This is what I have now (I tried a few different things)
;Script - Zachary Frenette - CoTao
If WinExist("[Conquer2.0]")
{
WinActivate ;Use the window found above.
msgbox, Sit F1 Medidate F2 (Cure As Skill)
WinGet, id, ID, [C
loop
{
Send {F1}
sleep 11000
Send {F2}
sleep 2000
Try reading the manual and start with the basics I could give you the answer why it doesn't and how you should do it. The last time I did this the famous evanxx on the forum used my code to jump and use alot of other stuff to make bots. This backfired on me and caused tq to make click jail and some other security features. And I was using it for many years. g*d d**n So start again with the basic and build up from there. Good Luck
[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 01/17/2009 - General Coding - 1 Replies Hi, Im having trouble with making a background macro for a game called ConquerOnline, refer to this thread . If anyone can help, I would really appreciate it.
AutoHotKey Help? 12/06/2007 - Conquer Online 2 - 11 Replies I have Read the "Help" File but still cant figure out how to make a macro that works on client 1 while playing on client 2. Any ideas or codes for this :confused:
I'm working on a macro that heals/pots/sits/med/stig/dc/area to macro etc.
Pretty much it will play the game for u :D
Autohotkey question 10/04/2007 - General Coding - 4 Replies Ok here's my question...
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.