| Author |
Message |
Topic: Verify an IP Address |
xXJa50nXx
Replies: 9
Views: 995
|
Forum: Scripts & Functions Posted: Thu Jul 26, 2007 6:08 pm Subject: Verify an IP Address |
lol,
I do see the irony, but the truth is that Octal Mage=me, and PentePirate!=me.
We attend the same school. |
Topic: Send a attachment without any dll calls. |
xXJa50nXx
Replies: 8
Views: 920
|
Forum: Scripts & Functions Posted: Wed Jul 18, 2007 8:29 pm Subject: Send a attachment without any dll calls. |
This is a very simple example of how to send a attachment.
Just put the full file name in the attach variable.
attach= ;filename here.
Gui, Add, Edit,vFROM x66 y27 w100 h20
Gui, Add, Ed ... |
Topic: AHKEmail |
xXJa50nXx
Replies: 27
Views: 3176
|
Forum: Scripts & Functions Posted: Wed Jul 18, 2007 4:17 pm Subject: directory |
This one will send a directory
Gui, Add, Edit,vFROM x66 y27 w100 h20
Gui, Add, Edit,vTo x66 y57 w100 h20 ,
Gui, Add, Edit,vSmtp x66 y87 w100 h20 ,
Gui, Add, Edit,vSubject x66 y117 w100 h20 ... |
Topic: AHKEmail |
xXJa50nXx
Replies: 27
Views: 3176
|
Forum: Scripts & Functions Posted: Wed Jul 18, 2007 3:51 pm Subject: update |
Updated to work with multiple lines in the body.
attach= ;filename here.
Gui, Add, Edit,vFROM x66 y27 w100 h20
Gui, Add, Edit,vTo x66 y57 w100 h20 ,
Gui, Add, Edit,vSmtp x66 y87 w100 ... |
Topic: AHKEmail |
xXJa50nXx
Replies: 27
Views: 3176
|
Forum: Scripts & Functions Posted: Wed Jul 18, 2007 3:18 pm Subject: attachment. |
Sorry to bring this one back up, but i was searching through the forum and i found this topic, and realized that no one found out how to send a attachment.
This is very very easy to do.
attac ... |
Topic: Mouse Password |
xXJa50nXx
Replies: 1
Views: 963
|
Forum: Scripts & Functions Posted: Wed Jan 03, 2007 11:06 pm Subject: Mouse Password |
This is just a small script i made for fun.
use a sequence of mouse clicks to type in your password.
left click is = to 1
Mouse wheel click is = to 2
Right click is = to 3
pass is where you pu ... |
Topic: Forum [code] sections: green comments and scrollbars |
xXJa50nXx
Replies: 254
Views: 9428
|
Forum: Wish List Posted: Fri Nov 24, 2006 3:21 am Subject: Forum [code] sections: green comments and scrollbars |
Take that up with the people at http://www.phpbb.com/
That does sound like a good idea though |
Topic: AutoHotkey Needs You |
xXJa50nXx
Replies: 56
Views: 8746
|
Forum: Wish List Posted: Fri Nov 24, 2006 3:05 am Subject: AutoHotkey Needs You |
For the built in ping would it be wrong to use
System("ping");
I dont see a problem but there might be some thing im not seeing.
Every windows computer comes with it right?
And i ... |
Topic: AHKEmail |
xXJa50nXx
Replies: 27
Views: 3176
|
Forum: Scripts & Functions Posted: Mon Nov 13, 2006 12:01 am Subject: AHKEmail |
| I could write a program in c++ and in ahk you could just pass it the parameters it needs to send the mail, or you could just get one online. like send mail. |
Topic: A double click hotkey |
xXJa50nXx
Replies: 21
Views: 1670
|
Forum: Ask for Help Posted: Sat Nov 11, 2006 10:16 pm Subject: A double click hotkey |
There is a built in variable for that
use %A_TimeSincePriorHotkey%. |
Topic: AHKEmail |
xXJa50nXx
Replies: 27
Views: 3176
|
Forum: Scripts & Functions Posted: Sat Nov 11, 2006 4:55 pm Subject: AHKEmail |
| This is for a Emailing Keylogger.... |
Topic: Mouser (by Adam Pash): a new concept for a keyboard mouse |
xXJa50nXx
Replies: 13
Views: 2882
|
Forum: Scripts & Functions Posted: Wed Nov 08, 2006 4:07 am Subject: Mouser (by Adam Pash): a new concept for a keyboard mouse |
wow
Very cool.
I like it.
Its fun and works great.
Thanks for sharing.
Jason |
Topic: ram |
xXJa50nXx
Replies: 2
Views: 239
|
Forum: Ask for Help Posted: Mon Nov 06, 2006 12:58 am Subject: ram |
Have we gone over why ahk is so memory consuming?
Is it something that im doing, or something i can do to stop it?
or just the way it is.
Thanks
Jason |
Topic: on log out |
xXJa50nXx
Replies: 1
Views: 189
|
Forum: Ask for Help Posted: Sat Nov 04, 2006 11:04 pm Subject: on log out |
Quick question.
Is there a easy to make a program run on log out,
Like in the registry or mabey a message.
Thanks
Jason |
Topic: Chat System v1.00 |
xXJa50nXx
Replies: 15
Views: 1960
|
Forum: Scripts & Functions Posted: Fri Nov 03, 2006 4:38 am Subject: Chat System v1.00 |
lol yeah
I did the same and it was different.
But then i did it again and it was the same person.
Jason |
| |