Jump to content

Non intrusive clicking


Recommended Posts

Hi everyone,

I just found out that I can create a script to click for me (I'm using it for a game to get some bonuses and stuff while sleeping), not really sure how I got in the cave I was in.

I did some additional research and found out I could make it non-intrusive, so I could watch a movie, or do anything else while the clicks still go. I did found the controlsend[raw] and controlclick pages, but I can't make them work for some reason, I'm pretty sure I'm terrible. 

 

I'll paste below my script that I use that is doing everything I want it to do:

WinActivate("WindowNameExample")

while 1
Sleep(25)
MouseClick ("left", 255, 250)
Sleep(25)
MouseClick ("left", 105, 250)
Sleep(25)
MouseClick ("left", 180, 250)
Sleep(500)
MouseClick ("left", 1040, 600)
Sleep(33000)
MouseClick ("left", 965, 806)
Sleep(500)
MouseClick ("left", 1040, 600)
Sleep(33000)
MouseCLick ("left", 1095, 309)
Sleep(25)
MouseCLick ("left", 1155, 395)
Sleep(25)
Wend

Could anyone provide me some guidance on how to use controlsend[raw] and controlclick please?

 

Thank you in advance.

 

Link to comment
Share on other sites

  • Jos locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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