Jump to content

Help with making an autoClicker


Recommended Posts

Hi guyz, I am new to AutoIT.

I wrote a seimple script:

While 1

HotKeySet('{ESC}', '_Exit')

MouseClick("left",1118,410)

$random_time = Random(300,400,1)

Sleep($random_time)

WEnd

Need help on:

1. Setting the HotKeySet. The hotkey dosen't work the loop just keeps going and I have to restart my computer to make it stop.

2. Please tell me is the time like Random, this is an autoclicker for runescape. (Needs to be random with no pattern)

3. Is there any possible way instead of using MouseClick("left",1118,410) ---- I write a command for it to click on this specific button. And if the button is not visible it stops the script automatically.

The button looks like this:

http://img714.imageshack.us/i/fallydorteleporticon.png/

I uploaded it on Image shack. I cannot upload the image on this forum because I'm not allowed on this forum for some reason.

Thanks. Please Reply Fast.

Link to comment
Share on other sites

Hi guyz, I am new to AutoIT.

I wrote a seimple script:

While 1

HotKeySet('{ESC}', '_Exit')

MouseClick("left",1118,410)

$random_time = Random(300,400,1)

Sleep($random_time)

WEnd

Need help on:

1. Setting the HotKeySet. The hotkey dosen't work the loop just keeps going and I have to restart my computer to make it stop.

2. Please tell me is the time like Random, this is an autoclicker for runescape. (Needs to be random with no pattern)

3. Is there any possible way instead of using MouseClick("left",1118,410) ---- I write a command for it to click on this specific button. And if the button is not visible it stops the script automatically.

The button looks like this:

http://img714.imageshack.us/i/fallydorteleporticon.png/

I uploaded it on Image shack. I cannot upload the image on this forum because I'm not allowed on this forum for some reason.

Thanks. Please Reply Fast.

Edit: Sorry I leveled and the button changed and the button now is:

http://img853.imageshack.us/i/camelotteleport.png/

Sorry for any inconvenience. Please reply Fast.

Link to comment
Share on other sites

2. Please tell me is the time like Random, this is an autoclicker for runescape. (Needs to be random with no pattern)

Hi and Welcome to the forums!

Unfortunately, you seem to have rushed a bit when creating this thread and missed the announcement (<-- link) that we don't automate games here.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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