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 

please help

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
bugmenot



Joined: 03 Jul 2006
Posts: 40

PostPosted: Sun Jul 06, 2008 8:29 pm    Post subject: please help Reply with quote

i need the code to press shift everytime i right click but i need it so dat it holdsshift until i release my finger of right click
Back to top
View user's profile Send private message
Bigbeenot
Guest





PostPosted: Sun Jul 06, 2008 8:35 pm    Post subject: Reply with quote

I need a tree that grows money everytime i need it but i need it until i dont need it anymore
Back to top
SpiderGames



Joined: 09 Jun 2008
Posts: 283
Location: Canada

PostPosted: Sun Jul 06, 2008 8:35 pm    Post subject: Reply with quote

here...

Code:

Loop,
{
Sleep, 100  ; Stops infinity loop
GetKeyState, RButton, RButton
 if RButton = D
  {
   Send, {ShiftDown}
  }
  Else if RButton = U
  {
  Send, {ShiftUp}
  }
}
[/code]
_________________
http://www.spider-games77.piczo.com
Join the Elite few...
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Guest






PostPosted: Sun Jul 06, 2008 9:45 pm    Post subject: Reply with quote

many thanks
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group