Jump to content

Search the Community

Showing results for tags 'random scite'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Hey guys i need a little help from you. I want every time when this script runs, to click randomly but is something wrong and i cannot figure it out what ClickRandomly();Call the ClickRandomly Function from within another part of the script Func ClickRandomly() Local $RandomNumber = Random(1,2,3,4,5,4,3,2,1) If $RandomNumber == 1 Then MouseClick("Left",592,173) EndIF If $RandomNumber == 2 Then MouseClick("Left",309,631) EndIF If $RandomNumber == 3 Then MouseClick("Left",350,691) EndIF If $RandomNumber == 4 Then MouseClick("Left",630,731) EndIF If $RandomNumber == 5 Then MouseClick("Left",1005,31) EndIF If $RandomNumber == 6 Then MouseClick("Left",1005,31) EndIF If $RandomNumber == 7 Then MouseClick("Left",1035,101) EndIF If $RandomNumber == 8 Then MouseClick("Left",1505,91) EndIF If $RandomNumber == 9 Then MouseClick("Left",1995,331) EndIf EndFunc I want to do the same to another script but with comments, for example : hey,hello,ciao,sayonara or another words if i want to add more Thank you very much for the help
×
×
  • Create New...