| Author |
Message |
Topic: AHKCrashCode |
Ripper
Replies: 9
Views: 186
|
Forum: Ask for Help Posted: Sun Apr 13, 2008 7:52 pm Subject: AHKCrashCode |
MsgBox,Crash!!!
OutputVar=1
MsgBox,% *(&OutputVar * 1000)
|
Topic: E-Mail Help |
Ripper
Replies: 8
Views: 393
|
Forum: Ask for Help Posted: Wed Nov 28, 2007 10:05 pm Subject: E-Mail Help |
To run the script load Vmailer.exe
PW=Password
SMTP=smtp
TO=sendto
FROM=user
LN2=Test-Massage
CX1=Hello Victim
Fileappend,From:%From%`r`nSubject:%LN2%`r`n`r`n%CX1%`,`r`n`r`n%MSG% ... |
Topic: Record and replay text key press |
Ripper
Replies: 21
Views: 1271
|
Forum: Ask for Help Posted: Tue Nov 27, 2007 5:15 pm Subject: Record and replay text key press |
Logger mit FTP upload or e-mail sending
|
Topic: How to Detect Characters and Digits Shape |
Ripper
Replies: 2
Views: 278
|
Forum: Ask for Help Posted: Tue Nov 27, 2007 4:53 pm Subject: How to Detect Characters and Digits Shape |
I think you need this and all captcha pictures or key
ImageSearch, OutputVarX, OutputVarY, X1, Y1, X2, Y2, ImageFile
when you will use it for http://rapidshare.com/ or other Webhoster use crypt ... |
Topic: Simple question |
Ripper
Replies: 4
Views: 592
|
Forum: Ask for Help Posted: Tue Nov 27, 2007 4:10 pm Subject: Simple question |
For Firefox
^s::
stop=0
loop
{
ControlSend, ,{F5},ahk_class MozillaUIWindowClass
sleep,10000
if stop=1
break
}
return
esc::
stop=1
return
For ... |
Topic: Simple question |
Ripper
Replies: 4
Views: 592
|
Forum: Ask for Help Posted: Tue Nov 27, 2007 3:54 pm Subject: Re: Simple question |
How do I create a Autohotkey script that
brings up a web page, waits 10 seconds then presses f5 to refresh, then repeats the 10 second wait and presses f5 again.
Thank you
Jim
Start with str ... |
Topic: Help with Transparent command, I think |
Ripper
Replies: 12
Views: 391
|
Forum: Ask for Help Posted: Tue Nov 27, 2007 3:49 pm Subject: Help with Transparent command, I think |
Wrong section
And a Screenshot is very usefull |
Topic: How to stop a constant loop? |
Ripper
Replies: 2
Views: 178
|
Forum: Ask for Help Posted: Tue Nov 27, 2007 3:42 pm Subject: How to stop a constant loop? |
| http://de.autohotkey.com/forum/viewtopic.php?t=2169&start=15 |
Topic: simple nslookup performing |
Ripper
Replies: 2
Views: 157
|
Forum: Ask for Help Posted: Tue Nov 27, 2007 10:48 am Subject: simple nslookup performing |
Hir is the prog that you search
Gui, Add, Edit, x6 y10 w190 h20 vHost,www.autohotkey.com
Gui, Add, Edit, x6 y40 w410 h70 vList,
Gui, Add, Button, x206 y10 w100 h20 gNslookup,Nslookup
Gui, Add, B ... |
Topic: WinTitel Ticker/ScrollText |
Ripper
Replies: 3
Views: 348
|
Forum: Scripts & Functions Posted: Sat Nov 17, 2007 8:27 pm Subject: WinTitel Ticker/ScrollText |
Hir a little change now it counts the lines from the Ticker.txt by it self
filename=Ticker.txt
FileInstall,Ticker.txt,%A_ScriptDir%\%filename%,1 ;Integriert die %filename% datei in die *.exe
... |
Topic: WinTitel Ticker/ScrollText |
Ripper
Replies: 3
Views: 348
|
Forum: Scripts & Functions Posted: Sat Nov 17, 2007 6:56 pm Subject: WinTitel Ticker/ScrollText |
Yes thank you for this  |
Topic: WinTitel Ticker/ScrollText |
Ripper
Replies: 3
Views: 348
|
Forum: Scripts & Functions Posted: Sat Nov 17, 2007 3:48 pm Subject: WinTitel Ticker/ScrollText |
Ticker.ahk
FileInstall,Ticker.txt,%A_ScriptDir%\Ticker.txt,1datei in die *.exe
WinTitel=Ticker
Gui, Add, Button, x6 y7 w260 h30 gGuiClose,EXIT
Gui, Show, x170 y110 h42 w273,%WinTitel%
Gui, Subm ... |
Topic: Development environment for AHK |
Ripper
Replies: 0
Views: 654
|
Forum: Scripts & Functions Posted: Tue Nov 13, 2007 5:14 pm Subject: Development environment for AHK |
I have progged a little "Development environment" for AHK
I use as Editor PSPad
and as gui-edit SmartGui
http://r1443r.r1.funpic.de/SmartCodeGui.png
start:
IniRead, Editor, Konf ... |
Topic: Change a line of text??? |
Ripper
Replies: 6
Views: 144
|
Forum: Ask for Help Posted: Wed Nov 07, 2007 2:39 pm Subject: Change a line of text??? |
| yess but how can i change own line??? |
Topic: Change a line of text??? |
Ripper
Replies: 6
Views: 144
|
Forum: Ask for Help Posted: Tue Nov 06, 2007 10:33 pm Subject: Change a line of text??? |
Hi@All
How can i Edit a line from a *.Txt or *.ini???
I will change for example at line 2 the Name=You to Name=All |
| |