kokice Posted July 24, 2008 Posted July 24, 2008 could someone put up an example of a script that presses "LEFT SHIFT" on my keyboard every 1 second or .5 of a second ? easy script please anyone.. ?
Achilles Posted July 24, 2008 Posted July 24, 2008 While 1; Starts a loop Send('{LSHIFT}');Sends the left shift key Sleep(500);Waits half a second WEnd;Goes to the top of the loop My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
kokice Posted July 24, 2008 Author Posted July 24, 2008 While 1; Starts a loop Send('{LSHIFT}');Sends the left shift key Sleep(500);Waits half a second WEnd;Goes to the top of the loop for some reason it doesn't seem to be working, do i need anything else maybe? for it to actually work?
kokice Posted July 24, 2008 Author Posted July 24, 2008 this works acutaly fine i tested it with ! in notepad and it does write the "!" but it doesnt want to work in my game? what would i have to do to make this active in my game?
Alodar99 Posted July 24, 2008 Posted July 24, 2008 that could be represented as: Send("{SHIFTDOWN}1{SHIFTUP}") [font="Franklin Gothic Medium"]---Al[/font]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now