AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 45 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Someone decompiled my passworded and protected script.
dandy

Replies: 88
Views: 3857

PostForum: Ask for Help   Posted: Thu Mar 13, 2008 7:00 am   Subject: Someone decompiled my passworded and protected script.
Does anybody really use AutoHotkey in a commercial environment

yes

lots of us actually.
  Topic: Someone decompiled my passworded and protected script.
dandy

Replies: 88
Views: 3857

PostForum: Ask for Help   Posted: Tue Mar 04, 2008 12:24 am   Subject: Someone decompiled my passworded and protected script.
thanks skan!
  Topic: Someone decompiled my passworded and protected script.
dandy

Replies: 88
Views: 3857

PostForum: Ask for Help   Posted: Mon Mar 03, 2008 10:05 pm   Subject: Someone decompiled my passworded and protected script.
please someone post an example of integration with already made scripts.


thanks
  Topic: Compile AutoHotkey using Visual C++ 2005 Express Edition
dandy

Replies: 46
Views: 8637

PostForum: Scripts & Functions   Posted: Wed Feb 27, 2008 11:03 am   Subject: Compile AutoHotkey using Visual C++ 2005 Express Edition
nevermind, i had to choose self contained in the compiler options Smile.
  Topic: Compile AutoHotkey using Visual C++ 2005 Express Edition
dandy

Replies: 46
Views: 8637

PostForum: Scripts & Functions   Posted: Wed Feb 27, 2008 10:36 am   Subject: Compile AutoHotkey using Visual C++ 2005 Express Edition
hi,

thanks for your reply.

i have the script compiler source too and it compiled ok too,but the files to create autohotkeysc.bin are not there,theres only ahk2exe.exe.


any other tip?


t ...
  Topic: Compile AutoHotkey using Visual C++ 2005 Express Edition
dandy

Replies: 46
Views: 8637

PostForum: Scripts & Functions   Posted: Wed Feb 27, 2008 10:28 am   Subject: Compile AutoHotkey using Visual C++ 2005 Express Edition
i succesfully compiled the source,but i can only see autohotkey.exe,autohotkeysc.bin is not there,any hints?
  Topic: quick question :)
dandy

Replies: 7
Views: 208

PostForum: Ask for Help   Posted: Wed Feb 27, 2008 7:03 am   Subject: quick question :)

#persistent

hotkey,f5,hotkey


hotkey:
send,{1 down}
sleep,50
send,{1 up}
sleep,1000
send,{2 down}
sleep,50
send,{2 up}
sleep,1000
return
  Topic: capturing power button
dandy

Replies: 1
Views: 173

PostForum: Ask for Help   Posted: Tue Jan 29, 2008 7:41 am   Subject: capturing power button
hi,

can the power button in the computer case be captured and hooked?


thanks
  Topic: imagesearch problem
dandy

Replies: 1
Views: 178

PostForum: Ask for Help   Posted: Sat Jan 19, 2008 9:58 am   Subject: imagesearch problem
hi,

i dont know,its probably a bug but the next code is not working:

hotkey,lbutton,1

1:
ImageSearch,x ,y , 380, 195, 400, 215, contc.bmp
sleep,75
if errorlevel=0
...
  Topic: Define position of a starting program or script?
dandy

Replies: 9
Views: 327

PostForum: Ask for Help   Posted: Thu Dec 27, 2007 11:33 am   Subject: Define position of a starting program or script?
have you tried:


run,myapp.exe,,hide
winwait,myapp.exe
winmove,myapp.exe
  Topic: Define position of a starting program or script?
dandy

Replies: 9
Views: 327

PostForum: Ask for Help   Posted: Thu Dec 27, 2007 3:45 am   Subject: Define position of a starting program or script?
you missed the winwaitactive part,winwaitactive waits for your app to be active,then winmove moves it to the desired position.
  Topic: Hooking directX / graphics overlay for game
dandy

Replies: 27
Views: 1887

PostForum: Ask for Help   Posted: Mon Dec 17, 2007 7:26 am   Subject: Hooking directX / graphics overlay for game
can directdraw "draw" on top of d3d apps? i have tried a few ddraw examples and none of them can display over a d3d game.
  Topic: Hooking directX / graphics overlay for game
dandy

Replies: 27
Views: 1887

PostForum: Ask for Help   Posted: Sat Dec 15, 2007 9:05 am   Subject: Hooking directX / graphics overlay for game
i just wish some of the very talented people here come to help.

hell, i'll even throw a 100$ for a full solution to be able to display either text or an image over any fullscreen game using ahk Smile.
  Topic: Hooking directX / graphics overlay for game
dandy

Replies: 27
Views: 1887

PostForum: Ask for Help   Posted: Sat Dec 15, 2007 8:28 am   Subject: Hooking directX / graphics overlay for game
http://www.gamedev.net/community/forums/topic.asp?topic_id=359794


original release thread
  Topic: Hooking directX / graphics overlay for game
dandy

Replies: 27
Views: 1887

PostForum: Ask for Help   Posted: Sat Dec 15, 2007 8:04 am   Subject: Hooking directX / graphics overlay for game
well, the dll is included in the zip,no need to build it again unless you want to make some changes,keep us posted.
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group