homer1491 Posted September 24, 2007 Posted September 24, 2007 Hi, I want to make a script which press "1" and after 0,5s the right mouse button but more than pressing the "1" I'm too newbie. So I hope you could help me. Global $Paused HotKeySet("{PAUSE}", "TogglePause") HotKeySet("{END}", "Terminate") While Send("{1}") Sleep(3200) WEnd Func TogglePause() $Paused = NOT $Paused While $Paused sleep(100) ToolTip('Script is "Paused"',0,0) WEnd ToolTip("") EndFunc Func Terminate() Exit 0 EndFunc I would be pleased when you don't write so much, my english isn't the best...
Bert Posted September 24, 2007 Posted September 24, 2007 Well you did post some code, but it has nothing to do with what you are asking for.... Your talking about mouse input, and your script is nothing more than a way to make something pause. No offense, but did you even write this? The Vollatran project My blog: http://www.vollysinterestingshit.com/
homer1491 Posted September 24, 2007 Author Posted September 24, 2007 So yes its not more because I can't more... what I've writen is what I want to have.
herewasplato Posted September 24, 2007 Posted September 24, 2007 Send("1") Sleep(500) MouseClick("right") [size="1"][font="Arial"].[u].[/u][/font][/size]
homer1491 Posted September 24, 2007 Author Posted September 24, 2007 Send("1") Sleep(500) MouseClick("right")Thank you thats realy easy but I've never seen this command in other scripts... ~Thread can get closed~
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