| Author |
Message |
Topic: AutoHotFile - Automated Keyword Launcher |
Leroxy
Replies: 39
Views: 3388
|
Forum: Scripts & Functions Posted: Thu Oct 09, 2008 9:31 am Subject: AutoHotFile - Automated Keyword Launcher |
dude what can I say your sick
Thanks alot for that
I am still in a testing phase ,but I am kinda loving it already.
some downsides maybe
Die websuche ist auf Deutsch. ... |
Topic: Sendkey problem |
Leroxy
Replies: 7
Views: 136
|
Forum: Ask for Help Posted: Wed Sep 24, 2008 11:28 pm Subject: Sendkey problem |
| Depends on the window app or game your trying too send too its possible yes. |
Topic: Krogdor |
Leroxy
Replies: 1
Views: 73
|
Forum: Ask for Help Posted: Wed Sep 24, 2008 11:27 pm Subject: Krogdor |
Posting here would get you 1000 post.
Congratulations.
I feel like a noob.
Leroxy |
Topic: Sendkey problem |
Leroxy
Replies: 7
Views: 136
|
Forum: Ask for Help Posted: Wed Sep 24, 2008 11:15 pm Subject: Sendkey problem |
Send, {CTRL DOWN}{LEFT}{CTRL UP}
The spaces between down and up.
leroxy |
Topic: Trouble with conditionals... |
Leroxy
Replies: 2
Views: 83
|
Forum: Ask for Help Posted: Wed Sep 24, 2008 11:07 pm Subject: Trouble with conditionals... |
GetKeyState, forward, e
GetKeyState, back, d
GetKeyState, left, s
GetKeyState, right, f
special = 0
if ( forward = "D" && left = "U" && ... |
Topic: Winrar Extract from specific folder - trigger problem! |
Leroxy
Replies: 3
Views: 163
|
Forum: Ask for Help Posted: Wed Sep 24, 2008 10:52 pm Subject: Winrar Extract from specific folder - trigger problem! |
Well somehow you need too know if all the parts are downloaded and correct.
You could use "test archive" {right mouse context menu of winrar} it can tell you wether its all there and ... |
Topic: Start services, run application, stop services |
Leroxy
Replies: 4
Views: 298
|
Forum: Ask for Help Posted: Wed Sep 24, 2008 10:43 pm Subject: Start services, run application, stop services |
Here's my throw at it.
You could do some hard registry forces for the services but the easiest is too get:
PsService v2.22
By Mark Russinovich
The default behavior of PsService is to displ ... |
Topic: How can I interrupt this line or command ? |
Leroxy
Replies: 3
Views: 199
|
Forum: Ask for Help Posted: Wed Sep 24, 2008 8:21 am Subject: How can I interrupt this line or command ? |
| Are you trying to repeat sending your send line 10000 times, or are you trying to send one time- but it just has a bunch of separate lines in it? Anyway, this is how I interpreted what you were tryin ... |
Topic: How can I interrupt this line or command ? |
Leroxy
Replies: 3
Views: 199
|
Forum: Ask for Help Posted: Tue Sep 23, 2008 11:36 pm Subject: How can I interrupt this line or command ? |
F1::
Loop, 10000
{
;send % List ; This is the actual line wich I need too interrupt. {List contains arround 50.000 lines{bla`nbla`nbla`netc`n}
soundbeep,5000,100 ... |
Topic: [Basic] IP Helper - GUI to Release/Renew & Get External |
Leroxy
Replies: 9
Views: 3024
|
Forum: Scripts & Functions Posted: Tue Sep 23, 2008 11:05 pm Subject: [Basic] IP Helper - GUI to Release/Renew & Get External |
Great script, how did you know I was lazy ?
Thanks for Sharing ! |
Topic: Power Hour - A Drinking Game! |
Leroxy
Replies: 2
Views: 636
|
Forum: Scripts & Functions Posted: Tue Sep 23, 2008 10:54 pm Subject: Power Hour - A Drinking Game! |
Lmao This is gonna be fun. Thx
On reset statusbar wont reset and I ussualy have multiple windows open did lost the main window in the crowd.
After a few minutes ill bet I can't find ... |
Topic: How can get this too work? test := ('; ') `n msgbox % test |
Leroxy
Replies: 2
Views: 82
|
Forum: Ask for Help Posted: Sat Sep 20, 2008 9:09 am Subject: How can get this too work? test := ('; ') `n msgbox % test |
test1 := "('; ')"
msgbox %test1%
test2 = ('; ')
msgbox %test2%
Both will work tested. |
Topic: WebForm AutoLogin Made Easy using Bookmarklets |
Leroxy
Replies: 11
Views: 842
|
Forum: Ask for Help Posted: Sat Sep 20, 2008 7:39 am Subject: WebForm AutoLogin Made Easy using Bookmarklets |
This should be in the Scripts & Functions.
It works like a charm,briljant.
All the login scripts I created are based on the webpage loaded func
then some tabs text and enter.
Thank you f ... |
Topic: Help me choose the right database for my project |
Leroxy
Replies: 2
Views: 146
|
Forum: Ask for Help Posted: Mon Sep 08, 2008 7:32 pm Subject: Help me choose the right database for my project |
INI is limited in size, so not a good choice
XML has a lot of overhead with its tags, but could be used for small to medium sized "databases"
CSV is a good solution too for a small to medi ... |
Topic: Help me choose the right database for my project |
Leroxy
Replies: 2
Views: 146
|
Forum: Ask for Help Posted: Sun Sep 07, 2008 10:21 am Subject: Help me choose the right database for my project |
L.s.,
Currently I am working on a calender based questionnaire.
Everyday there are arround 40 question wich the user answers.
Open and multiple choice questions the same twice a day.
The use ... |
| |