| Author |
Message |
Topic: Pidgin - all inclusive IM client (MSN, ICQ, IRC, AIM, Yahoo) |
leggah
Replies: 9
Views: 832
|
Forum: Utilities & Resources Posted: Thu Feb 07, 2008 4:24 pm Subject: Pidgin - all inclusive IM client (MSN, ICQ, IRC, AIM, Yahoo) |
| After trying Gaim(Pidgin), Trillian, and Miranda IM, I personally prefer Pidgin simply because of its interface. |
Topic: Arrays and Lists |
leggah
Replies: 3
Views: 148
|
Forum: Ask for Help Posted: Thu Jan 31, 2008 7:29 am Subject: Arrays and Lists |
mmm Looks like string parsing rather than lists, but as long as it works xD
Thanks MU, Skan
-leg |
Topic: Arrays and Lists |
leggah
Replies: 3
Views: 148
|
Forum: Ask for Help Posted: Thu Jan 31, 2008 6:21 am Subject: Arrays and Lists |
Hey,
I'm on and off AHK but recently needed to create something involving lists and arrays. I searched around the site but couldn't really find what I needed.
All I want to do is create a list ... |
Topic: Anyone can help with shortcut??? |
leggah
Replies: 1
Views: 244
|
Forum: Ask for Help Posted: Mon Jan 07, 2008 2:58 am Subject: Anyone can help with shortcut??? |
Perhaps
~Lbutton |
Topic: AutoHotkey vs. AutoIt? |
leggah
Replies: 96
Views: 13733
|
Forum: General Chat Posted: Sat Jan 05, 2008 2:55 am Subject: AutoHotkey vs. AutoIt? |
| Yeah, I first stumbled upon AutoIt and used that for a few weeks. I realized I could not grasp the syntax and concept. However, I found AHK and it seems that AHK has simpler methods and calls. |
Topic: everytime i press d hotkey it's disconnecting |
leggah
Replies: 1
Views: 173
|
Forum: Ask for Help Posted: Sat Jan 05, 2008 2:50 am Subject: everytime i press d hotkey it's disconnecting |
| Perhaps that game has an anti-cheat application that detects artificial input and automatically disconnects you. |
Topic: InputBox |
leggah
Replies: 2
Views: 206
|
Forum: Ask for Help Posted: Sun Dec 23, 2007 6:22 pm Subject: InputBox |
if ErrorLevel
{
; Do something
}
else
{
; Do something else
} |
Topic: Such a simple question! How come no one can answer?! |
leggah
Replies: 35
Views: 1376
|
Forum: General Chat Posted: Mon Dec 17, 2007 6:30 am Subject: Such a simple question! How come no one can answer?! |
It's different for every web browser.
Loop
{
IfWinExist Internet Explorer
{
;Write something here to detect whether page loads
goto restOfcode
}
else
{ ... |
Topic: Including Image in GUI |
leggah
Replies: 1
Views: 118
|
Forum: Ask for Help Posted: Sun Dec 16, 2007 9:03 pm Subject: Including Image in GUI |
Hey, I looked at the docs. There seems to be quite a few calls with "image" in it.
Mind if somebody point me in the right direction? xD
I need to implement an image in the GUI
-l ... |
Topic: MouseClickGetPos? Lol |
leggah
Replies: 10
Views: 420
|
Forum: Ask for Help Posted: Sun Dec 16, 2007 7:30 pm Subject: MouseClickGetPos? Lol |
Thank you. That works smoothly.
I thought := was used for integers and = was for strings. my bad |
Topic: Spacebar Script Help |
leggah
Replies: 2
Views: 132
|
Forum: Ask for Help Posted: Sun Dec 16, 2007 2:28 am Subject: Spacebar Script Help |
I doubt you could forget that xD but here:
^q:: ;hotkey
Loop ; Forever
{
Send {Space}
Sleep 300000 ; ... |
Topic: MouseClickGetPos? Lol |
leggah
Replies: 10
Views: 420
|
Forum: Ask for Help Posted: Sun Dec 16, 2007 2:06 am Subject: MouseClickGetPos? Lol |
Thanks for that Dra_gon
I thought it would work with my object with a few modifications
But it seems like its not working
I understand that myClick+ increments it by one every time the left but ... |
Topic: GUi Window off screen when executed |
leggah
Replies: 1
Views: 134
|
Forum: Ask for Help Posted: Sun Dec 16, 2007 1:31 am Subject: GUi Window off screen when executed |
My Gui Window is always located like halfway off the screen when I load my script.
How do I change that? |
Topic: How To Create A Login Box? |
leggah
Replies: 8
Views: 521
|
Forum: Ask for Help Posted: Fri Dec 14, 2007 4:16 pm Subject: How To Create A Login Box? |
| Indeed, but that input box would not be persistent. The user could simply ignore the inputbox and continue whatever he/she was doing. However, that is the basic logic behind it. |
Topic: MouseClickGetPos? Lol |
leggah
Replies: 10
Views: 420
|
Forum: Ask for Help Posted: Thu Dec 13, 2007 4:14 pm Subject: MouseClickGetPos? Lol |
The problem with using ~LButton is that the script after that executes EVERY time the user mouse clicks. How do i set it so that it only does the stuff after
~Lbutton::
once?
-leg |
| |