Jump to content

Recommended Posts

Posted

im making a bot and i need to press and hold the leftarrow for a certain amount of time, but i only know how to make it press the leftarrow for a certain amount of strokes. Does any one know how to make the bot press and hold leftarrow key for a certain amount of seconds?

  • Developers
Posted

not sure if its possible but i don't think so.

You cannot just recompile.. the syntax is different. you can however use it next to v2 since it uses the AU3 file ext...

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • Developers
Posted (edited)

umm, lol how do i install v3?

did you download autoit-v3.0.85-beta.exe and run it ??

It's and installset that does it all for you...

Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

hey jdbe, it didnt work, i want it to hold leftarrow key, not the left mousekey.

what command sends hold leftarrow key?

Posted

nvm, the new autoit v3 in the help files tell me how, thanx for the help again

autoit v3 is much, even the help files

Posted

hey jdeb, this is what im doing

Run("Notepad.exe")

sleep(1000)

Send("sadgasdgsdgsdagdasgasgasdgsagasg")

sleep("1000")

send("{LWINDOWN}")

sleep("5000")

send("{LWINUP}")

after it types in "asdgasg" the mouse disappears and then it clicks startmenu, the

LWINDOWN and LWINUP isnt working, what am i doing wrong?

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...