AutoHotkey Community

It is currently May 26th, 2012, 9:58 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: September 28th, 2009, 3:26 pm 
I have a Script to write automatically domain/user & password as ^3::SendInput, descarte{TAB}toto
^4::SendInput, pologne\descarte{TAB}toto

I would like to call this with a shorcut ctrl S for example but how i call it ?? how can i write it ?

Thks.

[Moved from Scripts & Functions forum. ~jaco0646]


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 28th, 2009, 3:37 pm 
A little reading of the tutorial will go a long way...

It's funny because your code already implements the control plus another key. (i.e. ^3 = control+3)

Code:
^s::msgbox, RTFM ;<=== put stuff here
;^=control !=alt, +=shift #=winkey


--or--

Code:
^s::
{
SendInput, descarte{TAB}toto
SendInput, pologne\descarte{TAB}toto
}
return


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 28th, 2009, 3:42 pm 
THNAKS BUDDY ...
Anonymous wrote:
A little reading of the tutorial will go a long way...

It's funny because your code already implements the control plus another key. (i.e. ^3 = control+3)

Code:
^s::msgbox, RTFM ;<=== put stuff here
;^=control !=alt, +=shift #=winkey


--or--

Code:
^s::
{
SendInput, descarte{TAB}toto
SendInput, pologne\descarte{TAB}toto
}
return


Report this post
Top
  
Reply with quote  
PostPosted: September 28th, 2009, 3:44 pm 
Anonymous wrote:
THNAKS BUDDY ...
Anonymous wrote:
A little reading of the tutorial will go a long way...

It's funny because your code already implements the control plus another key. (i.e. ^3 = control+3)

Code:
^s::msgbox, RTFM ;<=== put stuff here
;^=control !=alt, +=shift #=winkey


--or--

Code:
^s::
{
SendInput, descarte{TAB}toto
SendInput, pologne\descarte{TAB}toto
}
return



So now how can i crypt the password ? not to be in clear ??
Thansk Buddy .. more hard ... this question ..
Thanks .. DO yo have idea ?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 28th, 2009, 3:52 pm 
This link will help with your "encryption" using RC4 - http://www.autohotkey.com/forum/topic59 ... hlight=rc4

Good luck!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 29th, 2009, 12:48 am 
Offline

Joined: November 4th, 2008, 10:25 pm
Posts: 222
Location: Memphis, TN
Guest wrote:
Code:
^s::msgbox, RTFM ;<=== put stuff here
;^=control !=alt, +=shift #=winkey


Nice msgbox.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 29th, 2009, 1:41 am 
godsstigma,

I knew you of all people would find humor in this! :lol:


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: dra, Exabot [Bot], JSLover, Leef_me, patgenn123, rbrtryn and 55 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group