| Author |
Message |
Topic: password |
byakkotatsu
Replies: 6
Views: 238
|
Forum: Ask for Help Posted: Sun Jul 20, 2008 3:17 am Subject: password |
| can some 1 tell me where i can locate a SafeSW.ini file? |
Topic: password |
byakkotatsu
Replies: 6
Views: 238
|
Forum: Ask for Help Posted: Sat Jul 19, 2008 12:34 pm Subject: password |
some thing like wats posted here i want
http://www.autohotkey.com/forum/viewtopic.php?t=5763
but cant get it to work wat is a SafeSW.ini file and how do get or do 1 |
Topic: password |
byakkotatsu
Replies: 6
Views: 238
|
Forum: Ask for Help Posted: Fri Jul 18, 2008 2:17 am Subject: password |
Hi im looking to add a pw to my program i did, i want it so that when i send it to othere pc and they use a pw to run it, they cant send it on to othere pc, i want a pw that u need for a mac code
exa ... |
Topic: Loop Different Parts In a code |
byakkotatsu
Replies: 4
Views: 130
|
Forum: Ask for Help Posted: Fri Jul 11, 2008 5:51 pm Subject: Loop Different Parts In a code |
thx i got it to work
InputBox, which, which number to pick from,
InputBox, times, how many times?
loop, %which%
{
loop, %times%
{
if (which = 1)
MouseClick, left, 525, 79
... |
Topic: Loop Different Parts In a code |
byakkotatsu
Replies: 4
Views: 130
|
Forum: Ask for Help Posted: Fri Jul 11, 2008 4:11 pm Subject: Loop Different Parts In a code |
no m8 thats just the same with diffrent messages saying how many loops there will be,
im trying to get a loop within a loop,
InputBox, test, which number to pick from,
loop, %test%
{
Mous ... |
Topic: Loop Different Parts In a code |
byakkotatsu
Replies: 4
Views: 130
|
Forum: Ask for Help Posted: Fri Jul 11, 2008 12:14 pm Subject: Loop Different Parts In a code |
Hi,
I know how to do a normal loop with inputbox,
here is the code:
InputBox, test, which test to pick from,
loop, %test%
{
MsgBox, test,
}
but what i would like to know is how to loop dif ... |
| |