Jump to content

.exe not working in app


LNGS
 Share

Recommended Posts

  • Moderators

@LNGS How about posting your code so we can see what you're attempting, rather than asking us to guess? My crystal ball is in the shop.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

3 minutes ago, JLogan3o13 said:

@LNGS How about posting your code so we can see what you're attempting, rather than asking us to guess? My crystal ball is in the shop.

Sorry, all it does is mouseclick and I mentioned that.

 

Quote
#include <Misc.au3>

HotKeySet("0", "StartStop")
HotKeySet("9", "TWIN")
HotKeySet("8", "CTWIN")

While 1
Sleep(100)
WEnd

Func StartStop()
   MouseClick ( "left" , 937, 700 , 1)
EndFunc

Func TWIN()
   MouseClick ( "right" , 265, 128 , 1)
   Sleep (500)
   MouseClick ( "left" , 324, 144 , 1)
EndFunc


Func CTWIN()
   MouseClick ( "right" , 265, 168 , 1)
   Sleep (500)
   MouseClick ( "left" , 318, 181 , 1)
EndFunc

 

 

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