Jump to content

Recommended Posts

Posted

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.. ?

Posted

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?
Posted

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...