AutoHotkey Community

It is currently May 21st, 2012, 4:36 pm

All times are UTC [ DST ]


Search found 657 matches
Search these results:

Author Message

 Forum: Support   Topic: Class Under Mouse Question?

Posted: January 18th, 2007, 11:35 pm 

Replies: 8
Views: 788


Dragon, you might want to look in the help file under "ControlClick". There are several methods to controlclick, and one that might work for you.
.AHK

 Forum: Offtopic   Topic: Xbox 360 Who As One?, Good Games Are?, Gamertags Are?

Posted: January 18th, 2007, 11:30 pm 

Replies: 2
Views: 719


Hi i3egohan, I have an xbox 360 and xbox live with it. If you have PGR3 or Gears of War, ill add you and we can play one of them.
If you don't have PGR3 and you like racing games you should get it. It's a lot of fun racing people online.
.AHK

My gamertag is "viperogp".

 Forum: Support   Topic: Class Under Mouse Question?

Posted: January 17th, 2007, 4:10 pm 

Replies: 8
Views: 788


Code:
F1::ControlClick, ClassNN

 Forum: Support   Topic: Class Under Mouse Question?

Posted: January 17th, 2007, 3:49 pm 

Replies: 8
Views: 788


ControlClick :?:

 Forum: Support   Topic: no clue how to use program... or what it is.

Posted: December 27th, 2006, 10:42 am 

Replies: 5
Views: 894


Quote:
Someone on the FFR forums told me to download AHK so I did.

Well maybe you should get back in contact with this person. He did tell you to download AHK so one would think he already has the knowledge, and script to do what you want.

 Forum: Support   Topic: Newby question - toggle, closing applications

Posted: December 12th, 2006, 1:48 am 

Replies: 4
Views: 668


Code:
#n::
Process Exist, notepad.exe
If ErrorLevel <> 0
Process Close, notepad.exe
Else
Run notepad.exe
Return

Should work.

 Forum: Support   Topic: Random Sleep Time...Help

Posted: December 12th, 2006, 1:40 am 

Replies: 3
Views: 789


Code:
^m::
Loop 28 {
PixelSearch, outx, outy, 233, 267, 370, 395, 0x0E1523,, Fast
MouseClick, Left, %outx%, %outy%, 1
Random zZzZZz, 1000, 10000
Sleep %zZzZZz%
}
return

Thats should work.

 Forum: Scripts   Topic: Beat the KeyLoggers Update January 15, 2007

Posted: December 9th, 2006, 11:53 am 

Replies: 30
Views: 8460


Quote:
The best way to beat the keyloggers is:
1) To avoid putting them on your system (avoid risky behavior...);
2) To have a good software to detect and remove them...

Very true. Keep your system clean... I have no problems doing it. Going on 6 years of virus/malware free computing. :)

 Forum: Support   Topic: Compare strings & return likelyhood of match

Posted: December 9th, 2006, 6:33 am 

Replies: 7
Views: 1033


Yeah it sounds possible. You would have to make some kind of rating system though. Say if a line has 6 words and only two match the phrase, the line gets rated at 2/6. This is just an idea though, and might not be the best way to do so.

 Forum: Support   Topic: Aimbot help

Posted: December 9th, 2006, 5:45 am 

Replies: 6
Views: 1577


Pictures of the heads... Well now, the only problem is that in a 3d game of course the distance from an object can change, and the position you are looking at an object, etc... So unless you are willing to take thousands of images, which imagesearch wouldnt work good for anyways, its to slow, and pr...

 Forum: Support   Topic: Compare strings & return likelyhood of match

Posted: December 9th, 2006, 5:42 am 

Replies: 7
Views: 1033


Well, since you know that they all contain the exact phrase "Social Psychology". Do a loop read line and have it search the line for the phrase. If it finds the phrase it will copy the entire line. Should this work?

 Forum: Scripts   Topic: Beat the KeyLoggers Update January 15, 2007

Posted: December 9th, 2006, 5:37 am 

Replies: 30
Views: 8460


If you are already using a script to enter the passwords/usernames then whats the point of even copying them to the clipboard? I mean the passwords are already in the script so why not just send them. Why would you first copy them to the clipboard creating a vulnerability? I might be missing the rea...

 Forum: Support   Topic: What is AHK

Posted: November 29th, 2006, 8:31 am 

Replies: 5
Views: 1507


Anyone help me that what is AHK AutoHotkey is a free, open-source utility for Windows. With it, you can: Automate almost anything by sending keystrokes and mouse clicks. You can write a mouse or keyboard macro by hand or use the macro recorder. Create hotkeys for keyboard, joystick, and mouse. Virt...

 Forum: Support   Topic: Simple mouse click loop I can't get to work

Posted: November 28th, 2006, 2:58 am 

Replies: 2
Views: 2541


Code:
Amount = 10
IfWinActive Apps Title
Loop %Amount% {
Click 67, 676
Sleep 100
}
Return

 Forum: Issues   Topic: IE 7 & Script Error

Posted: November 28th, 2006, 12:39 am 

Replies: 2
Views: 2461


Oh sorry, I did not see that other post. Thanks.
Sort by:  
Page 1 of 44 [ Search found 657 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group