Jump to content

A very very very very very simple question


sagagemini
 Share

Recommended Posts

Hi,

sunno but ...

HotKeySet("1", "_end")
While 1
    MouseDown("right")
    Sleep(45 * (1000 * 60)) ; (* 1000 = sec and * 60 = min)
    MouseUp("right")
WEnd

Func _end()
    Exit (0)
EndFunc   ;==>_end

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

It works Great thanks!

I love you guys :)

one more thing please

how can I add autospacebar press? as fast as possible, always pressing, no hold this time, just press, press, press, press, press.... the fastest posible, whit the right click holder at the same time.

Thanks so much again, have a nice day!

Link to comment
Share on other sites

It works Great thanks!

I love you guys :)

one more thing please

how can I add autospacebar press? as fast as possible, always pressing, no hold this time, just press, press, press, press, press.... the fastest posible, whit the right click holder at the same time.

Thanks so much again, have a nice day!

Run two scripts, one right clicking, and one with this

While 1
Send("{SPACE}")
WEnd

Or look at AdLibEnable() in the helpfile

Edited by Paulie
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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