Jump to content

Recommended Posts

Posted

Hello to every body here!!, i start now with Autoit, and i need  1 Random MouseClick("left") on 1 of these positions:

330,235

330.257

330,287

330,318

330,354

330,380

330,410

330,440

 

Hope some one help me :)

 

Thanks !

Posted
Just now, Somerset said:

Put a little effort in before asking someone else to do the work for you. Help file has answers.

 

Sorry for my little english level Somerset, I have been searching and reading in the forum for 3 hours and I can not do this task.

Posted

You could do an array with those coordinates and then randomize through them and click.

Spoiler

Renamer - Rename files and folders, remove portions of text from the filename etc.

GPO Tool - Export/Import Group policy settings.

MirrorDir - Synchronize/Backup/Mirror Folders

BeatsPlayer - Music player.

Params Tool - Right click an exe to see it's parameters or execute them.

String Trigger - Triggers pasting text or applications or internet links on specific strings.

Inconspicuous - Hide files in plain sight, not fully encrypted.

Regedit Control - Registry browsing history, quickly jump into any saved key.

Time4Shutdown - Write the time for shutdown in minutes.

Power Profiles Tool - Set a profile as active, delete, duplicate, export and import.

Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes.

NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s.

IUIAutomation - Topic with framework and examples

Au3Record.exe

  • Moderators
Posted

@FNJAVI why do you need to MouseClick at random spots? What are you trying to accomplish with your script? I am willing to bet there is an easier way.

"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!

Posted
52 minutes ago, JLogan3o13 said:

@FNJAVI why do you need to MouseClick at random spots? What are you trying to accomplish with your script? I am willing to bet there is an easier way.

hello JLogan3o13, im creating a script   (my first script) that click random in some options of a game (this part of the script).

Why? For curiosity and  to know more about autoit

 

I try some codes, like this:

 

MouseClick("left", Random(330, 235, 1), Random(330, 440, 1), 1)

 

But it dont work

  • Moderators
Posted

@FNJAVI as I suspected. You seem not to have read the forum rules yet; I suggest you do so now - especially the part on game automation. You will receive no help on this subject.

"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!

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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