Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

How can you make a program start paused?


  • Please log in to reply
1 reply to this topic
BillyBabJoe
  • Members
  • 1 posts
  • Last active: Feb 08 2014 07:29 AM
  • Joined: 03 Feb 2014

I created an autoclicker for a game and it works but as soon as I run it it clicks everything before I can get it in place.This is the script I use.And I want it to start paused.

Loop
{
   MouseClick, left
   Sleep 1
}

F9::Pause
F10::Reload
F11::ExitApp

 



peanut
  • Members
  • 13 posts
  • Last active: Jan 08 2017 08:33 PM
  • Joined: 05 Nov 2010

An additional line with Pause, On at the beginning of the script should pause the script initially (untested, refer to the help file).