| Author |
Message |
Topic: need help with simple script! Please and thank you |
Yopy
Replies: 5
Views: 197
|
Forum: Ask for Help Posted: Wed Feb 17, 2010 2:34 pm Subject: need help with simple script! Please and thank you |
| bump |
Topic: need help with simple script! Please and thank you |
Yopy
Replies: 5
Views: 197
|
Forum: Ask for Help Posted: Tue Feb 16, 2010 8:07 pm Subject: need help with simple script! Please and thank you |
#SingleInstance, Force ; to force running of a new copy if another is already running
; prevents the msgbox "An older instance of this script is already running.
; Replace it with this instan ... |
Topic: need help with simple script! Please and thank you |
Yopy
Replies: 5
Views: 197
|
Forum: Ask for Help Posted: Tue Feb 16, 2010 7:42 pm Subject: need help with simple script! Please and thank you |
Hi all, I've come across a hotkey i want to write but am not advanced enough to do it myself so i need your help!
Here is what i am trying to achieve.
When my left click mouse button is clicked, ... |
Topic: how do i write a "loop" in ahk? |
Yopy
Replies: 7
Views: 814
|
Forum: Ask for Help Posted: Fri Apr 10, 2009 10:18 pm Subject: how do i write a "loop" in ahk? |
Ctrl+g starts the loop, Alt+x exits the script
can i set them both to be the same thing? for example
numpad zero,
!numpad0::
? |
Topic: how do i write a "loop" in ahk? |
Yopy
Replies: 7
Views: 814
|
Forum: Ask for Help Posted: Fri Apr 10, 2009 10:12 pm Subject: how do i write a "loop" in ahk? |
^g::
Loop
{
MouseClick, left, 425, 193
Sleep, 100
MouseClick, left, 414, 196
Sleep, 100
MouseClick, left, 500, 220
Sleep, 100
MouseClick, left, 525, 201
Sleep, 100
Mous ... |
Topic: how do i write a "loop" in ahk? |
Yopy
Replies: 7
Views: 814
|
Forum: Ask for Help Posted: Fri Apr 10, 2009 9:52 pm Subject: how do i write a "loop" in ahk? |
im wondering if theres a simple command to write to have a certain script replay itself over and over again until the hotkey for it is hit again, example,
MouseClick, left, 425, 193
Sleep, 100
... |
Topic: question about hotkey |
Yopy
Replies: 7
Views: 224
|
Forum: Ask for Help Posted: Tue Mar 10, 2009 11:33 pm Subject: question about hotkey |
yes, use PixelSearch, the click the output coordinates
wat would be the code for this? |
Topic: question about hotkey |
Yopy
Replies: 7
Views: 224
|
Forum: Ask for Help Posted: Tue Mar 10, 2009 9:45 pm Subject: question about hotkey |
?
MouseGetPos, MouseX, MouseY
PixelGetColor, color, %MouseX%, %MouseY%
MsgBox The color at the current cursor position is %color%.
Is there a way to write a script that clicks on that color if ... |
Topic: question about hotkey |
Yopy
Replies: 7
Views: 224
|
Forum: Ask for Help Posted: Tue Mar 10, 2009 9:10 pm Subject: question about hotkey |
Do you want make an aimbot for first person player game?
no, and besides that wouldnt work, to many color variations |
Topic: question about hotkey |
Yopy
Replies: 7
Views: 224
|
Forum: Ask for Help Posted: Tue Mar 10, 2009 8:50 pm Subject: question about hotkey |
is there a way to incorpate some sort statement into a script that makes autohotkey click on a certain location on ones computer screen if like...
color = blue
or some sort of color demensions. ... |
Topic: tiny computer usage tracker |
Yopy
Replies: 16
Views: 2692
|
Forum: Scripts & Functions Posted: Sat Mar 07, 2009 12:49 am Subject: tiny computer usage tracker |
| i know this is a little off hand but if anyone is trying to track the time they spend playing games online, theres a program called xfire which does that for you |
Topic: what do i type to make space my hotkey? |
Yopy
Replies: 3
Views: 469
|
Forum: Ask for Help Posted: Sun Mar 18, 2007 3:36 pm Subject: what do i type to make space my hotkey? |
| i know Mbutton:: is for the mouse button, but what is space bar? |
Topic: how to get delay inbetween clicks help |
Yopy
Replies: 1
Views: 344
|
Forum: Ask for Help Posted: Mon Mar 05, 2007 9:22 pm Subject: how to get delay inbetween clicks help |
| I am trying to write a script so that it will perform mouse strokes and clicks with delays inbetween clicks. Id be using it to fill out surveys and wondering how to get it to wait a certain time inbet ... |
Topic: left click script for tv missiles in bf2? |
Yopy
Replies: 2
Views: 296
|
Forum: Ask for Help Posted: Fri Feb 16, 2007 8:41 pm Subject: left click script for tv missiles in bf2? |
| does anyone have a fast left click script for tv guided missiles in bf2? |
Topic: Sorry, but where do i download this macro program? |
Yopy
Replies: 2
Views: 535
|
Forum: Ask for Help Posted: Fri Feb 16, 2007 3:24 am Subject: Sorry, but where do i download this macro program? |
| i found that, i now am confused on where to put my script, any help please? |
| |