| View previous topic :: View next topic |
| Author |
Message |
bugmenot
Joined: 03 Jul 2006 Posts: 40
|
Posted: Sun Jul 06, 2008 8:29 pm Post subject: please help |
|
|
| 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 |
|
 |
Bigbeenot Guest
|
Posted: Sun Jul 06, 2008 8:35 pm Post subject: |
|
|
| 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
|
Posted: Sun Jul 06, 2008 8:35 pm Post subject: |
|
|
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 |
|
 |
Guest
|
Posted: Sun Jul 06, 2008 9:45 pm Post subject: |
|
|
| many thanks |
|
| Back to top |
|
 |
|